.contentHead{
	border-bottom: 1px solid #e4e7ee;
	padding: 0 0 3.5%;
	margin-bottom: 2.4%;
}
.contentHead h1{
	line-height: 42px;
	font-size: 36px;
	color: #333;
	text-align:left;
	margin-bottom: 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, .content video{
	max-width: 100% !important;
	height: auto !important;
	width: auto !important;
}
.content p{
	padding:1% 0;
}
.editor{
	text-align: right;
	line-height: 34px;
	font-size: 14px;
	color: #999;
	margin-top: 5%;
}
.contactWay{
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #999999;
	margin: 5% auto;
}
.contactWay span{
	display: inline-block;
	margin: 0 1%;
}
.contactWay a{
	color: #cc0000;
}
@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;
	}
	.editor{
		line-height: 30px;
	}
}
@media screen and (max-width:768px) {

	.contentHead h1{
		line-height: 24px;
		font-size: 18px;
	}
	.contentHead span.op{
		display: none;
	}
	.contentHead span.op a{
		margin-left: 8px;
	}
	.contentHead span.op img{
		height: 12px;
	}
	.content{
		line-height:24px;
		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{
	margin-bottom: 2.4%;
}
.related_news ul li{
	padding: 2.4% 0;
	border-bottom: 1px solid #f3f3f3;
	margin: 0 0 0;
	overflow: hidden;
}
.related_news ul li:first-of-type{
	padding-top: 0;
}
.related_news ul li:hover{
	background: #fafafa;
}
.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;
	}
	
}
@media screen and (max-width:768px) {
	.related_news h2{
		height: 32px;
		border-top: 2px solid #e4e7ee;
		line-height: 30px;
		font-size:18px;
	}
}
