.menu{
	max-width: 1200px;
	margin: 0 auto;
}
.menu li{
	width: 7.6923%;
	float: left;
	height: 52px;
	line-height: 52px;
	overflow: hidden;
	font-size: 14px;
	color: #878787;
	text-align: center;
}
@media (max-width:1024px) {
	.menu li{
		height: 42px;
		line-height: 42px;
		font-size: 12px;
	}
}
@media (max-width:768px) {
	.menu{
		padding: 5px 0;
	}
	.menu li{
		width: 12.5%;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
	}
}
@media (max-width:520px) {
	.menu li{
		width: 20%;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
	}
}
@media (max-width:360px) {
	.menu li{
		height: 19px;
		line-height: 19px;
		font-size: 11px;
	}
}
/* ---- 广告条 Style ---- */
.adsBar{
	max-width: 1200px;
	margin: 0 auto 18px;
}
.adsBar img{
	width: 100%;
	height: auto;
}
@media (max-width:1024px) {
	.adsBar{
		margin: 0 auto 1.5%;
	}
}
/* ---- logo & 搜索 Style ---- */
.logoBox{
	border-bottom:2px solid #0064b0;
	padding: 12px 0;
	max-width: 1200px;
	margin: 0 auto 35px;
	position: relative;
}
.logoBox .logo{
	height: 50px;
	float: left;
	line-height: 0px;
	position: relative;
	z-index: 1;
}
.logoBox .logo img{
	height: 100%;
}
.searchBox{
	position: absolute;
	right: 0px;
	top: 50%;
	width: 25%;
	height: 38px;
	margin-top: -19px;
	padding: 0 37px 0 0;
	line-height: 0px;
}
.searchBox .search_btn{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 37px;
	height: 38px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/version/2018/img/search_btn.jpg) no-repeat;
	background-size:100% 100%;
	border: none;
	outline: none;
	cursor: pointer;
}
.searchBox .text_input{
	width: 100%;
	height: 38px;
	line-height: 36px;
	border: 1px solid #d9d9d9;
	padding: 0 9px;
	font-size: 14px;
	color: #666;
	background: none;
	outline: none;
}

.logoBox .crumbs{
	position: absolute;
	right: 27.5%;
	top: 50%;
	margin-top: -12px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #959595;
}
.logoBox .crumbs a{
	color: #959595;
}
@media (max-width:1024px) {
	.logoBox{
		padding: 10px 0;
		margin: 0 auto 25px;
	}
	.logoBox .logo{
		height: 28px;
	}
	.searchBox{
		height: 30px;
		margin-top: -15px;
		padding: 0 30px 0 0;
	}
	.searchBox .search_btn{
		width: 30px;
		height: 30px;
	}
	.searchBox .text_input{
		height: 30px;
		line-height: 28px;
		padding: 0 6px;
	}
}
@media (max-width:768px) {
	.logoBox{
		padding:8px 0;
		margin: 0 auto 15px;
	}
	.logoBox .logo{
		height: 26px;
	}
	.searchBox{
		display: none;
	}
	.logoBox .crumbs{
		right: 10px;
	}
	.logoBox .crumbs i{
		display: none;
	}
}
@media (max-width:520px) {
	.logoBox .crumbs{
		font-size: 11px;
	}
}

/* ---- 框架 Style ---- */
.mainleft{
	width: 71.666666%;
	float: left;
}
.mainright{
	width: 25%;
	float: right;
}
@media (max-width:768px) {
	.mainleft{
		width:100%;
	}
	.mainright{
		display: none;
	}
}

/* ---- 列表 Style ---- */
.listHead{
	height: 91px;
	border-bottom: 5px solid #eaeaea;
	line-height: 86px;
	font-size: 32px;
	color: #004195;
	margin-bottom: 18px;
}
.list{
	padding:2.67% 0 0;
	margin-bottom: 4%;
}
.list li{
	border-bottom:1px solid #f3f3f3;
	margin-bottom: 2.67%;
	padding-bottom: 2.33%;
}
.list li h1{
	line-height: 44px;
	font-size: 26px;
	color: #323232;
	margin-bottom: 2.33%;
	font-weight: normal;
}
.list li h1 a{
	color: #323232;
}
.list li .infor{
	height: 29px;
	line-height: 29px;
	position: relative;
	font-size: 14px;
	color: #a9a9a9;
}
.list li .infor span{
	display: inline-block;
	height: 29px;
	width: 70px;
	border: 1px solid #2e6cc3;
	line-height: 27px;
	text-align: center;
	border-radius: 3px;
	font-size: 14px;
	color: #2a6cc0;
	margin-right: 16px;
}
.list li .infor font{
	color: #c8c8c8;
	font-size: 12px;
}
.list li .infor img.share{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
	height: 16px;
	width: 16px;
}
@media (max-width:1024px) {
	.listHead{
		height: 54px;
		border-bottom: 4px solid #eaeaea;
		line-height: 50px;
		font-size: 24px;
		margin-bottom: 15px;
	}

	.list li h1{
		line-height: 26px;
		font-size: 20px;
	}
	.list li .infor{
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	.list li .infor span{
		height: 20px;
		width: 60px;
		line-height: 18px;
		font-size: 12px;
		margin-right: 12px;
	}
}
@media (max-width:768px) {
	.listHead{
		height: 43px;
		border-bottom: 3px solid #eaeaea;
		line-height: 40px;
		font-size: 20px;
		margin-bottom: 12px;
	}
	.list li h1{
		line-height: 20px;
		font-size: 15px;
	}
	.list li .infor img.share{
		right: 10px;
		margin-top: -6px;
		height: 12px;
		width: 12px;
	}
}
/* ---- 分页 Style ---- */
.pager{
	text-align: center;
	margin-bottom: 5%;
}
.pager a,
.pager span{
	display: inline-block;
	height: 28px;
	border: 1px solid #ccc;
	line-height: 26px;
	font-size: 14px;
	margin: 0 4px 10px;
	color: #666;
	padding: 0 10px;
}
.pager a:hover{
	border: 1px solid #2e6cc3;
	color: #2e6cc3;
	text-decoration: none;
}
.pager a.active,
.pager span{
	border: 1px solid #2e6cc3;
	color: #2e6cc3;
}
@media (max-width:1024px) {
	.pager a,
	.pager span{
		height: 24px;
		line-height: 22px;
		font-size: 12px;
		padding: 0 6px;
	}

}

/* ---- 内容标题 Style ---- */
.conentTitle{
	border-bottom:1px solid #e4e4e4;
	padding:0 0 3.26%;
	margin:0 0 4.07%;
}
.conentTitle h1{
	min-height:64px;
	line-height:42px;
	font-size:34px;
	padding:11px 0;
	color:#333;
	font-weight:bold;
}
.conentTitle .else{
  min-height:20px;
  overflow: hidden;
}
.conentTitle .else h2{
	min-height:20px;
	line-height:20px;
	font-size:12px;
	color:#999;
	float:left;
	font-weight: normal;
}
.conentTitle .else h2 span{
	display:inline-block;
	margin-right:28px;
}
.conentTitle .else .btns{
	height:20px;
	line-height:20px;
	float:right;
	font-size:12px;
	color:#d4d4d4;
}
.conentTitle .else .btns img{
	height:100%;
	width:auto;
	margin-right:6px;
}
.conentTitle .else .btns a{
	margin-left:20px;
	color:#999;
}
.conentTitle .fontstyle{
	height:20px;
	float:right;
	margin-right:12px;
	width:104px;
	line-height: 0px;
	font-size: 0px;
}
.conentTitle .fontstyle a{
	height:20px;
	display: inline-block;
	width:48px;
	margin:0 2px;
	line-height:18px;
	border-radius:2px;
	text-align:center;
	font-size:14px;
	color:#333;
	border-radius: 4px;
}
.conentTitle .fontstyle a:hover{
	text-decoration:none;
}
@media screen and (max-width:1024px) {
	.conentTitle h1{
		min-height:46px;
		line-height:30px;
		font-size:24px;
		padding:8px 0;
	}
}
@media screen and (max-width:768px) {
	.conentTitle h1{
		min-height:38px;
		line-height:22px;
		font-size:18px;
		padding:8px 0;
	}
	.conentTitle .else .btns{
		display: none;
	}
	.conentTitle .fontstyle{
		display: none;
	}
}
/* ---- 内容 Style ---- */
.contentBox{
	padding: 0 0 0 180px;
	position: relative;
	margin-bottom: 4%;
}
.content{
	font-size:18px;
	color:#333;
	line-height:2em;
	margin-bottom: 4%;
}
.content img{
	width: auto !important;
	max-width:100% !important;
	height:auto !important;
}
.content p{
	padding:5px 0;
}
@media screen and (max-width:1024px) {
	.contentBox{
		padding: 0 0 0 120px;
	}
}
@media screen and (max-width:768px) {
	.content{
		font-size:14px;
		color:#333;
		line-height:24px;
	}
	.contentBox{
		padding: 0px;
		position: relative;

	}
}
/* ---- 左侧 Style ---- */
.con_left{
	position: absolute;
	width: 120px;
	top: 0px;
	left: 0px;
}
.con_left_fix{
	position:fixed;
	left:50%;
	top:0px;
	width:120px;
	margin-left:-600px;
	z-index:9999;
}	
.con_qrcode{
	padding:10%;
	background:#f2f2f2;
	border-radius:4px;
	margin-bottom:22px;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	
}
.con_qrcode img{
	width:100%;
	height:auto;
	margin-bottom:5px;
	border: 1px solid #eeeeee;
}
.con_qrcode p{
	height:20px;
	line-height:20px;
	font-size:12px;
	text-align:center;
	color:#555;
}
.con_shareList{
	padding:0px;
	background:#fff;
}
.con_shareList li{
	height:32px;
	margin-bottom:20px;
	line-height:32px;
	font-size:14px;
	color:#444;
}
.con_shareList li img{
	margin-right:10px;
}
.con_num{
	height:80px;
	width:100%;
	background:#2d6cc2;
	display:table;
	border-radius:4px;
}
.con_num p{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:16px;
	color:#9dbbe4;
}
.con_num p span{
	display:inline-block;
	width:100%;
	font-size:20px;
	color:#fff;
	line-height:30px;
}
@media screen and (max-width:1024px) {
	.con_left{
		width: 100px;
	}
	.con_left_fix{
		width:100px;
	}	
	.con_qrcode{
		margin-bottom:16px;
	}
	.con_qrcode p{
		font-size:11px;

	}
	.con_shareList li{
		height:26px;
		margin-bottom:12px;
		line-height:26px;
		font-size:12px;
	}
	.con_shareList li img{
		margin-right:6px;
		height: 26px;
		width: auto;
	}
	.con_num{
		height:60px;
	}
	.con_num p{
		font-size:15px;
	}
	.con_num p span{
		font-size:18px;
		line-height:24px;
	}
}
@media screen and (max-width:768px) {
	.con_left{
		display: none;
	}
}
/* ---- 相关新闻 Style ---- */
.relatedNews{
	margin-bottom: 0%;
}
.relatedhead{
	height: 50px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
	position: relative;
}
.relatedhead h2{
	position: absolute;
	height: 50px;
	border-top: 2px solid #0163af;
	left: 0px;
	top: -1px;
	line-height: 48px;
	font-size: 16px;
	color: #0163af;
	padding: 0 5px 0 2px;
}
.relatedhead h2 img{
	margin-right: 7px;
}
.relatedNews ul li{
	padding: 7px 80px 7px 15px;
	position: relative;
	line-height: 21px;
	color: #444;
	font-size: 15px;
	background: url(/version/2018/img/point.png) left 16px no-repeat;
}
.relatedNews ul li a{
	color: #444;
}
.relatedNews ul li span{
	position: absolute;;
	right: 0;
	top: 0px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #555;
}
@media (max-width:1024px) {
	.relatedhead{
		height: 42px;
		margin-bottom: 8px;
	}
	.relatedhead h2{
		height: 42px;
		line-height: 40px;
		font-size: 15px;
		padding: 0 5px 0 2px;
	}
	.relatedhead h2 img{
		margin-right: 6px;
	}
	.relatedNews ul li{
		padding: 6px 65px 6px 12px;
		line-height: 18px;
		font-size: 14px;
		background: url(/version/2018/img/point.png) left 14px no-repeat;
	}
	.relatedNews ul li span{
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
}
@media (max-width:768px) {
	.relatedhead{
		height: 36px;
		margin-bottom: 8px;
	}
	.relatedhead h2{
		height: 36px;
		line-height: 34px;
		font-size: 14px;
		padding: 0 4px 0 1px;
	}
	.relatedhead h2 img{
		margin-right: 5px;
	}
}