/*news公共部分*/
.news_common{
	width: 100%;
	overflow: hidden;
	background:#fff url(../img/images/about_bg.jpg) no-repeat top center;
	background-size: 100%;
	padding: 60px 0 0;
	position: relative;
	z-index: 11;
}
.news_content{
	color: #626262;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}
/*news页面独有*/
.news_content h2{
	color: #181878;
	font-size: 30px;
	margin-bottom: 30px;
}
.time{
	display: inline-block;
	background: url(../img/time.png) no-repeat left center;
	padding-left: 25px;
	margin-right: 30px;
	font-size: 12px;
	color: #b0b0b0;
}
.eye{
	display: inline-block;
	background: url(../img/eye.png) no-repeat left center;
	padding-left: 35px;
	font-size: 12px;
	color: #b0b0b0;
}
.return{
	display: inline-block;
	background: url(../img/return.png) no-repeat left center;
	padding-left: 35px;
	font-size: 14px;
	float: right;
	margin-right: 15px;
}
.return:hover{
	color: #181878;
}
.news_detailed{
	margin-top: 15px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
	padding: 20px 0 35px;
	text-align: left;
	color: #a9a9a9;
	font-size: 14px;
	line-height: 25px;
}
.news_img{
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin: 20px 0;
}
.news_detailed img{
	max-width: 100% !important;
}
.Paging{
	width: 100%;
	padding: 20px 0 40px;
	overflow: hidden;
	text-align: left;
	color: #3e3e3e;
	font-size: 14px;
}
.Paging li a{
	color: #3e3e3e;
}
.Paging li a:hover{
	color: #181878;
}
@media only screen and (max-width:767px ) {
	.news_common{
		padding: 30px 0 0;
	}
	.news_content h2{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.news_content>p{
		text-align: left;
	}
	.time{
		display: inline-block;
		background: url(../img/time.png) no-repeat left center;
		padding-left: 20px;
		margin-right: 10px;
		font-size: 12px;
		color: #b0b0b0;
	}
	.eye{
		display: inline-block;
		background: url(../img/eye.png) no-repeat left center;
		padding-left: 30px;
		font-size: 12px;
		color: #b0b0b0;
	}
	.return{
		display: inline-block;
		background: url(../img/return.png) no-repeat left center;
		padding-left: 30px;
		font-size: 14px;
		float: right;
		margin-right: 0px;
	}
}
@media only screen and (min-width:768px ) {
	.news_content h2{
		color: #181878;
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 20px;
	}
}
@media only screen and (min-width:992px ) {
	.news_content h2{
		color: #181878;
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 30px;
	}
}