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

.head-nav {
	width: 100%;
	height: 5.5rem;
	position: absolute;
	left: 0;
	top: 0;
}

.news-topimg {
	position: relative;
}

.news-topimg .news-top-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.news-topimg .news-top-text>h3 {
	color: rgba(255, 255, 255, 1);
	font-size: 3rem;
	font-family: PingFang SC;
}

.news-topimg .news-top-text>span {
	color: rgba(255, 255, 255, 1);
	font-size: 2rem;
	color: #FFFFFF;
}

.news-bulletin {
	padding: 2.5rem 1.875rem;
	position: relative;
}

.news-bulletin img{
	border-radius: .5rem;
}

.news-bulletin>p {
	
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 57%, rgba(0, 0, 0, 0.4) 100%);
	position: absolute;
	bottom: 2.6rem;
	left: 50%;
	margin: 0;
	padding-top: 2rem;
	padding-bottom: 2rem;
	transform: translateX(-50%);
	color: rgba(255, 255, 255, 1);
	font-size: 2rem;
	text-align: center;
	width: 92%;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-list{
	min-height: 40rem;
	padding: 0;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 2.5rem;
}

.news-list>li{
	padding: 2.5rem 1.875rem;
	/* padding: 0; */
	border-bottom: #F8F8F8 solid 2px;
}

.news-list>li img{
	width: 100%;
	height: 100%;
	border-radius: 0.5rem;
}

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

.news-list .news-text{
	padding-left: 0;
}
