   /* 详情 */
   .Ny_NewsPost {
       padding: 0;
       line-height:2.5;
       text-indent:2em;
       font-size:16px;
   }

   .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;
       min-height: 500px;
   }

   .Ny_NewsPost .Ny_xiangqing p {
       margin: 0;
   }


   @media (max-width: 720px) {

       .Ny_NewsPost .title {
           margin-top: 15px;
           margin-bottom: 10px;
           font-size: 18px;
           line-height: 1.5;
       }


   }
