  .TRS_Editor img {
    display: block;
    margin: 0 auto!important;
}
 /* PC端样式 */
        .mobile_content { display: none; }
             .pc_content { display: block; }
             
             /* 移动端样式 - 屏幕宽度小于768px时 */
             @media (max-width: 767px) {
                html{
         font-size: 39px;
        }
               img{
               max-width:100%
               }
                 .TRS_Editor p img,.TRS_Editor div img,.TRS_Editor span img{height: auto!important;}
                 .mobile_content { display: block; }
                 .pc_content { display: none; }
             }
.news-head > p:nth-child(2) {
    width: 100%;
    max-width: 1400px;
}
@media screen and (min-width: 769px) {
    .news-head {
    width: 100%;
    max-width: 1400px;
    position: relative;
    border-bottom: 1px solid #d4d4d4;
}
.news-text {
    width: 100%;
    max-width: 1400px;
    padding-top: 40px;
    font-size: 18px;
    line-height: 40px;
}
.news-con {
   width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 0 15px;
}

}
@media screen and (max-width: 480px) {
  .news-head > p:nth-child(2) {
    width: 100%!important;
}
}
.news-head {
    min-height: 200px;
}
.month_en{font-style:normal;}


.news-head p span:last-child {
    margin-left: 0px;
}

.TRS_Editor p img,.TRS_Editor div img,.TRS_Editor span img{max-width:100%}
      /*底部*/
.bottom{
    float: left;
    width: 100%;
    padding: 0 4%;
    overflow: hidden;
    background-color: #444444;
}
