.video-content {
	width: 100%;
	overflow: hidden;
	padding: 45px 0 45px;
}
.video-content h2 {
	font-size: 30px;
	color: #333333;
	line-height: 40px;
	margin: 0 0 25px;
}
.video-content .video-lg {
	width: 100%;
	overflow: hidden;
}
.video-lg video {
	width: 100%;
}
.video-content .video-swiper {
	width: 100%;
	height: auto;
	position: relative;
	margin: 10px 0 0;
}
.video-swiper a {
	display: block;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	transition: all 0.5s;
	margin: 20px 0;
}
.video-swiper a .list-img {
	width: 100%;
	height: 175px;
	overflow: hidden;
	position: relative;
}
.video-swiper a .list-img img {
	width: 100%;
}
.video-swiper a .list-img:before {
	content: '';
	display: block;
	width: 53px;
	height: 53px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -26.5px 0 0 -26.5px;
	background: url(../img/video-icon.png) no-repeat center;
	background-size: 100%;
	z-index: 1;
}
.video-swiper a h4 {
	width: 100%;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
}
.video-swiper a:hover {
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.29);
}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -70px;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -70px;
    left: auto;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    color: #d8262c;
    border: 2px solid #d8262c;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 26px;
}
@media only screen and (max-width: 991px) {
	.video-content .video-swiper {
		width: calc(100% - 80px);
		width: -moz-calc(100% - 80px);
		width: -webkit-calc(100% - 80px);
		margin: 0 auto;
	}
	.video-swiper a .list-img {
		height: 157px;
	}
}
@media only screen and (max-width: 700px) {
	.video-content {
	    padding: 30px 0 15px;
	}
	.video-content h2 {
	    font-size: 24px;
	    line-height: 30px;
	    margin: 0 0 15px;
	}
	.video-content .video-swiper {
		width: calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	    left: -35px;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	    right: -35px;
	}
	.swiper-button-next, .swiper-button-prev {
	    width: 30px;
	    height: 30px;
	    margin-top: -15px;
	}
	.swiper-button-next:after, .swiper-button-prev:after {
		font-size: 16px;
	}
	.video-swiper a .list-img:before {
		width: 30px;
		height: 30px;
		margin: -15px 0 0 -15px;
	}
	.video-swiper a h4 {
	    height: 30px;
	    line-height: 30px;
	    font-size: 12px;
	}
	.video-swiper a .list-img {
		height: 77px;
	}
}