.banner img{width:100%;}
.nav ul>li:hover{
background:rgba(197,0,0,.7)
;}
.swiper-button-prev, .swiper-button-next{color:#c50000;}
.slick-slide img{width:100%;}
.news-list p.fr{width:100% !important;font-size:25px;}
.more_span{font-size:18px;color:#fff;}

    /* 遮罩弹窗层 */
    .video-mask {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.85);
      z-index: 999;
      align-items: center;
      justify-content: center;}
    /* 视频容器 */
    .video-box {
      position: relative;}
    video {
      width: 800px;
      max-width: 90vw;}
    /* 关闭按钮 */
    .close-btn {
      position: absolute;
      top: -35px;
      right: 0;
      color: #fff;
      font-size: 28px;
      cursor: pointer;}
.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);}
.title_span{font-size:30px;margin-left:30px;font-weight:400;color:#c50000;}
