.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{}


.con_left { width: 250px; }
.nav_tit {background: url(/uiFramework/commonResource/image/2026011916374615268.jpg) no-repeat center; height: 70px; line-height: 70px; text-align: center; font-size: 24px; color: #fff;background-size: cover;}
.nav_wrap { background: #F6FBFF; }
.nav_wrap>li { position: relative; padding: 20px; }
.nav_wrap>li>a { display: block; font-size: 22px; color: #333;position:relative;}
.nav_wrap>li>a:after{content:"";width:8px;height:8px;border-radius:50%;background:#f09401;position: absolute;right: 0;top: 50%;margin-top: -4px;display:none;}
.nav_wrap>li:hover>a, .nav_wrap>li.on>a { color: #f09401;}
.nav_wrap>li:hover>a:after, .nav_wrap>li.on>a:after{display:inline-block;} 
.subNav_wrap li { margin-top: 20px; }
.subNav_wrap li a { font-size: 16px; display: block; padding-left: 20px; color: #666; }
.subNav_wrap li:hover a, .subNav_wrap li.on a { color: #f09401; }

.con_right { width: 1100px; }

/*新闻列表*/
.listCon {}
.listCon li {border-bottom:1px solid #eee;}
.listCon li a, .listCon li span { display: inline-block; vertical-align: top; line-height: 70px; 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:#f09401;}
.listCon li:hover a:after{background:#f09401;}
.listCon li:hover{border-bottom:1px solid #f09401;}

/*单篇文章*/
.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: 1445px) {
.con_right { width: 900px; }
}
@media screen and (max-width:1199px) {
	.con_left { width: 24%; }
	.con_right { width: 72%; }
}
@media screen and (max-width:999px) {
	.con_left {width: 100%; }
	.con_right { width: 100%; }
.nav_tit{height: 50px;line-height: 50px;font-size: 16px;}
.nav_wrap>li{padding: 12px;}
.nav_wrap>li>a{font-size: 16px;}

}
@media screen and (max-width:767px) {

	.listCon { }
	.listCon li a { width: 75%; padding-left: 10px;}
	.listCon li a, .listCon li span { font-size: 14px; line-height: 40px; }
	.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%; }



}