.news_detail_wrap {
	width: 75rem;
	box-sizing: border-box;
	padding: 0 5rem;
	padding-top: 9.5rem;
	padding-bottom: 9rem;
}

/* 标题 */
.news_detail_title {
	text-align: center;
	
	font-family: SourceHanSansCN-Medium;
	font-size: 2.4rem;
	font-weight: 550;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #373737;
	line-height: 8rem;
}

/* 发布时间 */
.time {
	text-align: center;
	font-family: SourceHanSansCN-Normal;
	font-size: 1.6rem;
	line-height: 1.6rem;
	color: #707070;
}

.time img {
	width: 1.6rem;
	height: 1.6rem;
	margin-right: 0.6rem;
	vertical-align: bottom;
}

.time span {
	font-family: ArialMT;
}

/* 分割线 */
.news_detail_title_line {
	width: 62.2rem;
	height: 0.1rem;
	margin: 2.2rem 0;
	border-bottom: dashed 0.2rem #e5e5e5;
}

/* 正文 */
.news_detail_content {
	text-align: center;
	font-family: SourceHanSansCN-Regular;
	font-size: 2.2rem;
	color: #2d2d2d;
	line-height: 3.5rem;
}

.news_detail_content p{
	text-align: left;
	text-indent: 2em;
}
.news_detail_content img{
	max-width: 65rem;
}

/* 分割线 */
.news_detail_text_line{
	width: 75rem;
	height: 0.1rem;
	margin: 2.2rem -5rem;
	background-color: #e5e5e5;
}

/* 文章 */
.news_detail_article p{
	font-family: SourceHanSansCN-Regular;
	font-size: 1.8rem;
	font-weight: normal;
	letter-spacing: 0.05rem;
	color: #2d2d2d;
	line-height: 3.5rem;
}

/* 相关资讯 */
.about_information{
	padding: 2.2rem	0;
}
.about_information h5{
	width: 100%;
	height: 4rem;
	text-indent: 1em;
	background-color: #eeeeee;
	font-family: SourceHanSansCN-Medium;
	font-weight: bold;
	font-size: 2rem;
	line-height: 4rem;
	color: #2b2b2b;
}
.information_list{
	padding: 2.2rem	0;
}
.information_list p{
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-family: SourceHanSansCN-Medium;
	font-size: 1.8rem;
	line-height: 4.8rem;
	color: #474747;
}

.information_list p span{
	font-family: ArialMT;
}