body,
html {
    margin: 0;
    padding: 0;
    background-color: #f4f6f9;
    height: 100%;

}

.educationBannerPhone {
    display: none;
}

.banner_top {
    position: relative;
}

.topBut {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    height: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
}

.but1 {
    background: #fff;
    width: 130px;
    color: #1C5CA6;
    margin-right: 15px;



}

.but2 {
    width: 150px;

    border: 1px solid #fff;
    color: #fff;

}

.flexCenter {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.flexStretch1 {
    display: flex;
    align-items: stretch;
    width: 100%;
}
.flexStretch2 {
    display: flex;
    align-items: stretch
}
/* ===========================华侨生联考========================== */
.JOINT-small-section .destinations-box{
    padding: 0 130px;
}
.arrow {
    width: 10px;
}

.hqs-phone {
    display: none;
}
/* 悬停时：向上移动，盖住图片 */
.phoneProject:hover .projectTextBox {
    transform: translateY(0px);
    /* 上移 盖住 topImage 一部分 */
  }
  .projectTextBox{
    min-height: auto;
    padding: 10px;
  }
.hqsLeft-box {
    /*padding: 15px 10px;*/
    background-color: #fff;
    border-bottom: 3px solid #1C5CA6;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    overflow-y: scroll;
}

.hqsLeft-List {
    padding: 15px 10px;
    /*border-bottom: 1px solid #EEEEEE;*/
    background-color: #fff;
}

.hqsLeft-list1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.hqsLeft-title {
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    font-size: 14px;
    color: #000;
    transition: font-size 0.3s ease, font-weight 0.3s ease;
}

.hqsLeft-title.active {
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

/* 动画关键：使用 max-height 控制展开收起 */
.hqsLeft-text {
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    font-weight: 400;
    font-size: 11px;
    color: #666666;
    margin-top: 5px;
    line-height: 1.5;
    overflow: hidden;
    /* 初始 max-height 较小，展开时变大 */
    max-height: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 1;
    /* 新增：允许内部滚动 */
    display: block;
}

.hqsLeft-text.expanded {
    max-height: max-content;
    /* 控制最大显示高度 */
    overflow-y: auto;
    /* 超出时出现滚动条 */
    padding: 15px;
    /* 平滑过渡 */
    transition: max-height 0.4s ease;
}

/* 箭头图标旋转动画 */
.arrow-icon {
    transition: transform 0.3s ease;
}

.arrow-rotated {
    transform: rotate(90deg);
}

.JOINT-small-section{
    
}
.JOINT-small-section .JOINT-title{
    font-size: 20px;
    font-weight: bold;
    color: #111111;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
}
.JOINT-small-section .JOINT-text{
    font-size: 16px;
    color: #111111;
    margin-bottom: 10px;

    text-align: center;
}
.JOINT-small-section  .JOINT-little-text{
    font-size: 14px;
    color: #111111;
    margin-bottom: 20px;
    text-align: center;
}
.JOINT-small-section .projectTitle{
    font-size: 16px;
}
/* ===========================相关问答========================== */
.QABox {
    background-color: #fff;
    padding: 20px;
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    height: 100%;
}

.QABox .QAtext {
    display: flex;
       align-items: flex-start;
}

.QABox .QAtext .QAIcon {
    width: 16px;
}

.QABox .QATitle {
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    color: #111111;
    margin-left: 10px;
    /* 单行省略号 */
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

.QABox .QADesc {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    margin-left: 10px;
    /* 单行省略号 */
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

/* ===========================冬或夏令营=========================== */
.s-camp{
    position: absolute;
    width: 60px;
    height: 30px;
    /* width: 10px; */
    /* height: 10px; */
    background-color: #FECB18;
    top: 10px;
    left: 10px;
    font-size: 13px;
    color: #111111;
    text-align: center;
    line-height: 30px;

}
.w-camp{
color: #fff;
    background-color: #10A67D;

}
.camp-box {
    background-color: #fff;
    padding: 5px;
    /* 确保包含内的弹性布局和文本截断 */
    box-sizing: border-box;
    position: relative;
}
.camp-box .topImage{
    height: 250px;
}

.camp-box .camp-title {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    margin-top: 5px;
}

.camp-box .camp-title .camp-title-left {
    font-weight: bold;
    font-size: 16px;
    color: #111111;

    /* 单行文本省略 */
    white-space: nowrap;
    /* 不换行 */
    overflow: hidden;
    /* 超出隐藏 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
}

.camp-box .camp-title .camp-title-right {
    font-weight: bold;
    font-size: 14px;
    color: #1C5CA6;
}

.camp-box .camp-text {
    font-size: 13px;
    color: #666666;
    padding: 0 10px;
    margin-top: 5px;

    /* 多行文本省略 (两行) */
    display: -webkit-box;
    /* 使用 WebKit 的 box 模型 */
    -webkit-line-clamp: 2;
    /* 限制为 2 行 */
    -webkit-box-orient: vertical;
    /* 垂直排列 */
    overflow: hidden;
    /* 超出隐藏 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    line-height: 1.4;
    /* 建议设置行高，控制两行高度 */
    max-height: 2.8em;
    /* 可选：根据 font-size 和 line-height 计算最大高度 */
}

.camp-tag {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    margin-top: 10px;
}

.camp-tag .link-box {
    font-size: 12px;
    color: #1C5CA6;
    /*width: 60px;*/
    /*height: 25px;*/
    padding: 2px 5px;
    text-align: center;
    border: 1px solid #1C5CA6;
    margin: 5px;
}

/*========================================当屏幕尺寸小于760px时===================================*/
@media (max-width: 767px) {
    .educationBannerPhone {
        display: block;
    }

    .educationBannerPc {
        display: none;
    }

    .topBut {
        display: none;
    }
.flexStretch1 {
    display: flex;
    align-items: stretch;
    flex-direction: column-reverse;
}
.flexStretch2 {
    display: flex;
    align-items: stretch;
    flex-direction: column
}
.hqsLeft-text.expanded {
    padding: 0px;
}
/*    .hqs-pc {
        display: none;
    }*/

    .hqs-phone {
        display: block;
    }

    .hqsLeft-List {
        padding: 10px 10px;
    }

    .hqsLeft-box {
        border-bottom: none;
        height: auto;
    }

    .QABox {
        background-color: #F4F6F9;
    }

    .QABox .QADesc {
        /*white-space: normal;*/
        /* 恢复正常换行 */
        /*display: -webkit-box;*/
        /*-webkit-box-orient: vertical;*/
        /*-webkit-line-clamp: 2;*/
        /* 限制为两行 */
        /*overflow: hidden;*/
        /*text-overflow: ellipsis;*/
        font-size: 12px;
    }
    .JOINT-small-section .destinations-box{
        padding: 0 20px;
    }
     .JOINT-small-section .destinations-box  .topImage {
    width: auto !important;
    /* height: 100px; */
}
  .JOINT-small-section .destinations-box .projectTextBox {
     height: auto; 
background-color: #f4f6f9;
margin-left: 0;
}

    /* ===============夏令营============== */
    .camp-box {
   display: flex
;
        flex-direction: column;
        align-items: center;
    }
.camp-box .topImage {
    /*height: auto !important;*/
    width: auto !important;
}
    .camp-title-box {
        width: 100%;
    }

    .camp-box .camp-title .camp-title-left {
        max-width: 85%;
    }

    .camp-tag .link-box {
        font-size: 10px;
        /*width: 50px;*/
        /*height: 20px;*/
        /*line-height: 20px;*/
    }

    .camp-box .camp-text {
        font-size: 12px;
        color: #666666;
        padding: 0 10px;
        margin-top: 5px;

        /* 多行文本省略 (两行) */
        display: -webkit-box;
        /* 使用 WebKit 的 box 模型 */
        -webkit-line-clamp: 1;
        /* 限制为 2 行 */
        -webkit-box-orient: vertical;
        /* 垂直排列 */
        overflow: hidden;
        /* 超出隐藏 */
        text-overflow: ellipsis;
        /* 超出部分显示省略号 */
        line-height: 1.4;
        /* 建议设置行高，控制两行高度 */
        max-height: 2.8em;
        /* 可选：根据 font-size 和 line-height 计算最大高度 */
    }
    .s-camp{
        width: 40px;
        height: 20px;
font-size: 9px;
line-height: 20px;
top: 5px;
left: 5px;
    
    }
}
.camp-btn{
    width: 100%;
    border-top: 1px solid #EEEEEE;
    padding: 5px 0px;
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
    color: #1C5CA6;
}
@media (max-width: 767px) {

    .camp-btn{
        display: none;
    }

}