.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;
}
{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

/* listVideo_list */
.listVideo_list{width: 100%;}
.listVideo_list li{width: calc((100% - 44px) / 3); margin-right: 22px; box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.09); background: #F8F8F8; border-radius: 50px 0 50px 0;}
.listVideo_list li:nth-child(3n){margin-right: 0;}
.video_item{margin-bottom: 34px;}
.video_item .video_info{padding: 18px 15px 18px;}

.video_item .pro_pic{padding-bottom: 67%; border-radius: 50px 0 0 0;}
.video_item .pro_pic .video_icon{width: 50px; height: 50px; position: absolute; left: 50%; top: 50%; margin: -25px 0 0 -25px; z-index: 1; background: url(../img/icon_pay.png) no-repeat center; background-size: 50px auto;}

.video_item .title{font-family: 'Humanist777BT-BlackCondensedB'; height: 56px; overflow: hidden; font-size: 20px; line-height: 28px;}
.video_item .brief{line-height: 24px; margin: 8px 0;}

.video_item .more_btn{}
.video_item .more_btn:hover{margin-left: 5px;}
.video_item .more_btn .txt{color: var(--commonColor);}
.video_item .more_btn .icon{display: inline-block; content: ''; width: 24px; height: 24px; background: url(../img/icon_right_h.png) no-repeat center / 12px auto; margin-left: 2px;}

.video_item:hover{box-shadow: 0px 4px 4px 0px rgba(var(--comColorRgb), 0.4);;}
.video_item:hover .title a{color: var(--commonColor);}
.video_item:hover .pro_pic .video_icon{background-image: url(../img/icon_pay_h.png);}

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

/* innerVideo */
.video_th{font-size: 20px; color: #000; line-height: 28px; padding: 0 0 8px; font-family: 'Humanist777BT-BlackCondensedB'; margin-bottom: 10px;}

.innerContent{padding-top: 4%; color: #333;}

.video_div{position: relative; margin-top: 20px;}
.video_div .video_pic{padding-bottom: 55%; overflow: hidden;}
.video_div .video_icon{position: absolute; width: 56px; height: 56px; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 1; background: url(../img/play.png) no-repeat center/100% auto;}
.video_div:hover .video_icon{background-image: url(../img/play_g.png);}

@media only screen and (max-width: 1350px) {
	.listVideo_ul .video_item .title, .listVideo_ul .video_item .title a{font-size: 22px;}
}
@media only screen and (max-width: 1200px) {
	.listVideo_ul .video_item .title, .listVideo_ul .video_item .title a{font-size: 21px;}
}
@media only screen and (max-width: 950px) {
	.listVideo_ul{padding-bottom: 10px;}
	.listVideo_ul .video_item{width: 100%; flex-wrap: wrap; padding-bottom: 20px;}
	.listVideo_ul .video_item:nth-child(n+2){padding-top: 20px;}
	.video_pic_item{width: 100%; order: 3;}
	.video_info{width: 100%;}
	.video_item:nth-child(odd) .video_pic_item{order: 3;}
	.video_item .video_pic{padding-bottom: 65%;}
	.video_item_first .video_pic{padding-bottom: 65%;}
	.listVideo_ul .video_item .title, .listVideo_ul .video_item .title a{font-size: 20px;}
	.video_item .brief{margin: 10px 0 15px; line-height: 22px;}
	.video_item:first-child .brief{margin-bottom: 15px;}
}


