.article_lists{
    /*float: left;
    width: 750px;*/
}
.article_list {
    border-bottom: 1px dashed #ccc;
}
.article_list .top{
    background-image: url(../image/newsonline.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    border-bottom: 2px solid #004da0;
}
.article_list .more{
    float: right;
}
.article_list li{
    background-image: url(../image/li_ii.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 12px;
    line-height: 30px;
}
.article_list li .pubDate{
    float: right;
    display: block;
    text-align: center;
    width: 80px;
}
.article_list li a:hover{
    color: #004da0;
    text-decoration: underline;
}
.article_list{
    margin-bottom: 10px;
}
#slideBox{display: none;}

/*内容页*/
.article_show h2{
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}