.page_banner .banner_tab{
    display: flex;
    justify-content: end;
    align-items: center;
    top: inherit;
    transform: translateX(-50%);
    bottom: 62px;
    overflow: inherit;
}
.banner_tab a{
    border: 1px solid #DADADE;
    padding: 12px 32px;
    /* padding: 12px; */
    border-radius: 59px; 
    color: #757575;
    background: #FFFFFF;
    line-height: 1;
    position: relative;
    /* font-family: Satoshi-Regular; */
    display: flex;
    align-items: center;
}



.banner_tab a{
  transform: scale(1);
  transition: transform 0.3s ease;
}

.banner_tab a:hover{
  transform: scale(1.06);
  transition: transform 0.3s ease;
}

h1{
  font-family: Satoshi-Bold;
}
.banner_tab a span{
  display: block;
  background: #E3E3E7;
  margin-right: 8px;
}
.ctn{
  background: #fff;
  text-align: center;
}

.ctn .banner_tab{
  display: flex;
  justify-content: center;
  padding: 12px 32px;
  padding-top:64px;
}

.banner_tab span{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
}

.banner_tab .act{
 border-color: #FF9500; 
}
.banner_tab .act span{
  background: #FF9500;
}
/* .banner_tab .act::after{
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    background: white;
    margin-top: 9px;
} */
.news_tit{
    color: #474747;
    transition: all 0.5s;
    line-height: 1.375em;
    /* height: 2.75em; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: "Satoshi-Black";
    text-align: left;
    margin-top:8px;
}
.news_tit:hover{
    /* color: #e49235; */
}
.news_des{
    color: #474747;
    line-height: 1.6;
    height: 4.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 15px;
    margin-bottom: 60px;
    font-family: "Satoshi-Regular";
}
.news_time{
    color: #FF9500;
    font-family: "Satoshi-Regular";
    text-align: left;
}
.news-swiper .swiper-slide .ctn_img,.news-swiper .swiper-slide .ctn_img{
  flex: 1;
}
.news_txt{
    display: flex;
    align-items: center;
}

.news_sub_tit{
  font-family: 'Satoshi-Regular';
  /* font-size: 18px; */
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  color: #767676;
  text-align: left;
  margin-top: 12px;
}

.ctn_img{
    position: relative;
    height: 0;
    /* padding-bottom: 46.37%; */
    overflow: hidden;
    display:block;
    transition: 0.5s;

}

.ctn_img img{
  object-fit: contain;
  object-position: center;
  width: 100%;
}


.ctn_img:hover img{
    transform: scale(1.04);
}
.ctn_img img{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s;
    object-fit: cover;
    border-radius: 24px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.ctn li{
    /* width: calc((100% - 58px)/2); */
    margin-bottom: 70px;
}
.ctn_top{
    display: flex;
    justify-content: space-between;
}
.ctn_top>div{
    width: calc((100% - 58px)/2);
}
.top_r{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ctn ul{
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
}
.first_img{
    padding-bottom: 102%;
}

.all-news{
  background: #fff;
  margin-top:120px;
}


.news-swiper{
  position: relative;
  margin-bottom: 176px;
}

.first {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.first .swiper-wrapper{
  height: 100%;
}

.swiper-button-prev, .swiper-button-next{
  border:2px solid #FFE0B3;
  width: 72px!important;
  height: 72px!important;
  border-radius: 50%!important;
}

.swiper-button-prev{
  position: absolute;
  left: 0px!important;
  top: 50%;
  transform: translateY(-50%);
}


.swiper-button-next{
  position: absolute;
  right: 0px!important;
  top: 50%;
  transform: translateY(-50%);
}


.over-w768 .swiper-button-prev::after, .over-w768 .swiper-button-next::after{
  color: #FF9500;
  font-size: 20px!important;
}


.all-news h2{
  font-family: Satoshi-Bold;
}


@media screen and (max-width: 1600px) {
    .ctn_top>div {
        width: calc((100% - 40px) / 3);
    }
    .ctn li {
        /* width: calc((100% - 40px) / 3); */
        margin-bottom: 40px;
    }
   
    .ctn {
        padding: 120px 0 30px;
    }
    .ctn_top {
        margin-bottom: 50px;
    }
    .page_banner .banner_tab{
        bottom: 50px;
    }
    
}

@media screen and (max-width: 1600px) and (min-width: 768px){
   .news_txt {
    /* padding: 20px 0; */
    padding-left: 99px;
  }
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media screen and (min-width: 768px){

  .first .ctn_img{
    aspect-ratio: 16 / 9;
    width: auto;
    height: 111%;
    position: absolute;
    bottom: 0px;
    transform: translateY(-13%);
  }

  .ctn {
      padding: 127px 0 135px;
  }

  .news_banner .news_txt{
    width: 58%;
  }
  .all-news h2{
    margin-bottom:80px;
  }

  .banner_tab{
      gap: 48px;
  }
  .grid-container {
    grid-template-columns: 1fr;
  }
  .ctn_img{
    border-radius: 24px;
  }
  .news_txt{
    /* padding: 24px 0; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .first .news_txt {
     padding:64px;
     padding-top:56px;
  }


  .news_sub_tit{
    margin-top:4px
  }

  .first .ctn_img{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .news_sub_tit{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}

@media screen and (max-width: 768px) {
  .ctn .banner_tab{
    padding-top:10px;
  }
   .ctn h1{
    margin-top: 58px;
    margin-bottom: 10px;
    /* font-size: 56px; */
    font-weight: bold;
    line-height: 72px;
    text-align: center;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #4C4948;
    font-size: 30px;
    font-family: 'Satoshi-Black'
  }

  .ctn_img {
    border-radius: 24px;
  }

  .news_sub_tit{
    opacity: 1;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }

  .news_txt{
    display: flex;
    flex-direction: column;
    padding-left: none!important;
    align-items: flex-start;
  }
    .w768 {
    display: block;
  }
  .over-w768 {
    display: none;
  }
    .ctn_top{
        display: block;
    }
    .ctn_top>div {
        width: 100%;
    }
    .ctn li {
        width: 100%;
    }
    .news_des{
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .top_r>div{
        margin-top: 25px;
    }
    .news_time {
        /* margin-top: 15px; */
    }
    .ctn li{
        margin-bottom: 25px;
    }
    .ctn_top {
        margin-bottom: 25px;
    }
    .ctn {
        padding: 40px 0 10px;
    }
    .page_banner .banner_tab{
        position: relative;
        justify-content: center;
        left: 0;
        transform: inherit;
        bottom: inherit;
        margin-top: 20px;
    }

    .banner_tab{
      gap: 26px;
    }
    .banner_tab a{
        color: #474747;
        border-radius: 13px;
        padding: 12px;
        /* border-color: transparent!important;
        background: transparent; */
    }
    .banner_tab .act::after{
        background: #e49235;
        margin-top: 5px;
    }
    .page_banner{
        height: auto;
    }
    .page_banner .img{
        height: 180px;
    }
    .banner_tab span{
        background: #474747;
        /* margin: 0 15px; */
    }
    .banner_tab a:hover {
        color: #474747;
    }
}

@media only screen and (min-width: 769px) {
  .w768 {
    display: none !important;
  }

  .banner_tab .act{
    padding: 12px 24px;
  }
  
}


  /* --------- 分页器样式 --------- */
  .swiper-pagination-bullet {
    background: #DADADE !important;
    width: 1.6vw !important;
    height: 0.8vw !important;
    border-radius: 0.54vw !important;
    opacity: 1 !important;
    margin: 0 0.54vw !important;
  }
  .dot-active {
    width: 3.2vw !important;
    border-radius: 4px !important;
    background: #FF9500 !important;
    opacity: 1 !important;
    transition: linear all 0.3s;
  }


.indicator-wrapper {
  position: relative;
  width: calc(758/1920 * 100vw);
  height: 4px;
  background: #E8E8EE;
  margin: 20px auto;
  margin-top: calc(40/1920 * 100vw);
  overflow: hidden;
}
 .indicator-bar {
  height: 100%;
  width: 25%;
  background: #ff9500;
  transition: 0.5s ease-in-out;
  /* clip-path: polygon(0% 0%,
          98% 0%,
          100% 50%,
          98% 100%,
          0% 100%); */
}


.w1680{
  overflow:visible;
  display: flex;
  flex-direction: column;
  gap: 64px;
  /* padding: 40px; */
}

/* .first.over-w768 .w1680{
  width: 100%;
  height: calc(100% - 18px);
  transform: none;
  top: 9px;
  left: 9px;
  overflow: hidden;
  justify-content: center;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
} */

.news_banner{
  width: 100%;
  display: flex;
  background: #F2F2F4;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.news_banner .news_txt{
  z-index: 2;
  background: linear-gradient(90deg, #F2F2F4 0%, #F2F2F4 56%, rgba(242, 242, 244, 0) 100%);
}

.news_banner .news_txt .left{
  max-width: 490px;
  text-align: left;
}


.all-news .event-item{
  position: relative;
}

.first .learn-more-btn{
  margin-bottom:48px;
}

.news_banner .learn-more-btn{
  display: inline-block; 
  padding: 15px 30px; 
  margin-top: 25px;
  /* margin-bottom:80px;  */
  border-radius: 24px; 
  opacity: 1; 
  background: #FFFFFF; 
  font-size: 18px; 
  font-weight: bold; 
  line-height: 18px; 
  text-align: center; 
  letter-spacing: 0em; 
  font-variation-settings: 'opsz' auto; 
  color: #4C4948; 
  text-decoration: none;
  border: none;
}


.all-news .column-container{
  overflow: hidden;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 120px;
}


.all-news .ctn_img{
  z-index: 1;
  flex:1;
}


.all-news .learn-more-btn{
  display: inline-block; 
  padding: 15px 30px; 
  margin-top: 48px;
  /* margin-bottom:80px;  */
  border-radius: 24px; 
  opacity: 1; 
  background: #FFFFFF; 
  /* font-family: Satoshi;  */
  font-size: 18px; 
  font-weight: bold; 
  line-height: 18px; 
  text-align: center; 
  letter-spacing: 0em; 
  color: #4C4948; 
  text-decoration: none;
  border: 1px solid #DADADE;
}

.all-news .time_and_loc{
  margin-top:53px
}


.all-news .time_and_loc .item{
  display: flex;
  align-items: center;
  gap: 12px;
}

.all-news .time_and_loc .item img{
  width: 20px;
}



@media screen and (min-width: 768px){

  .first .ctn_img{
    /* aspect-ratio: ; */
  }

  .all-news  .learn-more-btn{
    /* margin-top:109px; */
  }
  .ctn_img{
    width: 50%;
    height: 100%;
    aspect-ratio: 16.2 / 9;
    right: 0;
    top: 0px;
  }

  .all-news .event-item .news_txt{
   width: 50%;
  } 

  .all-news .event-item{
    width: 100%;
    display: flex;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
  }
}

@media screen and (max-width: 768px){
  .all-news h2{
    font-size: 30px;
    font-family: 'Satoshi-Black';
  }
  .all-news .ctn_img{
    width: 100%;
    aspect-ratio: 651/365;
    height: auto;
  }
  .all-news .news_txt{
    width: 100%;
  }
  .all-news {
    width: 100%;
    padding: calc(100 / 750* 100vw) 8.5vw;
    padding-top:0px;
  }


  .all-news .news_tit{
    margin-top: 14px;
  }

  .all-news .news_txt{
    padding-left: 0px!important;
    padding-right: 0px!important;
  }

  .all-news .time_and_loc {
    gap: 12px;
    display: flex;
    flex-direction: column;
  }

  .all-news .time_and_loc{
    margin-top: 30px;
  }
}