 .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;
        }
                 .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: 1400px;
}
@media screen and (max-width: 480px) {
  .news-head > p:nth-child(2) {
    width: 100%!important;
}
}
.news-head {
    min-height: 259px;
}
.month_en{font-style:normal;}
.month_en::selection{background: rgb(255, 255, 207);}
.news-head p span::selection{background: rgb(255, 255, 207);}

.news-head p span:last-child {
    margin-left: 0px;
}
div::selection{background: rgb(255, 255, 207);}
p::selection{background: rgb(255, 255, 207);}
span::selection{background: rgb(255, 255, 207);}
font::selection{background: rgb(255, 255, 207);}
.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;
}


   .lianxi-page li {
    padding: 50px 0px;
    border-bottom: 1px solid #DDDDDD;
}
.lianxi-page .lianxi-icon {
    display: inline-block;
    height: 68px;
    width: 68px;
    line-height: 68px;
    border: 1px solid #CBCBCB;
    text-align: center;
    border-radius: 100%;
    float: left;
    margin-right: 20px;
}
.lianxi-page p {
    line-height: 2;
    font-size: 16px;
    color: #333333;
}
.lianxi-page h5 {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}
.lianxi-page hr {
    margin: 0px;
    margin-top: 15px;
    border-top: 3px solid #BFBFBF;
    width: 41px;
}

  @media screen and (max-width: 768px) {
    .lianxi-page p {
        margin-top: 10px;
        padding-left: 86px;
    }
}