
.foot{
    padding: 0 240px;
  }
  
  .section-a {
    position: relative;
  }
  .swiperbox{
      width: 100%;
      height: 100%;
      background: url(../Images/newsbannerbg.jpg) no-repeat;
      background-size: 100% 100%;
      z-index: -2;
  }
  .news-list-container{
      position: relative;
  }
  .news-list-container .banner-page{
    bottom: 20px;
  }
  .news-list-container .banner-page .swiper-pagination-bullet-active{
    background-color: #999;
  }
  .news-list-container .yjt{
      display: block;
      font-size: 60px;
      color: #114bb0;
      position: absolute;
      cursor: pointer;
      font-weight: 100;
      right: 240px;
      bottom: 60px;
      animation: newsjt 3s linear infinite;
      z-index: 9;
  }
  @keyframes newsjt{
      0%{
          opacity: 1;
          transform: translateX(0);
      }
      50%{
          opacity: 0.3;
          transform: translateX(-20px);
      }
      100%{
          opacity: 1;
          transform: translateX(0);
      }
  }
  .news-list-container>i{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 400px;
      background: linear-gradient(to bottom,#f6f8fa,#f6f8fa00);
      pointer-events: none;
  }
  .main-news-item {
      display: flex;
      align-items: center;
      padding: 135px 240px 129px;
      justify-content: space-between;
  
  }
  
  .main-news-item .news-image {
      flex-shrink: 0;
      width: 844px;
      height: 475px;
      object-fit: cover;
      box-shadow: 4px 7px 18px 0px 
          rgba(40, 40, 40, 0.39);
      border-radius: 10px;
      overflow: hidden;
  }
  
  .main-news-item .news-image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  
  .main-news-item .news-content {
      width: 480px;
  }
  
  .news-date {
      display: block;
      color: #3367bd;
      margin-bottom: 40px;
      line-height: 32px;
  }
  
  .news-title {
      font-size: 24px;
      font-weight: 600;
      line-height: 40px;
      margin-bottom: 40px;
      color: #333;
  }
  
  .news-description {
      font-size: 18px;
      color: #666;
      margin-bottom: 80px;
      line-height: 32px;
  }
  
  .more{
      width: 144px;
      height: 50px;
      display: block;
      border-radius: 25px;
      color: #1551b3;
      text-align: center;
      line-height: 50px;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      
  }
  .more::before {
      content: '';
      position: absolute;
      z-index: -2;
      left: calc(50% - 72px);
      top: calc(50% - 72px);
      width: 144px;
      height: 144px;
      background-color: #1551b3;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-image: conic-gradient( #f6f8fa, transparent 50%);
      animation: rotatemore 3s linear infinite;
  }
  
  .more::after {
      content: '';
      position: absolute;
      z-index: -1;
      left: 1px;
      top: 1px;
      display: block;
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      /* background: #f6f8fa; */
      background: linear-gradient(90deg, #fefefe, #fefefe);
      border-radius: 24px;
  }
  .search-item:hover .more{
      color: #1551b3;
  }
  .search-item:hover .more::before{
      background-color: #1551b3;
  }
  @keyframes rotatemore {
      100% {
          transform: rotate(1turn);
      }
  }
  .pagination{
      display: flex;
      /* justify-content: flex-end; */
      margin-top: 74px;
  }
  
  .other-news-list {
      padding-top: 30px;
      padding: 130px 240px 72px ;
      position: relative;
  }
  .other-news-list::after{
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: #fff;
      z-index: -3;
  }
  
  .other-news-list .pagination{
      justify-content: center;
  }
  .other-news-item:first-child {
      border-top: 1px solid #e0e0e0;
  }
  .other-news-item {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #e0e0e0 ;
      padding: 40px 0;
      position: relative;
  }
  
  .other-news-item .news-text-content {
      width: 470px;
  }
  .other-news-item .new-center-content{
      width: 388px;
  }
  
  .other-news-item .news-image {
      flex-shrink: 0;
      width: 376px;
      height: 212px;
      background-color: #474361;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 0 10px #0001;
  }
  
  .other-news-item .news-image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all .5s ease-in-out;
  }
  
  .other-news-item .news-date {
      color: #3367bd;
      margin-bottom: 30px;
  }
  
  .other-news-item .news-title {
      font-size: 20px;
      line-height: 40px;
  }
  
  .other-news-item .news-description {
      color: #666;
      margin-bottom: 50px;
      font-size: 16px;
      min-height: 100px;
  }
  .other-news-item .more{
      color: #999;
  }
  .other-news-item .more::before{
      background-color: #999;
  }
  .other-news-item:hover .more{
    color: #1551b3;
  }
  .other-news-item:hover .more::before{
    background-color: #1551b3;
  }
  .other-news-item::after{
    content: '';
    width: 0%;
    height: 1px;
    background-color: #1551b3;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    transition: all 0.5s ease;
    left: 50%;
    transform: translateX(-50%);
  }
  .other-news-item:hover h3 a{
    color: #000;
  }
  .other-news-item:hover::after{
    width: 100%;
  }
  .other-news-item:hover img{
    transform: scale(1.1);
  }
  
  
  /* 详情 */
  .newsdetailhead .hbgbox{
      background: transparent !important;
  }
  .newsdetailhead.bg2 .hbgbox{
      background: #fff !important;
  }
  .news-detail-container{ 
      padding: 212px 269px 102px; 
      min-height: 719px;
      display: flex;
      justify-content: flex-end;
      background: #f0f4fc;
      position: relative;
  }
  .news-detail-container::before{
      content: '';
      width: 1920px;
      height: 540px;
      background: url(../Images/newsdbg.png) no-repeat;
      background-size: 100% 100%;
      position: absolute;
      left: 0;
      top: 0;
  }
  .news-detail-container .share{
      width: 66px;
      height: 177px;
      background-image: linear-gradient(90deg, 
          #114bb0 0%, 
          #347fce 100%), 
      linear-gradient(
          #3368bd, 
          #3368bd);
      background-blend-mode: normal, 
          normal;
      border-radius: 33px;
      color: #fff;
      padding: 12px 16px;
      position: fixed;
      top: 212px;
      left: 269px;
      z-index: 9;
  }
  .backtop{
      position: absolute;
      bottom: -70px;
      left: 8px;
      width: 50px;
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .backtop i{
      font-size: 24px;
      width: 50px;
      height: 50px;
      background: #fff;
      color: #3368bd;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      transition: all .4s ease;
      border: 1px solid #fff;
  }
  .backtop i:hover{
      box-shadow: 0 0 10px #0003;
      border: 1px solid #3368bd;
  }
  .backtop p{
      font-size: 14px;
      color: #666;
      margin-top: 12px;
  }
  .news-detail-container a{
      color: #fff;
      font-size: 14px;
  }
  .share-link{
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      width: 34px;
      padding: 16px 0;
      line-height: 1;
      border-top: 1px solid #fff3;
      transition: all .4s ease;
      position: relative;
  }
  .share-link:hover{
      text-shadow: 0 0 10px #000a;
  }
  .share-link:first-child{
      border-top: none;
  }
  .share-link i{
      font-size: 24px;
      margin-bottom: 8px;
  }
  .share-link img{
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
    width: 200px;
    max-width: 200px !important;
    height: 200px;
    opacity: 0;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px #0006;
    /* display: block; */
    transition: opacity .5s ease-in-out;
  }
  .share-link:hover img{
      opacity: 1;
  }
  
  .news-right{
      width: 1270px;
  }
  .news-detail{
      width: 100%;
      border-radius: 20px;
      background: #fff;
      padding: 60px;
  }
  .news-detail-title{
      padding-bottom: 32px;
      border-bottom: 1px solid #dfdfdf;
      margin-bottom: 32px ;
  }
  .news-detail-title h3{
      line-height: 40px;
      color: #333;
      margin-bottom: 16px;
  }
  .news-detail-title p{
      line-height: 32px;
      color: #999;
  }
  .news-detail-content{
      font-size: 16px !important;
      line-height: 24px !important;
      color: #333 !important;
      font-family: auto !important;
  }
  .news-detail-content img{
      max-width: 800px !important;
      height: auto !important;
  }
  .news-detail-content p{
      margin: 16px 0!important;
  }
  .news-next{
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 32px;
      height: 76px;
      background-color: #ffffff;
      border-radius: 10px;
      padding: 0 60px;
  }
  .news-next a{
      font-size: 18px;
      line-height: 40px;
      color: #666666;
      transition: all 0.5s ease;
  }
  .news-next a.btn{
      width: 52px;
      height: 40px;
      padding: 5px;
      background-color: #ececec;
      border-radius: 20px;
      color: #3368bd;
      text-align: right;
      line-height: 20px;
  }
  .news-next a.btn i{
      font-size: 24px;
  }
  .news-next:hover a{
      color: #3368bd;
  } 
  .news-next:hover a.btn{
      background: #3368bd;
      color: #fff;
  } 
  
  
  /* 公司视频 */
  .video-container{
      
  }
  .videoBanner{
      /* height: 1055px; */
      height: 750px;
      box-sizing: content-box;
      position: relative;
      overflow: hidden;
  }
  .videoBanner::before{
      width: 1400px;
      height: 100px;
      content: '';
      background: url(../Images/newscity.png) no-repeat;
      background-size: 1400px 100px;
      position: absolute;
      bottom: 24px;
      left: 0;
      animation: widthc 5s linear infinite;
      z-index: 1;
  }
  .videoBanner::after{
      width: 884px;
      height: 100%;
      content: '';
      background-color: #f2f6f9;
      background-image: url(../Images/newsline.png);
      background-repeat: no-repeat;
      background-size: 315px 315px;
      background-position: 150px 70px;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 0;
  }
  @keyframes widthc {
      0%{
          width: 0px;
      }
      100%{
          width: 1400px;
      }
  }
  .video-banner-page{
      /* position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 240px; */
      display: flex;
      /* flex-direction: column; */
      align-items: center;
      z-index: 10;
      justify-content: center;
      position: relative;
      display: none;
  }
  .video-banner-page .vdb-btn{
      /* transform: rotate(90deg); */
      cursor: pointer;
      font-weight: 700;
  }
  .video-banner-page .vdb-btn i{
      font-size: 30px;
      color: #d1d7dd;
      transition: all 0.5s ease;
  }
  .video-banner-page .vdb-btn:hover i{
      color: #3368bd;
  }
  .video-pagination{
      transform: translate3d(0, 0, 0) !important;
      width: auto !important;
      padding: 0 10px;
  }
   
  .videoBanner .swiper {
      height: calc(100% - 100px); /* 设置一个固定高度 */
      padding: 100px 240px 120px;
  }
  .videoBanner .swiper-wrapper {
      height: 100%;
  } 
  .video-pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      margin: 0 10px !important;
      background: #d1d7dd;
      opacity: 1;
      position: relative;
  }
  .video-pagination .swiper-pagination-bullet::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 20px;
      height: 20px;
      border: solid 2px #3368bd;
      border-radius: 50%;
      transition: all 0.5s ease;
      opacity: 0;
  }
  .video-pagination .swiper-pagination-bullet-active {
      background: #296ec4;
  }
  /* .video-pagination .swiper-pagination-bullet-active::after {
      opacity: 1;
  } */
  
  /* .videoBanner .swiper-slide{
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      transition: all 0.5s ease;
  }
  .videoBanner .swiper-slide.swiper-slide-duplicate-prev{
      transform: translateY(-80px);
  }
  .videoBanner .swiper-slide.swiper-slide-duplicate-prev::after{
      content: '';
      width: 218px;
      height: 123px;
      position: absolute;
      top: 0;
      right: 0;
      background: linear-gradient(to top,#f2f6f9,transparent);
  }
  .videoBanner .swiper-slide.swiper-slide-active{
      align-items: flex-start;
      height: 532px !important;
      z-index: 3;
  }
  .videoBanner .swiper-slide.swiper-slide-active .videoitem{
  
  }
  .videoBanner .swiper-slide.swiper-slide-active .mask{
      width: 1160px;
      height: 653px;
  }
  .videoBanner .swiper-slide.swiper-slide-active .paly-text img{
      width: 82px;
      height: 82px;
      margin-bottom: 40px;
  }
  .videoBanner .swiper-slide.swiper-slide-active .paly-text p{
      opacity: 1;
      height: auto;
  }
  .videoBanner .swiper-slide.swiper-slide-active .video-text{
      width: 1160px;
      height: auto;
      opacity: 1;
  } */
  
  .videoitem{
      /* width: 218px; */
      width: 100%;
      height: 100%;
  }
  .videoitem .mask{
      position: relative;
      overflow: hidden;
      width: 100%;
      /* height: 123px; */
      height: 100%;
      background-color: #000000;
      border-radius: 10px;
      transition: all 0.5s ease;
      cursor: pointer;
  }
  .videoitem .mask .imgitem{
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.5s ease-in-out;
  }
  .videoitem .mask:hover .imgitem{
      transform: scale(1.1);
  }
  .paly-text{
      display: flex;
      flex-direction: column;
      align-items: center;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
  }
  .paly-text img{
      width: 50px;
      height: 50px;
      /* margin-bottom: 20px; */
      transition: all 0.5s ease;
      cursor: pointer;
      z-index: 3;
  }
  .paly-text p{
      font-size: 16px;
      opacity: 0;
      height: 0;
      transition: all 0.5s ease;
  }
  .video-text{
      margin-top: 30px;
      transition: all 0.5s ease;
      width: 100%;
      overflow: hidden;
      display: flex;
      justify-content: space-between;
  }
  .video-text p{
      font-size: 24px;
      color: #333;
      margin-right: 16px;
      display: inline;
      display: inline-block;
      cursor: pointer;
  }
  .video-text p:hover{
      color: #114bb0;
  }
  .video-text span{
      display: block;
      flex-shrink: 0;
      text-align: right;
      white-space: nowrap;
      font-size: 16px;
      margin-top: 5px;
      color: #999999;
  }
  .other-video-list{ 
      padding: 120px 240px 80px;
      background: #fff;
  }
  .other-video-list .list{
      display: flex;
      flex-wrap: wrap;
      width: 100%;
  } 
  .other-video-list .videoitem{
      width: calc(33.33333% - 30px);
      margin-right: 45px;
      margin-bottom: 60px;
  }
  .other-video-list .videoitem:nth-child(3n){
      margin-right: 0;
  }
  .other-video-list .videoitem .mask{
      height: 254px;
  }
  .other-video-list .videoitem .imgitem{
      width: 100%;
      height: 254px;
      background: #000;
      opacity: 0.9;
  }
  .other-video-list .paly-text img{
      width: 56px;
      height: 56px;
  }
  .other-video-list .videoitem .video-text{
      opacity: 1;
      display: block;
      height: auto;
      margin-top: 32px;
  }
  .other-video-list .videoitem .video-text p{
      display: block;
      margin-bottom: 12px;
  }
  .other-video-list .videoitem .video-text span{
      text-align: left;
  }
  .other-video-list .pagination{
      margin-top: 20px;
  }
  
  
  /* 信息转载 */
  .zznews-list{
      padding: 80px 240px 80px;
  }
  
  /* Styles for the new news list */
  .news-list-style-a {
      margin-top: 40px;
  }
  
  .news-item-style-a {
      display: flex;
      align-items: flex-start;
      padding: 20px 0;
      border-bottom: 1px solid #d5d5d599;
      margin-bottom: 20px;
      position: relative;
  }
  .news-item-style-a::before{
      content: '';
      width: 140px;
      height: 59px;
      background: url(../Images/newssj.png) no-repeat;
      background-size: 100% 100%;
      position: absolute;
      left: 0;
      bottom: 45px;
  }
  .news-item-style-a::after{
    content: '';
    width: 0%;
    height: 1px;
    background-color: #1551b3;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    transition: all 0.5s ease;
    left: 50%;
    transform: translateX(-50%);
  }
  .news-item-style-a:hover::after{
    width: 100%;
  }
  .news-item-style-a:hover .news-content-section .news-title{
      color: #1551b3;
      font-weight: 700;
  }
  .news-item-style-a:hover img{
      transform: scale(1.1);
  }
  
  .zznews-list .news-date-section {
      display: flex;
      margin-right: 106px;
      flex-shrink: 0;
  }
  
  .zznews-list .news-date-section .day {
      font-size: 50px;
      line-height: 50px;
      color: #595959;
  }
  
  .zznews-list .news-date-section .slash {
      font-size: 46px;
      line-height: 50px;
      margin: 0 12px;
      color: #595959;
  }
  
  .zznews-list .news-date-section .month-year {
      display: flex;
      flex-direction: column;
      font-size: 16px;
      line-height: 26px;
      color: #999;
  }
  
  .zznews-list .news-content-section {
      flex: 1; /* Takes up remaining space */
      display: flex;
  }
  
  .zznews-list .news-text-content {
      flex: 1;
      position: relative;
  }
  .zznews-list .news-text-content::before {
      transition: all 0.5s ease;
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #d5d5d5;
      position: absolute;
      left: -54px;
      top: 0;
  }
  .zznews-list .news-text-content::after {
      transition: all 0.5s ease;
      content: "";
      width: 1px;
      height: calc(100% - 50px);
      background: linear-gradient(to bottom,#dcdcdc,transparent);
      position: absolute;
      left: -51px;
      top: 14px;
  }
  @keyframes linech {
      0%{
          height: 0;
      }
      100%{
          height: calc(100% - 50px);
      }
  }
  .news-item-style-a:hover .news-text-content::before{
      background: #1551b3;
  }
  .news-item-style-a:hover .news-text-content::after{
      background: linear-gradient(to bottom,#1551b3,transparent);
      animation: linech 1.5s linear infinite;
  }
  
  .zznews-list .news-content-section .news-title {
      margin-bottom: 20px;
      font-weight: 400;
      font-size: 20px;
      line-height: 1;
      letter-spacing: 0px;
      color: #333333;
      transition: all 0.5s ease;
  }
  
  .zznews-list .news-content-section .news-description {
      font-size: 16px;
      line-height: 26px;
      color: #999;
      margin-bottom: 15px;
  }
  
  .zznews-list .news-content-section .read-count {
      font-size: 16px;
      line-height: 26px;
      color: #cdcdcd;
  }
  
  .zznews-list .news-image-container {
      flex-shrink: 0;
      width: 159px;
      height: 159px;
      overflow: hidden;
      background-color: #979797;
      border-radius: 10px;
      margin-left: 68px;
  }
  
  .zznews-list .news-image-container img {
      display: block;
      width: 100%;
      height: 100%;
      transition: all 0.5s ease;
      object-fit: cover; /* Ensures image covers the container */
  }
  
  
  
  /* 党建活动 */
  .buildingc .swiperbox{
      background: url(../Images/bg1.jpg) no-repeat;
      background-size: 100% 100%;
  }
  .buildingc .news-date{
      color: #de2020;
  }
  .buildingc .more{
      color: #df1f20;
  }
  .buildingc .more::before{
      background-color: #df1f20;
  }
  .buildingc .more::after{
      background: linear-gradient(90deg, #fff6f5, #f2f6f9);
  }
  .buildingc .other-news-item .more{
      color: #999;
  }
  .buildingc .other-news-item .more::before{
      background-color: #999;
  }
  .buildingc .other-news-item .more::after{
      background: #fff;
  }
  .buildingc .other-news-item:hover .more{
      color: #df1f20;
  }
  .buildingc .other-news-item:hover .more::before{
      background-color: #df1f20;
  }
  .buildingc .other-news-item::after{
      background-color: #df1f20;
  }
  
  .buildingc .ui-pagination-container .ui-pagination-page-item.active{
      background-image: linear-gradient(90deg, 
          #b6180b 0%, 
          #eb3612 100%), 
      linear-gradient(
          #ffffff, 
          #ffffff);
      background-blend-mode: normal, 
          normal;
      color: #fff;
  }
  .buildingc .ui-pagination-container .ui-pagination-page-item{
      color: #333;
      border: solid 1px #d6d6d6;
  }
  .buildingc .ui-pagination-container .ui-pagination-page-item:hover{
      color: #df1f20;
      border: solid 1px #df1f20;
  }
  
  
  @media screen and (max-width: 1680px) and (min-width: 1440px)  {
      .foot{
          padding: 0 120px;
      }
      .main-news-item{
          padding: 120px 120px 100px;
      }
      .news-list-container .yjt{
          right: 120px;
      }
      .main-news-item .news-content{
          width: calc(480px * 0.875);
      }
      .main-news-item .news-image{
          width: calc(844px * 0.875);
          height: calc(475px * 0.875);
      }
      .news-date{
          margin-bottom: 30px;
      }
      .news-title{
          margin-bottom: 30px;
          font-size: 21px;
          line-height: 30px;
      }
  
      .other-news-list{
          padding: 110px 120px 60px;
      }
      .other-news-item .news-text-content{
          width: calc(480px * 0.875);
      }
      .other-news-item .new-center-content{
          width: calc(390px * 0.875);
      }
      .other-news-item .news-image{
          width: calc(380px * 0.875);
          height: calc(220px * 0.875);
      }
      .other-news-item .news-date{
          margin-bottom: 20px;
      }
      .other-news-item .news-description{
          margin-bottom: 20px;
          min-height: 90px;
      }
      .other-news-item .news-title{
          font-size: 19px;
      }
  
      .news-detail-container{
          padding: 180px 120px 80px;
      }
      .news-detail-container .share{
          top: 180px;
          left: 100px;
      }
      .videoBanner{
          height: calc(750px * 0.875);
      }
      .videoBanner .swiper{
          padding: 80px 120px 100px;
      }
      .videoBanner::before{
          width: calc(1400px * 0.875);
          height: 87.5px;
          background-size: calc(1400px * 0.875),87.5px;
      }
      .other-video-list{
          padding: 120px 120px 70px;
      }
      .other-video-list .videoitem{
          margin-bottom: 50px;
      }
      .other-video-list .videoitem .mask{
          height: calc(254px * 0.875);
      }
      .video-text p{
          font-size: 21px;
      }
      .video-text span{
          font-size: 15px;
      }
      .zznews-list{
          padding: 70px 120px;
      }
  }
  @media screen and (max-width: 1440px)  {
      .foot{
          padding: 0 100px;
      }
      .main-news-item{
          padding: 100px 100px 80px;
      }
      .news-list-container .yjt{
          right: 100px;
      }
      .main-news-item .news-content{
          width: calc(480px * 0.75);
      }
      .main-news-item .news-image{
          width: calc(844px * 0.75);
          height: calc(475px * 0.75);
      }
      .news-date{
          margin-bottom: 20px;
      }
      .news-title{
          margin-bottom: 20px;
          font-size: 18px;
      }
      .news-description{
          margin-bottom: 50px;
          font-size: 16px;
      }
      .other-news-list{
          padding: 90px 100px 50px;
      }
      .other-news-item .news-text-content{
          width: calc(480px * 0.75);
      }
      .other-news-item .new-center-content{
          width: calc(390px * 0.75);
      }
      .other-news-item .news-image{
          width: calc(380px * 0.75);
          height: calc(220px * 0.75);
      }
      .other-news-item .news-date{
          margin-bottom: 20px;
      }
      .other-news-item .news-description{
          margin-bottom: 20px;
          min-height: 80px;
      }
      .other-news-item .news-title{
          font-size: 18px;
      }
      .news-detail-container{
          padding: 160px 100px 60px;
      }
      .news-detail-container .share{
          top: 160px;
          left: 15px;
      }
  
      
      .videoBanner{
          height: calc(750px * 0.75);
      }
      .videoBanner .swiper{
          padding: 80px 100px 100px;
      }
      .videoBanner::before{
          width: calc(1400px * 0.75);
          height: 75px;
          background-size: calc(1400px * 0.75),75px;
          bottom: 15px;
      }
      .other-video-list{
          padding: 100px 100px 60px;
      }
      .other-video-list .videoitem{
          margin-bottom: 30px;
      }
      .other-video-list .videoitem .mask{
          height: calc(254px * 0.875);
      }
      .video-text p{
          font-size: 18px;
      }
      .video-text span{
          font-size: 14px;
      }
      .zznews-list{
          padding: 60px 100px;
      }
  }