body {
	min-height: 100vh;
	background: url(https://game.gtimg.cn/images/xjlxg/web202504/news-bg.jpg);
	background-position: center 3.76rem;
	display: flex;
	flex-direction: column;
}
.kv {
	position: relative;
	width: 100%;
	height: 3.76rem;
	background: url(https://game.gtimg.cn/images/xjlxg/web202504/news-head.jpg) no-repeat center;
	background-size: cover;
	z-index: 2;
}
.list-container {
	position: relative;
	padding: 0 3.2rem 0.5rem;
	z-index: 1;
	flex: 1;
}
.list-container::after {
	content: '';
	position: absolute;
	top: 1.1rem;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #2af2ff;
}
.arrow-l {
	display: inline-block;
	width: 0.17rem;
	height: 0.23rem;
	background-image: url(https://game.gtimg.cn/images/xjlxg/web202504/arrow-r-w.png);
	background-size: cover;
	transform: rotate(180deg);
	margin-right: 0.23rem;
}
.news-tab-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 1.1rem;
}
.news-tab-wrap, .news-list {
	width: 14.54rem;
	margin: 0 auto;
}
.news-tab-wrap .back {
	font-size: 0.26rem;
	color: #fff;
}
.news-tab {
	display: flex;
}
.news-tab {
	font-size: 0.28rem;
	color: #010101;
}
.tab-item {
	margin-left: 0.64rem;
	cursor: pointer;
	color: #fff;
}
.tab-item.active {
	color: #2af2ff;
	border-radius: 0.27rem;
}
.tab-item:last-child {
	margin-right: 0;
}
.news-item {
	position: relative;
	display: flex;
	height:	1.37rem;
	font-size: 0.28rem;
	color: #fff;
	z-index: 1;
	margin-top: 0.54rem;
}
.news-left {
	display: flex;
	align-items: center;
}
.news-content {
	position: relative;width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: transform 0.2s;
	cursor: pointer;
	white-space: nowrap;
}
.news-content:hover {
	transform: translateX(0.1rem);
}
.news-content:hover::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20.64rem;
	height: 1.37rem;
	background-image: url(https://game.gtimg.cn/images/xjlxg/web202504/news-list-hl.png);
	background-size: cover;
}
.date {
	text-align: right;
}
.btn-load-more {
	display: block;
	font-size: 0.32rem;
	color: #FCFCFC;
	width: 4.26rem;
	height: 0.74rem;
	line-height: 0.74rem;
	background: #000000;
	text-align: center;
	border-radius: 0.37rem;
	margin: 1.28rem auto 0;
	cursor: pointer;
}
.btn-load-more-end {
	display: none;
}
.copyright {
	position: absolute;
	right: 0.43rem;
	bottom: 0.48rem;
}
.tag {
	display: inline-block;
	width: 1.44rem;
	height: 0.62rem;
	line-height: 0.62rem;
	background-image: url(https://game.gtimg.cn/images/xjlxg/web202504/rectangle.png);
	background-size: cover;
	color: #000;
	font-size: 0.28rem;
	font-style: normal;
	padding-left: 0.3rem;
	box-sizing: border-box;
	margin-right: 0.32rem;
}
.news-item-title {
  flex: 1;
}
#pager .laypage_main a, #pager .laypage_curr {
	font-size: 0.28rem;
}
#pager .laypage_main .laypage_prev, #pager .laypage_main .laypage_next {
	font-size: 0;
}