
@import url('../icon/iconfont.css');

    .iconfont {
      font-family: "iconfont" !important;
      font-size: 16px;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    .icon-shangyiyexiayiye:before {
      font-size: 22px;
      font-weight: 800;
      content: "\e600";
    }

    .icon-shangyiyexiayiye1:before {
      font-size: 22px;
      font-weight: 800;
      content: "\e601";
    }

    .icon-up:before {
      font-size: 22px;
      font-weight: 800;
      content: "\e7eb";
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      /* font-family: 'Dosis'; */
    }

    .back-top {
      position: fixed;
      bottom: 20px;
      background-color: #7a7a7af5;
      ;
      /* padding: 10px; */
      right: 20px;
      z-index: 9999999;
      cursor: pointer;
      font-size: 22px;
      font-weight: 800;
      text-align: center;
      height: 40px;
      width: 40px;
      line-height: 40px;
      transition: all 0.3s ease;
      opacity: 0;
    }

    .TopButtonShow {
      opacity: 1;
    }

    .menu_active {
      color: #000 !important;
    }

    .containter {
      position: relative;
      background-color: rgba(222, 222, 222, 0.5);
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 0 80px 0;
    }

    .row {
      display: flex;
      flex-wrap: wrap;
    }

    .header {
      background-color: #7a7a7af5;
      position: sticky;
      top: 0;
      z-index: 999;
      display: none;
    }

    .pc-header-stick {
      background-color: #7a7a7af5;
      position: sticky;
      top: 0;
      z-index: 999;
      display: none;
      /* transition: all 0.8s ease; */
      /* opacity: 0; */
      animation: fadeIn 2s;
      /* transform: translateY(-150px); */
      top: 0;
    }

    @keyframes fadeIn {
      0% {
        opacity: 0;
        transform: translateY(-150px);
        top: 0;
      }

      50% {
        opacity: 1;
        transform: translateY(0);
        top: 0;
      }

      100% {
        opacity: 1;
        top: 0;
        position: sticky;
      }
    }

    .menuitem {
      color: #fff;
      font-size: 14px;
      padding: 18px 17px;
      font-weight: 700;
      font-family: sans-serif;
      text-transform: uppercase
    }

    /* 1. 去除下划线 */
    a {
      /* text-transform: uppercase; */
      text-decoration: none;
    }


    /* 2. 统一链接颜色（覆盖所有状态） */
    a:link,
    a:visited,
    a:hover,
    a:active {
      color: inherit;
      /* 继承父元素颜色 */
      /* 或指定固定颜色，如 color: #333; */
    }

    /* 3. 移除聚焦轮廓（可选，根据无障碍需求调整） */
    a:focus {
      outline: none;
      /* 建议添加替代聚焦样式，如：box-shadow: 0 0 0 2px blue; */
    }

    /* 4. 移除鼠标手型指针（如需要） */
    a {
      cursor: pointer;
      /* 保留手型（推荐）或改为 cursor: default; */
    }

    .top-bar {
      margin-top: 20px;
      width: 100%;
      height: 452px;
      /* background-color: yellow; */
      display: flex;
      justify-content: space-between;
    }

    .news-carousel {
      position: relative;
      height: 100%;
      width: 49.5%;
      overflow: hidden;
      /* background: blue; */
    }

    .news-abbreviations {
      height: 100%;
      width: 49.5%;
      /* background: pink; */
      padding: 0 5px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      /* align-items: center; */
      align-content: space-between;
    }

    .news-fragments {
      /* flex-shrink: 1; */
      position: relative;
      height: 49.5%;
      width: 49.5%;
      background-color: aquamarine;
    }

    .news-carousel-img {
      top: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      background: url(https://d2731bbzmt3wpb.cloudfront.net/news/image/us-west-2:25d97050-7aa7-43a6-a623-8fb02e6af97e/20251010/f1569de7342046b7ad7a5f5074da8520.jpg) 50% no-repeat;
      background-size: cover !important;
    }

    .full {
      z-index: 3;
      top: 0;
      position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        cursor: pointer;
      /*width: 100% !important;*/
      /*height: 100% !important;*/
      display: inline-block;
    }

    /* @media (min-width: 1881px) {
        .container {
          width: 80vw !important;
        }
      } */
    .cover {
      background-size: cover !important;
    }

    .mask {
      height: 40%;
      width: 100%;
      background: rgba(0, 0, 0, 0.3);
      padding: 10px;
      position: absolute;
      bottom: 0;
      z-index: 3;
      padding-top: 30px;
    }

    .mask-content {
      display: flex;
      flex-direction: column;
      /* text-align: center; */
      position: absolute;
      bottom: 20px;
      max-width: 80%;
    }

    .mask-ful {
        cursor: pointer;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.3);
      padding: 10px;
      position: absolute;
      bottom: 0;
      z-index: 3;
    }
    .link-ful{

    }
    .post-title {
      font-size: 24px !important;
      color: #fff;
      margin: 10px 0px 5px 0 !important;
    }

    .label {
      display: inline !important;
      padding: 2px 10px;
      border-radius: 5px;
      background: #383838;
      color: #fff !important;
      text-align: center;
      font-size: 12px;
      top: 70px;
      transition: all 0.8s ease;
      margin-bottom: 20px;
    }

    .label:hover {
      background: rgba(37, 37, 37) !important;
    }

    .label-ful {
      display: inline !important;
      padding: 2px 10px;
      border-radius: 5px;
      background: #383838;
      color: #fff !important;
      text-align: center;
      font-size: 12px;
      top: 70px;
      transition: all 0.8s ease;
    }

    .label-ful:hover {
      background: rgba(37, 37, 37) !important;
    }

    .title {
      font-size: 16px;
      border-bottom: 2px solid black;
      height: 40px;
      padding: 10px 0px;
      display: inline-block;
      font-weight: normal;
    }

    .title-box {
      border-bottom: 2px solid rgba(28, 28, 28, 0.07);
      /* margin-top:-1px ; */
      height: 39px;
      margin-bottom: 20px;
    }

    .news-classification {
      width: 33%;
      padding: 20px;
    }

    .news-classification-box {
      display: flex;
      /* justify-content: space-around; */
      flex-wrap: wrap;
    }

    .cover-img {
      width: 100%;
      height: 300px;
      background-size: cover !important;
      position: relative;
      z-index: 10;
      cursor: pointer;
    }
 .cover-img img{
  width: 100%;
  height: 100%;
 }
    .news-post {
      display: flex;
      padding: 5px 15px 10px 15px;
    }

    /* 新闻详情列表的页面 */
    .news-details-box {
      padding-top: 20px;
      padding-bottom: 20px;
      width: 100%;
      background: #fff;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    }

    .news-thumbnail {
      flex-shrink: 0;
      width: 40%;
      margin-right: 8px;
        height: 96px;
    }

    .news-thumbnail-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .news-Introduction {
      flex: 1;
      padding-top: 5px;
    }

    .ellipsis-multiline {
      display: -webkit-box !important;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      height: 30px;
      font-size: 12px;
    }
.ellipsis-multiline-3{
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    font-size: 12px;
}
    .post-time {
      font-size: 12px;
      margin-top: 20px;
    }

    .time-icon {
      margin-right: 8px;
      color: black;
      font-weight: 800;
    }

    .view-more {
      background-color: #7a7a7af5;
      text-align: center;
      height: 30px;
      line-height: 30px;
      font-size: 14px;
      cursor: pointer;
      transition: all 0.8s ease;
      /* 监听所有可过渡属性 */
        display: block;
    }

    .view-more:hover {
      background: #000000;
      color: #fff;
    }

    .latet-post {
      margin: 40px 0px 0 20px;
      /* display: flex; */
    }

    .last-title {
      border-bottom: 2px solid black;
      display: inline-block;
      height: 40px;
      font-weight: normal;
    }

    .title-line {
      border-bottom: 2px solid rgba(28, 28, 28, 0.07);
      height: 39px;
    }

    .last-post-box {
      width: 33%;
      padding: 20px;
    }

    .latet-posts {
      /* width: 33%; */
      background-color: #fff;
      /* margin-right: 45px; */
      /* padding: 20px; */
      margin-bottom: 40px;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    }

    .latet-posts:nth-child(3n) {
      margin-right: unset;
    }

    .latet-pic {
      position: relative;
      width: 100%;
      display: inline-block;
      height: 300px;
      object-fit: cover;
    }

    .latet-title {
      font-size: 16px;
      font-weight: 800;
      margin-bottom: 10px;
        display: -webkit-box!important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5em;
        min-height: 3em;
    }

    .latet-des {
      font-size: 14px;
      margin-bottom: 30px;
    }

    .latest-time {
        font-size: 12px;
        color: #141313;
        position: absolute;
        bottom: 10px;
        /*margin-top: 30px;*/
    }

    .post-des {
      padding: 10px;
        min-height: 143px;
        position: relative;
    }

    .post-list {
      margin-top: 20px;
      display: flex;
      /* justify-content: space-between; */

      flex-wrap: wrap;
    }

    .navigation-bar {
      width: 90%;
      height: 50px;
      background: #fff;
      display: flex;
      justify-content: center;
      margin: 0 auto;
      display: flex;
      line-height: 50px;
      position: relative;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    }

    .navigation-page-list {
      display: flex;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    }

    .navigation-page-elips {
      color: #a59e9f;
      margin-right: 4px;
    }

    .navigation-page {
      color: #a59e9f;
      /* width: 40px; */
      /* height: 30px; */
      /*padding: 0 15px;*/
        width: 40px;
      cursor: pointer;
      margin-right: 4px;
      text-align: center;
      line-height: 50px;
    }
.navigation-page a{
    width: 100%!important;
    height: 100%!important;
    display: inline-block;
}
    .navigation-page:hover {
      background-color: rgba(0, 0, 0, 0.1);
    }

    .active {
      background: gray;
      color: #000000;
    }

    .navigation-page-prev {
      color: #a59e9f;
      flex: 0;
      position: absolute;
      left: 0px;
      cursor: pointer;
      padding-right: 20px;
      padding-left: 20px;
    }

    .navigation-page-prev:hover {
      background-color: rgba(0, 0, 0, 0.1);
    }

    .navigation-page-next:hover {
      background-color: rgba(0, 0, 0, 0.1);
    }

    .navigation-page-next {
      color: #a59e9f;
      flex: 0;
      position: absolute;
      right: 0px;
      cursor: pointer;
      padding-right: 20px;
      padding-left: 20px;
    }

    .cover-describe {
      font-size: 24px;
      font-weight: 800;
      color: #fff;
      margin-bottom: 12px;
      /* background: #000000; */
    }

    .cover-time {
      color: #fff;
      font-size: 12px;
    }

    .classify {
      cursor: pointer;
      border-radius: 8px;
      display: inline-block;
      padding: 4px 8px;
      background: #7a7a7af5;
      color: #1e1e1e;
      margin-bottom: 8px;
      transition: all 0.8s ease;
      font-size: 12px;
      text-transform: uppercase;
    }

    .classify:hover {
      color: #fff;
      background: #000;
    }

    .cover-detail {
      /* display: flex; */
      /* justify-content: center;
      flex-direction: column; */
      /*top: 0;*/
      left: 0;
      right: 0;
      padding: 10px;
      position: absolute;
      bottom: 0px;
      transition: all 1s ease;
    }

    .detail-contain {
      position: absolute;
      bottom: 20px;
    }

    .cover-detail:hover {
      background-color: rgba(28, 28, 28, 0.3);
    }

    .latet-posts-mask {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      transition: all 1s ease;
    }

    .latet-posts-mask:hover {
      background-color: rgba(28, 28, 28, 0.5);
    }

    .latet-pic {
        /*position: absolute;*/
        /*z-index: 0;*/

    }

    .left-item {
      color: #000 !important;
      width: 70%;
      position: fixed;
      left: 0;
      background-color: #fff;
      z-index: 9999;
      overflow-y: scroll;
      height: 100vh;
      visibility: hidden;
      transform: translateY(-100%);
      transition: all 0.5s ease;
      opacity: 0;
      top: 0;
    }


    @media only screen and (max-width: 1000px) {
      .news-classification {
        width: 50%;
        padding: 20px;
      }

      @media only screen and (max-width: 900px) {
        .last-post-box {
          width: 50%;
          padding: 20px;
        }
      }
    }

    @media only screen and (max-width: 768px) {
          .latet-post {
      margin: 40px 0px 0 0px;
      /* display: flex; */
    }
    .last-title{
      margin-left: 20px;
    }
      .mask{
        padding: 10px;
      }
      .last-post-box {
        width: 100%;
        padding: 20px;
      }
.box{
      width: 100%!important;
    height: 300px!important;
    /* margin: 50px auto; */
    overflow: hidden!important;
    position: relative!important;
    margin-bottom: 10px;
}
.slide{
  height: 100%!important;
  width: 100vw!important;
}
      /* 移动端 */
      .h5-header {
        background-color: #000;
        height: 150px;
        position: sticky;
        width: 100vw;
        display: none;
        top: 0;
        z-index: 999;
      }

      .header-image {

        max-width: 60%;
        object-fit: cover;
        height: 100px;
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
      }

      .h5-header-stick {
        position: sticky;
        z-index: 999;
        top: 0;
        animation: fadeIn 2s;
      }

      @keyframes fadeIn {
        0% {
          opacity: 0;
          transform: translateY(-150px);
        }

        50% {
          opacity: 1;
          transform: translateY(0);
        }

        100% {
          opacity: 1;
          position: sticky;
        }
      }

      .block {
        width: 50px;
        height: 50px;
        background-color: gray;
        display: flex;
        flex-direction: column;
        align-content: space-around;
        justify-content: space-around;
        padding: 16px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translate(0, -50%);
      }

      .block-line {
        width: 100%;
        height: 2px;
        background-color: #fff;
      }

      .left-item-transform {
        opacity: 1;
        transform: translateY(0);
        bottom: 0;
      }
      .box{
           width: 100%!important;
           /* height: 600px!important; */
      }
      .h5-menuitem {
        color: #000;
        font-size: 14px;
        padding: 18px 17px;
        font-weight: 700;
        font-family: sans-serif;
      }

      .close {
        width: 40px;
        height: 40px;
        background: gray;
        color: #fff;
        font-size: 28px;
        font-weight: 800;
        text-align: center;
        /* line-height: 40px; */
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 5px;
      }

      .closer {
        height: 80px;
        position: relative;
        /* margin-bottom: 50px; */
      }

      .top-bar {
        display: inline-block;
      }

      .news-carousel {
        width: 100%;
        margin-bottom: 10px;
        height: 450px;
      }

      /* .col{
        width: calc(1/12);
      } */
      .news-abbreviations {
        width: 100%;
      }

      .post-title {
        font-size: 14px !important;

      }

      .news-fragments {
        height: 225px;
        margin-bottom: 10px;
          cursor: pointer;
      }

      .top-bar {
        height: unset;
      }

      .news-classification {
        width: 100% !important;
      }

      .latet-posts {
        width: 100%;
        margin-right: unset;
      }

      .containter {
        width: 100vw;
      }

      /* 禁止整个页面滚动 */
      body.no-scroll {
        overflow: hidden;
        /* 移动端额外处理 */
        /* height: 100vh;
        position: fixed;
        width: 100%; */
      }

      /* 针对移动端防止橡胶带效果 */
      body.no-scroll {
        overscroll-behavior: none;
      }
    }


    .box {
      width: 50%;
      height: 100%;
      /* margin: 50px auto; */
      overflow: hidden;
      position: relative;
    }

    .wipper {
        /* width: 3000px; */
        /* 设置为图片的总宽度*/
        display: flex;
        height: 100%;
        position: absolute;
        left: 0;
    }

    .wipper .slide {
      width: 600px;
      height: 452px;
      float: left;
      /* text-align: center; */
      /* font-size: 30px; */
      /* line-height: 300px; */
      color: #fff;
      position: relative;

    }

    img {
      object-fit: cover;
      width: 100%;
      height: 100%;
    }

    .preBtn,
    .nextBtn {
      width: 38px;
      height: 38px;
      line-height: 38px;
      text-align: center;
      color: #fff;
      border-radius: 4px;
      background-color: rgba(28, 28, 28, .2);
      position: absolute;
      transform: translateY(-50%);
      cursor: pointer;
      transition: all 0.5s ease;
      /* display: none;     */
      /* font-size: 22px; */
    }

    .preBtn:hover {
      background-color: rgba(28, 28, 28, 1);
    }

    .nextBtn:hover {
      background-color: rgba(28, 28, 28, 1);
    }

    .preBtn {
      left: 20px;
      top: 50%;
    }

    .nextBtn {
      right: 20px;
      top: 50%;
    }

    .lis {
      text-align: center;
      border-radius: 5px;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
    }

    .lis span {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #ccc;
    }

    .lis span.current {
      background-color: greenyellow;

    }
    .meta-date{
      color: #fff;
      font-size: 12px;
    }
   .list-meta-info{
      font-size: 12px;
      color: #fff;margin-bottom: 5px;
    }
        .news-fragments img{
      width: 100%;
      height: 100%;
    }

    .fw-8{
      font-weight: 800;
    }
    .mr-sm{
      margin-right: 8px;
    }
    .mb-20{
      margin-bottom: 20px;
    }
    .fw-6 {
      font-weight: 600;
    }
    .fz-10{
      font-size: 10px;
    }
    .mr-8{
      margin-right: 8px;
    }

/* 手机端（屏幕宽度小于768px）隐藏指定内容 */
@media (max-width: 768px) {
    .mobile-hide {
        display: none !important;
    }
}
