.banner {
	width: 100%;
	min-width: 1200px;
}
.banner img {
	width: 100%;
}
.news {
	padding: 34px 0 48px;
}
.news .box {
	border: 1px solid #d5d5d5;
	border-top: 10px solid #c41714;
	padding: 40px;
}
.news .box .img {
	position: relative;
	width: 435px;
	height: 400px;
	margin-right: 55px;
}
.news .box .img .corner {
	position: absolute;
	top: 30px;
	left: 30px;
}
.news .box .img .text {
	width: 100%;
	height: 64px;
	position: absolute;
	bottom: 0;
	background: #1b1e1f;
	padding: 14px 23px;
	box-sizing: border-box;
}
.news .box .img .text span {
	color: #fff;
}
.news .box .list {
	width: 644px;
	height: 400px;
	box-sizing: border-box;
}
.news .box .list li {
	height: 100px;
	box-sizing: border-box;
	padding: 15px 12px;
	border-bottom: 1px solid #eeeeee;
}
.news .box .list li a:hover {
	color: #c41714;
}
.news .box .list li .news-img {
	width: 76px;
	height: 70px;
	overflow: hidden;
	margin-right: 27px;
}
.news .box .list li .news-img img {
	width: auto;
	height: 100%;
}
.news .box .list li .news-text {
	width: 499px;
	line-height: 70px;
	position: relative;
}
.news .box .list li .news-text span {
	display: inline-block;
	vertical-align: middle;
	line-height: 24px;
}
.news .box .more {
	padding-top: 20px;
}
.news .box .more a {
	color: #bfbfbf;
}
.swiper-slide {
	height: 408px;
}
.swiper-slide img {
	width: 100%;
	height: 100%;
}
.swiper-slide .mask {
	display: none;
}
.swiper-slide:hover .mask {
	display: block;
}
.swiper-slide .mask .mask-bg {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
}
.swiper-slide .mask .st {
	position: absolute;
	z-index: 2;
	width: 100%;
	padding: 20px;
	bottom: 50px;
	box-sizing: border-box;
	color: #fff;
}
.swiper-slide .st .name {
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}
.swiper-slide .st .introduce {
	padding-left: 100px;
	font-size: 12px;
	line-height: 18px;
}