   .header .navbar_nav li:nth-child(4) a {
       opacity: 1;
   }

   .NyNewsBox {
       background: #F3F4F8;
   }



   /* 列表 */
   .NyNews {
       display: grid;
       grid-template-columns: 1fr 1fr 1fr;
       grid-column-gap: 30px;
       grid-row-gap: 45px;
   }

   .NewsList {
       width: 100%;
       background: #fff;
       overflow: hidden;
       border-radius: 0 0 20px 20px;
       display: block;
       position: relative;
       height: 600px;
   }

   .NewsList .img {
       width: 100%;
       height: 300px;
       transition: 1s;
       position: relative;
   }

   .NewsList:hover .img {
       height: 600px;
       background: linear-gradient(360deg, #096994 0%, rgba(9, 105, 148, 0) 60%);
   }

   .NewsList:hover .img::after {
       content: "";
       display: block;
       width: 100%;
       height: 100%;
       position: absolute;
       z-index: 2;
       left: 0;
       top: 0;
       background: linear-gradient(360deg, #096994 0%, rgba(9, 105, 148, 0) 60%);
   }

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

   .NewsList .text {
       width: 100%;
       height: 300px;
       position: absolute;
       z-index: 3;
       left: 0;
       bottom: 0;
       padding: 60px 45px;
       display: flex;
       flex-direction: column;
       justify-content: space-between;
   }

   .NewsList .text h1 {
       font-weight: 700;
       font-size: 20px;
       line-height: 1;
       color: #000000;
       margin-bottom: 20px;
       overflow: hidden;
       display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 1;
   }


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

   .NewsList .text span {
       font-weight: 400;
       font-size: 16px;
       line-height: 1;
       color: #757575;
   }

   .NewsList:hover .text h1,
   .NewsList:hover .text h2,
   .NewsList:hover .text span {
       color: #fff;
   }

   @media screen and (max-width:1200px) {
       .NyNews {
           display: grid;
           grid-template-columns: 1fr 1fr;
           grid-column-gap: 30px;
           grid-row-gap: 45px;
       }
   }

   @media screen and (max-width: 720px) {
       .NyNews {
           display: grid;
           grid-template-columns: 1fr;
           grid-column-gap: 15px;
           grid-row-gap: 30px;
       }

       .NewsList {
           height: 310px;
       }

       .NewsList:hover .img {
           height: 310px;
       }

       .NewsList .img {
           height: 150px;
       }

       .NewsList .text {
           padding: 10px 20px;
           height: 160px;
           display: flex;
           flex-direction: column;
           justify-content: space-around;
       }

       .NewsList .text h1 {
           font-size: 18px;
           margin-bottom: 10px;
       }

       .NewsList .text h2 {
           font-size: 14px;
       }

       .NewsList {
           border-radius: 0 0 10px 10px;
       }
   }

   /* 详情 */
   /* 详情 */
   /* 详情 */
   .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;
   }

   .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;
       overflow: hidden;
       display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 1;
   }

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

       .Ny_NewsPost .title {
           margin-top: 15px;
           margin-bottom: 30px;
       }

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

       .NewsPostBottom a {
           width: 100%;
           margin: 5px 0;
       }
   }



   /* 新加 */
   .NySs {
       background: var(--color);
       padding: 45px var(--container);
   }

   .aass {
       position: relative;
       width: 100%;
   }

   .aass input {
       position: relative;
       z-index: 1;
       width: 100%;
       height: 110px;
       border-bottom: 1px solid #D9D9D980;
       background: transparent;
       font-size: 32px;
       border: none;
       outline: none;
       color: #ffffff;
   }

   .aass input::placeholder {
       color: #ffffff80;
   }

   .aass button {
       height: 110px;
       position: absolute;
       background: transparent;
       z-index: 2;
       top: 0;
       right: 0;
   }

   .aass button img {
       width: 35px;
   }

   @media (max-width: 1440px) {
       .NySs {
           padding: 30px var(--container);
       }

       .aass input {
           height: 90px;
       }

       .aass button {
           height: 90px;
       }
   }

   @media (max-width: 992px) {
       .NySs {
           padding: 20px var(--container);
       }

       .aass input {
           height: 60px;
       }

       .aass button {
           height: 60px;
       }
   }

   @media (max-width: 640px) {
       .NySs {
           padding: 20px var(--container);
       }

       .aass input {
           height: 45px;
           font-size: 18px;
       }

       .aass button {
           height: 45px;
       }

       .aass button img {
           width: 30px;
       }
   }