html,
body,
section {
	margin: 0 auto;
	max-width: 750px;
	position: relative;
}

section{
	background: #F8F8F8;
}

img{
	width: 100%;
}

.nav-top{
	width: 100%;
	height: 5.5rem;
}

.news-detail-contion {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.news-breadcrumb {
	width: 100%;
	background-color: rgba(187, 187, 187, 0.15);
}

.news-detail-box {
	margin-top: 5rem;
	padding: 0 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.news-detail-content{
	padding: 0 3.5rem;
}
.news-recommend-box{
	background-color: #fff;
}
.news-detail-box .news-detail-title {
	font-size: 2.3rem;
	font-family: PingFang SC;
	line-height: 2;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-detail-box .news-time {
	font-size: 2rem;
	margin: 1.5rem 0;
	padding-bottom: .5rem;
	border-bottom: solid #DDDDDD 1px;
	color: rgba(0, 0, 0, 0.45);
}

.news-detail-box .news-img {
	width: 100%;
	margin-bottom: 1.5rem;
}

.news-detail-box .news-text{
	overflow: hidden;
	
	min-height: 25rem;
}

.news-detail-box .news-text>p {
	color: rgba(0, 0, 0, 0.65);
	font-family: PingFang SC;
	font-size: 2em;
	line-height: 2;
	text-indent: 2rem;
	font-weight: 500;
	display: flex;
}
.news-recommend {
	padding-left: 1.875rem;
	margin-top: 1.25rem;
	padding-bottom: 2rem;
	margin-bottom: 3.75rem;
	background-color: #fff;
}

.news-recommend>h4 {
	font-size: 1.625rem;
	font-family: PingFang SC;
	color: rgba(0, 0, 0, 0.85);
	font-family: PingFang SC;
	padding: 2rem 0 1.5rem;
}

.news-recommend .swiper-slide img {
	width: 100%;
	height: 12.5rem;
	border-radius: 0.5rem;
}

.news-recommend .swiper-slide h4 {
	color: rgba(0, 0, 0, 0.85);
	font-size: 1.625rem;
	font-family: PingFang SC;
	margin-top: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#recommendSide{
	font-size: 1.5rem;
}
.go-news-prev {
	padding: 2.5rem 0 2.5rem 1rem;
}

.go-news-prev a {
	color: rgba(0, 0, 0, 0.85);
	display: inline-block;
	font-size: 1.5rem;
}

.go-news-prev a .enter-c {
	color: rgba(0, 161, 235, 1);
}

.go-news-prev .tra-left {
	width: 0;
	height: 0;
	border-top: solid 1rem transparent;
	border-left: solid 1rem transparent;
	border-right: solid 1rem rgba(0, 161, 235, 1);
	border-bottom: solid 1rem transparent;
	display: inline-block;
	float: left;
}

.go-news-prev .enter {
	display: inline-block;
	padding-left: 1rem;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	max-width: 12.5rem;
	float: left;
}
