body{
	position: relative;
}

img{
	max-width: 100%;
}

.nav-top{
	width: 100%;
	height: 4.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;
}

.news-detail-box .news-detail-title {
	font-size: 2rem;
	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 {
	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: 1rem;
	line-height: 2;
	text-indent: 2rem;
	font-weight: 500;
}

.news-recommend .news-recommend-title {
	font-size: 1.5rem;
	font-family: PingFang SC;
	color: rgba(0, 0, 0, 0.85);
	line-height: 2;
	margin-left: 5rem;
}

.news-recommend {
	width: 26rem;
	position: fixed;
	right: 20rem;
	top: 13.5rem;
	transition: top .5s; 
	/* bottom: 39.5rem; */
}

.news-recommend .news-list {
	margin: 2.5rem 5rem;
	width: 20.625rem;
	padding: 0;
}

.news-recommend .news-list>li {
	padding: 1.5rem 0 1.5rem 1rem;
	position: relative;
	border-bottom: rgba(221, 221, 221, 1) solid 1px;
}

.news-recommend .news-list>li>a{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-family: PingFang SC;
	font-size: 1rem;
	color: rgba(0, 0, 0, 0.85);
}

.news-recommend .news-list>li ::before{
	content: '';
	width: .5rem;
	height: .5rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: rgba(0, 161, 233, 1);
}

.news-recommend-box .go-news-prev{
	position: absolute;
	left: 5rem;
	bottom: 0;
	padding-bottom: 2rem;
	border-bottom: solid rgba(187, 187, 187, 1) 1px;
}

.news-recommend-box .go-news-prev a{
	color: rgba(0, 0, 0, 0.85);
	display: inline-block;
}

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

.news-recommend-box .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;
}
