.fd-dwq-channel-content {
    display: flex;
    margin: -658px auto 60px;
    width: calc(100% - 252px);
    max-width: 1668px;
    min-height: calc(100vh - 306px);
    background-color: #fff;
}

.fd-dwq-channel-content-left {
    flex-shrink: 0;
    width: 324px;
    background: rgba(0,57,162,0.03) url("../images/channel/channel-bg.png") no-repeat center bottom;
}

.fd-dwq-channel-nav {
    padding-left: 24px;
}

.fd-dwq-channel-nav li {
    display: flex;
    align-items: center;
    margin-top: 24px;
    padding-left: 32px;
    height: 68px;
    font-size: 22px;
    color: rgba(0,0,0,0.75);
    border-left: 7px solid transparent;
    cursor: pointer;
}

.fd-dwq-channel-nav li:hover {
    color: #1A3C76;
}

.fd-dwq-channel-nav li.active {
    color: #1A3C76;
    font-weight: 700;
    background-image: linear-gradient(90deg, rgba(26,60,118,0.1), rgba(26,60,118,0));
    border-left: 7px solid rgba(26,60,118,1);
}

/* 中间内容区域样式 */
.fd-dwq-channel-content-center {
    flex: 1;
    padding: 40px 60px;
    min-height: 534px;
    background-color: #fff;
    overflow-y: auto;
}

/* 内容区域样式 */
.fd-dwq-content-area {
    max-width: 100%;
}

.fd-dwq-content-area p {
    font-size: 16px;
    color: rgba(0,0,0,0.80);
    line-height: 3em;
    text-indent: 2em;
}

/* 标题区域样式 */
.fd-dwq-content-header {
    margin-bottom: 10px;
}


.fd-dwq-content-header p {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    text-indent: 0;
}

/* 右侧锚点导航样式 */
.fd-dwq-channel-content-right {
    flex-shrink: 0;
    width: 18%;
    min-width: 240px;
    background-color: #fff;
    padding: 30px 20px;
}

.fd-dwq-anchor-nav {
    position: sticky;
    padding-top: 15px;
    padding-bottom: 15px;
    top: 30px;
}

.fd-dwq-anchor-nav::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #d6deea;
}

.fd-dwq-anchor-nav::after {
    content: '';
    position: absolute;
    left: 4px;
    bottom: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(214,222,234,1);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .fd-dwq-anchor-nav {
        position: fixed;
        width: 260px;
        top: 220px;
        padding-top: 15px;
    }
}

.fd-dwq-anchor-title {
    font-size: 18px;
    color: #1A3C76;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.fd-dwq-anchor-list {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

.fd-dwq-anchor-list::before {
    content: '';
    position: absolute;
    left: 4px;
    top: -15px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(214,222,234,1);
}


.fd-dwq-anchor-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
}

.fd-dwq-anchor-dot {
    margin-right: 7px;
    width: 16px;
    height: 13px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.fd-dwq-anchor-dot::after {
    margin-top: 3px;
    margin-left: 3px;
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid rgba(214,222,234,1);
}

.fd-dwq-anchor-dot.active {
    background: url("../images/channel/anchor.png") no-repeat center center;
    background-size: 100% 100%;
}

.fd-dwq-anchor-dot.active::after {
    display: none;
}

.fd-dwq-anchor-list a {
    font-size: 16px;
    color: rgba(0,0,0,0.70);
    line-height: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    flex: 1;
}

.fd-dwq-anchor-list li:hover a,
.fd-dwq-anchor-list li.active a {
    color: #1A3C76;
    font-weight: 600;
}

.fd-dwq-channel-top {
    padding: 16px 20px;
    background: #F5FBFF;
    border-radius: 2px;
}

.fd-dwq-channel-top h1 {
    margin-bottom: 10px;
    font-size: 22px;
    color: #333333;
    font-weight: 700;
    line-height: 28px;
}

.fd-dwq-channel-top p {
    font-size: 18px;
    color: rgba(51,51,51,0.75);
    line-height: 28px;
}

.fd-dwq-channel-top p a {
    text-decoration: underline;
}

.fd-dwq-channel-image {
    padding: 30px 0;
    text-align: center;
}

.fd-dwq-channel-image.fd-align-left {
    padding: 10px 0;
    text-align: left;
}

.fd-dwq-channel-image p {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    line-height: 26px;
}

.fd-dwq-channel-image img {
    margin: 20px 0;
    max-width: 100%;
}

.fd-dwq-channel-image.column-2 {
    padding: 30px 0;
}

.fd-dwq-channel-image.column-2 img {
    margin: 0;
    max-width: 48%;
}

.fd-dwq-channel-image.column-2 img:first-child {
    margin-right: 1%;
}

.fd-dwq-channel-list {

}

.fd-dwq-channel-list li {
    height: 84px;
    line-height: 84px;
    font-size: 18px;
    color: #333333;
    letter-spacing: 1px;
    text-align: justify;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px dashed rgba(12,79,175,0.2);
    cursor: pointer;
}

.fd-dwq-channel-list li:hover {
    color: #1A3C76;
}

.fd-dwq-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 0;
    font-size: 14px;
    color: #666666;
}

.fd-dwq-pagination .pagination-btn {
    margin: 0 3px;
    padding: 0 5px;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    text-align: center;
    background: #FFFFFF;
    border: 1px solid rgba(217,217,217,1);
    border-radius: 3px;
    cursor: pointer;
}

.fd-dwq-pagination .pagination-btn-prev, .fd-dwq-pagination .pagination-btn-next {
    font-family: simsun;
    font-size: 14px;
    font-weight: 700;
}

.fd-dwq-pagination .pagination-btn:hover {
    color: #1A3C76;
    border-color: #1A3C76;
}

.fd-dwq-pagination .pagination-btn.active {
    color: #FFFFFF;
    border-color: #1A3C76;
    background-color: #1A3C76;
}

.fd-dwq-pagination .pagination-total {
    margin-right: 10px;
}

.fd-dwq-pagination .pagination-jump {
    margin: 0 10px;
}

.fd-dwq-pagination .pagination-input {
    width: 40px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid rgba(217,217,217,1);
    border-radius: 3px;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
}

.fd-dwq-pagination .pagination-page {
    margin-left: 10px;
}

.fd-dwq-pagination .pagination-btn.disabled {
    color: rgba(0,0,0,0.35);
    border-color: rgba(217,217,217,1);
    cursor: not-allowed;
}

.fd-dwq-img-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px;
}

.fd-dwq-img-link img {
    margin: 16px 20px;
    width: calc(33.333% - 40px);
    max-width: 340px;
    object-fit: cover;
}

/* 弹出层样式 */
.fd-dwq-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none;
}

.fd-dwq-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 36px;
    width: 90%;
    max-width: 1000px;
    max-height: 90vh;
    background: #FFFFFF url("../images/channel/modal-bg.png") no-repeat right bottom;
    border: 2px solid rgba(255,255,255,1);
    box-shadow: 0px 0px 10px 0px rgba(5,79,185,0.09);
    z-index: 9999;
    display: none;
    overflow: hidden;
}

.fd-dwq-modal-header {
    position: relative;
    display: flex;
    align-items: center;
    height: 70px;
    border-bottom: 4px solid #1A3C76;
}


.fd-dwq-modal-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0;
    line-height: 1.4;
}

.fd-dwq-modal-badge {
    flex-shrink: 0;
    margin-left: 8px;
    margin-right: 10px;
    padding: 0 10px;
    font-size: 18px;
    color: #00CC88;
    font-weight: 400;
    line-height: 30px;
    background: rgba(0,204,136,0.05);
    border: 1.5px solid rgba(0,204,136,1);
    border-radius: 3px;
}

.fd-dwq-modal-close {
    position: absolute;
    top: 16px;
    right: -20px;
    width: 20px;
    height: 20px;
    background: none;
    border: none;
    font-size: 20px;
    color: #666;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: url("../images/channel/close.png") no-repeat center center;
    background-size: 100% 100%;
}

.fd-dwq-modal-close:hover {
    background-color: #f0f0f0;
    color: #333;
}

.fd-dwq-modal-body {
    padding: 20px 0 36px;
    display: flex;
    gap: 25px;
    max-height: calc(90vh - 120px);
    overflow-y: auto;
}

.fd-dwq-modal-description {
    flex: 1;
}

.fd-dwq-modal-description p {
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 30px;
}

.fd-dwq-modal-contact {
    flex-shrink: 0;
    width: 330px;
    padding-left: 36px;
    border-left: 1px dashed #e5e5e5;
}


.fd-dwq-contact-item {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}

.fd-dwq-contact-label {
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.7;
}

.fd-dwq-contact-value {
    flex: 1;
    word-break: break-all;
    font-size: 16px;
    line-height: 1.5;
}

.fd-dwq-modal-btn {
    margin-top: 13px;
    padding: 0 10px;
    color: #fff;
    line-height: 36px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    background-color: #1A3C76;
    transition: all 0.3s ease;
    cursor: pointer;
}

.fd-dwq-modal-btn:hover {
    background-color: #0d2b5a;
    transform: translateY(-1px);
}

/* 弹出层动画效果 */
.fd-dwq-modal.fade-in {
    animation: modalFadeIn 0.3s ease-out;
}

.fd-dwq-modal-overlay.fade-in {
    animation: overlayFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -60%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

@keyframes overlayFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* 防止页面滚动 */
body.fd-dwq-modal-open {
    overflow: hidden;
}

.fd-dwq-channel-detail {
    padding: 0 40px;
    font-size: 16px;
    color: rgba(51,51,51,0.60);
}

.fd-dwq-channel-breadcrumb-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 36px;
    font-size: 16px;
    color: rgba(51,51,51,0.60);
    line-height: 24px;
    text-align: justify;
}

.fd-dwq-channel-breadcrumb-nav a {
    font-size: 16px;
    color: #333333;
}

.fd-dwq-channel-breadcrumb-nav a:hover {
    color: #1A3C76;
}


.fd-dwq-channel-breadcrumb-nav span {
    font-size: 16px;
    color: #333333;
    margin: 0 5px;
}

.fd-dwq-channel-detail-content {
    padding: 0 100px;
}

.fd-dwq-channel-detail-content-title {
    font-size: 28px;
    color: #333333;
    letter-spacing: 1.56px;
    text-align: center;
}

.fd-dwq-channel-detail-content-time {
    margin-top: 16px;
    font-size: 18px;
    color: #878787;
    text-align: center;
}

.fd-dwq-channel-detail-content-text {
    margin-top: 36px;
    font-size: 16px;
    color: #333333;
    line-height: 2em;
}

.fd-dwq-channel-detail-content-text p {
    font-size: 16px;
    color: #333333;
    line-height: 2em;
    text-indent: 2em;
}

.fd-dwq-channel-detail-bottom {
    margin-top: 48px;
    padding: 8px 100px;
    border-top: 1px solid rgba(12,79,175,0.3);
}

.fd-dwq-channel-detail-bottom p {
    margin-top: 16px;
    font-size: 16px;
    color: #333333;
}

.fd-dwq-channel-detail-bottom p a {
    font-size: 16px;
    color: #333333;
    opacity: 0.6;
}

.fd-dwq-channel-detail-bottom p a:hover {
    opacity: 1;
    color: #1A3C76;
    text-decoration: underline;
}

@media (max-width: 1600px) {
    .fd-dwq-channel-content {
        width: calc(100% - 196px);
    }

    .fd-dwq-channel-content-left {
        width: 244px;
    }

    .fd-dwq-channel-nav {
        padding-left: 24px;
    }

    .fd-dwq-channel-nav li {
        padding-left: 20px;
        font-size: 18px;
    }

    .fd-dwq-channel-content-center {
        padding: 20px;
    }

    .fd-dwq-channel-detail-content {
        padding: 0 40px;
    }

    .fd-dwq-channel-detail-bottom {
        padding: 8px 40px;
    }
}
