.news_content{
	background: #fafafc;
	padding: 0 8.33%;
	margin-bottom: 5.83%;
}
.news_con_title{
	text-align: center;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	padding-top: 4%;
}
.news_con_time{
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 2;
	padding: 1.5% 0 2.5%;
	border-bottom: solid 1px #d8d8da;
}
.news_con_time span{
	margin: 0 3%;
}
.news_cons{
	font-size: 16px;
	line-height: 2;
	color: #333;
	padding: 2% 0;
}
.news_cons p{
	margin-bottom: 20px; /* 段落间隔 */
	text-indent: 2em;    /* 首行缩进 */
}
.news_cons img{
	display: block;
	width: 94%;
	margin: 2% auto;
}


@media screen and (max-width: 1100px) {
	
}