.article_left {
    float: left;
    width: 600px;
}
.article_date {
    font-size: 11px;    
}
.article_left li {
    text-align: justify;
}
.article_left p {
    margin-bottom: 10px;
}
.article_right_news {
    background-color: #f4f4f4;
}
.article_right_news ul {
    list-style: decimal;
    margin-left: 20px;
}
.article_right_news li {
    margin-bottom: 10px;
}
.article_listing h3 {
    text-decoration: underline;
    margin-bottom: 10px;
    padding-top: 10px;
}
.article_listing ul{
    list-style: disc;
}
