@charset "utf-8";
/* CSS Document */
.bd1{margin-bottom:25px; height:25px;border-bottom: 1px dashed #dcdcdc;}
.news_list li{background: url(/resource2021/images/ico_sy_dian.png) 0 20px no-repeat;}
.con_title {
	font-size: 28px;
	line-height: 1.5em;
	padding: 30px 0;
	text-align: center;
	font-weight: 400;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 30px;
	}
.news_list li a{ text-indent: 20px; }
.

/*专题-单一内容页*/
.zhuant{
	width: 1162px;
	margin: 0 auto;
}
.zhuantContent{
	
}
.zhuantContent_title{
	height: 50px;
    line-height: 50px;
    border-bottom: #e7e7e7 1px solid;
    margin-bottom: 20px;
    display: block;	
}
.zhuantContent_title h2 {
    float: left;
    padding: 0 15px;
    color: #bd1a2d;
    border-bottom: #bd1a2d 2px solid;
    font-size: 24px;
    margin-top: 0;
    font-weight: 400;
}
.zhuantContent_border{
	
}
.zhuantContent_list {
    padding-bottom: 10px;
    min-height: 920px;
	margin-left: 20px;
}
.zhuantContent_list li {
    background: url(/resource2021/images/ico_sy_dian.png) 0 20px no-repeat;
    height: 45px;
    line-height: 45px;
}

.zhuantContent_list li a {
    text-indent: 20px;
	float: left;
    margin-right: 5px;

}
@media screen and (max-width:750px) {
	.zhuantContent_list {
		margin-left: 0px;
		margin:2%;
		min-height: auto;
	}
	
	.zhuantContent_list li{
		background: none;
		margin-left: 0;
		text-indent: 0;
		height: auto;
		margin-top: 20px;
		line-height: 30px;
	}
	.zhuantContent_list li a{
		text-indent:0;
		float:none;
	}
	.zhuantContent{
		width: 96%;
		margin:2%
	}
}


