.c_related_news .web_th .title_small{display: none;}
.c_right_box .sub_th{color: #333; margin-bottom: 3%; text-align: center; margin-top: 0;}

/* listVideo */
.listVideo_ul{padding: 0 0 0;}
.listVideo_ul li{width: 47.5%; box-sizing: border-box; margin-right: 5%;}
.listVideo_ul li:nth-child(2n){margin-right: 0;}
.video_item:nth-child(n+3){margin-top: 3%;}
.video_item .pro_pic{padding-bottom: 76%; border-radius: 24px;}
.video_item .pro_pic::before{position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; background: rgba(0, 0, 0, 0); z-index: 1; opacity: 1; transition: all 0.5s;}
.video_item .item_icon{display: block; width: 100px; height: 100px; position: absolute; left: 50%; top: 50%; margin: -50px 0 0 -50px; border-radius: 50%; background-repeat: no-repeat; background-position: center; background-image: url(../img/play.png); opacity: 1; background-size: 50% auto; z-index: 2; background-color: var(--commonColor);}
.video_item .video_info{position: relative; margin-top: 15px;}
.video_item .title{font-size: 24px; line-height: 1.4; overflow: hidden; font-family: 'Fredoka One-Regular'; text-transform: capitalize;}
.video_item .brief{line-height: 1.75; color: #666; margin-top: 8px; display: none;}
.video_item:first-child .brief{display: block;}
.video_item:hover .title{color: var(--commonColor);}
.video_item:hover .brief{color: #333;}
.video_item:hover .item_icon{opacity: 1; background-color: var(--commonColor); background-image: url(../img/play.png);}
.video_item:hover .pro_pic::before{background: rgba(0, 0, 0, 0.2);}


@media only screen and (max-width: 1450px) {
	.listVideo_ul li{width: 48%; margin-right: 4%;}
	.video_item .title{font-size: 22px;}
	.video_item .item_icon{width: 86px; height: 86px; margin: -43px 0 0 -43px;}
}
@media only screen and (max-width: 1300px) {
	.listVideo_ul li{width: 48.5%; margin-right: 3%;}
	.video_item .item_icon{width: 76px; height: 76px; margin: -38px 0 0 -38px;}
}
@media only screen and (max-width: 980px) {
	.listVideo_ul{padding-top: 0;}
	.listVideo_ul li{width: 100%; margin-right: 0;}
	.video_item:nth-child(n+2){margin-top: 20px;}
	.video_item .video_info{margin-top: 12px;}
	.video_item .pro_pic{border-radius: 20px;}
	.video_item .title{height: auto; font-size: 20px; display: block; line-height: 1.4;}
	.video_item .item_icon{width: 66px; height: 66px; margin: -33px 0 0 -33px;}
}

/* innerVideo */
.video_div{overflow: hidden;}
.video_div lite-youtube{display: block; border-radius: 12px;}
.c_right_box .video_con .sub_th{margin: 30px 0 0; text-align: left; color: var(--otherColor);}
lite-youtube>.lty-playbtn{width: 120px; height: 120px; margin: -60px 0 0 -60px; background-repeat: no-repeat; background-position: center; background-image: url(../img/play1.png); background-size: 100% auto; border-radius: 50%; filter: unset; transition: all 0.4s ease; transform: none;}
lite-youtube:hover>.lty-playbtn{background-image: url(../img/play1_h.png);}

@media only screen and (max-width: 1450px) {
	lite-youtube>.lty-playbtn{width: 100px; height: 100px; margin: -50px 0 0 -50px;}
}
@media only screen and (max-width: 980px) {
	lite-youtube>.lty-playbtn{width: 60px; height: 60px; margin: -30px 0 0 -30px;}
	.c_right_box .video_con .sub_th{margin-top: 20px; font-size: 24px;}
}












