.sub-news-wrap {
	margin: 0 auto;
	padding: 8rem 0;
}

.sub-news-list {
	margin-bottom: 4rem;
	clear: both;
	overflow: hidden;
}

.sub-news-wrap .container {
	max-width: 1500px !important;
}

.sub-news-list .row-space {
	padding: 0 10px;
}

.sub-news-list-item {
	background: #f8f9f9;
	margin-bottom: 4.5rem;
}

.sub-news-list-item .news-list-item-info {
	background: #f8f9f9;
	padding: 4rem 5rem;
	width: 100%;
}

.news-list-item-info .date,
.news-list-item-info .tit,
.news-list-item-info .sub-txt,
.more {
	margin: 5px 0;
}

.sub-news-list-item .news-list-item-info .date {
	margin-bottom: 2.4rem;
	color: #666666;
}

.sub-news-list-item .news-list-item-info h4.tit {
	font-size: 2.2rem;
	color: #2b2b2b;
	margin-bottom: 1rem;
	font-weight: bold;
	line-height: 1.5;
}

.news-list-item-info .sub-txt {
	font-size: 1.6rem;
	line-height: 3.0rem;
	color: #666666;
	margin-bottom: 4rem;
}

.more {
	width: 20.5rem;
	height: 4.7rem;
	line-height: 4.7rem;
	padding: 0 4rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
	transition: all 0.8s;
	text-transform: uppercase;
	border: #666666 solid 1px;
}

.more span {
	color: #666666;
	font-size: 14px;
	position: relative;
	margin-top: 4px;
}

.more i {
	position: relative;
	font-size: 2.3rem;
}

.more:before {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	background: var(--active-color);
	color: #fff;
	top: 0;
	left: 0;
	transition: all 0.8s;
}
@media (max-width:1440px) {
	.more{
		width: 22rem;
	}
}
@media (max-width:1024px) {
	.more{
		width: 25rem;
	}
}
.sub-news-list-item:hover .news-list-item-info .more:before,
.rec-list ul li:hover .more:before {
	width: 100%;
}

.sub-news-list-item:hover span,
.rec-list ul li:hover span {
	color: #fff;
}

.sub-news-list-item:hover .more i,
.rec-list ul li:hover .more i {
	color: #fff;
}

.news-list-item-img {
	padding-bottom: 57.14%;
	width: 100%;
}

.news-list-item-img img {
	display: block;
	margin: 0 auto;
	transform: scale(1);
	transition: all 0.8s;
}

.sub-news-list-item:hover .news-list-item-img img,
.rec-list ul li:hover .news-list-item-img img {
	transform: scale(1.2);
	transition: all 0.8s;
}

.sub-news-list .row {
	margin-right: -2rem;
	margin-left: -2rem;
}

.sub-news-list-item .row-space {
	padding: 0 2rem;
}

/*推荐*/
.rec-news {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background: #f8f9f9;
}

.rec-news .rec-news-img {
	width: 46.66%;
	float: left;
}

.rec-news .news-list-item-info {
	width: 49.8%;
	float: left;
	background: #f8f9f9;
	padding: 0;
	padding-top: 4rem;
}

.rec-news .news-list-item-info h4.tit {
	font-size: 2.4rem;
	margin-bottom: 1.6rem;
}

.sub-news-list .swiper {
	position: relative;
}

.sub-news-list .swiper .more {
	margin-bottom: 4rem;
}

.sub-news-list .swiper .swiper-pagination {
	bottom: 5.5rem;
	left: 50%;
	text-align: left;
}

.sub-news-list .swiper .swiper-pagination .swiper-pagination-bullet {
	width: 14rem;
	height: 4px;
	border-radius: 0;
}

.sub-news-list .swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: var(--active-color);
}

@media (max-width:768px) {
	.sub-news-wrap {
		padding: 4rem 0;
	}

	.rec-news {
		flex-direction: column;
		display: block;
		margin-bottom: 4.5rem;
		overflow: hidden;
	}

	.rec-news .rec-news-img {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.rec-news .news-list-item-info {
		width: 100%;
		padding: 2rem;
	}
	.sub-news-list-item .news-list-item-info{
		padding: 2rem;
	}

	.sub-news-list-item .news-list-item-info h4.tit {
		font-size: 18px;
	}

	.news-list-item-info .sub-txt {
		font-size: 14px;
		line-height: 28px;
		margin-bottom: 4rem;
	}

	.more,
	.more span,
	.sub-news-list-item .news-list-item-info .date {
		font-size: 14px;
	}
}
@media (max-width:640px) {
	.more{
		width: 30rem;
	}
	.sub-news-list .swiper .swiper-pagination .swiper-pagination-bullet{
		width: 6rem;
	}
	.sub-news-list .swiper .swiper-pagination{
		right: 0;
		left: auto;
		bottom: 5rem;
		text-align: center;
	}
}
