
.breadcrumb {
    background-color: transparent;
    padding: 0;
}
        /* 关于SCMP页面特有样式 */
        .about-hero {
            background: linear-gradient(rgba(44, 95, 168, 0.9), rgba(44, 95, 168, 0.95)), url('/skin/scmp/b1.jpg');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 100px 0;
        }
        
        .breadcrumb {
            background-color: transparent;
            padding: 0;
        }
        
        .breadcrumb-item.active {
            color: var(--primary-color);
            font-weight: 500;
        }
        
        .about-card {
            border: none;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: transform 0.3s;
            height: 100%;
            overflow: hidden;
        }
        
        .about-card:hover {
            transform: translateY(-10px);
        }
        
        .about-card-img {
            height: 200px;
            object-fit: cover;
        }
        
        .timeline {
            position: relative;
            padding-left: 50px;
        }
        
        .timeline::before {
            content: '';
            position: absolute;
            left: 15px;
            top: 0;
            bottom: 0;
            width: 2px;
            background-color: var(--primary-color);
        }
        
        .timeline-item {
            position: relative;
            margin-bottom: 30px;
        }
        
        .timeline-item::before {
            content: '';
            position: absolute;
            left: -38px;
            top: 5px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background-color: var(--primary-color);
            border: 4px solid white;
        }
        
        .comparison-table th {
            background-color: var(--primary-color);
            color: white;
        }
        
        .accordion-button:not(.collapsed) {
            background-color: rgba(44, 95, 168, 0.1);
            color: var(--primary-color);
        }
        
        .accordion-button:focus {
            box-shadow: none;
            border-color: rgba(44, 95, 168, 0.25);
        }

  /* 证书优势页面特有样式 */
        .benefits-hero {
            background: linear-gradient(rgba(44, 95, 168, 0.9), rgba(44, 95, 168, 0.95)), url('/skin/scmp/bz.jpg');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 120px 0 80px;
        }
        
        .benefit-card {
            border: none;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: all 0.3s;
            height: 100%;
            overflow: hidden;
            border-top: 4px solid var(--primary-color);
        }
        
        .benefit-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.15);
        }
        
        .benefit-icon {
            font-size: 2.5rem;
            color: var(--primary-color);
            margin-bottom: 1rem;
        }
        
        .stat-card {
            background: white;
            border-radius: 12px;
            padding: 30px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
            text-align: center;
            transition: all 0.3s;
            height: 100%;
        }
        
        .stat-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        
        .stat-number {
            font-size: 3rem;
            font-weight: 700;
            color: var(--primary-color);
            line-height: 1;
        }
        
        .company-logo {
            filter: grayscale(100%);
            opacity: 0.7;
            transition: all 0.3s;
            max-width: 150px;
            max-height: 60px;
        }
        
        .company-logo:hover {
            filter: grayscale(0);
            opacity: 1;
        }
        
        .testimonial-card {
            background: white;
            border-radius: 12px;
            padding: 30px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
            position: relative;
            height: 100%;
        }
        
        .testimonial-card::before {
            content: '"';
            position: absolute;
            top: 20px;
            left: 20px;
            font-size: 5rem;
            color: rgba(44, 95, 168, 0.1);
            font-family: Georgia, serif;
            line-height: 1;
        }
        
        .testimonial-img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid var(--primary-color);
        }
        
        .case-study-card {
            border: none;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: all 0.3s;
            height: 100%;
        }
        
        .case-study-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.15);
        }
        
        .case-study-img {
            height: 200px;
            object-fit: cover;
        }
		/* 资讯中心页面特有样式 */
.news-hero {
    background: linear-gradient(rgba(44, 95, 168, 0.9), rgba(44, 95, 168, 0.95)), url('/skin/scmp/photo-1581092918056-0c4c3acd3789.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
}

.news-card {
    border: none;
    border-radius: 10px;
    transition: all 0.3s;
    height: 100%;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.news-feature-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.news-feature-card:hover {
    transform: translateY(-5px);
}

/* 标签样式 */
.tag-cloud a {
    margin: 0 5px 10px 0;
    display: inline-block;
}

/* 订阅区域 */
.subscribe-section {
    background-color: var(--primary-color);
    color: white;
}

/* 分页样式 */
.pagination .page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.pagination .page-link {
    color: var(--primary-color);
}

/* 响应式调整 */
@media (max-width: 768px) {
    .news-hero {
        padding: 60px 0;
    }
    
    .news-feature-card .col-md-5 {
        height: 200px;
    }
}
/* 资讯详情页特有样式 */
.news-detail-hero {
    background: linear-gradient(rgba(44, 95, 168, 0.9), rgba(44, 95, 168, 0.95));
    padding: 60px 0 30px;
    color: white;
}

.news-content {
    line-height: 1.8;
    font-size: 1.05rem;
}

.news-content h2,
.news-content h3,
.news-content h4 {
    color: var(--primary-color);
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.news-content img {
    max-width: 100%;
    height: auto;
    margin: 1.5rem 0;
}

.news-content table {
    margin: 1.5rem 0;
}

.comment-list .border-start {
    border-left: 3px solid rgba(44, 95, 168, 0.1) !important;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .news-detail-hero {
        padding: 40px 0 20px;
    }
    
    .news-content {
        font-size: 1rem;
    }
}
/* 报名页面特有样式 */
.apply-hero {
    background: linear-gradient(rgba(44, 95, 168, 0.9), rgba(44, 95, 168, 0.95)), url('/skin/scmp/bz.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
}

.step-card {
    border: none;
    border-radius: 10px;
    transition: all 0.3s;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.step-number {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
}

.apply-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* 表单样式 */
.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/* 响应式调整 */
@media (max-width: 768px) {
    .apply-hero {
        padding: 60px 0;
    }
    
    .step-card {
        margin-bottom: 20px;
    }
}

 /* 报名流程页面特有样式，与主站风格一致 */
        .step-card {
            border: none;
            border-radius: 10px;
            transition: transform 0.3s;
            height: 100%;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            padding: 30px 20px;
            margin-bottom: 30px;
            border-left: 4px solid var(--primary-color);
        }
        
        .step-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.15);
        }
        
        .step-number {
            display: inline-block;
            width: 40px;
            height: 40px;
            background-color: var(--primary-color);
            color: white;
            border-radius: 50%;
            text-align: center;
            line-height: 40px;
            font-weight: bold;
            margin-right: 15px;
        }
        
        .requirements-card {
            border: none;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            height: 100%;
            transition: all 0.3s;
        }
        
        .requirements-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.15);
        }
        
        .requirements-card .card-header {
            background-color: var(--primary-color);
            color: white;
            border-radius: 10px 10px 0 0 !important;
        }
        
        .documents-table th {
            background-color: var(--primary-color);
            color: white;
        }
        
        .pricing-card {
            border: none;
            border-radius: 10px;
            transition: all 0.3s;
            height: 100%;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .pricing-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.15);
        }
        
        .pricing-card .card-header {
            background-color: rgba(44, 95, 168, 0.1);
            border-radius: 10px 10px 0 0 !important;
            padding: 20px;
        }
        
        .pricing-price {
            font-size: 28px;
            font-weight: bold;
            color: var(--primary-color);
        }
        
        .timeline {
            position: relative;
            padding-left: 30px;
        }
        
        .timeline:before {
            content: "";
            position: absolute;
            left: 10px;
            top: 0;
            bottom: 0;
            width: 2px;
            background-color: var(--primary-color);
        }
        
        .timeline-item {
            position: relative;
            margin-bottom: 30px;
            padding-left: 20px;
        }
        
        .timeline-item:before {
            content: "";
            position: absolute;
            left: -10px;
            top: 5px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background-color: var(--primary-color);
            border: 4px solid white;
        }
        
        .faq-item {
            margin-bottom: 15px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        }
        
        .faq-question {
            background-color: rgba(44, 95, 168, 0.1);
            padding: 15px 20px;
            font-weight: 600;
            color: var(--primary-color);
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .faq-question:hover {
            background-color: rgba(44, 95, 168, 0.2);
        }
        
        .faq-question:after {
            content: "\f078";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            transition: transform 0.3s;
        }
        
        .faq-question.collapsed:after {
            transform: rotate(-90deg);
        }
        
        .faq-answer {
            padding: 15px 20px;
            background-color: white;
        }
        
        .page-header {
            background: linear-gradient(rgba(44, 95, 168, 0.8), rgba(44, 95, 168, 0.9)), url('/skin/scmp/bz.jpg');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 80px 0;
            margin-bottom: 30px;
        }
        
        /* 顶部导航标签样式 */
        .process-nav {
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            padding: 15px;
            margin-bottom: 30px;
        }
        
        .process-nav .nav-link {
            color: #333;
            font-weight: 500;
            padding: 10px 20px;
            border-radius: 8px;
            margin: 0 5px;
            transition: all 0.3s;
        }
        
        .process-nav .nav-link:hover, .process-nav .nav-link.active {
            background-color: var(--primary-color);
            color: white;
        }
        
        .consult-card {
            border: none;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            margin-bottom: 30px;
        }
        
        .consult-card .card-body {
            padding: 20px;
        }
        
        @media (max-width: 768px) {
            .page-header {
                padding: 60px 0;
            }
            
            .step-card, .requirements-card, .pricing-card {
                margin-bottom: 20px;
            }
            
            .process-nav .nav-link {
                padding: 8px 12px;
                font-size: 0.9rem;
                margin: 0 2px;
            }
        }
		/* 分页容器样式 */
nav[aria-label="Page navigation"] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    margin-top: 20px; /* 保持原有间距 */
}

/* 状态文本样式 */
.page-status {
    color: #666;
    font-size: 14px;
    margin-right: 15px;
    padding: 6px 0;
}

/* 所有分页链接容器 */
.page-index, .page-pre, .page-numbar, .page-next, .page-last {
    margin: 0 3px;
}

/* 分页链接基础样式 */
nav[aria-label="Page navigation"] a {
    display: inline-block;
    padding: 6px 12px;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.2s ease;
}

/* 链接hover效果 */
nav[aria-label="Page navigation"] a:hover {
    color: #23527c;
    background-color: #f5f5f5;
    border-color: #ddd;
    transform: translateY(-1px);
}

/* 当前页样式 */
.page-num-current {
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
    font-weight: bold;
    cursor: default;
}

/* 禁用状态样式（前一页/后一页无数据时） */
.page-pre a[href="javascript:;"], 
.page-next a[href="javascript:;"] {
    color: #ccc;
    background-color: #f9f9f9;
    cursor: not-allowed;
}

.page-pre a[href="javascript:;"]:hover, 
.page-next a[href="javascript:;"]:hover {
    color: #ccc;
    background-color: #f9f9f9;
    transform: none;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .page-status {
        display: none; /* 小屏幕隐藏状态文本 */
    }
    
    nav[aria-label="Page navigation"] a {
        padding: 4px 10px;
        font-size: 13px;
    }
}