   /* 内页大图 */
   .Nybanner {
       position: relative;
       width: 100%;
       height: auto;
       background: #000;
       display: flex;
       justify-content: center;
   }

   .Nybanner>img {
       position: relative;
       width: 100%;
       height: 100%;
       object-fit: cover;
       opacity: 1;
   }

   @media screen and (max-width: 720px) {
       .Nybanner>img {
           min-height: 20vh;
       }
   }

   @media screen and (max-width: 640px) {}

   /* 面包屑样式 */
   .mbx {
       overflow: hidden;
       border-bottom: 1px solid #ecf1f2;
       padding: 0px 30px;
       height: 50px;
       line-height: 50px;
   }

   .mbx,
   .mbx a {
       font-size: 12px;
       color: #616161;
       text-align: right;
   }

   @media screen and (max-width: 900px) {
       .mbx {
           padding: 0px 15px;
       }

       .mbx,
       .mbx a {
           text-align: left;
       }
   }

   /* 页码 */
   .Post {
       border-top: 30px solid #eef4f5;
       width: 100%;
       padding: 20px 30px;
       display: flex;
       justify-content: space-between;
   }

   .Post a {
       max-width: 50%;
       color: #333;
       line-height: 1;
       font-size: 14px;
       overflow: hidden;
       display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 1;
   }


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

       .Post a {
           width: 100%;
           max-width: 100%;
           margin: 5px 0;
       }
   }

   /* 框架结构 */
   body {
       background: #fff;
   }

   .NyBigBox {
       background: #eef4f5;
       padding-top: 15px;
       padding-bottom: 90px;
       position: relative;
       z-index: 9;

   }

   .NyCss01 {
       display: flex;
       flex-wrap: wrap;
       justify-content: space-between;
       align-items: flex-start;
   }

   .NyCss01 .NyRight {
       overflow: hidden;
       width: calc(100% - 250px);
       background: #fff;
   }

   .NyCss01 .NyRight .NyContent {
       padding: 40px;
       overflow: hidden;
   }

   .NyCss01 .NyLeft {
       overflow: hidden;
       width: 235px;
       margin-top: -50px;
   }

   .NyRightTitle {
       background: url(/assets/images/left_bj.jpg) no-repeat center;
       background-size: cover;
       padding: 20px 30px;
       display: flex;
       align-items: flex-start;
       flex-direction: column;
       justify-content: center;
   }

   .NyRightTitle h1 {
       font-weight: bold;
       font-size: 24px;
       color: #ffffff;
   }

   .NyRightTitle h2 {
       padding-top: 3px;
       font-size: 14px;
       color: #ffffff;
       text-transform: uppercase;
       font-weight: bold;
   }

   .NyRightTitle i {
       display: none;
   }

   /* 分类 */
   .NyNav {
       padding-top: 50px;
       position: relative;
       z-index: 98;
       width: 100%;
       height: 600px;
       background: linear-gradient(180deg, rgb(255 255 255), 90%, rgb(255 255 255 / 0%));
       overflow: hidden;
       display: flex;
       flex-wrap: wrap;
       align-content: flex-start;
       grid-gap: 10px;
   }

   .NyNav .NyNav_1 {
       width: 100%;
       display: flex;
       align-items: center;

   }

   .NyNav_1 a {
       padding: 15px 40px 15px 30px;
       width: 100%;
       height: 100%;
       display: flex;
       align-items: center;
       font-size: 14px;
       border-left: 4px solid #fff;
   }

   .NyNav_1 a img {
       position: absolute;
       right: 15px;
       opacity: 0;
   }

   .NyNav_1 a:hover,
   .NyNav_1 a.active {
       background: #fff8eb;
       color: var(--color);
       border-left: 4px solid #af862e;
   }

   .NyNav_1 a:hover img,
   .NyNav_1 a.active img {
       opacity: 1;
   }

   @media screen and (max-width: 1200px) {
       .NyCss01 .NyLeft {
           width: 240px;
       }

       .NyCss01 .NyRight {
           width: calc(100% - 270px);
       }
   }


   @media screen and (max-width: 900px) {
       .NyCss01 .NyLeft {
           width: 100%;
           margin-top: 0;
           height: auto;
       }

       .NyCss01 .NyRight {
           margin-top: 30px;
           width: 100%;
       }

       .NyRightTitle {
           position: relative;
           padding: 15px;
       }

       .NyRightTitle i {
           display: block;
           position: absolute;
           right: 15px;
           font-size: 20px;
           color: #fff;
       }

       .NyNav {
           display: none;
           padding-top: 15px;
           padding-bottom: 30px;
       }

       .NyNav .NyNav_1 {
           margin: 10px 0;
       }

       .NyRightTitle h1 {
           font-size: 20px;
       }

       .NyCss01 .NyRight .NyContent {
           padding: 30px 15px;
       }

       .NyNav {
           height: auto;
           padding-bottom: 60px;
       }
   }


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




   /* 定位 */
   .dian {
       position: relative;
       top: -90px;
   }

   @media (max-width: 640px) {
       .dian {
           position: relative;
           top: -60px;
       }
   }

   /* 新加代码 */

   .NyTiTle {
       margin-bottom: 35px;
       display: flex;
       flex-direction: column;
       align-items: center;
   }

   .NyTiTle h1 {
       display: block;
       font-size: 48px;
       font-weight: bold;
       color: var(--color);
       padding-bottom: 25px;
       text-align: center;
   }

   .NyTiTle span {
       display: block;
       width: 75px;
       height: 4px;
       background: var(--color);
   }

   @media screen and (max-width: 1200px) {
       .NyTiTle h1 {
           font-size: 32px;
           padding-bottom: 15px;
       }
   }

   @media screen and (max-width:720px) {
       .NyTiTle h1 {
           font-size: 24px;
           padding-bottom: 15px;
       }
   }