.schoolImgBox {
    position: relative;
}

.schoolImgBox .floatText {
    width: 80%;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
    color: #fff;
}

.schoolImgBox .floatText .floatTextTitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.schoolImgBox .floatText .floatTextCon {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 控制显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.fixtop .logo a {
    background: url(cms(baseURL)images/logo.png) no-repeat left top !important;
    width: 330px !important;
    background-size: 100% 100% !important;
}
.fixtop.active .logo a {
    width: 260px !important;
}
.foot .logo {
    background: url(cms(baseURL)images/logofoot.png) no-repeat center !important;
    background-size: 210px 210px !important;
}
@media only screen and (max-width: 1200px) {
    .fixtop .logo a, .fixtop.active .logo a {
        margin-top: 6px;
        height: 30px !important;
        width: 130px !important;
    }
}
/* 致辞 */
.address .wrap2{
    width: 92%;
    box-sizing: border-box;
    margin-top: 100px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.address .wrap2 .left-img{
    width: 400px;
    height: 100%;
    background: #000;
    background-size: 100% 100%;
    margin-right: 50px;
}
.address .wrap2 .right-con{
    width:800px;
    font-size: 16px;
    display: -webkit-box; /* 使用WebKit的box模型 */
    -webkit-box-orient: vertical; /* 设置垂直方向 */
    -webkit-line-clamp: 18; /* 设置显示的行数 */
    overflow: hidden; /* 隐藏超出部分 */
    color: #000 !important;
}
@media only screen and (max-width: 1200px) {
    .address .wrap2{
        margin-top: 50px;
        height: 400px;
    }
    .address .wrap2 .right-con{
        -webkit-line-clamp: 14; /* 设置显示的行数 */
    }
    .address .wrap2{
        display: block;
    }
    .address .wrap2 .left-img{
        width: 150px;
        height: 180px;
        margin: 0 auto;
    }
    .address .wrap2 .right-con{
        margin-top: 30px;
        width:100%;
        font-size: 12px;
        -webkit-line-clamp: 10; /* 设置显示的行数 */
    }
}
.indlearners .down:after {
    width: 0 !important;
    height: 0 !important;
}
.indlearners .down .picpart img {
    filter: none !important;
}
/* 新闻 */
.indnews li .cons {
    background: #ffd800 !important;
}
.indnews li .cons .text .title a {
    color: #000;
}
/* 教学 */
@media only screen and (max-width: 640px) {
    .indlearners .down .cons .text {
        width: 100% !important;
    }
}
/* 申请 */
.indsubject-col {
    color: #8e8d8d !important;
}
.indart .subtitle{
    color: #8e8d8d !important;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}
.apply .line{
    width: 100%;
    height: 2px;
    background: #8e8d8d;
}
.apply .apply-box{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 26px !important;
}
.apply .apply-box .li{
    padding: 20px;
    width: 50%;
    display: flex;
    box-sizing: border-box;
}
.apply .apply-box .li .name{
    font-weight: bold;
    width: 110px;
    display: flex;
    justify-content: space-between;
}
.apply .apply-box .li input{
    font-size: 22px;
    margin: 0 20px;
    flex: 1;
}
.apply .apply-box .li input::placeholder {
    color: #ccc; /* 设置占位符颜色为灰色 */
}
.apply .apply-box .li .content{
    font-size: 16px;
    padding: 0 20px;
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.apply .apply-box .li .content .but{
    width: 160px;
    border-radius: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #585858;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
}
.apply .apply-box .li .content .active{
    background: #585858 !important;
    color: #fff !important;
}
.apply .apply-but{
    margin: 40px auto;
    width: fit-content;
}
.apply .apply-but a{
    background: #fedb00;
    color: #8e8d8d !important;
    font-weight: bold;
}
@media only screen and (max-width: 1200px) {
    .indart .subtitle{
        font-size: 16px;
    }
    .apply .apply-box{
        font-size: 16px !important;
    }
    .apply .apply-box .li .name{
        width: 80px;
    }
    .apply .apply-box .li input{
        font-size: 14px;
        margin: 0 10px;
    }
    .apply .apply-box .li .content{
        font-size: 14px;
        padding: 0 10px;
    }
    .apply .apply-box .li .content .but{
        width: 100px;
        border-radius: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 5px;
    }
    .apply .apply-box{
        display: block;
    }
    .apply .apply-box .li{
        width: 100%;
    }
}