   /* 内页大图 */
   .Nybanner {
       position: relative;
       width: 100%;
       height: 110px;
       background: var(--color);
       display: flex;
       justify-content: center;
       align-items: center;
       font-weight: bold;
       color: rgba(255, 255, 255, 0.84);
       font-size: 30px;
   }

   @media (max-width: 1200px) {
       .Nybanner {
           margin-top: 60px;
       }
   }

   @media (max-width: 720px) {
       .Nybanner {
           height: 100px;
           font-size: 24px;
       }
   }


   /* 面包屑样式 */
   .mbx {
       overflow: hidden;
       padding: 15px 0;
       line-height: 2;
   }

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

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

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

   /* 页码 */
   .Post {
       background: #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: #fff;
       padding-bottom: 90px;
       position: relative;
       z-index: 9;

   }

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



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


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


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




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

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

   /* 新加代码 */