
/* listVideo */
.listVideo_ul{flex-wrap: wrap; margin-top: 2.4%;}
.listVideo_ul li{width: 32%; margin-right: 2%;}
.listVideo_ul li:nth-child(3n){margin-right: 0;}
.listVideo_ul li:nth-child(n+4){margin-top: 2%;}

.listVideo_ul .related_video_item .item_icon{width: 80px; height: 80px; margin-top: -40px;}
.listVideo_ul .related_video_info .title{font-size: 28px; line-height: 1.3;}
@media only screen and (max-width: 1450px) {
	.listVideo_ul .related_video_info .title{font-size: 26px;}
	.listVideo_ul .related_video_item .item_icon{width: 75px; height: 75px;}
}
@media only screen and (max-width: 1300px) {
	.listVideo_ul{zoom: 0.9;}
	.listVideo_ul .related_video_item .item_icon{width: 68px; height: 68px;}
	.listVideo_ul .related_video_info .title{font-size: 24px;}
}
@media only screen and (max-width: 980px) {
	.listVideo_ul{zoom: 1; margin-top: 16px;}
	.listVideo_ul .related_video_info .title{font-size: 20px;}
	.listVideo_ul li{width: 100%; margin-right: 0;}
	.listVideo_ul li:nth-child(n+2){margin-top: 20px;}

}

/* innerVideo */
.video_inner .video_div{width: 57%;}
.video_inner .web_th{width: 40%;}
.video_div lite-youtube{display: block; border-radius: 24px;}
.innerVideo_box .innerContent{padding-top: 4%;}

@media only screen and (max-width: 1200px) {
	.video_inner{flex-direction: column;}
	.video_inner .video_div{width: 100%;}
	.video_inner .web_th{width: 100%; margin-top: 20px;}
	.video_div lite-youtube{border-radius: 16px;}
}
@media only screen and (max-width: 980px) {
	
}












