.newsSwiper .news-img{
	padding-top: 76.5%;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.3s;
}

.newsSwiper .news-img::before{
	content: "";
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 60%;
}
.newsSwiper .news-img .news-info{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #FFFFFF;
	box-sizing: border-box;
	padding: 16px;
}
.newsSwiper .news-img .news-info h5{
	font-size: 16px;
}

.newsSwiper .swiper-pagination {
	bottom: 16px;
	right: 16px;
	left: auto;
	width: 200px;
	padding-top: 40px;
	text-align: right;
}

.newsSwiper .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	text-align: center;
	background-color: rgba(255, 255, 255, 1);
	opacity: 0.5;
}

.newsSwiper .swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, 1);
	opacity: 1;
	width: 16px;
	border-radius: 20px;
}