 .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;
        }

   .tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}
        .juanzeng p {
            color: #333;
            font-size: 16px;
            line-height: 32px;
            margin-bottom: 15px;
        }

        hr {
            border-top: 1px solid #D9D9D9;
        }

        .tab li {
            float: left;
            padding: 0px 30px;
            /* height: 40px; */
            /* width: 134px; */
            margin: 10px 0px;
            margin-right: 20px;
            border-radius: 20px;
            color: #333;
            font-size: 18px;
            text-align: center;
            line-height: 40px;
            border: 1px solid #CCCCCC;
        }

        a {
            color: inherit;
            text-decoration: none !important;
        }

        .tab .active {
            background: #3DA1D2;
            border: 1px solid #3DA1D2;
        }

        .juanzeng-aside {
            background: #F6F8FA;
            padding-bottom: 20px;
        }

        .juanzeng-aside h5 {
            background: #3DA1D2;
            font-size: 22px;
            margin-bottom: 20px;
            padding: 13px 20px;
            color: #fff;
        }

        .juanzeng-aside p {
            padding-left: 20px;
            font-size: 14px;
            margin: 0 0 10px;
        }

        .juanzeng-aside p span {
            display: inline-block;
            width: 75px;
            color: #666666;
        }

        .tab .active a {
            color: #fff !important;
        }