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


/*新闻列表*/
.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;}

.search_cieet{margin-bottom: 30px;}
.search_cieet form{width: 800px;border: 1px solid #ddd;height: 70px;line-height: 70px;margin: auto;border-radius: 38px;}
.search_cieet form .ipt{border:none;width:85%;box-sizing:border-box;padding-left:4%;height: 100%;background: none;font-size: 18px;}
.search_cieet form .btn{background: url(/uiFramework/commonResource/image/2026010510455257662.png) no-repeat center;width: 15%;float: right;height: 100%;cursor: pointer;border: none;}


/*详细介绍*/
.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; }

/*重要合作伙伴*/
.hzhbList {}
.hzhbList li{width:18%;float:left;background:#ffffff;border-radius:26px 0 26px 0;margin:1%;overflow:hidden;}
.hzhbList li img{}
.hzhbList li.no-data{text-align: center;width: 100%;font-size: 20px;color: #000;}

/* 响应式代码 */
@media screen and (max-width: 1445px) {
.search_cieet form{height: 40px;line-height: 40px;padding: 6px 0;}
.search_cieet form .ipt{font-size: 16px;}
.search_cieet form .btn{background-size: contain;}

}
@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) {

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

.search_cieet form{width:80%;height: 24px;line-height: 24px;}
.search_cieet form .ipt{font-size:14px;}

.hzhbList li{width:48%;}
.hzhbList li.no-data{font-size:16px;}
}
@media screen and (max-width:479px) {
	.listCon li a { width: 70%; }



}