.content {
    background: #F8F9FD !important;
}
.banner-other-section{
    background-size:100% 600px;
}
/* 老师模块 */
.teacherBox {
    width: 60%;
}

.teacherBox .el-col {
    padding-bottom: 2%;
}

.teachers {
    height: 600px;
}

.teachers img {
    width: 140px;
    height: 140px;
    margin-top: 10%;
    border: 4px solid #3C7AFE;
    border-radius: 75px;
}

.teacherName {
    margin-top: 3%;
}

/* 填报流程 */
.fillingBox {
    width: 60%;
    height:625px;
    background: url('../images/14.png') no-repeat center;
    position: relative;
}
.fillingBox p{
    font-weight: bold;
}
.fillingBoxTop{
    position: relative;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fillingBoxBtm{
    position: absolute;
    bottom: 0;width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.border-r{
    border-radius: 6px;
    box-shadow: 0px 0px 6px rgba(36, 73, 152, 0.2);
}
.t-left{
    width: 40%;
}
.t-right{
    width: 40%;
    /*position: relative;*/
    /*left: 60%;*/
    /*bottom: 30%;*/
}

.b-left{
    width: 40%;
    /*position: relative;*/
    /*top: 12%;*/
}
.b-right{
    width: 40%;
    /*position: relative;*/
    /*left: 60%;*/
    /*bottom: 15%;*/
}
.textBox{
    width: 70%;
    margin: 0 auto;
    padding-top: 5%;
    padding-bottom: 7%;
}
.textBox p{
    font-weight: 400 !important;
}
.p-t-50{
    padding-top: 5%;
}
.p-b-50{
    padding-bottom: 5%;
}


/* 报考率 */
.gatherBtm {
    position: relative;
    top: 300px;
}

.gatherBtm button {
    width: 15%;
    background: #EA2425;
    border-radius: 8px;
    font-size: 34px;
    border: none;
}

/* 活动现场 */
.coreBox .el-col {
    /*height: 250px !important;*/
    padding-bottom: 36px;
}

.core {
    height: auto;
    border: none !important;
}
.core:hover {
    box-shadow: 0 0 0px #fff;
}

.core img {
    position: relative;
    top: 0px;
    width: 100%;
    /*height: 50%;*/
    height:250px;
    border-radius: 6px;
}

.coreText {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    /*position: relative;*/
    margin-top: 5%;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .teacherBox{
        width:96%;
    }
    /* 填报流程 */
    .fillingBox {
        width: 90%;
        height:625px;
    }
    .textBox{
        width:90%;
    }
    .fz-24 {
        font-size: 18px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
    .gatherBtm button {
        width: 25%;
        background: #EA2425;
        border-radius: 8px;
        font-size: 25px;
        border: none;
    }

    .numValue {
        font-size: 50px;
        font-weight: 400;
    }

    .gatherBtm {
        position: relative;
        top: 150px;
    }

    .coreBox {
        width: 90%;
        height: 517px;
    }

    .teacherText{
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .coreText {
        font-size: 14px;
        color: #333;
        font-weight: 400;
        position: relative;
        top: 5%;
    }

    .coreBox {
        width: 90%;
        height: 240px;
    }

    .fz-20 {
        font-size: 14px;
    }

    .gatherBtm {
        position: relative;
        top: 100px;
    }

    .gatherBtm button {
        width: 25%;
        background: #EA2425;
        border-radius: 8px;
        font-size: 25px;
        border: none;
    }

    .numValue {
        font-size: 30px;
        font-weight: 400;
    }

    .teacherBox {
        width: 96%;
    }

    .teachers {
        height: 550px;
    }
}


