  .NyBigBox {
      padding-top: 100px;
  }

  .header {
      background: #fff;
  }

  .header .logo .img2 {
      display: flex;
  }

  .header .logo .img1 {
      display: none;
  }

  .header .navbar_nav li a {
      color: #000;
  }

  .header .HeaderRight {
      filter: invert(1);
  }

  @media (max-width: 992px) {
      .NyBigBox {
          padding-top: 60px;
      }
  }

  /* box1 */

  .box1 {
      padding: 160px 0;
      background: #fff;
  }

  .box1 h1 {
      font-weight: 700;
      font-size: 48px;
      line-height: 1;
      color: #353535;
      margin-bottom: 60px;
  }

  .box1 h2 {
      font-weight: 400;
      font-size: 20px;
      line-height: 2;
      text-align: justify;
      color: #7B7B7B;
      max-width: 960px;
  }

  @media (max-width: 1200px) {
      .box1 {
          padding: 90px 0;
          background: #fff;
      }

      .box1 h1 {
          font-size: 36px;
          margin-bottom: 45px;
      }
  }

  @media (max-width:640px) {
      .box1 {
          padding: 60px 0;
          background: #fff;
      }

      .box1 h1 {
          font-size: 24px;
          margin-bottom: 30px;
      }

      .box1 h2 {
          font-size: 18px;
          line-height: 1.5;
      }
  }

  /* news1 */
  .News1Swiper {
      position: relative;
      overflow: hidden;
  }

  .News1Slide {
      position: relative;
      padding: 0 var(--container);
      padding-top: 80px;
      display: flex;
      flex-wrap: wrap;
  }

  .News1Slide::after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      z-index: -1;
      width: 75%;
      height: 100%;
      background: var(--color);
  }

  .News1Slide .img {
      width: 60%;
      overflow: hidden;
      position: relative;
      background: linear-gradient(180deg, rgba(13, 56, 117, 0) 50%, #0D3875 100%);
  }

  .News1Slide .img::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 2;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: linear-gradient(180deg, rgba(13, 56, 117, 0) 50%, #0D3875 100%);
  }

  .News1Slide .img img {
      position: relative;
      z-index: 1;
      width: 100%;
      transition: 1s;
  }

  .News1Slide .img:hover img {
      transform: scale(1.08);
  }

  .News1Slide .text {
      width: 40%;
      padding-top: 90px;
      padding-bottom: 60px;
      padding-left: 90px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  }

  .News1Slide .text h1 {
      font-weight: 400;
      font-size: 32px;
      line-height: 1.5;
      letter-spacing: 0.08em;
      color: #FFFFFF;
      margin-bottom: 45px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
  }

  .News1Slide .text .time {
      font-weight: 400;
      font-size: 16px;
      line-height: 16px;
      letter-spacing: 0.16em;
      color: #FFFFFF;
      opacity: 0.6;
  }

  .News1Slide .text h2 {
      font-weight: 400;
      font-size: 16px;
      line-height: 1.5;
      color: #FFFFFF;
      opacity: 0.8;
      margin-bottom: 100px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
  }

  .News1Swiper .container {
      position: relative;
  }

  .News1Swiper .swiper-button-next {
      z-index: 5;
      display: block;
      width: 50px;
      height: 50px;
      background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/206/20240311130714_LeUhPJe3.png) no-repeat center;
      background-size: cover;
      bottom: 60px;
      top: auto;
      right: auto;
      left: calc(60% + 150px);
      opacity: 1;

  }

  .News1Swiper .swiper-button-prev {
      z-index: 5;
      display: block;
      width: 50px;
      height: 50px;
      background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/206/20240311130714_PwAZZ5bU.png) no-repeat center;
      background-size: cover;
      bottom: 60px;
      left: calc(60% + 90px);
      top: auto;
      right: auto;
      opacity: 1;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
      font-size: 0;
  }

  @media (max-width: 1440px) {
      .News1Slide .text {
          width: 40%;
          padding-top: 60px;
          padding-bottom: 60px;
          padding-left: 90px;
      }

      .News1Slide .text h1 {
          font-size: 24px;
          margin-bottom: 30px;
      }

      .News1Slide .text h2 {
          margin-bottom: 75px;
      }
  }

  @media (max-width: 1200px) {
      .News1Slide .text {
          padding-left: 30px;
      }

      .News1Swiper .swiper-button-next {
          left: calc(60% + 90px);

      }

      .News1Swiper .swiper-button-prev {
          left: calc(60% + 30px);
      }

      .News1Slide .img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
      }
  }

  @media (max-width: 640px) {
      .News1Slide {
          padding-top: 60px;
      }

      .News1Slide::after {
          right: 0;
          top: auto;
          bottom: 0;
          width: 100%;
          height: 75%;
      }

      .News1Slide .img {
          width: 100%;
      }

      .News1Slide .text {
          width: 100%;
          padding-left: 0px;
          padding-top: 30px;
          padding-bottom: 60px;
      }

      .News1Swiper .swiper-button-next {
          left: calc(2% + 60px);

      }

      .News1Swiper .swiper-button-prev {
          left: 2%;
      }
  }

  /* 列表 */

  .NyNews {
      padding-bottom: 30px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }

  .NewsList {
      width: 100%;
      padding: 90px var(--container);
      display: flex;
      align-items: center;
  }

  .NewsList:hover {
      background: #EAECF0;
  }

  .NewsList .img {
      width: 30%;
      overflow: hidden;
  }

  .NewsList .img img {
      width: 100%;
      transition: 0.5s;
  }

  .NewsList:hover .img img {
      transform: scale(1.08);
  }

  .NewsList .text {
      width: 60%;
      padding: 0px 75px;
  }

  .NewsList .text h1 .time {
      color: #ACACAC;
      font-weight: 400;
      font-size: 16px;
      line-height: 1;
      color: #848484;
  }

  .NewsList .text h1 {
      font-weight: 400;
      font-size: 24px;
      line-height: 1;
      color: #333333;
      margin: 30px 0;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
  }

  .NewsList .text h2 {
      font-weight: 290;
      font-size: 16px;
      line-height: 1.5;
      color: #333333;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      max-width: 600px;
  }

  .NewsList .More {
      width: 10%;
      opacity: 0;
      transition: 0.5s;
  }

  .NewsList .More img {
      width: 100%;
  }

  .NewsList:hover .More {
      opacity: 1;
  }

  @media (max-width: 1440px) {}


  @media (max-width:1200px) {
      .NewsList {
          padding: 45px var(--container);
      }

      .NewsList .text {
          padding: 0px 45px;
      }
  }

  @media (max-width:640px) {
      .NewsList {
          display: flex;
          flex-wrap: wrap;
      }

      .NewsList .img {
          width: 100%;
          overflow: hidden;
          margin-bottom: 30px;
      }

      .NewsList .text {
          width: 85%;
          padding: 0;
          padding-right: 15px;
      }

      .NewsList .text h1 {
          margin: 10px 0;
      }

      .NewsList .More {
          width: 15%;
      }
  }


  /* 详情 */
  /* 详情 */
  /* 详情 */
  .Ny_NewsPost {
      padding: 0;
  }

  .Ny_NewsPost .title {
      display: block;
      width: 100%;
      font-size: 24px;
      line-height: 2;
      font-weight: bold;
      text-align: center;
  }

  .Ny_NewsPost .desc {
      display: flex;
      justify-content: center;
      width: 100%;
  }

  .Ny_NewsPost .desc span {
      margin: 0 5px;
      color: #999;
      font-size: 14px;
      line-height: 3;
      text-align: center;
  }

  .Ny_NewsPost .Ny_xiangqing {
      margin-top: 30px;
      margin-bottom: 30px;
      text-indent: 32px;
      min-height: 300px;
  }

  .Ny_NewsPost .Ny_xiangqing p {
      margin: 0;
  }


  @media (max-width: 640px) {
      .Ny_NewsPost .title {
          margin-top: 15px;
          margin-bottom: 30px;
      }

      .Ny_NewsPost .title {
          font-size: 18px;
          line-height: 1.5;
      }

  }

  /* 页码 */
  .NewsPostBottom {
      border-top: 1px solid #e6e6e6;
      width: 100%;
      padding: 20px 0;
      display: flex;
      justify-content: space-between;
  }

  .NewsPostBottom a {
      color: #333;
      line-height: 1;
      font-size: 16px;
  }

  @media (max-width: 640px) {
      .NewsPostBottom {
          display: flex;
          flex-wrap: wrap;
      }

      .NewsPostBottom a {
          width: 100%;
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
      }
  }