/* 政策文件页面样式 */

/* 页面标题 */
.page-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
    padding-left: 0;
}

/* 文档列表容器 */
.document-list {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    /* width: 1600px; */
    width: 100%;
}

/* 文档项目 */
.document-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px dashed #f0f0f0;
    transition: background-color 0.2s ease;
    height: 101px;
    padding: 0;
    border-bottom: 1px dashed rgba(166, 166, 166, 1);
}

.document-title {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 98px;
    color: rgba(56, 56, 56, 1);
    text-align: left;
    vertical-align: top;
}

.document-date {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 98px;
    color: rgba(128, 128, 128, 1);
    text-align: right;
    vertical-align: top;
}


.document-item:hover {
    background-color: #f8f9fa;
}

.document-item:last-child {
    border-bottom: none;
}

/* 文档标题 */
.document-title {
    flex: 1;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    margin-right: 20px;
}

/* 文档日期 */
.document-date {
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    min-width: 50px;
    text-align: right;
}

/* 分隔线 */
.document-divider {
    height: 2px;
    background: linear-gradient(90deg, #007bff, #0056b3);
    margin: 10px 0;
}

/* 分页信息 */
.pagination-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    padding: 20px 0;
    gap: 20px;
}

/* 总数信息 */
.total-info {
    font-size: 14px;
    color: #666;
}

/* 分页控件 */
.pagination-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* 页码 */
.page-number {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    /* border: 1px solid #dc3545; */
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
    /* color: #dc3545; */
    color: #000;
}

/* 
.page-number:hover {
  border-color: #dc3545;
  color: #fff;
  background-color: #dc3545;

} */

.page-number.active {
    /* background-color: #dc3545; */
    /* border-color: #dc3545; */
    /* color: #fff; */
    color: #000;
    border-bottom: 3px solid #dc3545;
    border-radius: 0;
}

/* 分页箭头 */
.page-arrow {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 16px;
    color: #dc3545;
    font-weight: bold;
    border-radius: 50%;
}

.page-arrow:hover {
    border-color: #dc3545;
    background-color: #dc3545;
    color: #fff;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .page-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .document-item {
        padding: 12px 15px;
    }

    .document-title {
        font-size: 14px;
        margin-right: 15px;
    }

    .document-date {
        font-size: 12px;
        min-width: 40px;
    }

    .pagination-info {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .pagination-controls {
        gap: 8px;
    }

    .page-number,
    .page-arrow {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
    }
}

/* 新页脚样式 */
.new-footer {
    color: white;
    padding: 4px 0;
    margin-top: 50px;
    background-image: url('../basemap/qiepian1.png');
    background-size: 100% 100%;
    width: 1920px;
}

.footer-content {
    max-width: 1480px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

/* 左侧Logo区域 */
.footer-left {
    flex: 0 0 300px;
}


.logo-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
margin-top: 15px;
}

.logo-hunandaxue {
    width: 437px;
    height: 64px;
    object-fit: contain;
}

.logo-xiangjiang {
    width: 335px;
    height: 63px;
    object-fit: contain;
    /* margin-left: 10px; */
}

.logo-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.footer-logo-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.logo-text {
    flex: 1;
}

.logo-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.logo-subtitle {
    font-size: 12px;
    opacity: 0.9;
}

/* 中间联系信息 */
.footer-center {
width: 536px;
   
    margin: 0 40px;

}

.footer-center .footer-info {
    text-align: left;
    vertical-align: top;
    width: 692px;
}

.footer-info p {
    /** 文本1 */
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 27.44px;
    color: rgba(245, 246, 250, 0.79);
}

/* 右侧二维码 */
.footer-right {
    opacity: 0;
    flex: 0 0 200px;
}

.qr-code-container {
    text-align: center;
    display: block;
}

.qr-code-box {
    position: relative;
    display: inline-block;
    background: white;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.qr-code-img {
    width: 120px;
    height: 120px;
    display: block;
}

.qr-code-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr-logo-img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.qr-code-text {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    height: 30px;
    writing-mode: horizontal-tb;
    color: rgba(245, 246, 250, 0.79);
    background-color: #00000000;
}

/* 移动端响应式 */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
               padding: 20px 10px
    }

    .footer-left,
    .footer-center,
    .footer-right {
        flex: none;
        width: 100%;
    }

    .footer-center {
        margin: 0;
        text-align: center;
    }

    .logo-item {
        justify-content: center;
    }
}

/* 这里需要单独添加 */
.container {}

.document-detail-wrapper .text-center {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(56, 56, 56, 1);

    /** 文本1 */
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 18px;
    color: rgba(56, 56, 56, 1);


}


.document-detail-wrapper .text-muted {
    /** 文本2 */
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(56, 56, 56, 1);
    margin-top: 20px;
}



.document-detail-wrapper .document-detail-body {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(56, 56, 56, 1);
    text-align: left;

}

/* 移动端顶部区域样式 */
@media screen and (max-width: 768px) {
   
.logo-hunandaxue{
width:231px;
}


 .footer-center .footer-info {
text-align: center;

        width: 100%;
display: flex
;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .topArea {
        background: transparent !important;
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        align-items: center !important;
    }

    /* 移动端banner样式 */
    .banner-container {
        width: 375px !important;
        height: 302px !important;
        position: relative;
    }

    .banner-container img {
        width: 375px !important;
        height: 302px !important;
        object-fit: cover;
    }

    /* 移动端banner蒙层 */
    .banner-container::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(56, 56, 56, 0.5);
        z-index: 1;
    }

    /* 移动端banner文字 */
    .banner-container::before {
        content: '政策文件';
        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;
    }

    /* 移动端顶部logo样式 */
    .topArea .logo {
        width: 200px !important;
        height: 30px !important;
    }

    /* 移动端顶部图标样式 */
    .clickSearchIcon,
    .mobile-menu-toggle img,
    .language-toggle-icon {
        width: 20px !important;
        height: 20px !important;
    }

    .language-arrow {
        width: 10px !important;
        height: 14px !important;
    }

    /* 移动端搜索和菜单图标间距 */
    .clickSearchIcon {
        margin-right: 12px !important;
    }

    /* 移动端语言切换区域样式 */
    .language-toggle-wrapper {
        display: flex;
        align-items: center;
        /* gap: 4px; */
        margin-right: 8px;
        position: relative;
    }

    .language-text {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 17.38px;
        color: rgba(255, 255, 255, 1);
        margin: 0 1px;
    }

    /* 语言下拉列表样式 */
    .language-dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        border-radius: 6px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
        display: none;
        z-index: 1001;
        min-width: 80px;
        margin-top: 8px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        opacity: 0;
        transform: translateY(-8px) scale(0.95);
        transition: all 0.25s ease-out;
        overflow: hidden;
    }

    .language-dropdown.active {
        display: block;
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    .language-option {
        padding: 12px 20px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 500;
        color: #333;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        transition: all 0.2s ease;
        position: relative;
        background: transparent;
    }

    .language-option:first-child {
        border-radius: 6px 6px 0 0;
    }

    .language-option:last-child {
        border-bottom: none;
        border-radius: 0 0 6px 6px;
    }

    .language-option:hover {
        background-color: rgba(24, 144, 255, 0.08);
        color: #1890ff;
        padding-left: 24px;
    }

    .language-option.active {
        background-color: rgba(24, 144, 255, 0.12);
        color: #1890ff;
        font-weight: 600;
    }

    .language-option.active::before {
        content: '●';
        position: absolute;
        left: 16px;
        color: #1890ff;
        font-size: 12px;
        opacity: 0;
        transition: opacity 0.2s ease;
    }

    .language-option.active::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 3px;
        background: #1890ff;
        border-radius: 2px 0 0 2px;
    }

    .language-option:hover::before {
        opacity: 1;
    }

    /* 移动端页面标题样式 */
    .page-title {
        margin-left: 10px !important;
        padding-bottom: 20px !important;
        padding-right: 0 !important;
        width: 100% !important;
    }

    /* 移动端文章区域样式 */
    .document-detail-wrapper {
        width: 351px !important;
        margin: 0 auto !important;
    }

    /* 移动端主容器样式 */
    main .mt-4 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
    }

    /* 移动端图片占位符样式 */
    .document-image-placeholder {
        width: 100% !important;
        height: auto !important;
        max-width: 355px !important;
    }

    .document-image-placeholder img {
        width: 100% !important;
        height: auto !important;
    }

    /* 移动端文档标题样式 */
    .document-detail-title {
        font-size: 18px !important;
        line-height: 1.4 !important;
        margin-bottom: 15px !important;
        word-wrap: break-word !important;
        word-break: break-all !important;
        white-space: normal !important;
    }

    /* 移动端文档元信息样式 */
    .document-detail-meta {
        font-size: 12px !important;
        margin-bottom: 20px !important;
    }

    /* 移动端文档正文样式 */
    .document-detail-body {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    .document-detail-body p {
        margin-bottom: 15px !important;
    }

    /* 移动端列样式 */
    .col-12 {
        padding-right: 0 !important;
    }

    /* 移动端文章内容区域内边距 */
    .document-detail-wrapper {
        padding-left: 8px !important;
        padding-right: 8px !important;
        box-sizing: border-box !important;
    }

    /* 移动端文档列表样式 */
    .document-list-wrapper {
        width: 351px !important;
        margin: 0 auto !important;
    }

    /* 移动端文档项目样式 */
    .document-item {
        padding: 12px 8px !important;
        height: 57px !important;
        min-height: 57px !important;
    }

    .document-title {
        font-size: 14px !important;
        line-height: 1.4 !important;
        margin-bottom: 8px !important;
        word-wrap: break-word !important;
        word-break: break-all !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .document-date {
        font-size: 12px !important;
        color: #999 !important;
        text-align: right !important;
    }

    /* 移动端分页控件样式 */
    .pagination-wrapper {
        width: 351px !important;
        margin: 0 auto !important;
        padding: 20px 0 !important;
    }

    .total-info {
        font-size: 12px !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }

    .pagination-controls {
        justify-content: center !important;
        gap: 8px !important;
    }

    .page-number,
    .page-arrow {
        width: 28px !important;
        height: 28px !important;
        line-height: 28px !important;
        font-size: 12px !important;
    }

    /* 移动端隐藏面包屑导航菜单 */
    .main-menu-container {
        display: none !important;
    }

    /* 学院简介页面移动端banner文字 */
    .banner-container::before {
        content: '学院简介';
        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;
    }

    /* 移动端底部区域样式 */
    .new-footer {
        width: 375px !important;
        margin: 0 auto !important;
    }

    /* 移动端底部logo样式 - 只显示湘江卓越工程学院 */
    .footer-left .logo-item:first-child {
        display: none !important;
    }

    .footer-left .logo-item:last-child {
        justify-content: center !important;
        margin-bottom: 0 !important;
    }

    /* 移动端底部logo尺寸 */
    .footer-left .logo-item:last-child img {
        width: 350px !important;
        height: 50px !important;
        /* margin-left: -20px; */
    }

    /* 移动端底部文字样式 */
    .footer-info p {
        font-size: 14px !important;
        font-weight: 400 !important;
        letter-spacing: 0px !important;
        line-height: 19.21px !important;
        color: rgba(245, 246, 250, 0.79) !important;
        width: 335px;
        font-family: 'Microsoft YaHei';
    }

    /* 移动端隐藏二维码 */
    .footer-right {
        display: none !important;
    }

    /* 移动端全局宽度限制 */
    body {
        max-width: 375px !important;
        margin: 0 auto !important;
        overflow-x: hidden !important;
    }

    /* 移动端所有容器宽度限制 */
    * {
        max-width: 375px !important;
        box-sizing: border-box !important;
    }

    /* 移动端图片宽度限制 */
    img {
        max-width: 375px !important;
        /* height: auto !important; */
    }
}