.header-bg{
    width: 100%;
    height: 180px;background: url("../images/ttbg.jpg") no-repeat center center;background-size: 100%;
}
.blue-header a,.more-link{font-size: 15px}
@media (max-width: 769px) {
    .header-bg  {background: url("../images/ttbg.jpg") no-repeat center center;background-size: cover}
    .category-item{width: 48%;float: left;margin: 10px 1%;border: 1px solid #e0e0e0;border-radius: 50px;}
.sidebar-title{display: none !important;}
    .xhjjbt{padding: 0;}
    .category-item:last-child{border-bottom:1px solid #e0e0e0 !important; }
    .news-list{padding: 0;}
    .branch-title{line-height: 2}
    .dropdown-menu[data-bs-popper]{text-align:center;background: #f7faff}
    .dropdown-item{text-align: center}
    .xhjjbt{color:#0057ad !important;}
    .ttop{padding:0 10px;font-size:15px;}
    .top-auth{font-size:14px;}
    .logo-icon{height:60px;width:60px;}
    ..category-name {
    font-size: 16px;
    color: #333;padding: 0px 0;width: 100%;display: block;
}

}
.footer-bottom a{color: #b3c6d9}
.center-Box{
    max-width: 1400px;
    margin: -70px auto 50px;
    background-color: #fff;
    border: 1px solid #D8F1FA;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding-bottom: 20px;
}

/* 面包屑导航 */
.title-box {
    width: 100%;line-height: 6;
    border-radius: 15px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    font-size: 1rem;
    color: #666;
}

.title-box .bi-house-door {
    font-size: 1.125rem;
    margin-right: 8px;
    color: #0066cc;
}

.breadcrumb-text {
    margin-right: 5px;
    color: #333;
}

.breadcrumb-link {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb-link:hover {
    color: #004499;
    text-decoration: underline;
}

.breadcrumb-separator {
    margin: 0 8px;
    color: #999;
}

.breadcrumb-current {
    color: #333;
    font-weight: 500;
}

/* 主内容区域 */
.content-wrapper {
    display: flex;
    gap: 30px;
}

/* 左侧分类列表 */
.sidebar-left {
    width: 280px;
    flex-shrink: 0;
}

.sidebar-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
    padding: 15px 20px;
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    color: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-title.collapsible {
    cursor: pointer;
    user-select: none;
}

.toggle-icon {
    font-size: 1rem;
    transition: transform 0.3s ease;
    display: none;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    transition: all 0.3s ease;
}

.category-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    transition: all 0.3s;
}

.category-item.has-children {
    display: block;
    padding: 0;
    cursor: default;
}

.category-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    transition: all 0.3s;
}

.category-main:hover {
    background-color: #f5f9ff;
    padding-left: 25px;
}

.category-item:last-child {
    border-bottom: none;
}

.category-item:hover {
    background-color: #f5f9ff;
    padding-left: 25px;
}

.category-item.active {
    background-color: #e6f2ff;
}

.category-item.active .category-name {
    color: #0066cc;
    font-weight: 500;
}

.category-item.expanded > .category-main {
    background-color: #f5f9ff;
}

.category-name {
    font-size: 16px;
    color: #333;padding: 15px 0;width: 100%;display: block;
}

.category-arrow {
    color: #999;
    transition: transform 0.3s;
}

.category-item:hover .category-arrow,
.category-main:hover .category-arrow {
    transform: translateX(5px);
    color: #0066cc;
}

.category-item.has-children:hover .category-arrow {
    transform: none;
}

/* 子分类列表 */
.sub-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #f9f9f9;
    display: none;
}

.sub-category-item {
    padding: 12px 20px 12px 40px;
    border-bottom: 1px dashed #e0e0e0;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.sub-category-item::before {
    content: "•";
    position: absolute;
    left: 25px;
    color: #999;
    font-size: 1rem;
}

.sub-category-item:hover {
    background-color: #f0f7ff;
    padding-left: 45px;
}

.sub-category-item.active {
    background-color: #e6f2ff;
}

.sub-category-item.active::before {
    color: #0066cc;
}

.sub-category-name {
    font-size: 0.875rem;
    color: #666;
}

.sub-category-item:hover .sub-category-name {
    color: #0066cc;
}

.sub-category-item.active .sub-category-name {
    color: #0066cc;
    font-weight: 500;
}

/* 右侧内容区域 */
.content-right {
    flex: 1;
    min-width: 0;padding-left: 50px;
}

/* 文字列表 */
.text-list {
    background-color: #fff;
}

.list-item {
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.3s;
}

.list-item:hover {
    background-color: #f9f9f9;
}

.item-header {
    margin-bottom: 12px;
}

.list-item .item-title {
    font-size: 1.125rem;
    font-weight: 500;
    color: #333;
    margin: 0;
    padding-left: 15px;
    position: relative;
    line-height: 1.5;
}

.list-item .item-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 4px;
    height: 20px;
    background-color: #0066cc;
    border-radius: 2px;
}

.list-item .item-title:hover {
    color: #0066cc;
    cursor: pointer;
}

.list-item .item-text {
    font-size: 0.875rem;
    color: #666;
    line-height: 1.8;
    margin: 0 0 12px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item-footer {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    color: #999;
}

.item-footer .bi-clock {
    margin-right: 6px;
    font-size: 0.875rem;
}

.list-item .item-date {
    font-size: 0.875rem;
    color: #999;
}

/* 图文列表 */
.image-text-list {
    background-color: #fff;
}

.image-list-item {
    display: flex;
    gap: 20px;
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.3s;
}

.image-list-item:hover {
    background-color: #f9f9f9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.image-list-item .item-image {
    width: 200px;
    height: 150px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.image-list-item .item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.image-list-item .item-title {
    font-size: 18px;
    font-weight: bold;overflow: hidden;;text-overflow: ellipsis;white-space:nowrap;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
}

.image-list-item .item-desc {
    font-size:15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.image-list-item .item-date-wrapper {
    display: flex;
    align-items: center;
    font-size: 0.8125rem;
    color: #999;
}

.image-list-item .item-date-wrapper .bi-clock {
    margin-right: 6px;
    font-size: 0.8125rem;
}

.image-list-item .item-date {
    font-size: 0.8125rem;
    color: #999;
}

/* 文本详情 */
.text-detail {
    background-color: #fff;
    padding: 30px;
}

.detail-title {
    font-size: 1.75rem;
    font-weight: bold;
    color: #0066cc;
    text-align: center;
    margin: 0 0 20px 0;
    line-height: 1.4;
}

.detail-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 30px;
}

.divider-line {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #0066cc 0%, #0052a3 100%);
    border-radius: 2px;
}

.detail-content {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
}

.detail-content p {
    margin: 0 0 20px 0;
    text-indent: 2em;
}

.detail-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0066cc;
    margin: 30px 0 15px 0;
    padding-left: 15px;
    border-left: 4px solid #0066cc;
}

.detail-content ul {
    margin: 15px 0 20px 0;
    padding-left: 40px;
}

.detail-content li {
    margin: 10px 0;
    line-height: 1.8;
    color: #555;
}

.detail-content blockquote {
    margin: 30px 0;
    padding: 20px 30px;
    background-color: #f5f9ff;
    border-left: 4px solid #0066cc;
    border-radius: 4px;
}

.detail-content blockquote p {
    margin: 0 0 10px 0;
    font-style: italic;
    color: #555;
    text-indent: 0;
}

.detail-content blockquote footer {
    font-size: 0.875rem;
    color: #999;
    text-align: right;
}

.detail-footer {
    margin-top: 30px !important;
    padding-top: 20px;
    border-top: 1px dashed #e0e0e0;
    font-weight: 500;
    color: #0066cc !important;
}

/* 分页 */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    padding-top: 30px;
    /* border-top: 1px solid #e0e0e0; */
}

.page-link {
    padding: 8px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 0.875rem;
}

.page-link:hover:not(.disabled) {
    background-color: #0066cc;
    color: #fff;
    border-color: #0066cc;
}

.page-link.active {
    background-color: #0066cc;
    color: #fff;
    border-color: #0066cc;
}

.page-link.disabled {
    color: #ccc;
    cursor: not-allowed;
    pointer-events: none;
}

/* 临时切换按钮 */
.toggle-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 8px;
}

.toggle-btn {
    padding: 10px 30px;
    font-size: 0.875rem;
    color: #666;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 500;
}

.toggle-btn:hover {
    border-color: #0066cc;
    color: #0066cc;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 102, 204, 0.2);
}

.toggle-btn.active {
    background-color: #0066cc;
    color: #fff;
    border-color: #0066cc;
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
}

/* 响应式设计 */

/* 大屏幕 (1400px+) */
@media (min-width: 1400px) {
    .center-Box {
        padding: 30px;
    }
}

/* 平板横屏和小桌面 (992px - 1199px) */
@media (max-width: 1199px) {
    .center-Box {
        max-width: 95%;
        margin: -50px auto 30px;
        padding: 20px;
    }

    .sidebar-left {
        width: 250px;
    }

    .content-wrapper {
        gap: 20px;
    }
}

/* 平板竖屏 (768px - 991px) */
@media (max-width: 991px) {
    .header-bg {
        height: 150px;
    }

    .center-Box {
        margin: -30px auto 30px;
        padding: 15px;
        border-radius: 10px;
    }

    .title-box {
        padding: 0 20px;
        font-size: 0.875rem;
        border-radius: 10px;
        flex-wrap: wrap;
    }

    .content-wrapper {
        flex-direction: column;
        gap: 50px;
    }

    .sidebar-left {
        width: 100%;
        margin-left: 0;
    }

    .sidebar-title {
        font-size: 1.125rem;
    }

    .category-list,
    .hot-clicks-list {
        width: 100%;
    }

    /* 隐藏热门点击部分 */
    .hot-clicks-section {
        display: none;
    }

    .image-list-item {
        flex-direction: row;
        gap: 15px;
    }

    .image-list-item .item-image {
        width: 180px;
        height: 120px;
    }
}

/* 手机横屏 (576px - 767px) */
@media (max-width: 767px) {
    .content-right{padding-left: 0;}
    .header-bg {
        height: 120px;
    }

    .center-Box {
        margin: -20px 10px 20px;
        padding: 15px;
        border-radius: 8px;
    }

    .title-box {
        height: auto;
        min-height: 50px;
        padding: 15px;
        font-size: 0.8125rem;
        border-radius: 8px;
    }

    .breadcrumb-text {
        display: none;
    }

    .breadcrumb-separator {
        margin: 0 5px;
    }

    /* 移动端显示折叠图标 */
    .toggle-icon {
        display: block !important;
    }

    .sidebar-section {
        margin-bottom: 15px;
    }

    .sidebar-section.collapsed .sidebar-title {
        margin-bottom: 0;
    }

    .hot-clicks-section.collapsed .hot-clicks-title {
        margin-bottom: 0;
    }

    .sidebar-title {
        font-size: 1rem;
        padding: 12px 15px;
    }

    .category-item {
        padding: 12px 15px;
    }

    .category-item:hover {
        padding-left: 20px;
    }

    .list-item {
        padding: 15px 0;
    }

    .list-item .item-title {
        font-size: 16px;
    }

    .list-item .item-text {
        font-size: 0.8125rem;
    }

    .image-list-item {
        flex-direction: column;
        padding: 15px;
    }

    .image-list-item .item-image {
        width: 100%;
        height: 180px;
    }

    .image-list-item .item-title {
        font-size:16px;
    }

    /* 文本详情响应式 */
    .text-detail {
        padding: 20px 15px;
    }

    .detail-title {
        font-size: 1.375rem;
    }

    .divider-line {
        width: 60px;
        height: 3px;
    }

    .detail-content {
        font-size: 0.9375rem;
    }

    .detail-content h3 {
        font-size: 1.125rem;
    }

    .pagination {
        gap: 5px;
        flex-wrap: wrap;
    }

    .page-link {
        padding: 6px 12px;
        font-size: 0.8125rem;
    }

    .toggle-buttons {
        gap: 10px;
        padding: 15px;
    }

    .toggle-btn {
        padding: 8px 20px;
        font-size: 0.8125rem;
    }

    .hot-clicks-title {
        font-size: 0.9375rem;
        padding: 10px 15px;
    }

    .hot-click-item {
        padding: 10px 0;
    }

    .hot-click-title {
        font-size: 15px;
    }
    .dpcu{display: none;}
}

/* 手机竖屏 (最大 575px) */
@media (max-width: 575px) {
    .header-bg {
        height: 100px;
    }

    .center-Box {
        margin: -15px 5px 15px;
        padding: 10px;
        border-radius: 6px;
    }

    .title-box {
        height: auto;line-height:4;
        padding: 10px;
        font-size: 15px;
        border-radius: 6px;
        margin-bottom: 20px;
    }

    .title-box .bi-house-door {
        font-size: 1rem;
        margin-right: 5px;
    }

    .breadcrumb-link,
    .breadcrumb-current {
        font-size: 14px;
    }

    .content-wrapper {
        gap: 20px;
    }

    .sidebar-title {
        font-size: 18px;
        padding: 10px 12px;
    }

    .category-item {
        padding: 5px 12px;
        font-size: 0.875rem;
    }

    .category-name {
        font-size:16px;
    }

    .list-item {
        padding: 12px 0;
    }

    .list-item .item-title {
        font-size:16px;
        padding-left: 12px;overflow: hidden;;text-overflow: ellipsis;white-space: nowrap;
    }

    .list-item .item-title::before {
        width: 3px;
        height: 16px;
    }

    .list-item .item-text {
        font-size: 14px;
        line-height: 1.6;
    }
    .footer-logo-title{font-size: 26px;}
    .item-footer {
        font-size: 0.75rem;
    }

    .item-footer .bi-clock {
        font-size: 0.75rem;
    }

    .list-item .item-date {
        font-size: 0.75rem;
    }

    .image-list-item {
        padding: 12px;
    }

    .image-list-item .item-image {
        height: 160px;
    }

    .image-list-item .item-title {
        font-size:18px;
    }

    .image-list-item .item-desc {
        font-size: 15px;line-height: 2;
    }

    .image-list-item .item-date-wrapper {
        font-size: 0.75rem;
    }

    /* 文本详情响应式 */
    .text-detail {
        padding: 15px 10px;
    }

    .detail-title {
        font-size: 1.125rem;
    }

    .divider-line {
        width: 50px;
        height: 3px;
    }

    .detail-content {
        font-size: 0.875rem;
        line-height: 1.7;
    }

    .detail-content p {
        text-indent: 1.5em;
    }

    .detail-content h3 {
        font-size: 16px;
        padding-left: 12px;
        border-left-width: 3px;
    }

    .detail-content ul {
        padding-left: 30px;
    }

    .detail-content blockquote {
        padding: 15px 20px;
        margin: 20px 0;
    }

    .detail-content blockquote p {
        font-size: 0.8125rem;
    }

    .pagination {
        margin-top: 30px;
        padding-top: 20px;
    }

    .page-link {
        padding: 5px 10px;
        font-size: 0.75rem;
    }

    .toggle-buttons {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
        padding: 12px;
    }

    .toggle-btn {
        flex: 1;
        min-width: calc(33.33% - 6px);
        padding: 10px 15px;
        font-size: 0.8125rem;
    }

    .hot-clicks-section {
        margin-top: 30px;
    }

    .hot-clicks-title {
        font-size: 0.875rem;
        padding: 8px 12px;
    }

    .hot-click-item {
        padding: 8px 0;
        gap: 8px;
    }

    .hot-rank {
        min-width: 5px;
        height: 5px;
        font-size: 0.6875rem;
    }

    .hot-click-title {
        font-size: 14px;
        line-height: 1.5;
    }
    
.category-name {
    font-size: 16px;
    color: #333;padding:0;width: 100%;display: block;
}

}

/* 超小屏幕 (最大 375px) */
@media (max-width: 375px) {
    .center-Box {
        margin: -10px 3px 10px;
        padding: 8px;
    }

    .title-box {
        padding: 8px;
        font-size: 11px;
    }

    .breadcrumb-separator {
        margin: 0 3px;
    }

    .list-item .item-title {
        font-size: 14px;
    }

    .list-item .item-text {
        font-size: 11px;
    }

    .image-list-item .item-image {
        height: 140px;
    }

    .pagination {
        gap: 3px;
    }

    .page-link {
        padding: 4px 8px;
        font-size: 0.6875rem;
    }
}

/* 热门点击列表 */
.hot-clicks-section {
    margin-top: 40px;
}

.hot-clicks-title {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    padding: 12px 20px;
    background-color: #f5f5f5;
    border-left: 4px solid #0066cc;
    border-radius: 4px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hot-clicks-title.collapsible {
    cursor: pointer;
    user-select: none;
}

.hot-clicks-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 90%;
    transition: all 0.3s ease;
}

.hot-click-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px dashed #e0e0e0;
    transition: all 0.3s;
}

.hot-click-item:hover {
    background-color: #f9f9f9;
}

.hot-rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 6px;
    height: 6px;
    font-size: 0.75rem;
    font-weight: bold;
    color: #666;
    background-color: #f0f0f0;
    border-radius:20px;
    flex-shrink: 0;
}

.hot-rank-1 {
    background-color: #0d6efd;
    color: #fff;margin-top: 8px;
}

.hot-rank-2 {
    background-color: #ff7a45;
    color: #fff;
}

.hot-rank-3 {
    background-color: #ffa940;
    color: #fff;
}

.hot-click-title {
    flex: 1;
    font-size: 15px;
    color: #333;
    text-decoration: none;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hot-click-title:hover {
    color: #0066cc;
}

/* 人物卡片列表 */
.person-card-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px 0;
}

.person-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s;
    cursor: pointer;
}

.person-card:hover {
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.15);
    transform: translateY(-5px);
    border-color: #0066cc;
}

.person-avatar {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    background-color: #f5f5f5;
}

.person-info {
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    padding: 15px;
    text-align: center;
}

.person-name {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 8px 0;
}

.person-position {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.6;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

/* 人物卡片响应式 */
@media (max-width: 991px) {
    .person-card-list {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 15px;
    }

    .person-info {
        padding: 12px;
    }

    .person-name {
        font-size: 20px;
    }

    .person-position {
        font-size:14px;
    }
    .active-title{font-size: 20px;}
}

@media (max-width: 767px) {
    .person-card-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .active-title{font-size: 20px !important;padding: 15px 30px;}
    .img-article-title,.party-article-title{font-size: 18px;}
    .active-rec h2,.btn-member-app .cn{font-size: 20px;}
    .custom-tabs .nav-link{font-size: 20px;padding: 15px;}
    .announcement-box .section-title,.blue-header h3,.btn-org-list{font-size: 22px;}
    .img-article2 .date-box .date-title{font-size: 16px;    line-height: 1.6;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;font-weight: normal;;
        overflow: hidden;}
.section-title{font-size: 22px !important;font-weight: bold}
    .member-swiper{margin: 50px 20px 0;}
    .person-info {
        padding: 10px;
    }

    .person-name {
        font-size: 0.9375rem;
        margin-bottom: 6px;
    }

    .person-position {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .person-card-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .person-info {
        padding: 8px;
    }

    .person-name {
        font-size: 18px;
    }

    .person-position {
        font-size: 14px;line-height: 2;
    }
}

/* 文章详情页样式 */
.article-detail {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
}

.article-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 0 0 25px 0;
    line-height: 1.5;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.article-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 15px 0 30px;
    font-size: 15px;
    color: #666;
    border-bottom: 1px dashed #e0e0e0;
    margin-bottom: 30px;
}

.article-source,
.article-date {
    display: flex;
    align-items: center;
    gap: 6px;
}

.article-meta .bi {
    font-size: 1rem;
    color: #0066cc;
}

.article-content {
    font-size: 1rem;
    line-height: 2;
    color: #333;
}

.article-content p {
    margin: 0;
    text-indent: 2em;
    text-align: justify;
}

.article-content h3 {
    font-size: 1.375rem;
    font-weight: 600;
    color: #0066cc;
    margin: 35px 0 20px 0;
    padding-left: 15px;
    border-left: 4px solid #0066cc;
    text-indent: 0;
}

.article-content ul {
    margin: 15px 0 20px 0;
    padding-left: 40px;
}

.article-content li {
    margin: 10px 0;
    line-height: 2;
    color: #555;
}

.article-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 25px auto;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.article-content blockquote {
    margin: 30px 0;
    padding: 20px 30px;
    background-color: #f5f9ff;
    border-left: 4px solid #0066cc;
    border-radius: 4px;
}

.article-content blockquote p {
    margin: 0 0 10px 0;
    font-style: italic;
    color: #555;
    text-indent: 0;
}

.article-content blockquote p:last-child {
    margin-bottom: 0;
}
/* Download List (xzkk) Styles */
.xz-list-item {
    transition: background-color 0.3s ease;
    padding-left: 10px;
    padding-right: 10px;
}
.xz-list-item h4{font-size: 1.125rem;
    font-weight: 500;
    color: #333;
    margin: 0;
    position: relative;
    line-height: 1.5;
 }
.fbl{font-size: 13px;line-height: 3;color: #666;display: block;width: 100%}
.xz-list-item:hover {
    background-color: #fafafa;
}
.xz-item-title {
    color: #444;
}
.btn-download {
    border: 1px solid #4a8df3;
    color: #4a8df3;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: transparent;
}
.btn-download:hover {
    background-color: #4a8df3;
    color: #fff;
    text-decoration: none;
}
/* 文章详情响应式 */
@media (max-width: 991px) {
    .article-detail {
        padding: 30px 25px;
    }

    .article-title {
        font-size: 1.75rem;
    }

    .article-meta {
        gap: 20px;
    }

    .article-content {
        font-size: 0.9375rem;
    }

    .article-content h3 {
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {
    .article-detail {
        padding: 25px 20px;
    }

    .article-title {
        font-size: 1.5rem;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .article-meta {
        flex-direction: column;
        gap: 10px;
        padding: 12px 0 20px;
        font-size: 14px;
    }

    .article-content {
        font-size: 0.9375rem;
        line-height: 1.9;
    }

    .article-content p {
        text-indent: 1.5em;
    }

    .article-content h3 {
        font-size: 1.125rem;
        margin: 25px 0 15px 0;
        padding-left: 12px;
        border-left-width: 3px;
    }

    .article-content ul {
        padding-left: 30px;
    }

    .article-content blockquote {
        padding: 15px 20px;
        margin: 20px 0;
    }
}

@media (max-width: 575px) {
    .article-detail {
        padding: 20px 15px;
    }

    .article-title {
        font-size: 1.25rem;
        margin-bottom: 15px;
        padding-bottom: 12px;
    }

    .article-meta {
        font-size: 14px;
        padding: 10px 0 15px;
    }

    .article-meta .bi {
        font-size: 0.875rem;
    }

    .article-content {
        font-size: 0.875rem;
        line-height: 1.8;
    }

    .article-content h3 {
        font-size: 1rem;
        margin: 20px 0 12px 0;
        padding-left: 10px;
    }

    .article-content blockquote {
        padding: 12px 15px;
        margin: 15px 0;
    }
}

@media (max-width: 375px) {
    .article-detail {
        padding: 15px 10px;
    }

    .article-title {
        font-size: 1.125rem;
    }

    .article-content {
        font-size: 0.8125rem;
    }

    .article-content h3 {
        font-size: 0.9375rem;
    }
}

/* 文章上一篇/下一篇导航 */
.article-nav-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #f0f0f0;
}

.article-nav-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.article-nav-item:hover {
    background-color: #f0f7ff;
    border-color: #0066cc;
    box-shadow: 0 2px 8px rgba(0, 102, 204, 0.1);
    transform: translateY(-2px);
}

.article-nav-prev {
    text-align: left;
}

.article-nav-next {
    text-align: right;
}

.article-nav-label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #999;
    font-weight: 500;
}

.article-nav-prev .article-nav-label {
    justify-content: flex-start;
}

.article-nav-next .article-nav-label {
    justify-content: flex-end;
}

.article-nav-label .bi {
    font-size: 0.875rem;
}

.article-nav-link {
    font-size: 0.9375rem;
    color: #333;
    text-decoration: none;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s ease;
}

.article-nav-link:hover {
    color: #0066cc;
}

/* 当没有上一篇或下一篇时的样式 */
.article-nav-item.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.article-nav-item.disabled:hover {
    background-color: #f8f9fa;
    border-color: #e0e0e0;
    box-shadow: none;
    transform: none;
}

/* 文章导航响应式 */
@media (max-width: 767px) {
    .article-nav-wrapper {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 30px;
        padding-top: 25px;
    }

    .article-nav-item {
        padding: 15px;
    }

    .article-nav-next {
        text-align: left;
    }

    .article-nav-next .article-nav-label {
        justify-content: flex-start;
        flex-direction: row-reverse;
    }

    .article-nav-label {
        font-size: 0.8125rem;
    }

    .article-nav-link {
        font-size: 0.875rem;
    }
    .doctor-photo-wrapper{width: 100% !important;}
    .doctor-photo-wrapper img{display: block;margin: 10px auto;}
}

@media (max-width: 575px) {
    .article-nav-wrapper {
        gap: 12px;
        margin-top: 25px;
        padding-top: 20px;
    }

    .article-nav-item {
        padding: 12px;
    }

    .article-nav-label {
        font-size: 0.75rem;
    }

    .article-nav-link {
        font-size: 0.8125rem;
        line-height: 1.5;
    }
}

@media (max-width: 375px) {
    .article-nav-wrapper {
        gap: 10px;
        margin-top: 20px;
        padding-top: 15px;
    }

    .article-nav-item {
        padding: 10px;
    }

    .article-nav-label {
        font-size: 0.6875rem;
    }

    .article-nav-link {
        font-size: 0.75rem;
    }
}

/* ==================== 医生详情页样式 ==================== */

.doctor-detail {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
}

/* 医生基本信息区域 */
.doctor-header {
    display: flex;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 40px;
}

.doctor-photo-wrapper {
    flex-shrink: 0;width: 25%;
}

.doctor-photo {
    width: 100%;aspect-ratio: calc(3/4);

    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 3px solid #f0f0f0;
}

.doctor-basic-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.doctor-name {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0;
    line-height: 1.3;
}

.doctor-title-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.doctor-title-badge {
    display: inline-block;
    padding: 6px 16px;
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    color: #fff;
    border-radius: 20px;
    font-size:16px;
    font-weight: 500;
}

.doctor-info-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.doctor-info-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.9375rem;
    line-height: 1.6;
}

.doctor-info-item .bi {
    font-size: 1.125rem;
    color: #0066cc;
    margin-top: 2px;
    flex-shrink: 0;
}

.info-label {
    color: #666;
    font-weight: 500;
    flex-shrink: 0;
}

.info-value {
    color: #333;
}

.doctor-brief {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #0066cc;
}

.brief-title {
    font-size: 18px;
    font-weight: 600;
    color: #0066cc;
    margin: 0 0 12px 0;
}

.brief-text {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin: 0;
    text-align: justify;
}

/* 医生详细信息区域 */
.doctor-detail-content {
    padding: 30px;
    background-color: #fafafa;
    border-radius: 8px;
    border: 1px solid #e8e8e8;font-size: 15px;line-height: 2;
}

.doctor-content-title {
    font-size: 24px;
    font-weight: 600;
    color: #0066cc;
    margin: 0 0 25px 0;
    padding-bottom: 15px;
    border-bottom: 2px solid #e0e0e0;
}

.doctor-detail-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0066cc;
    margin: 30px 0 15px 0;
    padding-left: 15px;
    border-left: 4px solid #0066cc;
}

.doctor-detail-content h3:first-of-type {
    margin-top: 0;
}

.doctor-detail-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin: 0 0 20px 0;
    text-align: justify;
}

.doctor-detail-content ul {
    margin: 15px 0 20px 0;
    padding-left: 40px;
}

.doctor-detail-content li {
    margin: 10px 0;
    line-height: 1.8;
    color: #555;
}

.doctor-detail-content strong {
    color: #333;
    font-weight: 600;
}

.doctor-detail-content blockquote {
    margin: 30px 0;
    padding: 20px 30px;
    background-color: #f5f9ff;
    border-left: 4px solid #0066cc;
    border-radius: 4px;
}

.doctor-detail-content blockquote p {
    margin: 0 0 10px 0;
    font-style: italic;
    color: #555;
    text-indent: 0;
}

.doctor-detail-content blockquote p:last-child {
    margin-bottom: 0;
}

.doctor-detail-content blockquote footer {
    font-size: 14px;
    color: #999;
    text-align: right;
    margin-top: 10px;
}

/* 医生导航 */
.doctor-nav-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #f0f0f0;
}

.doctor-nav-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.doctor-nav-item:hover {
    background-color: #f0f7ff;
    border-color: #0066cc;
    box-shadow: 0 2px 8px rgba(0, 102, 204, 0.1);
    transform: translateY(-2px);
}

.doctor-nav-prev {
    text-align: left;
}

.doctor-nav-next {
    text-align: right;
}

.doctor-nav-label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #999;
    font-weight: 500;
}

.doctor-nav-prev .doctor-nav-label {
    justify-content: flex-start;
}

.doctor-nav-next .doctor-nav-label {
    justify-content: flex-end;
}

.doctor-nav-label .bi {
    font-size: 14px;
}

.doctor-nav-link {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: #333;
}

.doctor-nav-next .doctor-nav-link {
    flex-direction: row-reverse;
}

.doctor-nav-photo {
    width: 50px;
    height: 65px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
    border: 2px solid #e0e0e0;
    transition: border-color 0.3s ease;
}

.doctor-nav-item:hover .doctor-nav-photo {
    border-color: #0066cc;
}

.doctor-nav-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
}

.doctor-nav-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    transition: color 0.3s ease;
}

.doctor-nav-item:hover .doctor-nav-name {
    color: #0066cc;
}

.doctor-nav-title {
    font-size: 13px;
    color: #666;
}

/* 医生详情响应式 */
@media (max-width: 991px) {
    .doctor-detail {
        padding: 30px 25px;
    }

    .doctor-header {
        gap: 30px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .doctor-photo {
        width: 240px;
        height: 320px;
    }

    .doctor-name {
        font-size: 28px;
    }

    .section-title {
        font-size: 20px;
    }
}
/*简介*/
.xhjjbt{font-size: 22px;line-height: 3;background:#eeeff3;text-align: center;color: #0057ad;font-weight: bold;border-radius: 5px; }
.xhjj{margin: 30px auto;font-size: 16px;line-height:30px;color: #555;}
.xhjj img{max-width: 100%;height: auto;}
@media (max-width: 767px) {
    .doctor-detail {
        padding: 25px 20px;
    }

    .doctor-header {
        flex-direction: column;
        align-items: center;
        gap: 25px;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .doctor-photo {
        width: 220px;
        height: 300px;
    }

    .doctor-basic-info {
        width: 100%;
        gap: 15px;
    }

    .doctor-name {
        font-size: 26px;
        text-align: center;
    }

    .doctor-title-group {
        justify-content: center;
    }

    .doctor-info-item {
        font-size: 14px;
    }

    .doctor-info-item .bi {
        font-size: 16px;
    }

    .doctor-brief {
        padding: 15px;
    }

    .brief-title {
        font-size: 16px;
    }

    .brief-text {
        font-size: 14px;
    }

    .doctor-detail-content {
        padding: 20px 15px;
    }

    .doctor-content-title {
        font-size: 20px;
        margin-bottom: 20px;
        padding-bottom: 12px;
    }

    .doctor-detail-content h3 {
        font-size: 18px;
        margin: 25px 0 12px 0;
        padding-left: 12px;
        border-left-width: 3px;
    }

    .doctor-detail-content p {
        font-size: 14px;
    }

    .doctor-detail-content ul {
        padding-left: 30px;
    }

    .doctor-detail-content blockquote {
        padding: 15px 20px;
        margin: 20px 0;
    }

    .doctor-detail-content blockquote footer {
        font-size: 13px;
    }

    /* 医生导航响应式 */
    .doctor-nav-wrapper {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 30px;
        padding-top: 25px;
    }

    .doctor-nav-item {
        padding: 15px;
    }

    .doctor-nav-next {
        text-align: left;
    }

    .doctor-nav-next .doctor-nav-label {
        justify-content: flex-start;
        flex-direction: row-reverse;
    }

    .doctor-nav-next .doctor-nav-link {
        flex-direction: row;
    }

    .doctor-nav-label {
        font-size: 13px;
    }

    .doctor-nav-name {
        font-size: 15px;
    }

    .doctor-nav-title {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .doctor-detail {
        padding: 20px 15px;
    }

    .doctor-header {
        gap: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .doctor-photo {
        width: 180px;
        height: 240px;
    }

    .doctor-name {
        font-size: 22px;
    }

    .doctor-title-badge {
        padding: 5px 12px;
        font-size: 13px;
    }

    .doctor-info-item {
        font-size: 13px;
    }

    .doctor-brief {
        padding: 12px;
    }

    .brief-title {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .brief-text {
        font-size: 13px;
        line-height: 1.7;
    }

    .doctor-detail-content {
        padding: 15px 12px;
    }

    .doctor-content-title {
        font-size: 18px;
        margin-bottom: 18px;
        padding-bottom: 10px;
    }

    .doctor-detail-content h3 {
        font-size: 16px;
        margin: 20px 0 10px 0;
        padding-left: 10px;
    }

    .doctor-detail-content p {
        font-size: 13px;
        line-height: 1.7;
    }

    .doctor-detail-content ul {
        padding-left: 25px;
    }

    .doctor-detail-content li {
        margin: 8px 0;
    }

    .doctor-detail-content blockquote {
        padding: 12px 15px;
        margin: 15px 0;
    }

    .doctor-detail-content blockquote p {
        font-size: 13px;
    }

    .doctor-detail-content blockquote footer {
        font-size: 12px;
    }

    .doctor-nav-wrapper {
        gap: 12px;
        margin-top: 25px;
        padding-top: 20px;
    }

    .doctor-nav-item {
        padding: 12px;
    }

    .doctor-nav-photo {
        width: 40px;
        height: 55px;
    }

    .doctor-nav-link {
        gap: 12px;
    }

    .doctor-nav-label {
        font-size: 12px;
    }

    .doctor-nav-name {
        font-size: 16px;
    }

    .doctor-nav-title {
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .doctor-detail {
        padding: 15px 10px;
    }

    .doctor-photo {
        width: 160px;
        height: 220px;
    }

    .doctor-name {
        font-size: 20px;
    }

    .doctor-title-badge {
        padding: 4px 10px;
        font-size: 12px;
    }

    .section-title {
        font-size: 15px;
    }

    .doctor-content-title {
        font-size: 16px;
    }

    .doctor-detail-content h3 {
        font-size: 15px;
    }

    .doctor-detail-content p {
        font-size: 12px;
    }

    .doctor-detail-content li {
        font-size: 12px;
    }

    .doctor-nav-photo {
        width: 38px;
        height: 50px;
    }

    .doctor-nav-name {
        font-size: 13px;
    }
}
