.news-container {
	width: 436px;
	float: left;
}

.news-container .swiper-wrapper,
.news-container .swiper-slide {
	height: 250px !important
}

.news-container .swiper-slide img {
	width: 100%;
	height: 250px;
}

.news-container .swiper-slide {
	position: relative;
}

.news-container .title {
	position: absolute;
	bottom: 0;
	padding: 20px 10px;
	left: 0;
	width: 570px;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
}

.news-container .title a {
	color: #fff;
	font-size: 18px;
}

.news-container .title {
	position: absolute;
	bottom: 0;
	padding: 20px 10px;
	left: 0;
	width: 430px;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
}

.news-container .title a {
	color: #fff;
	font-size: 18px;
}

.pagination {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

.pagination .swiper-pagination-switch {
	width: 15px;
	height: 5px;
	display: inline-block;
	background: #fff;
	margin: 0 4px;
}

.pagination .swiper-active-switch {
	background: #d62b2c;
}