.article_lists {
    /*float: left;
    width: 750px;*/
}

.article_list .top {
    background-image: url(../image/logo.png);
	background-size:20px 20px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    border-bottom: 2px solid #034163;
	
}

.title {
    color: rgb(4, 9, 77);
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
}

.article_list .more {
    float: right;
}

.article_list li {
    
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 20px;
    margin-top: 10px;
}

.article_list li .pubDate {
    display: block;
    width: 120px;
}

.article_list li .article_title1 {
	background-image: url(../image/li.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 12px;
    line-height: 30px;
	font-size: 16px;
	font-weight:bold;
	
}

.article_list li .article_title2 {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    line-height: 30px;
}

.article_list li .article_title3 {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 12px;
    line-height: 30px;
	font-size: 14px;
	font-weight:bold;
	
}


.article_list li a:hover {
    color: #004da0;
    text-decoration: underline;
}

.article_list {
    margin-bottom: 10px;
}

.container_1 {
    padding-left: 25px;
	border-bottom:1px dashed #000;
}

.container_2 {
    padding-left: 45px;
}

#slideBox {
    display: none;
}


/*内容页*/

.article_show h2 {
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}