/* listVideo */
.listVideo_ul{flex-wrap: wrap;}
.listVideo_ul li{width: calc((100% - 0.36rem) / 2);}
.video_item{padding-bottom: 0.25rem;}
.video_item .pro_pic{padding-bottom: 62.76%; overflow: hidden; box-sizing: border-box;}
.video_item .pro_pic img{transition: all 0.3s ease;}
.video_item .video_icon{position: absolute; background: rgba(0, 0, 0, 0.4); left: 0; top: 0; width: 100%; height: 100%;}
.video_item .video_icon::before{position: absolute; width: 0.62rem; height: 0.62rem; background: url(../img/play.png) no-repeat center/100% auto; top: 50%; left: 50%; margin: -0.31rem 0 0 -0.31rem; z-index: 1; content: '';}
.video_item .title{margin: 10px 0 0; text-align: left; height: 52px;}
.video_item .title, .video_item .title a{font-weight: bold; line-height: 26px; font-size: 20px; font-family: 'OPENSANS-BOLD';}
.video_item:hover .pro_pic img{transform: scale(1.05);}
.video_item:hover .title a{color: #3965DA;}

.c_related_video .video_item{padding-bottom: 0;}
.c_related_video .c_related_inner .swiper-button-prev, .c_related_video .c_related_inner .swiper-button-next{margin-top: -70px;}
/* innerVideo */
.innerContent{padding-top: 0;}

@media only screen and (max-width: 950px) {
	.listVideo_ul li{width: 100%; padding-bottom: 15px;}
	.listVideo_ul li:last-child{padding-bottom: 10px;}
	.video_item .title{display: block;}
}











