@charset "utf-8";

.conbg{ background: #f4f4f4; width: 100%;  padding:0px 0 50px; margin:0 auto; }

.padd35{background: #fff;padding:20px 0 50px;}
/*列表*/
.padd30{ padding:0 30px; }


	/*详细页*/
	.detail_con{ padding:30px 35px 0;  }
		.d_title{ text-align: center; font-size: 24px; font-weight: bold; line-height: 120%; }
		.d_title2{ text-align: center; font-size: 20px; font-weight: bold; line-height: 120%; padding-top:10px; }
		.d_time{ margin-top:16px; line-height: 30px; border:1px solid #e5e5e5; border-width: 1px 0; text-align: center; }
		.d_time span{ color:#b5b5b5;margin: 0 20px; }
		.zoom{ padding-top:20px;    min-height: 400px; }
		.zoom p,.zoom div{ line-height: 180%; font-size: 16px; padding-bottom:15px; }
		.zoom img{ max-width: 100%; }

/*新闻列表*/	
.listCon{ padding-top: 30px; }
.listCon li{background: url(/web/template/page/index/icon_d1.jpg) no-repeat left center; padding-left:15px;}
.listCon li:hover{background: url(/web/template/page/index/icon_d1h.jpg) no-repeat left center;}
.listCon li a,.listCon li span{ display: inline-block; vertical-align: top; line-height: 36px; font-size: 16px; }
.listCon li a{ width: 85%; float: left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden; }
.listCon li span{ float: right; }


@media screen and (max-width: 1199px) and (min-width: 1024px){
}
@media screen and (max-width: 1023px) and (min-width: 768px){
.padd30 {padding: 0 4%;}
.listCon li a, .listCon li span{font-size:1.6rem; line-height:200%;}

}
@media screen and (max-width:767px){
.listCon li a{ width:70%;}

}
@media screen and (max-width:375px){
.listCon li a, .listCon li span{font-size:1.4rem;}
.listCon li a{ width:66%;}

}