.container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.news-info-column {
	max-width: 1400px;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	margin-top: 90px;
	/*transform: scale(0.8);*/
}

.news-info-row {
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.news-info-title {
	font-size: 36px;
	font-family: SourceHanSansCN-Regular;
	font-weight: bold;
	color: #333333;
	line-height: 36px;
	text-align: center;
}

.news-info-time {
	font-size: 18px;
	
	font-weight: 400;
	color: #999999;
	line-height: 18px;
	margin-top: 17px;
	text-align: center;
}

.news-info-content {
	margin: 43px 0;
	font-size: 18px;
	
	font-weight: 400;
	color: #666666;
	line-height: 46px; padding:0 100px
}
@media only screen and (max-width: 768px) {
	
.news-info-content {
	margin: 43px 0;
	font-size: 18px;
	
	font-weight: 400;
	color: #666666;
	line-height: 46px; padding:0 15px
}	.news-info-title {
	font-size: 26px;
	font-family: SourceHanSansCN-Regular;
	font-weight: bold;
	color: #333333;
	line-height: 36px;
	text-align: center; padding:0 15px
}

}
.news-page {
	width: 100%;
	background: #EEEEEE;
	border-radius: 2px;
	display: flex;
	justify-content: center;
}

.news-info-page-row {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 53px;
	margin-bottom: 53px;
	transform: scale(0.8);
	max-width: 1500px;
}

.news-info-page-last {
	font-size: 24px;
	
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}

.news-info-page-next {
	font-size: 24px;
	
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	margin-top: 32px;
}
