.new-txt {
  width: 100%;
}

.new-list {
  width: 100%;
}

.new-list p {
  color: #333;
  font-size: 16px;
}

.new-list p span {
  position: relative;
  font-size: 12px;
  font-family: "hb";
  box-sizing: border-box;
  padding-left: 5px;
  margin-left: 5px;
}

.new-list p span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 10px;
  background: #333;
}

.new-content {
  width: 100%;
}

.new-content ul {
  width: 100%;
}

.new-content ul li {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0px 0px 20px;
}

.new-content ul li:last-child {
  border-bottom: 0;
}

.nc-li {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.nc-li a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  column-gap: 20px;
}

.nc-li a img {
  width: 160px;
  height: 120px;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.nc-div {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-left: 15px;
}

.nc-div:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #666666;
  border-radius: 50%;
  left: 0;
  top: 2px;
}

.nc-div:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #666666;
  border-radius: 50%;
  left: 2px;
  top: 4px;
}

.nc-div p:nth-of-type(1) {
  width: calc(100% - 100px);
  color: #333;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 5px;
}

.nc-div p {
  width: 100%;
  color: #666666;
  font-size: 12px;
}

.nc-time {
  width: 100px;
  position: absolute;
  top: 0px;
  line-height: 30px;
  right: 0;
  font-family: "hb";
  text-align: right;
  font-weight: bold;
}

.new-ctxt {
  width: 100%;
  margin-top: 10px;
}

.new-ctxt .n-ctxt {
  width: 100%;
  margin-top: 10px;
}

.new-ctxt .n-ctxt span {
  font-family: "微软雅黑";
  padding-left: 0px;
  margin-left: 0px;
}

.new-ctxt .n-ctxt p span:before {
  width: 0px;
}

.new-ctxt .new-tt {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.new-ctxt .nime-t {
  font-family: "hb";
  color: #666666;
  font-size: 12px;
}

.new-ctxt p span {
  position: relative;
  font-size: 12px;
  font-family: "hb";
  box-sizing: border-box;
  padding-left: 5px;
  margin-left: 5px;
}

.new-ctxt p span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 10px;
  background: #333;
}

@media (min-width: 1200px) {
  .new-title p {
    font-size: 20px;
  }

  .new-title p span {
    font-size: 14px;
    padding-left: 8px;
  }

  .new-title p span:before {
    height: 15px;
  }

  .new-list {
    margin-top: 20px;
  }

  .nc-div {
    padding-left: 20px;
  }

  .nc-div p {
    line-height: 25px;
  }

  .nc-div:after {
    top: 4px;
  }

  .nc-div:before {
    top: 6px;
  }



  .new-content ul li:hover .nc-div:before {
    background: #006db3;
  }

  .new-content ul li:hover .nc-div:after {
    border: 1px solid #006db3;
  }

  .nc-div p:nth-of-type(1) {
    transition: 0.5s;
  }

  .new-content ul li:hover .nc-div p:nth-of-type(1) {
    color: #006db3;
    padding-left: 10px;
  }

  .new-content ul li:hover .nc-div .nc-time {
    color: #006db3;
  }

  .nc-div .nc-time {
    font-size: 16px;
  }

  .new-list p span {
    font-size: 16px;
  }

  .new-list p span:before {
    height: 12px;
    bottom: 0;
    margin: auto;
  }

  .new-content ul li:hover .new-list p span:before {
    background: #006db3;
  }

  .new-ctxt {
    margin-top: 20px;
  }

  .new-ctxt .new-tt {
    font-size: 16px;
  }

  .new-ctxt .nime-t {
    font-size: 14px;
  }

  .new-ctxt .nime-t span {
    font-size: 14px;
  }

  .n-ctxt {
    margin-top: 20px;
  }

  /* 禁止body滚动的样式 */
  body.no-scroll {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    transition: padding-right 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
}

@media (min-width: 1440px) {
  .new-title p {
    font-size: 30px;
  }

  .new-title p span {
    font-size: 16px;
  }

  .nc-div:after {
    width: 15px;
    height: 15px;
  }

  .nc-div:before {
    top: 7px;
    left: 3px;
    width: 11px;
    height: 11px;
  }

  .nc-div p:nth-of-type(1) {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .nc-div p {
    line-height: 30px;
    font-size: 14px;
  }
}

@media (min-width: 1660px) {

  .nc-div:before {
    top: 9px;
  }

  .nc-div:after {
    top: 6px;
  }

  .new-ctxt .new-tt {
    font-size: 25px;
  }

  .new-ctxt {
    margin-top: 40px;
  }

  .new-ctxt .nime-t {
    font-size: 16px;
  }

  .new-ctxt .nime-t span {
    font-size: 16px;
  }
}

.about_new_tab {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  font-size: 18px;
  padding-top: 52px;
  position: sticky;
  /* 添加 sticky 定位 */
  top: 28px;
  /* 当滚动到顶部时固定 */
  background-color: white;
  /* 添加背景色，避免内容穿透 */
  z-index: 100;
  /* 添加 z-index，确保元素在其他内容之上 */
  line-height: 50px;
  color: #999;
}

.about_new_tab>p {
  cursor: pointer;
}

.about_new_tab>p:hover {
  color: #333;
}

.about_new_tab>div {
  position: absolute;
  bottom: 0;
  background-color: #ff8800;
  height: 4px;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.about_new_tab .click {
  color: #333;
}

.cases_new_more {
  width: 200px;
  text-align: center;
  line-height: 60px;
  background-color: #ff8800;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  margin: 20px auto;
  cursor: pointer;
}

.noData_box {
  width: 100%;
  padding-top: 40px;
  text-align: center;
}

.noData_box>img {
  width: 200px;
}

.noData_box>p {
  font-size: 16px;
  color: #999;
  margin-top: 20px;
}

/* .about_new_main {
  padding: 140px 70px 70px;
} */

.newsInfo-img {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  display: block;
  object-fit: cover;
}

.newInfo-box {
  width: 1000px;
  background-color: #fff;
  box-shadow: 0 20px 20px #00000010;
  margin: 0 auto;
  padding: 20px 40px 40px;
  margin-top: 100px;
}

.case-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news_new_banner {
  width: 100%;
  height: 470px;
  margin-top: 120px;
  display: flex;
  gap: 20px;

  &>div {
    height: 100%;
    background-color: #f5f5f5;
    box-sizing: border-box;
    flex-grow: 1;
    border-radius: 20px;
    display: flex;
    align-items: end;
    overflow: hidden;

    &>div {
      padding: 20px 40px;
      background-color: #ffffff80;
      backdrop-filter: blur(20px);
      /* 添加毛玻璃效果 */
      -webkit-backdrop-filter: blur(20px);
      width: 100%;
      color: #333;

      h1 {
        font-size: 20px;
      }

      p {
        font-size: 16px;
        margin-top: 5px;
        display: flex;
        align-items: center;
        justify-content: space-between;

        span {
          font-size: 14px;
          color: #666;
        }
      }
    }
  }
}

.news_top {
  height: 140px;
}

.news_main {
  padding-bottom: 70px;
}

.cases_new_mainList {
  min-height: 70vh;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;

  &>div {
    width: calc(50% - 30px);

    ul>li:hover {
      img {
        /* 使用brightness滤镜使图片整体颜色变亮 */
        filter: brightness(0.8);
        /* 值大于1表示变亮，1.1表示增加10%的亮度 */
        transition: filter 0.3s ease;
        /* 平滑过渡效果 */
      }
    }

    &:nth-child(1) {
      ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        /* 一排3个等宽列 */
        gap: 20px;

        &>li {
          padding: 0;
          border-bottom: 0;

          &:hover {
            .nc-div p {
              padding-left: 0px;
            }
          }
        }

        /* 上下左右间距都为20px */
        .nc-li a {
          display: block;
          position: relative;

          img {
            width: 100%;
            height: 400px;
            display: block;
          }

          .nc-time {
            display: none;
          }

          .nc-div {
            padding-left: 0;
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 10px 20px;
            background-color: #00000060;
            border-radius: 0 0 10px 10px;

            & p {
              display: none;
            }

            & p:nth-of-type(1) {
              display: block;
              width: 100%;
              text-overflow: ellipsis;
              overflow: hidden;
              /* 两行截断样式 */
              display: -webkit-box;
              line-clamp: 1;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              white-space: normal;
              line-height: 30px;
              margin-bottom: 0;
              color: #fff;
            }

            &::after,
            &::before {
              display: none;
            }
          }
        }
      }
    }

    &:nth-child(2) {
      ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        /* 一排3个等宽列 */
        gap: 20px;

        &>li {
          padding: 0;
          border-bottom: 0;

          &:hover {
            .nc-div p {
              padding-left: 0px;
            }
          }
        }

        /* 上下左右间距都为20px */
        .nc-li a {
          display: block;

          img {
            width: 100%;
            height: 140px;
          }

          .nc-time {
            top: 140px;
            transform: translateY(-100%);
            padding: 10px 20px;
            background-color: #00000060;
            width: 100px;
            position: absolute;
            border-radius: 0 0 10px 0;
            color: #fff;
            right: 0;
            font-family: "hb";
            text-align: right;
            font-weight: bold;
          }

          .nc-div {
            padding-left: 0;

            & p {
              text-overflow: ellipsis;
              overflow: hidden;
              white-space: normal;
              /* 两行截断样式 */
              display: -webkit-box;
              line-clamp: 1;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
            }

            & p:nth-of-type(1) {
              width: 100%;
              text-overflow: ellipsis;
              overflow: hidden;
              /* 两行截断样式 */
              display: -webkit-box;
              line-clamp: 2;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              white-space: normal;
              line-height: 30px;
              height: 60px;
            }

            &::after,
            &::before {
              display: none;
            }
          }
        }
      }
    }
  }
}

.nc_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;

  &>p {
    font-size: 16px;
    font-weight: bold;
  }

  &>div {
    display: flex;
    align-items: center;
    font-size: 14px;
    --color: #666;
    color: var(--color);
    cursor: pointer;
    padding-right: 5px;

    &>div {
      /* 右箭头样式 */
      width: 5px;
      height: 5px;
      border-top: 1px solid var(--color);
      border-right: 1px solid var(--color);
      margin-left: 5px;
      transform: rotate(45deg);
    }

    &:hover {
      --color: #006db3;
    }
  }
}

.joinUs_new2_top_herder .head_top {
  background-color: #ffffff60;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid #e1e1e1;
}

.news_list_box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00000060;
  z-index: 9999999;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  overflow: hidden;
  display: flex;
  justify-content: right;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);

  &>div {
    width: 61.8vw;
    height: 100%;
    background-color: #fff;
    position: relative;
    transform: translateX(100%);
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    display: flex;
    flex-direction: column;

    &>h1 {
      font-size: 24px;
      font-weight: bold;
      padding: 40px;
      border-bottom: 1px solid #e1e1e1;
    }

    .news_close_btn {
      position: absolute;
      top: 40px;
      right: 40px;
      width: 40px;
      height: 40px;
      cursor: pointer;
      z-index: 100;

      &::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 1px;
        background-color: #aaa;
        transform: translate(-50%, -50%) rotate(45deg);
      }

      &::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 1px;
        background-color: #aaa;
        transform: translate(-50%, -50%) rotate(-45deg);
      }
    }

    .news_close_list {
      padding: 0 40px;
      flex-grow: 1;
      overflow: auto;

      &>li {
        margin-bottom: 20px;
      }

      &>li:nth-of-type(1) {
        padding-top: 40px;
      }

      &>li:nth-last-of-type(1) {
        padding-bottom: 40px;
      }
    }
  }

  &.show {
    opacity: 1;

    &>div {
      transform: translateX(0);
    }
  }

}

@media (max-width: 1366px) {}

@media (max-width: 1340px) {}

@media (max-width: 1240px) {}

@media (max-width: 1000px) {
  .about_new_main {
    padding: 0;
  }

  .news_top {
    height: 40px;
  }

  .cases_new_mainList {
    display: block;
  }

  .cases_new_mainList {
    &>div {
      width: 100%;
    }

  }

  .nc_title {
    padding: 0 20px 20px;
    margin-top: 32px;
  }

  .cases_new_mainList {
    &>div {
      &:nth-child(1) {
        ul {
          overflow: auto;
          padding: 0 20px;
          grid-template-columns: repeat(4, 1fr);
          scroll-behavior: smooth;
          -webkit-overflow-scrolling: touch;
          scrollbar-width: none;
          -ms-overflow-style: none;

          &::after {
            content: "";
            width: 20px;
            height: 100%;
          }
        }
      }

      &:nth-child(2) {
        ul {
          overflow: auto;
          padding: 0 20px;
          grid-template-columns: repeat(7, 1fr);
          scroll-behavior: smooth;
          -webkit-overflow-scrolling: touch;
          scrollbar-width: none;
          -ms-overflow-style: none;

          &::after {
            content: "";
            width: 20px;
            height: 100%;
          }
        }
      }
    }
  }

  .new-content ul li {
    width: 240px;
  }

  .bottom {
    ul li {
      width: 100%;
      padding-left: 20px;
    }
  }

  .nc-li a img {
    width: 120px;
    height: 90px;
  }

  .nc-div {
    padding-right: 20px;
  }

  .nc-li a {
    column-gap: 10px;
  }

  .nc-time {
    right: 20px;
    line-height: normal;
  }

  .news_main {
    margin-bottom: 12px;
    padding-bottom: 0;
  }

  .news_list_box {
    &>div {
      width: calc(100% - 20px);

      &>h1 {
        padding: 20px;
      }

      .news_close_list {
        padding: 0 0px 0 20px;

        &>li:nth-last-of-type(1) {
          padding-bottom: 0;
        }
      }

      .news_close_btn {
        top: 20px;
        right: 20px;
      }
    }
  }

  .newInfo-box {
    padding: 20px;
    margin-top: 40px;
    width: 100%;

    img {
      width: 100% !important;
    }
  }
}