.top_menu {
    clear: both;
}
@media screen and (max-width: 768px) {
    /* ===== 基础重置 ===== */
    * {
        box-sizing: border-box !important;
        -webkit-tap-highlight-color: transparent;
    }

    body {
        min-width: auto !important;
        padding-bottom: 0 !important;
        background-color: #fff;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    }

    .clear {
        height: 0 !important;
        clear: none !important;
    }

    /* ===== 顶部栏 ===== */
    .TopNav {
        display: none !important;
    }

    .mtop {
        height: 30px;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    .mtop .mtf_15 {
        a {
            display: block;
            line-height: 1;
        }

        img {
            height: 20px;
            margin-left: 8px;
        }
    }

    .mtop-nav {
        display: flex;
        align-items: center;
    }
    .mtop-nav a {
        font-size: 9px;
        color: #333333;
        margin: 0 6px;
    }
    .mtop-nav span {
        width: 1px;
        height: 10px;
        line-height: 10px;
        background: #333333;
    }


    /* ===== 信息横幅隐藏 ===== */
    .Information {
        display: none !important;
    }

    /* ===== Logo区域 ===== */
    .logo {
        width: 100% !important;
        height: auto !important;
    }

    .logo_left {
        width: auto !important;
        float: none !important;
        text-align: center;
        display: flex;
        align-items: center;
    }

    .logo_left a {
        float: none !important;
        display: inline-flex;
        align-items: center;
        margin: 0 6px;
    }

    .logo_left a img {
        height: 36px;
        width: auto;
    }

    .logo_right {
        display: none !important;
    }

    /* ===== 主导航栏 ===== */
    /* ===== 主导航栏 ===== */
    .top_menu {
        width: 100% !important;
        height: 44px !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
        background: #D70103;
        position: sticky;
        top: 0;
        z-index: 100;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        display: none !important;
    }

    .top_menu::-webkit-scrollbar {
        display: none;
    }

    .top_menu_1,
    .top_menu_2,
    .top_menu_3,
    .top_menu_4,
    .top_menu_5,
    .top_menu_6 {
        width: auto !important;
        height: 44px !important;
        line-height: 44px !important;
        font-size: 14px !important;
        padding: 0 18px !important;
        flex-shrink: 0;
        float: none !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        letter-spacing: 0.5px;
    }

    .top_menu a {
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none;
    }

    .top_menu a:hover {
        color: #fff;
    }

    .logo_left {
        display: none !important;
    }

    .logo_right {
        display: none !important;
    }

    .m-logo {
        display: block !important;
        background-color: #D70103;
        text-align: left;
        padding: 5px 15px;

        a {
            display: block;
            line-height: 1;
        }

        img {
            height: 28px;
        }
    }
    /* ===== 子藏 ===== */
    .menu_little {
        display: none !important;
    }

    /* ===== 主容器 ===== */
    .container {
        width: 100% !important;
        padding: 0;
        overflow: hidden;
    }

    #container {
        width: 100% !important;
    }

    /* ===== 面包屑 ===== */
    .section2 {
        float: none !important;
        width: 100% !important;
        margin-top: 0 !important;
        padding: 0 16px;
    }

    .section2Title {
        padding: 0;
        margin-bottom: 0;
    }

    .section2Title022 {
        width: 100% !important;
        float: none !important;
        padding: 12px 0 !important;
        margin-left: 0;
        font-size: 13px;
        color: #999;
        border-bottom: 1px solid #eee !important;
    }

    .section2Title022 a {
        color: #666;
        font-size: 13px;
    }

    /* ===== 新闻列表项 ===== */
    .section2Content {
        width: 100% !important;
        height: auto !important;
        padding: 18px 0 !important;
        border-right: none !important;
        border-bottom: 1px solid #f0f0f0;
    }

    .section2Content:last-of-type {
        border-bottom: none;
    }

    .section2ContentRight1 {
        width: 100% !important;
        float: none !important;
        padding-left: 0 !important;
        padding-top: 0 !important;
    }

    .section2ContentRightTitle {
        font-size: 17px;
        line-height: 1.45;
        font-weight: 600;
        margin-bottom: 10px;
        letter-spacing: 0.2px;
    }

    .section2ContentRightTitle a {
        color: #1a1a1a;
        text-decoration: none;
    }

    .section2ContentRightIntro {
        font-size: 14px;
        line-height: 1.65;
        color: #666;
        margin-bottom: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .section2ContentRightIntro a {
        font-size: 13px;
        color: #e80000;
        font-weight: 500;
    }

    .section2ContentRightMemo {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 12px;
    }

    .section2ContentRightMemoTime {
        float: none !important;
        font-size: 12px;
        color: #999;
    }

    .section2ContentRightMemoTag {
        float: none !important;
        margin-left: 0 !important;
        font-size: 12px;
        color: #999;
    }

    .section2ContentRightMemoTag strong {
        display: none;
    }

    .section2ContentRightMemoTag a {
        color: #e80000;
        text-decoration: none;
        background: #fff0f0;
        padding: 2px 8px;
        border-radius: 3px;
        font-size: 12px;
    }

    /* 分享按钮隐藏 */
    .section2ContentRightMemoCom,
    .section2ContentRightMemoComNum,
    .section2ContentRightMemoComIcon {
        display: none !important;
    }

    /* 分割线隐藏 — 用 padding/border 代替 */
    .section2ContentSplit {
        display: none !important;
    }

    /* ===== 侧栏 ===== */
    .section3 {
        display: none !important;
    }

    .section3Title101 {
        width: auto !important;
        min-width: 72px;
        height: 28px;
        line-height: 28px !important;
        font-size: 16px !important;
        font-weight: 700;
        padding: 0 12px !important;
    }

    .section3Title101 a {
        color: #fff;
    }

    .section3Title102 {
        width: calc(100% - 76px) !important;
        padding-bottom: 14px !important;
    }

    /* ===== 最新关注 ===== */
    .ask {
        margin-top: 0;
    }

    .askRank {
        margin-top: 14px;
        padding: 12px 14px;
        background: #fafafa;
        border-radius: 8px;
        font-size: 14px;
        line-height: 34px;
    }

    .askRank ul {
        margin: 0;
        padding: 0;
    }

    .askRank li {
        padding-left: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-bottom: 1px solid #f0f0f0;
    }

    .askRank li:last-child {
        border-bottom: none;
    }

    .askRank a {
        color: #333;
        font-size: 14px;
    }

    /* ===== 最新专题 ===== */
    .newTheme {
        margin-top: 24px;
    }

    .newThemeLeft {
        width: 100px !important;
        float: left;
        margin-top: 14px;
    }

    .newThemeLeft a img {
        width: 88px;
        height: auto;
        border-radius: 4px;
    }

    .newThemeRight {
        width: calc(100% - 112px) !important;
        float: left;
        margin-top: 14px;
        height: auto !important;
    }

    .newThemeRightTitle {
        font-size: 15px;
        line-height: 1.4;
        font-weight: 600;
        margin-bottom: 6px;
    }

    .newThemeRightTitle a {
        color: #1a1a1a;
    }

    .newThemeRightPar {
        font-size: 13px;
        line-height: 1.5;
        color: #888;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* ===== 最新会议 ===== */
    .meeting {
        margin-top: 24px;
    }

    .meetingPic {
        margin-top: 14px;
    }

    .meetingPic a img {
        width: 100%;
        height: auto;
        border-radius: 6px;
    }

    .meetingsLink {
        padding: 14px 16px;
        font-size: 14px;
        line-height: 32px;
        margin-bottom: 16px;
        background: #fafafa;
        border-radius: 8px;
    }

    .meetingsLink li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .meetingsLink a {
        color: #333;
        font-size: 14px;
    }

    .trs_css ul {
        margin: 0;
        padding: 10px 0;
        line-height: 32px;
    }

    .trs_css li {
        padding-left: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-bottom: 1px solid #f0f0f0;
    }

    .trs_css li:last-child {
        border-bottom: none;
    }

    /* ===== 企业 ===== */
    .com {
        margin-top: 24px;
    }

    .comRank {
        margin-top: 14px;
        padding: 12px 14px;
        background: #fafafa;
        border-radius: 8px;
        font-size: 14px;
        line-height: 34px;
    }

    .comRank ul {
        margin: 0;
        padding: 0;
    }

    .comRank li {
        padding-left: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-bottom: 1px solid #f0f0f0;
    }

    .comRank li:last-child {
        border-bottom: none;
    }

    .comRank a {
        color: #333;
        font-size: 14px;
    }

    /* ===== 分页 ===== */
    #pagenav {
        margin: 24px auto 32px !important;
        font-size: 13px !important;
        height: auto !important;
        line-height: normal !important;
        text-align: center !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 8px !important;
        padding: 0 16px;
    }

    #pagenav a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 36px;
        height: 36px;
        padding: 0 12px;
        border-radius: 6px;
        background: #f5f5f5;
        color: #333;
        text-decoration: none;
        border: none;
        font-size: 14px;
        font-weight: 500;
        transition: all 0.2s;
    }

    #pagenav a.cpl {
        background: #D70103;
        color: #fff;
        font-weight: 600;
        box-shadow: 0 2px 6px rgba(215, 1, 3, 0.3);
    }

    a.pl:link, a.pl:visited {
        border: none !important;
        padding: 0 12px !important;
        background: #f5f5f5 !important;
        color: #333 !important;
    }

    a.pl:hover, a.pl:active {
        background: #D70103 !important;
        color: #fff !important;
    }

    a.cpl:link, a.cpl:visited {
        border: none !important;
        padding: 0 12px !important;
        background: #D70103 !important;
        color: #fff !important;
    }

    a.npl:link, a.npl:visited {
        border: none !important;
        padding: 0 12px !important;
        background: #f5f5f5 !important;
        color: #999 !important;
    }

    /* ===== 底部区域 ===== */
    .FriendLink {
        display: none !important;
    }

    .relative {
        height: auto !important;
    }

    .footer {
        display: none !important;
    }

    .m-footer {
        clear: both;
        display: block !important;
        font-size: 15px;
        color: #fff;
        height: 44px;
        line-height: 44px;
        text-align: center;
        background: #333333;
    }

    /* ===== 全局间距修正 ===== */
    div[style*="clear:both"] {
        display: none !important;
    }

    .section2Title + .clear {
        display: none !important;
    }

    /* 隐藏内联样式的多余 padding */
    .section2ContentRightMemoComIcon[style] {
        padding-left: 0 !important;
    }



    .section2 {
        float: none !important;
    }

    .section3 {
        display: none !important;
    }

    .section2Content03 {
        float: none !important;
        width: 100% !important;
        border: none !important;
        padding: 0 10px;
        padding-top: 15px !important;
    }

    .section2Content03 img {
        max-width: 100%;
    }

    .section2ContentRight1 {
        width: 100% !important;
        padding: 0 !important;
    }

    .section2ContentRight1 .title {
        margin-bottom: 0 !important;
    }

    .DetailContent {
        margin: 0 auto !important;
        padding: 0 !important;
        text-align: justify !important;
    }

    .relation {
        width: auto !important;
        padding: 0 30px;
        height: auto !important;
    }

    .relation .relativeTitle101 {
        width: 100% !important;
        padding-bottom: 10px;
    }


}
