/*学校简介*/
.general {
    padding: 30px 0;
}

.general-title {
    width: 100%;
    text-align: center;
}

.general-title.active {
    margin-top: 60px;
}

.general-title b {
    position: relative;
}

.general-title b i {
    font-size: 30px;
    color: #333333;
    font-weight: normal;
    position: relative;
    z-index: 2;
}

.general-title b:before {
    content: '';
    position: absolute;
    left: -25px;
    top: -20px;
    width: 48px;
    height: 29px;
    background-color: #ffc5c5;
    z-index: 1;
}

.general-title span {
    display: block;
    width: 85px;
    height: 1px;
    background-color: #d11c16;
    margin: 25px auto;
}

.tese-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tese-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: calc((100% - 80px) / 5);
    height: 250px;
    border: solid 1px #ebebeb;
    margin-top: 15px;
    transition: all .3s linear;
}

.tese-item:hover {
    background: #d11c16;
}

.tese-item:hover .tese-tex p {
    color: #fff;
}

.tese-img {
    width: 100%;
    height: 130px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tese-img img {
    display: block;
    margin: 0 auto;
}

.tese-tex {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.tese-tex p {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    padding-top: 4px;
    transition: all .3s linear;
}

/*学校领导*/
.headmaster {
    padding: 40px 0;
    background-color: #f6f6f6;
}

.headmaster-img {
    width: 35%;
    padding: 10px;
    background: #fff;
}

.headmaster-img img {
    width: 100%;
    height: auto;
}

.headmaster-info {
    width: 65%;
    padding-left: 55px;
}

.headmaster-name {
    font-size: 39px;
    font-weight: bold;
    line-height: 80px;
    letter-spacing: 2px;
    color: #333333;
}

.headmaster-post {
    font-size: 26px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: -1px;
    color: #d11c16;
}

.headmaster-desc {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #fff;
}

.headmaster-desc p {
    font-size: 20px;
    line-height: 44px;
    color: #333333;
}

.lead {
    margin-top: 50px;
}

.lead-item {
    width: calc((100% - 60px) / 3);
    padding: 25px;
    background: #f6f6f6;
    margin-bottom: 30px;
}

.lead-item-img {
    padding: 10px;
    background: #fff;
}

.lead-item-img img {
    width: 100%;
}

.lead-item-info {
    margin-top: 20px;
}

.lead-item-info h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 2px;
    color: #333333;
    text-align: center;
}

.lead-item-info p {
    font-size: 24px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 2px;
    color: #d11c16;
    text-align: center;
}

/*招生*/
.enroll img {
    width: 100% !important;
}

.enroll-tel {
    width: 100%;
    height: 58px;
    background-color: #d11c16;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.enroll-tel b {
    font-size: 18px;
    letter-spacing: 2px;
    color: #ffffff;
}

.enroll-tel img {
    width: 34px;
    height: 34px;
    margin-left: 30px;
    margin-right: 20px;
}

.enroll-tel span {
    font-size: 22px;
    letter-spacing: 1px;
    color: #ffcc00;
    font-weight: bold;
}

.enroll-from {
    padding: 30px 0;
    background: #f6f6f6;
}

.enroll-from-box {
    background: #fff;
    padding: 30px;
}

.enroll-from-box h3 {
    font-size: 20px;
}

.inp-item {
    width: 30%;
    margin-right: 3%;
    margin-bottom: 15px;
}

.inp-item.active {
    width: 63%;
}

.label-text {
    width: 100%;
    font-size: 18px;
    letter-spacing: 1px;
    color: #999999;
    padding: 10px 0;
}

.label-text b {
    color: #d11c16;
}

.inp-item-box {
    width: 100%;
    height: 44px;
    background-color: #fbfbfb;
    border: solid 1px #f2f2f2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px;
}

.inp-item-box input,
.inp-item-box select {
    display: block;
    width: 100%;
    font-size: 16px;
}

.active .inp-item-box input,
.active .inp-item-box select {
    display: block;
    width: 33%;
    font-size: 16px;
}

.enroll-btn {
    width: 220px;
    height: 46px;
    margin: 20px auto;
    background-color: #ffffff;
    border-radius: 21px;
    border: solid 1px #d11c16;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #d11c16;
    cursor: pointer;
}

.vacancy {
    padding: 40px 0;
    border-bottom: 1px solid rgba(206, 206, 206, 0.5);
}

.vacancy img {
    width: 45%;
}

.vacancy-info {
    padding-left: 30px;
    flex: 1;
}

.vacancy-info p {
    font-size: 18px;
    text-indent: 40px;
    line-height: 44px;
    color: #333333;
    margin-bottom: 10px;
}

.vacancy-num {
    padding: 40px 0;
    border-bottom: 1px solid rgba(206, 206, 206, 0.5);
}

.vacancy-num-title {
    font-size: 32px;
    font-weight: bold;
    line-height: 44px;
    letter-spacing: 2px;
    color: #d11c16;
    margin-bottom: 40px;
}

.vacancy-num-item {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 13%;
    height: 60px;
    font-size: 20px;
    border: 2px solid #d11c16;
    color: #d11c16;
}

.vacancy-desc {
    padding: 30px 0;
}

.vacancy-desc-item {
    width: 100%;
    padding: 30px;
    border-bottom: 1px solid rgba(206, 206, 206, 0.5);;
}

.vacancy-desc-text p {
    font-size: 20px;
    line-height: 52px;
    margin-bottom: 15px;
}

.vacancy-desc-text p b {
    color: #d11c16;
    font-weight: bold;
    padding-right: 15px;
    font-size: 26px;
}


@media only screen and (max-width: 768px) {
    .general {
        padding: .3rem;
    }

    .general-title.active {
        margin-top: .6rem;
    }

    .general-title b i {
        font-size: .48rem;
        line-height: 150%;
    }

    .general-title b:before {

        left: -.25rem;
        top: -.2rem;
        width: .48rem;
        height: .29rem;
    }

    .general-title span {
        display: block;
        width: .85rem;
        height: 1px;
        background-color: #d11c16;
        margin: .25rem auto;
    }

    .tese-item {
        width: calc((100vw - .9rem) / 2);
        height: auto;
        margin-top: .3rem;
    }

    .tese-img {
        height: 1.8rem;
    }

    .tese-tex {
        height: auto;
        padding-bottom: .3rem;
    }

    .tese-tex p {
        font-size: .36rem;
        line-height: .48rem;
    }

    .headmaster {
        padding: .3rem;
    }

    .headmaster-box {
        display: block;
    }

    .headmaster-img, .headmaster-info {
        width: 100%;
        padding: 0;
    }

    .headmaster-name {
        margin-top: .2rem;
        font-size: .58rem;
        line-height: 150%;
        text-align: center;
    }

    .headmaster-post {
        font-size: .36rem;
        line-height: 150%;
        text-align: center;
    }

    .headmaster-desc {
        padding-top: 0;
        margin-top: 0;
        border-top: 0;
    }

    .headmaster-desc p {
        font-size: .32rem;
        line-height: .56rem;
        text-align: justify;
    }

    .lead {
        margin-top: .2rem;
    }

    .lead-item {
        width: calc((100% - .6rem) / 2);
        padding: .1rem;
        background: #f6f6f6;
        margin-bottom: .3rem;
    }

    .lead-item-info {
        margin-top: .2rem;
        padding-bottom: .2rem;
    }

    .lead-item-info h3 {
        font-size: .36rem;
        line-height: 150%;
    }

    .lead-item-info p {
        font-size: .32rem;
        line-height: 150%;
    }

    .vacancy {
        display: block;
        padding: .3rem;
    }

    .vacancy img {
        width: 100%;
    }

    .vacancy-info {
        padding: 0.3rem;
        background: #f5f5f5;
    }

    .vacancy-info p {
        font-size: .32rem;
        text-indent: .64rem;
        line-height: .48rem;
        margin-bottom: .1rem;
        text-align: justify;
        background: transparent!important;
    }

    .vacancy-num {
        padding: .3rem;
    }

    .vacancy-num-title {
        font-size: .36rem;
        font-weight: bold;
        line-height: .72rem;
        letter-spacing: 2px;
        color: #d11c16;
        margin-bottom: .4rem;
    }

    .vacancy-num-item {
        width: 47%;
        margin-bottom: .2rem;
        height: .98rem;
        font-size: .32rem;
        background: #d11c16;
        color: #fff;
    }

    .vacancy-desc {
        padding: .3rem 0;
    }

    .vacancy-desc-item {
        padding: 0;
    }

    .vacancy-desc-text p {
        font-size: .28rem;
        line-height: .52rem;
        margin-bottom: .15rem;
    }

    .vacancy-desc-text p b {
        padding-right: .15rem;
        font-size: .36rem
    }

    .enroll-tel {
        flex-wrap: wrap;
        height: auto;
        padding: 0.3rem;
        margin: .3rem 0;
        justify-content: start;
    }

    .enroll-tel b {
        font-size: .32rem;
        line-height: 150%;
        margin-bottom: .2rem;
    }
    .enroll-from{
        padding: .2rem 0 0 0;
    }
    .enroll-tel img {
        width: .48rem;
        height: .48rem;
        margin: 0 .2rem 0 0;
    }

    .enroll-tel span {
        font-size: .36rem;
    }

    .enroll-from-box {
        padding: .3rem;
    }

    .enroll-from-box h3 {
        font-size: .32rem;
        line-height: 150%;
        margin-bottom: .3rem;
    }

    .enroll-from-box img {
        display: none;
    }

    .inp-item, .inp-item active {
        width: 100% !important;
    }

    .inp-item-box {
        flex-wrap: wrap;
        min-height: .88rem;
    }
    .active .inp-item-box{
        height: auto;
    }
    .active .inp-item-box select {
        width: 50%;
        height: .88rem;
    }
    .active .inp-item-box input{
        width: 100%;
        height: .88rem;
    }

}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .general {
        padding: .3rem 0;
    }

    .headmaster-desc {
        padding-top: 10px;
        margin-top: 10px;
        border-top: 1px solid #fff;
    }

    .headmaster-box {
        align-items: start;
        padding: .3rem;
    }

    .headmaster-desc p {
        font-size: 16px;
        line-height: 30px;
    }

    .lead-item-info {
        margin-top: .3rem;
        padding-bottom: .2rem;
    }

    .lead-item-info h3 {
        font-size: .42rem;
        line-height: 150%;
        margin-bottom: .2rem;
    }

    .lead-item-info p {
        font-size: .36rem;
        line-height: 150%;
    }

    .vacancy, .vacancy-num {
        display: block;
        padding: .3rem;
    }

    .vacancy img {
        width: 100%;
    }

    .vacancy-info {
        padding: 0.3rem;
        background: #f5f5f5;
    }

    .vacancy-info p {
        font-size: .32rem;
        text-indent: .64rem;
        line-height: .48rem;
        margin-bottom: .1rem;
        text-align: justify;
    }

    .vacancy-desc-item {
        padding: 0;
        border: 0;
    }

}

@media only screen and (max-width: 1400px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1640px) and (min-width: 1401px) {
}
