.index-news {
	padding: 0.25rem;
	background-color: #fff;
}
.index-news-tabs {
	font-size: 0.36rem;
	display: flex;
	align-items: center;
	color: #111;
	overflow-x: auto;
	width: 100%;
}
.index-news-tabs>img{
	width: 0.08rem;
	height: 0.28rem;
	float: right;
}
.index-news-item {
	position: relative;
	padding-bottom: 0.06rem;
	flex-shrink: 0;
	margin: 0 3%;
}
.index-news-item.active::after {
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0.56rem;
	height: 0.04rem;
	border-radius: 0.02rem;
	background-color: #2b92ea;
}
.index-news-item img {
	display: block;
	width: 0.08rem;
	height: 0.28rem;
}
.swiper-container {
	width: 7.02rem;
	height: 3.02rem;
	margin-top: 0.2rem;
	border-radius: 10px;
	position: relative;
	--swiper-theme-color: #ff6600;
	--swiper-pagination-color: #00ff33;
}
.swiper-container img {
	width: 100%;
	height: 100%;
}
.swiper-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
	font-size: 0.3rem;
	color: #fff;
	padding: 0.18rem;
	padding-right: 1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	right: 0.18rem;
	left: inherit;
	width: auto;
	font-size: 0;
	bottom: 0.3rem;
}
.index-contain {
	background-color: #fff;
	padding: 0.34rem 0.25rem;
	padding-top: 0px;
}
.index-contain h1 {
	font-size: 0.36rem;
}
.index-contain p {
	margin-top: 0.1rem;
	font-size: 0.24rem;
	color: #999;
	line-height: 0.36rem;
}
.recommend {
	background-color: #fff;
	padding: 0.25rem;
	padding-top: 0;
}
.recommend-icon {
	background-color: #ffa200;
	width: 1.4rem;
	padding: 0.05rem 0.1rem;
	line-height: 0.5rem;
	font-size: 0.3rem;
	border-radius: 0 0.1rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.06rem;
}
.recommend-item {
	position: relative;
	padding: 0.24rem 0;
	padding-right: 0.24rem;
	display: flex;
	align-items: center;
	overflow: hidden;
	text-overflow: ellipsis;
}
.recommend-item span:nth-of-type(1) {
	color: #399df3;
	max-width: 89px;
	overflow: hidden;
	white-space: nowrap;
}
.recommend-item span:nth-of-type(1) a{
	color: #399df3;
}
.recommend-item span:nth-of-type(2) {
	margin-left: 0.1rem;
	color: #333;
}
.recommend-item::after{
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.02rem;
	background-color: #eaeaea;
}
a{
	color:#333;
}