.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;
        }
                 .mobile_content { display: block; }
                 .pc_content { display: none; }
             }
.news-head > p:nth-child(2) {
    width: 1400px;
}
@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;
}
 .sectionBox .main .focus {
 width: 100%;
    max-width: 1400px;
}
  .sectionBox .main .center {
   width: 100%;
    max-width: 1400px;
  
}
  .sectionBox .main2 .center p{
   width: 100%;
    max-width: 1400px;
  
}
.sectionBox .main3 .center p{
   width: 100%;
    max-width: 1400px;
  
}

    .center-grid{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 50px;
    }
    @media (max-width: 768px) {
        .center{
            grid-template-columns: repeat(1, 1fr);
        }
        .sectionBox .main .focus,.sectionBox .main2 .center p,.sectionBox .main3 .center p,.sectionBox .main .center,.sectionBox .main5 .center ul{
            width: 100%!important;
        }
        .sectionBox .main3 .center p{
            padding: 0 10px;
            margin-top: 10px;
        }
        .main4{
            margin-top: 50px;
        }
        
    }
    .sectionBox .main .focus{ background:url(../img/focus_1_1.png) no-repeat center bottom!important;}
    .sectionBox .main .focus.focus2{background:url(../img/focus_2_1.png) no-repeat center bottom!important;}
    .sectionBox .main5 .center ul{
    width: 1400px;
    height:385px;
    position: relative;
    background:url(../img/main5_bg.png) no-repeat center 147px;
    background-size: 100% auto;
}
           .sectionBox {
        box-sizing: initial;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.sectionBox .main3 {
  height: auto;
	padding-top: 90px;
	background: url(../img/main3_bg_1.png) no-repeat center 0px;
    padding-top: 40px;
   background-size: cover;
}
