.content { margin-bottom: 80px; }
.header{position:static;margin-left:0;border-bottom:1px solid #d2d2d2;}
.header .header_t{height:120px;line-height:120px;}
.header .header_r #searchBut{margin-top:42px;}
.header .header_r .headerTop{margin-top:20px;}


/*新闻列表*/
.listCon {}
.listCon li {}
.listCon li a, .listCon li span { display: inline-block; vertical-align: top; line-height: 40px; font-size: 18px; }
.listCon li a { max-width: 84%; float: left; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color:#333;position:relative; padding-left: 18px;}
.listCon li a:after{content:'';position:absolute;left:0;top:50%;width:4px;height:4px;background:#999;margin-top:-2px; border-radius:50%;}
.listCon li span { float: right;color:#999; }
.listCon li:hover a,
.listCon li:hover span{color:#0b318f;}
.listCon li:hover a:after{background:#0b318f;}

/*单篇文章*/
.con_dan{}
.con_dan *{font-size:16px;color:#333;line-height:32px;}
.con_dan p{text-align:justify;margin-bottom:10px;}


/*详细介绍*/
.zoom { padding-top: 20px; min-height: 400px; }
.zoom p, .zoom div, .zoom p * { line-height: 180%; font-size: 16px; padding-bottom: 25px; }
.zoom img { max-width: 100%; }
.zoom table, .zoom th, .zoom tr, .zoom td { border: 1px solid #333; }


/* 响应式代码 */
@media screen and (max-width:1199px) {
	.con_left { width: 24%; }
	.con_right { width: 72%; }
}
@media screen and (max-width:999px) {
	.con_left { display: none; }
	.con_right { width: 100%; }

}
@media screen and (max-width:767px) {
.header .header_r .headerTop{margin-top:0px;}

	.listCon { padding-top: 10px; }
	.listCon li a { width: 75%; }
	.listCon li a, .listCon li span { font-size: 14px; line-height: 28px; }
	.zoom p, .zoom div, .zoom p * { font-size: 14px; padding-bottom: 5px; }

.header .header_t{height:80px;line-height:80px;}
.header .header_r #searchBut{margin-top:0;}
.con_dan *{font-size: 14px;line-height: 26px;}

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



}