.last_enroll {
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.last_enroll .wrap {
    width: 1420px;
    margin: 108px auto 60px;
    max-width: 90%;
}

.last_enroll .wrap .title {
    width: 625px;
    height: 129px;
    max-width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 0px 30px 0px 30px;
    background: #AB0E12;
}

.last_enroll .wrap .title h1 {
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    margin: 0 0 6px;
}

.last_enroll .wrap .title p {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
}

.last_enroll .wrap .yellow {
    text-align: center;
    margin: 32px 0 0 0;
}

.last_enroll .wrap .yellow .time {
    width: fit-content;
    height: 30px;
    background: #B08245;
    border-radius: 5px;
    margin: 0 auto 6px;
    padding: 0 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

.last_enroll .wrap .yellow p {
    font-weight: 400;
    font-size: 18px;
    color: #B08245;
}

.last_enroll .wrap .content {
    width: 1420px;
    background: #F6F1F1;
    border-radius: 0px 30px 0px 30px;
    padding: 18px 15px;
    display: flex;
    margin: 56px 0 0 0;
}

.last_enroll .wrap .content .ban {
    width: 690px;
}

.last_enroll .wrap .content .ban:not(:last-child) {
    margin: 0 10px 0 0;
}

.last_enroll .wrap .content .ban:nth-child(2) .flex {
    height: 100%;
}

.last_enroll .wrap .content .ban:nth-child(2) .flex .item {
    height: 100%;
}

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

.last_enroll .wrap .content .ban .flex .item {
    width: 340px;
}

.last_enroll .wrap .content .ban .flex .item:not(:last-child) {
    margin: 0 0 10px;
}

.last_enroll .wrap .content .ban .flex .item .r .do_text .list {
    display: flex;
}

.last_enroll .wrap .content .ban .flex .item .r .do_text .list p,.last_enroll .wrap .content .ban .flex .item .r .do_text table p {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 30px;
}

.last_enroll .wrap .content .ban .flex .item .r .do_text .list p:first-child {
    min-width: 220px;
}

.last_enroll .wrap .content .ban .flex .item .r .do_text .list p:nth-child(2) {
    margin: 0 0 0 128px;
}

.last_enroll .wrap .content .ban .flex .item.all_item {
    width: 100%;
}

.last_enroll .wrap .content .flex {
    width: 456px;
}

.last_enroll .wrap .content .flex:not(:last-child) {
    margin: 0 10px 0 0;
}

.last_enroll .wrap .content .flex .item {
    background: #FFFFFF;
    border-radius: 0px 30px 0px 30px;
    padding: 33px 27px;
    display: flex;
}

.last_enroll .wrap .content .flex .item:not(:last-child) {
    margin: 0 0 10px;
}

.last_enroll .wrap .content .flex .item .img {
    width: 45px;
    height: fit-content;
    margin: 0 18px 0 0;
}

.last_enroll .wrap .content .flex .item .r {
    flex: 1;
}

.last_enroll .wrap .content .flex .item .r .red {
    font-weight: 800;
    font-size: 30px;
    color: #AB0E12;
    margin: 0 0 18px;
}

.last_enroll .wrap .content .flex .item .r .text .list {
    display: flex;
}

.last_enroll .wrap .content .flex .item .r .text .list p,.last_enroll .wrap .content .flex .item .r .text table p {
    font-weight: 400;
    font-size: 17px;
    color: #111111;
    line-height: 30px;
}


.last_enroll .wrap .content .flex .item .r .text .list p:first-child {
    margin: 0 10px 0 0;
    min-width: 67px;
}

@media screen and (max-width: 1920px) {
    .last_enroll .wrap {
        width: 73.9583333333vw;
        margin: 5.625vw auto 3.125vw;
        max-width: 90%;
    }

    .last_enroll .wrap .title {
        width: 32.5520833333vw;
        height: 6.71875vw;
        max-width: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-radius: 0px 1.5625vw 0px 1.5625vw;
        background: #AB0E12;
    }

    .last_enroll .wrap .title h1 {
        font-weight: bold;
        font-size: 1.5625vw;
        color: #FFFFFF;
        margin: 0 0 0.3125vw;
    }

    .last_enroll .wrap .title p {
        font-weight: 400;
        font-size: 1.0416666667vw;
        color: #FFFFFF;
    }

    .last_enroll .wrap .content {
        width: 73.9583333333vw;
        background: #F6F1F1;
        border-radius: 0px 1.5625vw 0px 1.5625vw;
        padding: 0.9375vw 0.78125vw;
        margin: 2.9166666667vw 0 0 0;
        display: flex;
    }

    .last_enroll .wrap .content .ban {
        width: 35.9375vw;
    }

    .last_enroll .wrap .content .ban:not(:last-child) {
        margin: 0 0.5208333333vw 0 0;
    }

    .last_enroll .wrap .content .ban:nth-child(2) .flex {
        height: 100%;
    }

    .last_enroll .wrap .content .ban:nth-child(2) .flex .item {
        height: 100%;
    }

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

    .last_enroll .wrap .content .ban .flex .item {
        width: 17.7083333333vw;
    }

    .last_enroll .wrap .content .ban .flex .item:not(:last-child) {
        margin: 0 0 0.5208333333vw;
    }

    .last_enroll .wrap .content .ban .flex .item .r .do_text .list {
        display: flex;
    }

    .last_enroll .wrap .content .ban .flex .item .r .do_text .list p ,.last_enroll .wrap .content .ban .flex .item .r .do_text table p{
        font-weight: 400;
        font-size: 0.9375vw;
        color: #111111;
        line-height: 1.5625vw;
    }

    .last_enroll .wrap .content .ban .flex .item .r .do_text .list p:first-child {
        min-width: 11.4583333333vw;
    }

    .last_enroll .wrap .content .ban .flex .item .r .do_text .list p:nth-child(2) {
        margin: 0 0 0 6.6666666667vw;
    }

    .last_enroll .wrap .content .ban .flex .item.all_item {
        width: 100%;
    }

    .last_enroll .wrap .content .flex {
        width: 23.75vw;
    }

    .last_enroll .wrap .content .flex:not(:last-child) {
        margin: 0 0.5208333333vw 0 0;
    }

    .last_enroll .wrap .content .flex .item {
        background: #FFFFFF;
        border-radius: 0px 1.5625vw 0px 1.5625vw;
        padding: 1.71875vw 1.40625vw;
        display: flex;
    }

    .last_enroll .wrap .content .flex .item:not(:last-child) {
        margin: 0 0 0.5208333333vw;
    }

    .last_enroll .wrap .content .flex .item .img {
        width: 2.34375vw;
        height: fit-content;
        margin: 0 0.9375vw 0 0;
    }

    .last_enroll .wrap .content .flex .item .r {
        flex: 1;
    }

    .last_enroll .wrap .content .flex .item .r .red {
        font-weight: 800;
        font-size: 1.5625vw;
        color: #AB0E12;
        margin: 0 0 0.9375vw;
    }

    .last_enroll .wrap .content .flex .item .r .text .list {
        display: flex;
    }

    .last_enroll .wrap .content .flex .item .r .text .list p ,.last_enroll .wrap .content .flex .item .r .text table p {
        font-weight: 400;
        font-size: 0.8854166666666667vw;
        color: #111111;
        line-height: 1.5625vw;
    }

    .last_enroll .wrap .content .flex .item .r .text .list p:first-child {
        margin: 0 0.5208333333vw 0 0;
        min-width: 3.4895833333vw;
    }
}

@media screen and (max-width: 1024px) {
    .last_enroll .wrap {
        width: 90%;
        margin: 65px auto 45px;
    }

    .last_enroll .wrap .title {
        width: 100%;
        padding: 25px;
        height: auto;
        margin: 0 auto 35px;
    }

    .last_enroll .wrap .title h1 {
        font-size: 14px;
        margin: 0 0 4px;
    }

    .last_enroll .wrap .title p {
        font-size: 12px;
    }

    .last_enroll .wrap .content {
        padding: 10px;
        width: 100%;
        flex-wrap: wrap;
        border-radius: 0px 10px 0px 10px;
    }

    .last_enroll .wrap .content .flex {
        width: 100%;
    }

    .last_enroll .wrap .content .flex:not(:last-child) {
        margin: 0 0 10px;
    }

    .last_enroll .wrap .content .flex .item:not(:last-child) {
        margin: 0 0 10px;
    }

    .last_enroll .wrap .content .flex .item {
        flex-direction: column;
        padding: 15px 10px;
    }

    .last_enroll .wrap .content .flex .item .r .red {
        font-size: 16px;
        margin: 10px 0 15px 0;
    }

    .last_enroll .wrap .content .flex .item .img {
        width: 25px;
    }

    .last_enroll .wrap .content .flex .item .r .text .list p ,.last_enroll .wrap .content .flex .item .r .text table td p{
        font-size: 13px;
        line-height: 25px;
    }

    .last_enroll .wrap .content .flex .item .r .text .list p:first-child {
        margin: 0px 9px 0 0;
        min-width: 50px;
    }

    .last_enroll .wrap .content .ban {
        width: 100%;
    }

    .last_enroll .wrap .content .ban .flex .item {
        width: 100%;
    }

    .last_enroll .wrap .content .ban .flex .item .r .do_text .list p ,.last_enroll .wrap .content .ban .flex .item .r .do_text table p{
        font-size: 13px;
        line-height: 25px;
    }

    .last_enroll .wrap .content .ban .flex .item:not(:last-child) {
        margin: 0 0 10px;
    }

    .last_enroll .wrap .content .ban .flex .item .r .do_text .list p:first-child {
        min-width: 157px;
    }

    .last_enroll .wrap .content .ban:not(:last-child) {
        margin: 0 0 10px 0;
    }
}

/*# sourceMappingURL=index.css.map */
