.articleTitle {
    /** 文本1 */
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 5px;
  text-align: center;
}

.title-nav .nav-item a{
 color:#333 !important;;
font-size:14px  !important;

}

.title-nav  .active{
 
color: #000 !important;
    font-weight: bold !important;
}

.articleMeta {
    /** 文本2 */
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(128, 128, 128, 1);
    margin-bottom: 20px;
}
.row {
    min-height: 340px;
}

.main-menu-container {
    top: 715px !important;
}



.leadership-title {
    display: flex;
    align-items: center;
    /** 文本2 */
    /** 文本3 */
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 10px;
}


.biaoqian {
    width: 6px;
    height: 24px;
    background: rgba(193, 52, 50, 1);
    margin-right: 5px;
}

.leadership-name {
    /** 文本1 */
    /** 文本3 */
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(128, 128, 128, 1);
    ;


}

.leadership-responsibility {
    /** 文本2 */
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(128, 128, 128, 1);
    margin-bottom: 50px;
    margin-top: 21px;

}

/* Banner样式 */
.banner-container {
    height: 780px;
    width: 1920px;
}

.banner-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 1920px;
    height: 915px;
}

/* 移动端Banner样式 */
.banner-container-mobile {
    height: 302px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner-image-mobile {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 移动端样式优化 */
@media (max-width: 768px) {
.row {
    min-height: 0px;
}


    /* 移动端内容区域样式 */
    .mobile-content.pcHidden {
        padding: 20px 15px;
        background: #fff;
        width: 100%;
        box-sizing: border-box;
        border-radius: 12px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
        margin: 0;
    }

    .mobile-content.pcHidden .article-body {
        max-width: 100%;
        width: 100%;
    }

    .mobile-content.pcHidden .articleTitle {
        font-size: 22px;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 16px;
        line-height: 1.3;
        width: 100%;
        text-align: left;
        position: relative;
        padding-bottom: 12px;
    }

    .mobile-content.pcHidden .articleTitle::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 3px;
        background: linear-gradient(90deg, #c13432, #e74c3c);
        border-radius: 2px;
    }

    .mobile-content.pcHidden .articleMeta {
        font-size: 13px;
        color: #888;
        margin-bottom: 24px;
        padding: 12px 16px;
        background: #f8f9fa;
        border-radius: 20px;
        text-align: left;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        border: 1px solid #e9ecef;
        box-sizing: border-box;
    }

    .mobile-content.pcHidden .articleContent {
        line-height: 1.7;
        width: 100%;
    }

    /* 移动端领导列表样式 */
    .mobile-content.pcHidden .leadership-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .mobile-content.pcHidden .leadership-item {
        width: 100%;
        margin-bottom: 0;
        padding: 24px 20px;
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        border-radius: 16px;
        border: 1px solid #e9ecef;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
    }

    .mobile-content.pcHidden .leadership-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background: linear-gradient(180deg, #c13432, #e74c3c);
        border-radius: 0 2px 2px 0;
    }

    .mobile-content.pcHidden .leadership-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    }

    .mobile-content.pcHidden .leadership-title {
        font-size: 18px;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 16px;
        display: flex;
        align-items: center;
        width: 100%;
        padding-left: 0;
    }

    .mobile-content.pcHidden .biaoqian {
        width: 12px;
        height: 24px;
        background: linear-gradient(180deg, #c13432, #e74c3c);
        margin-right: 12px;
        flex-shrink: 0;
        border-radius: 2px;
        box-shadow: 0 2px 8px rgba(193, 52, 50, 0.3);
    }

    .mobile-content.pcHidden .leadership-name {
        font-size: 20px;
        font-weight: 600;
        color: #c13432;
        margin-bottom: 16px;
        padding: 12px 0;
        border-bottom: 2px solid #f0f0f0;
        width: 100%;
        display: block;
        text-align: left;
        background: rgba(193, 52, 50, 0.05);
        border-radius: 8px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box;
    }

    .mobile-content.pcHidden .leadership-responsibility {
        font-size: 15px;
        color: #555;
        line-height: 1.8;
        margin-bottom: 0;
        width: 100%;
        text-align: left;
        padding: 16px;
        background: #ffffff;
        border-radius: 8px;
        border: 1px solid #f0f0f0;
        font-weight: 400;
        box-sizing: border-box;
    }

    /* 移动端页面标题样式 */
    .page-title.pcHidden {
        font-size: 26px;
        font-weight: 700;
        color: #1a1a1a;
        text-align: center;
        padding: 24px 20px;
        margin: 0;
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        border-bottom: 2px solid #e9ecef;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
    }

    .page-title.pcHidden::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, #c13432, #e74c3c, #c13432);
        background-size: 200% 100%;
        animation: gradientMove 3s ease-in-out infinite;
    }

    @keyframes gradientMove {
        0% {
            background-position: 0% 50%;
        }

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }
}

/* 超小屏幕优化 */
@media (max-width: 576px) {



    .mobile-content.pcHidden {
        padding: 12px 10px;
        margin: 0;
        border-radius: 8px;
    }

    .mobile-content.pcHidden .articleTitle {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .mobile-content.pcHidden .articleMeta {
        font-size: 12px;
        padding: 10px 14px;
        margin-bottom: 20px;
    }

    .mobile-content.pcHidden .leadership-item {
        padding: 18px;
        margin-bottom: 0;
        border-radius: 12px;
    }

    .mobile-content.pcHidden .leadership-title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .mobile-content.pcHidden .biaoqian {
        width: 10px;
        height: 20px;
        margin-right: 10px;
    }

    .mobile-content.pcHidden .leadership-name {
        font-size: 18px;
        margin-bottom: 12px;
        padding: 10px 0;
    }

    .mobile-content.pcHidden .leadership-responsibility {
        font-size: 14px;
        padding: 14px;
        line-height: 1.7;
    }

    .page-title.pcHidden {
        font-size: 22px;
        padding: 20px 16px;
    }
}

/* 中等屏幕优化 */
@media (min-width: 577px) and (max-width: 768px) {



    .mobile-content.pcHidden {
        margin: 0;
    }

    .mobile-content.pcHidden .leadership-item {
        padding: 28px;
    }

    .mobile-content.pcHidden .articleTitle {
        font-size: 24px;
    }
}

/* 确保移动端内容不会超出屏幕宽度 */
.pcHidden .container,
.pcHidden .row,
.pcHidden .col-12 {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

.pcHidden .mobile-content {
    overflow-x: hidden;
    word-wrap: break-word;
    word-break: break-word;
}

/* 移动端触摸优化 */
@media (max-width: 768px) {
    .mobile-content.pcHidden .leadership-item {
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
        cursor: pointer;
    }

    .mobile-content.pcHidden .leadership-item:active {
        transform: scale(0.98);
        transition: transform 0.1s ease;
    }

    /* 移动端滚动优化 */
    .mobile-content.pcHidden {
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }

    /* 移动端字体渲染优化 */
    .mobile-content.pcHidden * {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility;
    }

    /* 移动端图片优化 */
    .mobile-content.pcHidden img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    /* 移动端链接优化 */
    .mobile-content.pcHidden a {
        color: #c13432;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .mobile-content.pcHidden a:hover,
    .mobile-content.pcHidden a:active {
        color: #e74c3c;
    }

    /* 移动端焦点优化 */
    .mobile-content.pcHidden .leadership-item:focus-within {
        outline: 2px solid #c13432;
        outline-offset: 2px;
    }
}

/* 深色模式支持 */
@media (prefers-color-scheme: dark) {
    .mobile-content.pcHidden {
        background: #1a1a1a;
        color: #ffffff;
    }

    .mobile-content.pcHidden .leadership-item {
        background: linear-gradient(135deg, #2a2a2a 0%, #1f1f1f 100%);
        border-color: #333;
    }

    .mobile-content.pcHidden .leadership-title {
        color: #ffffff;
    }

    .mobile-content.pcHidden .leadership-name {
        color: #ff6b6b;
        background: rgba(255, 107, 107, 0.1);
    }

    .mobile-content.pcHidden .leadership-responsibility {
        background: #2a2a2a;
        border-color: #333;
        color: #cccccc;
    }

    .page-title.pcHidden {
        background: linear-gradient(135deg, #2a2a2a 0%, #1f1f1f 100%);
        color: #ffffff;
        border-color: #333;
    }
}

/* 移动端容器样式优化 */
@media (max-width: 768px) {
    .partybuildingworkList.mt-4 {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .partybuildingworkList.mt-4 .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .partybuildingworkList.mt-4 .col-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* 确保移动端内容容器没有边距 */
    .partybuildingworkList.mt-4 .pcHidden {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* 移动端banner高度优化 */
    .banner-container-mobile {
        height: 302px !important;
        width: 100% !important;
    }

    .banner-image-mobile {
        width: 100% !important;
        height: 302px !important;
        object-fit: cover;
        position: relative !important;
        z-index: 0 !important;
    }

    .nav-item {
        background: transparent;
    }

    .nav-item.active {
        background: transparent;
    }

    .articleTitle {
        /** 文本1 */
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 18px;
        color: rgba(0, 0, 0, 1);


    }

    .articleMeta {
        /** 文本2 */
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 18px;
        color: rgba(128, 128, 128, 1);
    }

    .leadership-title,
    .leadership-name {
        /** 文本3 */
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 18px;
        color: rgba(0, 0, 0, 1);


    }

    .leadership-responsibility {
        /** 文本2 */
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 18px;
        color: rgba(128, 128, 128, 1);
    }


    .biaoqian {
        left: 16px;
        top: 483px;
        width: 4px;
        height: 14px;
        opacity: 1;
        /* background: rgba(0, 0, 0, 1); */
    }

    .mobile-content {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media screen and (max-width: 768px) {
    .banner-container-mobile .lanmu{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 36px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    white-space: nowrap;

}
}