.page-news .hero {
	width: 100%;
	margin: auto;
	height: 6.5rem;
	min-height: 6.5rem;
	max-height: 6.5rem;
	position: relative;
}

.hero-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	min-height: 100%;
	z-index: 0;
	background-color: #141418;
}

.hero-bg-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hero-content {
	padding-top: 2.15rem;
	position: relative;
	z-index: 1;
}

.hero-title {
	font-weight: 300;
	font-size: 0.6rem;
	color: #FFFFFF;
	line-height: 0.9rem;
}

.news {
	padding-top: 0.9rem;
}

.news .data-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 0.6rem;
	row-gap: 0.6rem;
	align-items: stretch;
}

.news .data-list .data-item {
	width: 100%;
	height: 7.8rem;
	background: #FFFFFF;
	border: 0.01rem solid #EEEEEE;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.news .data-list .data-item .news-img {
	display: block;
	width: 100%;
	height: 4rem;
	object-fit: cover;
	object-position: center;
	flex-shrink: 0;
	transition: transform 400ms ease;
	will-change: transform;
}

.news .data-list .data-item:hover .news-img {
	transform: scale(1.06);
}

@media (prefers-reduced-motion: reduce) {
	.news .data-list .data-item .news-img {
		transition: none;
	}
	.news .data-list .data-item:hover .news-img {
		transform: none;
	}
}

.news .data-list .data-item .news-title {
	width: 100%;
	min-height: 0.96rem;
	padding: 0 0.55rem;
	margin-top: 0.34rem;
	font-weight: 300;
	font-size: 0.34rem;
	color: #000000;
	line-height: 0.48rem;
}

.news .data-list .data-item .news-text {
	width: 100%;
	min-height: 1.02rem;
	padding: 0 0.55rem;
	font-weight: 300;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.34rem;
	margin-top: 0.3rem;
}

.news .data-list .data-item .news-title div{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	word-break: break-all;
	word-wrap: break-word;
}

.news .data-list .data-item .news-text div{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	word-break: break-all;
	word-wrap: break-word;
}

.news .data-list .data-item .news-bottom {
	padding: 0 0.55rem;
	padding-bottom: 0.49rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
}

.news .data-list .data-item .news-bottom .news-time {
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
}

.news .data-list .data-item .news-bottom img {
	width: 0.18rem;
}

.pagination{
	margin-top: 0.9rem;
}

.pagination .pagination-list {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination .pagination-left {
	width: 0.5rem;
	height: 0.5rem;
	text-align: center;
	line-height: 0.5rem;
	background: #FFFFFF;
	border: 0.01rem solid #EEEEEE;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FE0000;
	margin: 0 0.05rem;
}

.pagination .pagination-item {
	width: 0.5rem;
	height: 0.5rem;
	text-align: center;
	line-height: 0.5rem;
	background: #FFFFFF;
	border: 0.01rem solid #EEEEEE;
	font-weight: 400;
	font-size: 0.16rem;
	color: #161616;
	margin: 0 0.05rem;
}

.pagination .pagination-right {
	width: 0.5rem;
	height: 0.5rem;
	text-align: center;
	line-height: 0.5rem;
	background: #FFFFFF;
	border: 0.01rem solid #EEEEEE;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FE0000;
	margin: 0 0.05rem;
}

.pagination .pagination-left:not(.is-disabled),
.pagination .pagination-right:not(.is-disabled),
.pagination .pagination-item {
	cursor: pointer;
	user-select: none;
}

.pagination .pagination-item.is-active {
	background: #FE0000;
	border-color: #FE0000;
	color: #FFFFFF;
}

.pagination .pagination-left.is-disabled,
.pagination .pagination-right.is-disabled {
	opacity: 0.35;
	cursor: not-allowed;
	pointer-events: none;
}

.scheme {
	width: 100%;
	height: 5rem;
	border-top: 0.01rem solid #E6E6E6;
	border-bottom: 0.01rem solid #E6E6E6;
	margin: auto;
	margin-top: 1.27rem;
}

.scheme .scheme-title {
	font-weight: 300;
	font-size: 0.64rem;
	color: #000000;
	margin-top: 1.2rem;
}

.scheme .scheme-desc {
	font-weight: 300;
	font-size: 0.24rem;
	color: #333333;
	line-height: 0.3rem;
	margin-top: 0.25rem;
}

.scheme .scheme-btns {
	display: flex;
	align-items: center;
	margin-top: 0.25rem;
}

.scheme .scheme-btns .btn1 {
	width: 2.45rem;
	height: 0.5rem;
	background: #FE0000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	font-size: 0.17rem;
	color: #FFFFFF;
	cursor: pointer;
	transition: background-color 250ms ease, border-color 250ms ease, color 250ms ease;
}

.scheme .scheme-btns .btn2 {
	width: 2.45rem;
	height: 0.5rem;
	border: 0.01rem solid #E6E6E6;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	font-size: 0.17rem;
	color: #000000;
	margin-left: 0.2rem;
	cursor: pointer;
	transition: background-color 250ms ease, border-color 250ms ease, color 250ms ease;
}

.scheme .scheme-btns .btn1:hover {
	background: transparent;
	border: 0.01rem solid #E6E6E6;
	color: #000000;
}

.scheme .scheme-btns .btn2:hover {
	background: #FE0000;
	border: 0.01rem solid transparent;
	color: #FFFFFF;
}

.scheme .scheme-btns .btn1 .scheme-arrow {
	width: 0.2rem;
	margin-left: 0.6rem;
}

.scheme .scheme-btns .btn2 .scheme-arrow {
	width: 0.2rem;
	margin-left: 0.6rem;
}

/* scheme 按钮：移入/移出切换不同箭头 */
.scheme .scheme-btns .btn1:hover .scheme-arrow {
	content: url("https://junhe.oss-cn-beijing.aliyuncs.com/new_web/img/pc-index/hei-arrow.png");
}

.scheme .scheme-btns .btn2:hover .scheme-arrow {
	content: url("https://junhe.oss-cn-beijing.aliyuncs.com/new_web/img/pc-index/btn-arrow.png");
}