   .NyNewsBox {
       padding-top: 60px;
       padding-left: var(--container);
       padding-right: var(--container);
   }

   .aaspan {
       width: 100%;
       margin-bottom: 30px;
       font-size: 20px;
       line-height: 1;
       color: #000000;
   }

   .aaspan a {
       font-size: 20px;
       line-height: 1;
       color: #000000;
   }

   @media (max-width: 640px) {
       .aaspan {
           font-size: 14px;
           line-height: 2;
           margin-bottom: 15px;
       }

       .aaspan a {
           font-size: 14px;
           line-height: 2;
       }

       .NyNewsBox {
           padding-top: 30px;
       }
   }

   /* 分类 */
   .NyNavList {
       display: flex;
       flex-wrap: wrap;
       justify-content: space-between;
   }

   .NyNavList a {
       display: block;
       width: 32%;
       height: 72px;
       background: #EEEEEE;
       font-weight: bold;
       font-size: 30px;
       line-height: 1;
       color: #535353;
       display: flex;
       align-items: center;
       justify-content: center;
   }

   .NyNavList a:hover,
   .NyNavList a.active {
       background: linear-gradient(90deg, #62B036 0%, #73D9A3 100%);
       color: #fff;
   }

   @media (max-width: 1440px) {
       .NyNavList a {
           font-size: 24px;
       }
   }

   @media (max-width: 640px) {
       .NyNavList a {
           width: 100%;
           margin: 5px 0;
           height: 45px;
           font-size: 20px;
       }
   }

   /* 列表 */

   .NyNews {
       margin-top: 75px;
       margin-bottom: 75px;
   }

   .NyNews .NewsList {
       border-top: 1px solid #D6D6D6;
       width: 100%;
       position: relative;
       padding: 30px 0;
       display: flex;
   }

   .NyNews .NewsList .time {
       width: 100px;
       display: flex;
       flex-direction: column;
       align-items: center;
   }

   .NyNews .NewsList .time h1 {
       font-size: 36px;
       line-height: 36px;
       color: #000000;
   }

   .NyNews .NewsList .time h2 {
       border: 2px solid #C6C6C6;
       font-size: 18px;
       line-height: 1;
       margin-top: 15px;
       padding: 5px;
       color: #B8B8B8;
       display: flex;
   }

   .NyNews .NewsList span {
       display: block;
       width: 50px;
       height: 2px;
       background: #D6D6D6;
       margin: 17px 25px;
   }

   .NyNews .NewsList .text {
       width: calc(100% - 560px);
       padding-right: 60px;
   }

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

   .NyNews .NewsList .text h2 {
       font-size: 18px;
       line-height: 2;
       color: #000000;
       overflow: hidden;
       display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 2;
   }

   .NyNews .NewsList .img {
       width: 360px;
       height: 100%;
       overflow: hidden;
   }

   .NyNews .NewsList .img img {
       width: 100%;
       height: 100%;
       object-fit: cover;
       transition: 0.5s;
   }

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

   @media (max-width: 1200px) {
       .NyNews .NewsList .text {
           width: calc(100% - 460px);
           padding-right: 30px;
       }

       .NyNews .NewsList .img {
           width: 260px;
       }
   }

   @media (max-width: 992px) {
       .NyNews .NewsList .text {
           width: calc(100% - 360px);
       }

       .NyNews .NewsList .text h1 {
           font-size: 24px;
           margin-bottom: 15px;
       }

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

       .NyNews .NewsList .img {
           width: 160px;
       }
   }

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

       .NyNews .NewsList .time {
           width: 75px;

       }

       .NyNews .NewsList .time h1 {
           font-size: 24px;
           line-height: 24px;
       }

       .NyNews .NewsList .time h2 {
           font-size: 16px;
       }

       .NyNews .NewsList span {
           width: 2px;
           height: 70px;
           background: #D6D6D6;
           margin: 0 10px;
       }

       .NyNews .NewsList .text {
           width: calc(100% - 100px);
           padding: 0;
       }

       .NyNews .NewsList .text h1 {
           font-size: 20px;
           line-height: 1;
           margin-bottom: 5px;
       }

       .NyNews .NewsList .text h2 {
           font-size: 14px;
           line-height: 1.5;
       }

       .NyNews .NewsList .img {
           margin-top: 15px;
           width: 100%;
       }
   }

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