/* ---- crumbs ---- */
.crumbs{
	width: 70%;
	float: left;
	min-height: 30px;
	line-height: 20px;
	padding: 5px 0;
	font-size: 14px;
	color: #999;
}
.crumbs a{
	color: #999;
}
.crumbs span{
	color: #333;
}
@media screen and (max-width:768px) {
	.crumbs{
		width:100%;
		line-height: 18px;
		padding: 6px 0;
		font-size: 12px;
		margin-bottom: 6px;
	}
}
/* ---- 右侧搜索 ---- */
.rightSearch{
	width: 25%;
	float: right;
	height: 30px;
	padding: 0 75px 0 0;
	position: relative;
}
.rightSearch .text_input{
	height: 30px;
	line-height: 28px;
	width: 100%;
	border: 1px solid #d9dde3;
	border-right: none;
	background: #fff;
	padding: 0 5px;
	font-size: 14px;
	color: #555;
}
.rightSearch .btn{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 75px;
	height: 30px;
	border: none;
	background: #2d6cc2;
	text-align: center;
	outline: none;
	font-size: 14px;
	color: #fff;
}
@media screen and (max-width:1024px) {
	.rightSearch{
		padding: 0 58px 0 0;
	}
	.rightSearch .text_input{
		font-size: 12px;
	}
	.rightSearch .btn{
		width: 58px;
		font-size: 12px;
	}
}
@media screen and (max-width:768px) {
	.rightSearch{
		width: 100%;
		display: none;
	}
}
/* ---- 列表 ---- */
.newsList{
	margin-bottom: 6%;
}
.newsList li{
	border-bottom: 1px dashed #d5d5d5;
	line-height: 20px;
	font-size: 16px;
	color: #333;
	padding: 12px 0 12px 14px;
	background: url(/version/2018/img/sec_point.png) left 21px no-repeat;
}
.newsList li:last-child{
	border-bottom: none;
}
.pager{
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #888;
	margin-bottom: 7.5%;
}
.pager a{
	height: 40px;
	line-height: 38px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 2px;
	display: inline-block;
	font-size: 15px;
	color: #888;
        white-space:nowrap;
	padding: 0 14px;
	margin-bottom: 5px;
}
.pager a:hover{
	text-decoration: none;
	border: 1px solid #2e6cc3;
	color: #2e6cc3;
}
.pager a.active{
	background: #2e6cc3;
	border: 1px solid #2e6cc3;
	color: #fff;
}
.qrcodeBox{
	position: relative;
	margin-bottom:5%;
}
.qrcodeBox::before{
	content: "";
	position: absolute;
	left: 0;
	top: 6.5%;
	width: 100%;
	height:87%;
	background: url(/version/2018/img/link_bg.gif) repeat;
}
.qrcode{
	width: 94%;
	max-width: 510px;
	padding: 0 0 0 180px;
	position: relative;
	margin: 0 auto;
	height: 152px;
	z-index: 1;
}
.qrcode .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 152px;
	height: 152px;
	border: 1px solid #eaeaea;
}
.qrcode .pic img{
	width: 100%;
	height: 100%;
}
.qrcode .word{
	display: table;
	height: 152px;
}
.qrcode .word p{
	display: table-cell;
	vertical-align: middle;
}
.qrcode .word p img{
	width: 100%;
	height: auto;
	margin-bottom:4.2%;
}
.qrcode .word p span{
	display: inline-block;
	width: 100%;
	line-height:28px;
	font-size: 14px;
	color: #333;
}
@media screen and (max-width:1024px) {
	.newsList li{
		line-height: 20px;
		font-size: 15px;
		padding: 8px 0 8px 12px;
		background: url(/version/2018/img/sec_point.png) left 17px no-repeat;
	}

	.pager{
		line-height: 30px;
		font-size: 15px;
	}
	.pager a{
		height: 30px;
		line-height: 28px;
		font-size: 14px;
		padding: 0 12px;
	}

	.qrcode{
		width: 94%;
		max-width: 420px;
		padding: 0 0 0 140px;
		height: 120px;
	}
	.qrcode .pic{
		width: 120px;
		height: 120px;
	}
	.qrcode .word{
		height: 120px;
	}
	.qrcode .word p span{
		line-height:24px;
		font-size: 12px;
	}
}
@media screen and (max-width:768px) {
	.newsList li{
		line-height: 18px;
		font-size: 14px;
		padding: 6px 0 6px 12px;
		background: url(/version/2018/img/sec_point.png) left 14px no-repeat;
	}

	.pager{
		line-height: 26px;
		font-size: 14px;
	}
	.pager a{
		height:26px;
		line-height: 24px;
		font-size: 12px;
		padding: 0 10px;
	}
	.qrcodeBox{
		margin-bottom:0%;
	}
	.qrcode{
		width: 94%;
		max-width: 280px;
		padding: 0 0 0 106px;
		height: 90px;
	}
	.qrcode .pic{
		width: 90px;
		height: 90px;
	}
	.qrcode .word{
		height: 90px;
	}
	.qrcode .word p span{
		line-height:18px;
		font-size: 12px;
	}
}
/* ---- 右侧广告 ---- */
.rightAds{
	height: auto;
	margin-bottom: 10%;
}
.rightAds img{
	width: 100%;
	height: auto;
}
.rightBox{
	margin-bottom:10%;
}
.mainHead{
	height: 53px;
	border-top: 2px solid #2d6cc2;
	border-bottom: 1px solid #e4e7ee;
	position: relative;
	margin-bottom: 7%;
}
.mainHead h1{
	height: 50px;
	line-height: 50px;
	padding: 0 2px;
	font-size: 20px;
	color: #333;
}
.mainHead a.more{
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -8px;
	height: 16px;
	line-height: 16px;
	border-left: 1px solid #b8b8b8;
	padding:0 0 0 10px;
	font-size: 14px;
	color: #666;
}
@media screen and (max-width:1024px) {
	.mainHead{
		height: 43px;
	}
	.mainHead h1{
		height: 40px;
		line-height: 40px;
		font-size: 18px;
	}
	.mainHead a.more{
		margin-top: -7px;
		height: 14px;
		line-height: 14px;
		padding:0 0 0 8px;
		font-size: 12px;
	}
}
/* ---- 汽车人 ---- */
.rightBox .carer{
	padding: 6px 0 0 100px;
	position: relative;
	min-height: 90px;
	margin-bottom: 16px;
}
.rightBox .carer .pic{
	position: absolute;
	left: 0px;
	top: 4px;
	width: 90px;
	height: 90px;
	overflow: hidden;
	border-radius: 50%;
}
.rightBox .carer .pic img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.rightBox .carer .pic:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.rightBox .carer h1{
	min-height: 34px;
	padding: 6px 0;
	font-size: 16px;
	line-height: 22px;
	color: #2d6cc2;
	margin-bottom:4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.rightBox .carer h1 a{
	color: #2d6cc2;
}
.rightBox .carer p{
	height: 48px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	overflow: hidden;
}
.rightBox .carer p a{
	color: #666;
}
.rightList li{
	line-height: 22px;
	font-size: 16px;
	color: #333;
	padding:7px 0 7px 15px;
	background: url(/version/2018/img/point.gif) left 17px no-repeat;
}
@media screen and (max-width:1220px) {
	.rightBox .carer h1{
		font-size: 15px;
	}
	.rightBox .carer p{
		font-size: 12px;
	}
	.rightList li{
		font-size: 15px;
	}
}
@media screen and (max-width:1024px) {
	.rightBox .carer{
		padding: 2px 0 0 84px;
		min-height: 72px;
		margin-bottom: 10px;
	}
	.rightBox .carer .pic{
		top: 2px;
		width: 76px;
		height: 76px;
	}
	.rightBox .carer h1{
		min-height: 20px;
		padding: 3px 0;
		font-size: 14px;
		line-height: 22px;
		color: #2d6cc2;
		margin-bottom:10px;
	}
	.rightBox .carer h1 a{
		color: #2d6cc2;
	}
	.rightBox .carer p{
		height: 32px;
		font-size: 12px;
		line-height: 16px;

	}
	.rightBox .carer p a{
		color: #666;
	}
	.rightBox li{
		line-height: 20px;
		font-size: 14px;
		padding:5px 0 5px 10px;
		background: url(/version/2018/img/point.gif) left 15px no-repeat;
	}
}
/* ---- 内容 ---- */
.contentHead{
	border-bottom: 1px solid #e4e7ee;
	padding: 0 0 3.5%;
	margin-bottom: 2.4%;
}
.contentHead h1{
	line-height: 40px;
	font-size: 32px;
	color: #333;
	text-align:left;
	font-weight: bold;
	margin-bottom: 1.2%;
}
.contentHead p{
	line-height: 22px;
	font-size:14px;
	color: #999;
	position: relative;
	overflow: hidden;
}
.contentHead p span{
	display: inline-block;
	margin-right: 2.4%;
}
.contentHead span.op{
	float: right;	
}
.contentHead span.op a{
	margin-left: 20px;
	color: #999;
}
.contentHead span.op img{
	height: 20px;
	width: auto;
}
.content{
	line-height:34px;
	font-size: 18px;
}
.content img{
	max-width: 100%;
	height: auto!important;
	width: auto!important;
}
.content p{
	padding:1% 0;
}
.gohome{
	line-height: 34px;
	font-size: 18px;
	color: #cc0000;
}
.gohome a{
	color: #cc0000;
}
.editor{
	text-align: right;
	line-height: 34px;
	font-size: 14px;
	color: #999;
}
@media screen and (max-width:1024px) {

	.contentHead h1{
		line-height: 30px;
		font-size: 24px;
	}
	.contentHead p{
		line-height: 20px;
		font-size:12px;
	}
	.contentHead span.op a{
		margin-left: 12px;
	}
	.contentHead span.op img{
		height: 14px;
	}
	.content{
		line-height:30px;
		font-size: 16px;
	}
	.gohome{
		line-height: 30x;
		font-size: 16px;
	}
	.editor{
		line-height: 30px;
	}
}
@media screen and (max-width:768px) {

	.contentHead h1{
		line-height: 24px;
		font-size: 18px;
	}

	.contentHead span.op a{
		margin-left: 8px;
	}
	.contentHead span.op img{
		height: 12px;
	}
	.content{
		line-height:24px;
		font-size: 14px;
	}
	.gohome{
		line-height: 30x;
		font-size: 14px;
	}
	.editor{
		line-height: 30px;
	}
}
/* ---- 框架 ---- */
.related_news{
	margin-bottom: 4%;
	margin-top: 5%;
}
.related_news h2{
	height: 85px;
	border-top: 5px solid #e4e7ee;
	line-height: 80px;
	font-size:24px;
	color: #333333;
	margin-bottom: 1.9%;
}
.related_news ul li{
	padding: 0 0 2.4%;
	border-bottom: 1px solid #f3f3f3;
	margin: 0 0 2.4%;
	overflow: hidden;
}
.related_news ul li .pic{
	float: left;
	width: 140px;
	overflow: hidden;
	height: 90px;
	margin-right: 2.15%;
}
.related_news ul li .pic img{
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.related_news ul li .pic:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.related_news ul li h3{
	font-size: 24px;
	color: #333333;
	line-height: 32px;
	padding: 7px 0;
	margin-bottom: 1.7%;
}
.related_news ul li p{
	line-height: 20px;
	font-size: 14px;
	color: #888888;
}
.related_news ul li p span{
	display: inline-block;
	margin:0 2px;
}
.related_news ul li p i{
	display: inline-block;
	height: 20px;
	line-height: 18px;
	width: 44px;
	text-align: center;
	border: 1px solid #2d6cc2;
	border-radius: 2px;
	font-size: 12px;
	color: #2d6cc2;
	font-style: normal;
}
@media screen and (max-width:1024px) {
	.related_news h2{
		height: 58px;
		border-top: 4px solid #e4e7ee;
		line-height: 54px;
		font-size:20px;
	}
	.related_news ul li .pic{
		width: 120px;
		height: 80px;
	}
	.related_news ul li h3{
		font-size: 20px;
		line-height: 26px;
		padding: 5px 0;
	}
	.related_news ul li p{
		line-height: 20px;
		font-size: 14px;
	}
}
@media screen and (max-width:768px) {
	.related_news h2{
		height: 32px;
		border-top: 2px solid #e4e7ee;
		line-height: 30px;
		font-size:18px;
	}
	.related_news ul li .pic{
		width: 90px;
		height: 60px;
	}
	.related_news ul li h3{
		font-size: 16px;
		line-height: 22px;
		padding: 4px 0;
	}
	.related_news ul li p{
		line-height: 18px;
		font-size: 12px;
	}
	.related_news ul li p i{
		height: 18px;
		line-height: 16px;
		width: 36px;
		font-size: 11px;
	}
}
@media screen and (max-width:420px) {
	.related_news ul li h3{
		min-height: 40px;
		font-size: 16px;
		line-height: 20px;
		padding:0;
		/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	}
	.related_news ul li .pic{
		width: 60px;
		height: 40px;
	}
	
}
/* ---- 框架 ---- */
.secLeft{
	width: 70%;
	float: left;
}
.secRight{
	width: 25%;
	float: right;
}
.mt2_5{
	margin-top: 2.5%;
}
.mb1_75{
	margin-bottom: 1.75%;
}
.mb5_0{
	margin-top: 5.0%;
}
@media screen and (max-width:768px) {
	.secLeft{
		width: 100%;
	}
	.secRight{
		display:none;
	}
}