.news {
	padding-top: 200px;
	padding-bottom: 200px;
}

.news .page-title {
	font-weight: 500;
	font-size: 72px;
	color: #0158A7;
	text-align: center;
	font-family: Source Han Sans SC;
}

.news .tabs {
	border-bottom: 2px solid #767677;
	padding: 0 120px;
	margin: 50px 0 0;
	font-family: Constantia;
	font-size: 48px;
	color: #363638;
	line-height: 72px;
	overflow: auto;
}

.news .tabs a {
	display: block;
	padding: 20px;
	border-bottom: 2px solid transparent;
	white-space: nowrap;
}

.news .tabs a.active {
	border-bottom-color: #656566;
}

.news .news-item {
	font-size: 36px;
	color: #363638;
	line-height: 150px;
	font-family: Constantia;
	margin-top: 55px;
}

.news .news-item .imgbox {
	width: 481px;
	height: 271px;
	margin-right: 30px;
}

.news .news-item .txt {
	height: 180px;
}

.news .news-item .time {
	font-size: 30px;
	line-height: 30px;
}

.news .news-content {
	margin-top: 37px;
	border-top: 2px solid #0158A7;
	position: relative;
	padding: 116px 90px;
	font-size: 36px;
	color: #363638;
	line-height: 90px;
	font-family: Constantia;
}

.news .news-content::before {
	content: '';
	display: block;
	width: 68px;
	height: 34px;
	background: url(../img/arrow.png) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	left: 120px;
	top: 0;
}

.news .news-content img {
	display: block;
	max-width: 100%;
}

.news .news-content .time {
	font-size: 30px;
	margin-bottom: 60px;
}
