﻿.news_detail_wrap {
	width: 192rem;
	padding-top: 8rem;
}

.news_detail_banner {
	width: 192rem;
	height: 52rem;

}

.news_detail_banner img {
	width: 100%;
	height: 100%;
}

.news_detail_box {
	width: 120rem;
	margin: 0 auto;
}

.news_detail_title {
	border-bottom: 0.1rem solid #eeeeee;
	text-align: center;
	margin-top: 3rem;
}

.news_detail_title>h5 {
	font-weight: 550;

	font-size: 3rem;
	line-height: 5rem;
	color: #1a1c1d;
}

.news_detail_title>p {

	font-size: 1.6rem;
	color: #707070;
	line-height: 5rem;
}

.news_detail_title>p>img {
	width: 1.7rem;
	height: 1.7rem;
	vertical-align: middle;
	margin: 0 0.5rem;
}

.news_detail_title>p>span {
	font-family: ArialMT;
	font-size: 1.6rem;
	color: #707070;
}

.news_detail_data {
	min-height: 50rem;
	font-size: 2rem;
	padding: 2rem 0;
}
.news_detail_data>p>img {
	text-align:center;
	max-width:80%;
}
.news_detail_data > p > span > img {
	text-align:center;
	max-width:80%;
}
.news_detail_data>p{
		text-indent:2em;
		line-height: 2.5;
}
.news_detail_data > p > span > img {
	text-align:center;
	max-width:80%;
}
.news_detail_data>p{
		text-indent:2em;
		line-height: 2.5;
}
.news_detail_line {
	width: 192rem;
	height: 0.1rem;
	background-color: #e5e5e5;
}

/* 相关资讯 */
.about_information {
	width: 120rem;
	margin: 0 auto;
	margin-bottom: 5rem;
}

.next_news {
	font-family: SourceHanSansCN-Regular;
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: 0rem;
	color: #2b2b2b;
	line-height: 5rem;
}

.about_information>h5 {
	text-indent: 1em;
	width: 120rem;
	height: 6rem;
	background-color: #eeeeee;
	
	font-size: 2rem;
	color: #2b2b2b;
	line-height: 6rem;
	margin: 2rem 0;
}

.news_hot {
	width: 133rem;
	font-size: 1.6rem;
	line-height: 5rem;
	letter-spacing: 0rem;
	color: #2b2b2b;
	display: flex;
	flex-wrap: wrap;
}

.news_hot div {
	width: 53rem;
	display: flex;
	justify-content: space-between;
	margin-right: 13rem;
}

.news_hot a:nth-child(2n) div {
	margin-right: 0;
}


.news_hot div p {
	width: 40rem;
	font-weight: 600;
}

.news_hot div span {
	font-family: ArialMT;
}


@media screen and (max-width: 1140px) {
	
	.news_detail_wrap {
		padding-top: 9.3rem;
	}
	
	.news_detail_box {
		width: 172rem;
	}
	
	.news_detail_title {
		margin-top: 6rem;
	}
	
	.news_detail_title>h5 {
		font-size: 4.547rem;
		line-height: 7.5rem;
	}
	
	.news_detail_title>p {
		font-size: 2.695rem;
		line-height: 8.4rem;
	}
	
	.news_detail_title>p>img {
		width: 2.863rem;
		height: 2.863rem;
		margin: 0 1.1rem;
		vertical-align: middle;
	}
	
	.news_detail_title>p>span {
		font-size: 2.695rem;
	}
	
	.news_detail_data {
		min-height: 50rem;
		padding: 3rem 0;
		line-height: 2.5;
	}
	.news_detail_line {
		width: 192rem;
		height: 0.1rem;
	}
	
	/* 相关资讯 */
	.about_information {
		width: 172rem;
		margin-bottom: 7rem;
	}
	
	.next_news {
		font-size: 2.695rem;
		line-height: 8.5rem;
	}
	
	.about_information>h5 {
		width: 172rem;
		height: 8.75rem;
		font-size: 2.9rem;
		line-height: 8.75rem;
		margin: 3rem 0;
	}
	
	.news_hot {
		width: 172rem;
		font-size: 2.695rem;
		line-height: 8.4rem;
	}
	
	.news_hot div {
		width: 140rem;
	}
	
	.news_hot div p {
		width: 110rem;
	}
	
}
