.swiper {
	text-align: center;
	width: 100%;
	padding-top: 21.979%;
	position: relative;
}

.swiper-img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.article-item-cover-img {
	transition: all .3s;
}

.article-item-wrpper:hover .article-item-cover-img {
	transform: scale(1.1);
}

.article-item-wrpper .article-name {
	margin-bottom: 6px;
}

.article-item-desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 40px;
	line-height: 20px;
}

.article-item-cover {
	overflow: hidden;
}

.article-item {
	border-color: #eee;
}

.swiper .info {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 8;
	color: #fff;
	text-align: center;
}

.swiper .info .cont {
	max-width: 1440px;
	min-width: 1140px;
	margin: 0 auto;
	padding: 0 30px;
}

.swiper .info .title {
	font-size: 46px;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	font-weight: normal;
	letter-spacing: 5px;
}

.swiper .info .line {
	width: 34px;
	height: 2px;
	background: #fff;
	margin: 0 auto 35px;
}

.swiper .info .text {
	font-size: 24px;
	letter-spacing: 2px;
}
