@media (max-width: 1500px) {
.poster-item-title{
  font-size: 14px!important;
}
}
@media (max-width: 700px) {
  .new_swiper{
    /*display: block!important;*/
    width: 90%!important;
    margin: auto!important;
  }
  .new_swiper .swiper-container{
    width: 100%!important;
    margin: 0!important;
  }
  .new_swiper .swiper-container .swiper-slide img{
    width: 100%!important;
  }
  .poster_box{
    height: auto!important;
  }

video{
  width: 90%!important;
}
.poster_box .title{
        font-size: 6rem !important;
        color: #15499a!important;
        text-align: center;
        font-weight: 600;
        margin-bottom: 10rem !important;
        margin-top: 15rem !important;

}
.poster_box .title::after{
  display: none;
}
  .poster_box .honor{
    flex-wrap: wrap;
    width: 90%!important;
    height: auto!important;

  }
.poster_box .honor .left,.poster_box .honor .right{
  width: 100%!important;
  height: auto!important;
}
 .poster_box .honor .left * {
  font-size: 14px!important;
 }
  .poster_box .honor .left {
    height: 300px!important;
  }
 ::-webkit-scrollbar {
  /*display: none;*/
}
}