/*定制版式*/
.txt_justify{text-align:justify;text-justify:inter-ideograph;}
.lay_flex{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}
.banshi>li{width: 45%}
/*视频*/
.content-video {width: 90%; margin-left: auto; margin-right: auto}
.content-video video{/* width: 100%; height: 100%; object-fit: fill */  width: 85%; height: 100%; object-fit: fill; display:block; margin:0 auto;}	  
.video1{width: 100%; height: 100%;} 
@media (max-width:767px) {
	 .content-video {width: 100%;}
}	