   .header .navbar_nav li.dropdown:nth-child(3) a {
       font-weight: bold;
       color: var(--color);
   }

   /* 分类 */
   .NyNewsBox .NyNav .container {
       display: flex;
       justify-content: flex-start;
   }

   .NyNewsBox .NyNav a {
       margin-right: 160px;
   }

   .NyBigBox {
       background: #F8F8F8;
   }

   @media (max-width: 1200px) {
       .NyNewsBox .NyNav a {
           margin-right: 75px;
       }
   }

   @media (max-width: 750px) {
       .NyNewsBox .NyNav a {
           margin-right: 0;
       }
   }

   /* 内容 */
   .NyNews {
       width: 100%;
       margin-top: 60px;
       display: flex;
       flex-wrap: wrap;
       justify-content: space-between;
   }

   .NewsList {
       width: 100%;
       margin: 20px 0;
       border-radius: 20px;
       overflow: hidden;
       display: flex;
   }

   .NewsList:hover {
       background: #fff;
   }

   .NewsList .img {
       width: 36%;
       border-radius: 20px;
       overflow: hidden;
   }

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

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

   .NewsList .text {
       width: 74%;
       padding: 30px 90px;
       display: flex;
       flex-direction: column;
       justify-content: center;
   }

   .NewsList .text .time {
       font-weight: 600;
       font-size: 16px;
       line-height: 2;
       color: #757575;
   }

   .NewsList .text h1 {
       font-weight: bold;
       font-size: 24px;
       line-height: 1;
       color: #515E5E;
       overflow: hidden;
       display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 1;
       margin: 40px 0 80px;
   }

   .NewsList:hover .text h1 {
       background: linear-gradient(322.34deg, #DF8900 21.49%, #E06300 78.32%);
       -webkit-background-clip: text;
       -webkit-text-fill-color: transparent;
       background-clip: text;
       text-fill-color: transparent;
   }

   .NewsList .text .More {
       display: block;
       width: 180px;
   }

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

   .NewsList:nth-child(1) {
       background: #fff;
   }

   .NewsList:nth-child(1) .img {
       width: 50%;
   }

   .NewsList:nth-child(1) .text {
       width: 50%;
   }

   .NewsList:nth-child(1) .text h1 {
       margin-top: 20px;
       line-height: 1.5;
       overflow: hidden;
       display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 2;
   }

   @media (max-width: 992px) {
       .NewsList .text {
           padding: 30px 45px;
       }

       .NewsList .text h1 {
           margin: 20px 0 40px;
       }
   }

   @media (max-width:640px) {
       .NewsList {
           border-radius: 10px;
           display: flex;
           flex-direction: column-reverse;
       }

       .NewsList .img {
           width: 100% !important;
           border-radius: 10px;
       }

       .NewsList .text {
           width: 100% !important;
       }

       .NewsList .text {
           padding: 20px 30px;
       }
   }


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

   .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;
   }

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