.aboutView {
	display: flex;
	flex-direction: column;
	background-image: url('/http/template1/img/bg.jpg');
	background-size: 100%;
}

.aboutInfo {
	display: flex;
	flex-direction: column;
	padding: 50px 0;
}

.aboutTitle {
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.aboutTitle2 {
	font-weight: 400;
	font-size: 30px;
	color: #FFFFFF;
	margin-top: 10px;
}

.aboutHead {
	display: flex;
	flex-direction: row;
	width: 1280px;
	height: 50px;
	margin-top: 30px;
	background: #586B79;
}

.aboutTab {
	width: 120px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
}

.aboutTab:hover {
	color: #FFFFFF;
	cursor: pointer;
	background: #EE9E07;
}

.aboutTabAction {
	width: 120px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	background: #EE9E07;
}
.aboutTabAction:hover {
	color: #FFFFFF;
	background: #EE9E07;
}

.newsView {
	display: flex;
	flex-direction: column;
	width: 1200px;
	margin: 0px auto;
	background: #FFFFFF;
}

.newsListView {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 40px 20px;
}

.newsItem {
	display: flex;
	flex-direction: column;
	background: #EDEDED;
	width: 250px;
	padding: 15px;
	margin-right: 12px;
	margin-bottom: 12px;
}

.newsItem img {
	width: 250px;
}

.newsItem p {
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 溢出部分用省略号表示 */
	width: 100%;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	margin-top: 10px;
}

.newsItem span {
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}

.newsListView2 {
	display: flex;
	flex-direction: column;
	padding: 0px 20px;
}

.newsItem2 {
	display: flex;
	flex-direction: row;
	background: #F5F5F5;
	margin-bottom: 10px;
}

.newsTime {
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	border: 1px solid #B8B8B8;
	cursor: pointer;
}

.newsTime span {
	width: 64px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #4387AE;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
}

.newsTime h1 {
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	color: #333333;
}

.newsItemTitle {
	flex: 1;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	padding: 10px;
	cursor: pointer;
}

.pageView {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 50px auto;
}

.newsListView3 {
	display: flex;
	flex-wrap: wrap;
	padding: 40px 0px;
	padding-left: 20px;
}

.newsListView4 {
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0px;
	padding-left: 110px;
}

.newsItem3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 440px;
	height: 460px;
	background: #EDEDED;
	margin-right: 70px;
}

.newsImage {
	width: 400px;
	height: 300px;
}

.newsItem3 span {
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	margin-top: 18px;
}

.newsBtnView {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	margin-top: 30px;
	width: 100%;
}

.newsBtn {
	cursor: pointer;
}

.newsBtn img {
	width: 130px;
	height: 50px;
}

.content {
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	min-height: 800px;
	padding: 50px 20px;
}

.contentTitle {
	text-align: center;
	font-weight: 500;
	font-size: 24px;
	color: #333333;
}
