@media screen and (min-width:1500px){
.news-box{width:1300px}
.news-box .title{font-size:30px;line-height:100px;margin-bottom:50px}
.news-box img{margin-bottom:50px}
.news-box p{font-size:16px;line-height:24px;margin-bottom:50px}
.news-box .video-box{width:1300px;height:975px;margin-bottom:50px}
.news-box .video-box .video-play{width:80px;height:80px;background-color:rgba(0,0,0,.12)}
}
@media screen and (max-width:1500px){
.news-box{width:1000px}
.title{font-size:26px;line-height:80px;margin-bottom:50px}
img{margin-bottom:50px}
p{font-size:16px;line-height:24px;margin-bottom:50px}
.video-box{width:1000px;height:750px;margin-bottom:50px}
.video-box .video-play{width:80px;height:80px;background-color:rgba(0,0,0,.12)}
}
.news-box{margin:100px auto 200px auto;color:#333}
.news-box .title{font-weight:700;text-align:center}
.news-box img{display:block;width:100%}
.news-box p{text-align:justify}
.news-box .video-box{position:relative}
.news-box .video-box .cover{display:block;width:100%;height:100%;position:absolute;left:0;top:0}
.news-box .video-box .video-play{position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;border-radius:50%}
.news-box .video-box .video-play img{width:50%;height:50%;margin:25%}
.news-box .video-box #viedeo{width:100%;height:100%}