/*
 * @Description: 南京FDE联盟专题页样式
 * @Author: daren
 * @Date: 2026-07-31
 */

/* ===== 学院简介 start ===== */
.fde_intro {
    margin: 0 auto;
    padding: 80px 0 0;
    text-align: center;
}

.fde_intro_title {
    font-size: 22px;
    color: #c5322e;
    font-weight: bold;
    margin: 20px 0 30px;
    letter-spacing: 1px;
}

.fde_intro_content {
    width: 1000px;
    margin: 0 auto;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-align: left;
}

.fde_intro_content p {
    margin-bottom: 14px;
}

.fde_intro_content strong {
    color: #c5322e;
}

.fde_intro_meta {
    margin: 50px 0 0;
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
}

.fde_intro_meta_item {
    width: 360px;
    margin-left: 60px;
    padding: 36px 30px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 5px 20px 0px rgba(63, 72, 91, 0.08);
    border-top: 4px solid #c5322e;
    text-align: center;
    transition: all .3s;
}

.fde_intro_meta_item:first-child {
    margin-left: 0;
}

.fde_intro_meta_item:hover {
    transform: translateY(-6px);
    box-shadow: 0px 10px 30px 0px rgba(197, 50, 46, 0.15);
}

.fde_intro_meta_key {
    display: inline-block;
    padding: 4px 18px;
    border-radius: 20px;
    background: #fdeceb;
    color: #c5322e;
    font-size: 14px;
}

.fde_intro_meta_val {
    font-size: 15px;
    color: #333;
    line-height: 26px;
    margin: 16px 0 0;
}
/* ===== 学院简介 end ===== */

/* ===== 背景与必要性 start ===== */
.fde_why {
    margin: 0 auto;
    padding: 80px 0;
    background: #f7f7f7;
}

.fde_why_list {
    margin-left: -40px;
    display: flex;
    flex-wrap: wrap;
}

.fde_why_item {
    width: 270px;
    float: left;
    margin-left: 40px;
    padding: 30px 24px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 5px 13px 0px rgba(63, 72, 91, 0.07);
    margin-bottom: 40px;
    transition: all .3s;
}

.fde_why_item:hover {
    transform: translateY(-6px);
    box-shadow: 0px 10px 30px 0px rgba(197, 50, 46, 0.15);
}

.fde_why_num {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    background: #c5322e;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.fde_why_tit {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 16px 0 10px;
}

.fde_why_desc {
    font-size: 13px;
    color: #666;
    line-height: 24px;
    text-align: left;
}
/* ===== 背景与必要性 end ===== */

/* ===== 通用描述 ===== */
.fde_section_desc {
    text-align: center;
    font-size: 16px;
    color: #999;
    margin: 20px auto 50px;
    width: 1000px;
    line-height: 28px;
}

/* ===== 四大功能平台 start ===== */
.fde_platform {
    margin: 0 auto;
    padding: 80px 0;
}

.fde_platform_list {
    margin-left: -40px;
    display: flex;
    flex-wrap: wrap;
}

.fde_platform_item {
    width: 270px;
    float: left;
    margin-left: 40px;
    padding: 36px 26px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 5px 13px 0px rgba(63, 72, 91, 0.07);
    text-align: center;
    transition: all .3s;
}

.fde_platform_item:hover {
    transform: translateY(-6px);
    box-shadow: 0px 10px 30px 0px rgba(197, 50, 46, 0.15);
}

.fde_platform_num {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    background: #c5322e;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.fde_platform_tit {
    font-size: 19px;
    color: #333;
    font-weight: bold;
    margin: 18px 0 12px;
}

.fde_platform_desc {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
/* ===== 四大功能平台 end ===== */

/* ===== 三级认证体系 start ===== */
.fde_levels {
    margin: 0 auto;
    padding: 80px 0;
    background: #f7f7f7;
}

.fde_level_table {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 5px 13px 0px rgba(63, 72, 91, 0.07);
}

.fde_level_table table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.fde_level_table th {
    background: #c5322e;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 14px 10px;
    text-align: center;
}

.fde_level_table td {
    font-size: 14px;
    color: #666;
    padding: 14px 10px;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
}

.fde_level_table td:first-child {
    color: #c5322e;
    font-weight: bold;
}

.fde_level_table tbody tr:hover td {
    background: #fdf6f5;
    color: #c5322e;
}
/* ===== 三级认证体系 end ===== */

/* ===== 课程模块 start ===== */
.fde_course {
    margin: 0 auto;
    padding: 80px 0;
}

.fde_course_list {
    margin-left: -40px;
    display: flex;
    flex-wrap: wrap;
}

.fde_course_item {
    width: 370px;
    float: left;
    margin-left: 40px;
    padding: 36px 30px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 5px 20px 0px rgba(63, 72, 91, 0.08);
    border-left: 4px solid #c5322e;
    text-align: center;
    transition: all .3s;
}

.fde_course_item:hover {
    transform: translateY(-6px);
    box-shadow: 0px 10px 30px 0px rgba(197, 50, 46, 0.15);
}

.fde_course_tag {
    display: inline-block;
    padding: 3px 16px;
    border-radius: 20px;
    background: #fdeceb;
    color: #c5322e;
    font-size: 14px;
    font-weight: bold;
}

.fde_course_name {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin: 16px 0;
}

.fde_course_desc {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}
/* ===== 课程模块 end ===== */

/* ===== 服务体系 start ===== */
.fde_service {
    margin: 0 auto;
    padding: 80px 0;
    background: #f7f7f7;
}

.fde_service_list {
    margin-left: -40px;
    display: flex;
    flex-wrap: wrap;
}

.fde_service_item {
    width: 370px;
    float: left;
    margin-left: 40px;
    padding: 36px 30px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 5px 20px 0px rgba(63, 72, 91, 0.08);
    border-top: 4px solid #c5322e;
    text-align: center;
    transition: all .3s;
}

.fde_service_item:hover {
    transform: translateY(-6px);
    box-shadow: 0px 10px 30px 0px rgba(197, 50, 46, 0.15);
}

.fde_service_tit {
    font-size: 19px;
    color: #333;
    font-weight: bold;
    margin-bottom: 14px;
}

.fde_service_desc {
    font-size: 14px;
    color: #999;
    line-height: 26px;
}
/* ===== 服务体系 end ===== */

/* ===== 运行机制 start ===== */
.fde_operate {
    margin: 0 auto;
    padding: 80px 0;
}

.fde_operate_list {
    margin-left: -40px;
    display: flex;
    flex-wrap: wrap;
}

.fde_operate_item {
    width: 270px;
    float: left;
    margin-left: 40px;
    padding: 30px 24px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 5px 13px 0px rgba(63, 72, 91, 0.07);
    border-top: 4px solid #c5322e;
    text-align: center;
    transition: all .3s;
}

.fde_operate_item:hover {
    transform: translateY(-6px);
    box-shadow: 0px 10px 30px 0px rgba(197, 50, 46, 0.15);
}

.fde_operate_tit {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
}

.fde_operate_desc {
    font-size: 13px;
    color: #666;
    line-height: 24px;
}
/* ===== 运行机制 end ===== */

/* ===== 生态建设 start ===== */
.fde_eco {
    margin: 0 auto;
    padding: 80px 0;
    background: #f7f7f7;
}

.fde_eco_coop {
    margin-left: -40px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}

.fde_eco_coop_item {
    width: 370px;
    float: left;
    margin-left: 40px;
    padding: 30px 26px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 5px 13px 0px rgba(63, 72, 91, 0.07);
    border-left: 4px solid #c5322e;
    text-align: center;
    transition: all .3s;
}

.fde_eco_coop_item:hover {
    transform: translateY(-6px);
    box-shadow: 0px 10px 30px 0px rgba(197, 50, 46, 0.15);
}

.fde_eco_coop_tit {
    font-size: 17px;
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
}

.fde_eco_coop_desc {
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.fde_eco_steps {
    margin-left: -40px;
    display: flex;
    flex-wrap: wrap;
}

.fde_eco_step {
    width: 370px;
    float: left;
    margin-left: 40px;
    padding: 36px 30px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 5px 20px 0px rgba(63, 72, 91, 0.08);
    text-align: center;
    position: relative;
    transition: all .3s;
}

.fde_eco_step:hover {
    transform: translateY(-6px);
    box-shadow: 0px 10px 30px 0px rgba(197, 50, 46, 0.15);
}

.fde_eco_step_year {
    display: inline-block;
    padding: 4px 18px;
    border-radius: 20px;
    background: #c5322e;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.fde_eco_step_desc {
    font-size: 15px;
    color: #666;
    line-height: 26px;
    margin: 18px 0 0;
}
/* ===== 生态建设 end ===== */

/* ===== 保障机制 start ===== */
.fde_guarantee {
    margin: 0 auto;
    padding: 80px 0;
}

.fde_guarantee_list {
    margin-left: -40px;
    display: flex;
    flex-wrap: wrap;
}

.fde_guarantee_item {
    width: 370px;
    float: left;
    margin-left: 40px;
    padding: 36px 30px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 5px 20px 0px rgba(63, 72, 91, 0.08);
    border-top: 4px solid #c5322e;
    text-align: center;
    transition: all .3s;
}

.fde_guarantee_item:hover {
    transform: translateY(-6px);
    box-shadow: 0px 10px 30px 0px rgba(197, 50, 46, 0.15);
}

.fde_guarantee_tit {
    font-size: 19px;
    color: #333;
    font-weight: bold;
    margin-bottom: 14px;
}

.fde_guarantee_desc {
    font-size: 14px;
    color: #999;
    line-height: 26px;
}
/* ===== 保障机制 end ===== */

/* ===== 指导共建 start ===== */
.fde_partner {
    margin: 0 auto;
    padding: 80px 0 100px;
}

.fde_partner_box {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.fde_partner_item {
    width: 480px;
    float: left;
    margin-left: 40px;
    padding: 36px 30px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 5px 20px 0px rgba(63, 72, 91, 0.08);
    border-top: 4px solid #c5322e;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.fde_partner_item:first-child {
    margin-left: 0;
}

.fde_partner_label {
    font-size: 16px;
    color: #c5322e;
    font-weight: bold;
    margin-bottom: 14px;
    flex-shrink: 0;
}

.fde_partner_val {
    font-size: 15px;
    color: #666;
    line-height: 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* ===== 指导共建 end ===== */

/* ===== 响应式 ===== */
@media (max-width: 768px) {
    .fde_intro {
        padding: 40px 4% 0;
        width: 100%;
    }

    .fde_intro_title {
        font-size: 18px;
        margin: 14px 0 20px;
    }

    .fde_intro_content {
        width: 100%;
        font-size: 14px;
        line-height: 26px;
    }

    .fde_intro_meta {
        margin-top: 30px;
        padding-bottom: 40px;
        flex-direction: column;
    }

    .fde_intro_meta_item {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
        padding: 24px 20px;
    }

    .fde_section_desc {
        width: 100%;
        margin: 14px auto 30px;
        font-size: 14px;
    }

    .fde_platform,
    .fde_levels,
    .fde_course,
    .fde_eco,
    .fde_partner,
    .fde_why,
    .fde_service,
    .fde_operate,
    .fde_guarantee {
        padding: 40px 4%;
        width: 100%;
    }

    .fde_platform_list,
    .fde_course_list,
    .fde_eco_steps,
    .fde_why_list,
    .fde_service_list,
    .fde_operate_list,
    .fde_eco_coop,
    .fde_guarantee_list {
        margin-left: 0;
    }

    .fde_platform_item,
    .fde_course_item,
    .fde_eco_step,
    .fde_why_item,
    .fde_service_item,
    .fde_operate_item,
    .fde_eco_coop_item,
    .fde_guarantee_item {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 24px;
        padding: 24px 20px;
    }

    .fde_eco_coop {
        margin-bottom: 30px;
    }

    .fde_level_table {
        width: 100%;
        overflow-x: auto;
    }

    .fde_level_table table {
        min-width: 640px;
    }

    .fde_partner_box {
        width: 100%;
    }

    .fde_partner_item {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 20px;
    }
}
