.imageView {
	width: 100%;
	height: 400px;
}

.aboutView {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url('/http/template1/img/bg3.png');
	background-size: 100%;
}

.aboutInfo {
	display: flex;
	flex-direction: column;
	background: #fff;
	padding: 40px;
	margin: 60px 0;
}

.newsTitle {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #333333;
}

.newsInfoTime {
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	margin-top: 15px;
}

.newsLine {
	height: 1px;
	border-bottom: 1px dashed #B8B8B8;
	padding: 15px 0;
}

.newsInfo2 {
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 2;
	margin-top: 50px;
}
