.offerList_content .offerList_imgs {
    /* width: 100%; */
    display: flex;
    /* justify-content: space-between; */
    align-content: space-between;
    margin-top: 90px;
    flex-wrap: wrap;
}

.offerList_content .offerList_imgs a {
    width: 23%;
    margin-left: 16px;
    margin-bottom: 22px;
}

.offerList_content .offerList_imgs .schoolOffer_item {
    position: relative;
}

.offerList_content .offerList_imgs .schoolOffer_item:hover {
    box-shadow: 0px 10px 20px 0px rgba(26, 53, 128, 0.2);
}

.offerList_content .offerList_imgs .schoolOffer_item img {
    width: 100%;
    height: auto;
}

.offerList_content .offerList_imgs .schoolOffer_item .schoolOffer_mask {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 10px;
    opacity: 0;
}

.offerList_content .offerList_imgs .schoolOffer_item .schoolOffer_mask .blueMask {
    width: 90%;
    height: 100%;
    background: rgba(46, 74, 153, 0.75);
    margin: 0 auto;
}

.offerList_content .offerList_imgs .schoolOffer_item .schoolOffer_mask p {
    width: 192px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
    text-align: center;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mobile_offerList_banner {
    display: none;
}

/* .offerList_content .offerList_imgs::after {
	width: 580px;
	content: '';
} */
@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 980px) {
    .offerList_banner {
        margin-top: 80px;
        height: 360px;
    }

    /* ++++++ */
    .case_warp ul {
        margin-top: -120px !important;
    }

    .offerList_banner img {
        height: 360px;
    }

    .offerList_banner h2 {
        top: 120px;
        font-size: 40px;
    }

    .offerList_banner span {
        font-size: 32px;
        top: 168px;
    }

    .offerList_banner .offerList_crumbs {
        height: 70px;
        top: -35px;
    }

    .offerList_content .offerList_imgs {
        margin-top: 80px;
        /* justify-content: space-around; */
    }
}

@media only screen and (max-width: 920px) {

    /* .offerList_content .offerList_imgs {
		justify-content: space-around;
	} */
    .offerList_content .offerList_imgs a {
        width: 43%;
    }

    .offerList_content .offerList_imgs a:nth-child(2n+0) {
        float: right;
    }
}

@media only screen and (max-width: 768px) {
    .offerList_banner {
        height: 300px;
    }

    .case_warp {
        height: 40px !important;
        line-height: 40px !important;
        position: absolute;
    }

    .case_warp ul {
        width: 100%;
        margin-top: 0.35rem !important;
    }

    .case_warp ul li {
        width: 32% !important;
        margin: 0 2% 0 0%;
    }

    .case_warp ul li:last-of-type {
        margin: 0 0 0 0;
    }

    .case_warp {
        height: 80px;
        line-height: 80px;
        position: initial !important;
    }

    .offerList_banner img {
        height: 300px;
    }

    .offerList_banner h2 {
        top: 100px;
        font-size: 36px;
    }

    .offerList_banner span {
        font-size: 28px;
        top: 150px;
    }

    .offerList_banner .offerList_crumbs {
        height: 56px;
        top: -28px;
    }

    .offerList_content .offerList_imgs {
        margin-top: 70px;
        /* justify-content: space-around; */
    }
}

@media only screen and (max-width:640px) {
    .offerList_banner {
        display: none;
    }

    .mobile_offerList_banner {
        display: block;
    }

    .mobile_offerList_banner {
        margin-top: 80px;
        position: relative;
    }

    .mobile_offerList_banner img {
        width: 100%;
        height: auto;
    }

    .mobile_offerList_banner .mobile_banner_title {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 15px;
    }

    .mobile_offerList_banner .mobile_banner_title h2 {
        color: #fff;
        font-size: 26px;
        font-weight: 400;
    }

    .mobile_offerList_banner .mobile_banner_title span {
        font-size: 22px;
        color: #fff;
    }

    .offerList_content .offerList_content_page li {
        width: 26px;
        height: 26px;
        margin: 10px 5px 20px 0;
        font-size: 12px;
    }

    .offerList_content .offerList_imgs {
        margin-top: 35px;
        /* justify-content: center; */
    }

    .offerList_content .offerList_imgs a {
        width: 50%;
        margin-left: 0;
    }

    .offerList_content .offerList_imgs .schoolOffer_item .schoolOffer_mask p {
        width: 94%;
        height: auto;
        font-size: 16px;
    }
}