.video_item .more_btn{
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}


/* listVideo_list */
.video_th .title{font-family: 'Times New Roman-Bold'; margin-bottom: 20px;}

.listVideo_list{width: 100%;}
.listVideo_list li{width: calc((100% - 38px) / 3); margin-right: 18px;}
.listVideo_list li:nth-child(3n){margin-right: 0;}
.video_item{margin-bottom: 24px;}
.video_item .video_info{padding: 14px 0 0;}

.video_item .pro_pic{padding-bottom: 77%; border-radius: 12px; box-shadow: 0px 4px 12px 0px rgba(var(--comColorRgb), 0.2);}
.video_item .pro_pic::before{position: absolute; left: 0; right: 0; top: 0; bottom: 0; border-radius: 12px; background: rgba(0, 0, 0, 0.25); content: ''; opacity: 0; z-index: 1;}
.video_item .pro_pic .video_icon{width: 60px; height: 60px; position: absolute; left: 50%; top: 50%; margin: -30px 0 0 -30px; z-index: 1; background: url(../img/icon_play.png) no-repeat center; background-size: 60px auto; opacity: 0;}

.video_item .title{font-family: 'Times New Roman-Bold'; height: auto; overflow: hidden; font-size: 20px; line-height: 28px;}

.video_item:hover .pro_pic::before{opacity: 1;}
.video_item:hover .title a{color: var(--commonColor);}
.video_item:hover .pro_pic .video_icon{opacity: 1;}

@media only screen and (max-width: 1200px) {
	.video_item .video_info{padding: 16px 0 0;}
}
@media only screen and (max-width: 950px) {
	.pagination{ flex-direction:inherit !important;}
	.listNews_box{padding-top: 30px;}
	.listVideo_list li{width: 100%; flex-wrap: wrap; margin-bottom: 20px; margin-right: 0;}
	.listVideo_list li:last-child{margin-bottom: 0;}
	.video_item .title{font-size: 18px; line-height: 1.5;display: block; height: auto;}
}


/* innerVideo */

.innerContent{padding-top: 4%;}

.video_div{position: relative; margin-top: 20px;}

@media only screen and (max-width: 950px) {
	.video_info{width: 100%;}
}


