    .NyBigBox {
      background: url(/assets/images/bc2.png) no-repeat center;
      background-size: cover;
    }

    .NyListBox {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 30px;
    }

    .NyList {
      width: 100%;
      background: #FAFAFC;
      box-shadow: 0px 10px 20px #E7EDF8;
      border-radius: 2px;
      transition: 0.5s;
      padding: 30px 40px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    .NyList img {
      max-width: 100%;
      height: 40px;
      object-fit: contain;
    }

    .NyList .text {
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid #E8E8E8;
      height: calc(100% - 60px);
      display: flex;
      flex-direction: column;
    }

    .NyList .text h1 {
      font-weight: 700;
      font-size: 16px;
      color: #111111;
      margin-bottom: 15px;
    }

    .NyList .text .desc {
      position: relative;
      height: 100%;
    }

    .NyList .text .desc h2 {
      position: relative;
      z-index: 1;
      font-size: 16px;
      color: #575757;
      height: 100%;
    }

    .NyList .text .desc .anniu {
      position: absolute;
      z-index: 2;
      left: 0;
      top: 0;
      background: #FAFAFC;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      grid-gap: 20px;
      display: none;
    }

    .NyList:hover .text .desc .anniu {
      display: flex;
    }

    .NyList .text .desc .anniu a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 50px;
      color: var(--color);
      font-size: 16px;
      border: 1px solid var(--color);
    }

    .NyList .text .desc .anniu a:first-child {
      background: var(--color);
      color: #fff;
    }


    @media (max-width: 1200px) {
      .NyListBox {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width:720px) {
      .NyListBox {
        grid-template-columns: repeat(1, 1fr);
      }
    }

    @media (max-width:460px) {
      .NyList {
        padding: 30px 20px;
      }
    }

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



    .Box2 {
      margin-top: 30px;
      padding: 90px 100px;
      position: relative;
      width: 100%;
      z-index: 2;
      display: flex;
      justify-content: space-between;
    }

    .Box2 .text2 h1 {
      font-weight: 700;
      font-size: 32px;
      color: #FFFFFF;
      margin-bottom: 30px;
    }

    .Box2 .text2 h2 {
      font-size: 16px;
      color: #FFFFFF;
      opacity: 0.8;
      width: 100%;
      max-width: 320px;
    }

    .Box2 a {
      position: relative;
      width: 176px;
      height: 56px;
      display: flex;
      align-items: center;
      font-weight: 400;
      font-size: 16px;
      color: #FFFFFF;
      text-align: left;
      padding-left: 45px;
      margin-top: 15px;
      margin-right: 60px;
    }

    .Box2 a img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
    }

    @media (max-width: 1200px) {
      .Box2 {
        padding: 60px;
      }

      .Box2 a {
        margin-top: 0px;
        margin-right: 0px;
      }
    }

    @media (max-width: 720px) {
      .Box2 {
        padding: 30px;
        flex-direction: column;
      }

      .Box2 .text2 h1 {
        font-size: 24px;
        margin-bottom: 15px;
      }

      .Box2 .text2 h2 {
        max-width: 100%;
        margin-bottom: 15px;
      }

      .Box2 a {
        position: relative;
        width: 150px;
        height: 45px;
        padding-left: 35px;
      }
    }

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

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

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

    .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 .anniu {
      border: 1px solid #ccc;
      border-radius: 50px;
      padding: 10px;
      color: #333;
      margin: 10px auto;
      display: block;
      width: 200px;
      text-align: center;
    }

    .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;
      min-height: 500px;
    }

    .Ny_NewsPost .Ny_xiangqing p {
      margin: 0;
    }


    @media (max-width: 720px) {

      .Ny_NewsPost .title {
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 1.5;
      }


    }
