/*
 * 党建品牌模块移动端适配
 * 主题色：#f08200
 */
@media (min-width: 1025px) {
    .party_page_m {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .party_page_pc {
        display: none !important;
    }

    .party_page_m {
        display: block !important;
    }

    .party_m_banner {
        width: 100%;
        height: 0;
        padding-bottom: 36%;
        overflow: hidden;
        position: relative;
        background: #eee;
    }

    .party_m_banner img {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: 100%;
        object-fit: cover;
    }

    .party_m_nav {
        background: #e7e7e7;
        padding: 10px 15px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        overflow-y: hidden;
    }

    .party_m_nav .r_cell {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        width: max-content;
        min-width: min-content;
    }

    .party_m_nav a {
        flex: 0 0 auto;
        padding: 8px 14px;
        font-size: 14px;
        line-height: 1.4;
        color: #333;
        text-decoration: none;
        white-space: nowrap;
        border-radius: 4px;
    }

    .party_m_nav a.tab_light {
        background: #f08200;
        color: #fff;
    }

    .party_m_content {
        padding: 20px 15px 28px;
        box-sizing: border-box;
    }

    .party_m_content h4 {
        font-size: 20px;
        line-height: 1.35;
        margin: 0 0 12px 0;
        color: #333;
    }

    .party_m_content p {
        font-size: 14px;
        line-height: 1.8;
        color: #555;
        margin: 0 0 10px 0;
        text-indent: 2em;
    }

    .party_m_content img {
        max-width: 100%;
        height: auto;
    }

    .party_m_news_list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .party_m_news_list li {
        margin-bottom: 14px;
        border-bottom: 1px solid #ececec;
        padding-bottom: 14px;
    }

    .party_m_news_list li:last-child {
        border-bottom: none;
    }

    .party_m_news_list .pic img {
        width: 100%;
        display: block;
        border-radius: 6px;
    }

    .party_m_news_list h5 {
        margin: 10px 0 0 0;
        font-size: 15px;
        line-height: 1.5;
        font-weight: 600;
    }

    .party_m_news_list h5 a {
        color: #333;
        text-decoration: none;
    }

    .party_m_news_list h5 a:active {
        color: #f08200;
    }

    .party_m_more {
        text-align: center;
        margin-top: 6px;
    }

    .party_m_more .more {
        border-color: #f08200 !important;
        color: #f08200 !important;
    }

    .party_m_timeline dl {
        margin: 0 0 12px 0;
        padding-bottom: 12px;
        border-bottom: 1px solid #ececec;
    }

    .party_m_timeline dt {
        font-size: 18px;
        font-weight: 600;
        color: #f08200;
        margin-bottom: 6px;
    }

    .party_m_timeline dd {
        margin: 0;
        font-size: 14px;
        line-height: 1.8;
        color: #555;
    }
}
