@charset "utf-8";
/* 新闻详情页的样式 */
.detail-box {
	width: 1104px;
	margin: 0 auto;
	color: #343434;
}

.news-title {
	margin-top: 30px;
	text-align: center;
	line-height: 1.8;
	font-size: 32px;
}

.detail-box p {
/* 	font-size: 16px;
	text-indent: 2em; */
}

.news-info {
	text-align: center;
	margin-bottom: 40px;
	line-height: 2.5;
	color: #666;
}

.news-info span {
	margin: 0 30px;
}

.news-content {
	line-height: 2.2;
}

.detail-box .download-link {
	padding: 20px 0;
	width: min-content;
	display: block;
	margin: 0 auto 20px;
	font-size: 16px;
	text-align: right;
	line-height: 20px;
	white-space: nowrap;
	color: var(--main-color);
}

/* 相关新闻列表 */
.relative-box {
	margin-top: 36px;
	border-top: 1px solid #EAEAEA;
	padding-bottom: 103px;
}

.relative-news,
.more {
	line-height: 70px;
	font-weight: 400;
	color: #0584F2;
}

.relative-news {
	margin: 0;
	font-size: 18px;
}

.more {
	font-size: 16px;
}

.relative-list {
	margin: 0;
	padding: 0;
}

.relative-list .relative-item  {
	list-style: none;
	font-size: 16px;
	line-height: 38px;
	color: #9A9A9A;
}

.relative-item  .relative-title {
	max-width: 700px;
	font-weight: 400;
	font-size: 16px;
	line-height: 38px;
	margin: 0;
}

/* 引标题 */
.introduction-title {
	margin-top: 30px;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	line-height: 1.5;
	color: #999;
}

.introduction-title ~ .news-title {
	margin-top: 20px;
}

/* 副标题 */
.sub-title {
	font-size: 26px;
	font-weight: 400;
	text-align: center;
	line-height: 1.6;
	color: #999;
}
