@media screen and (min-width:960px) {
    .zhaos-biao-quan {
        width: 100%;
        height: 8rem;
        background: #F3F3F3;
        overflow: hidden;
    }

    .zhaos-biao-quan .schools-biaozuns-h2 {
        font-size: 0.5rem;
        font-family: SourceHanSansCN;
        font-weight: bold;
        color: #D5081E;
        line-height: 0.86rem;
        text-align: center;
        margin-top: 0.5rem;
        margin-bottom: 0.1rem;
    }

    .zhaos-biao-quan .schools-biaozuns-p {
        width: 10.66rem;
        font-size: 0.2rem;
        font-family: SourceHanSansCN;
        font-weight: 400;
        color: #333333;
        line-height: 0.36rem;
        margin: 0 auto;
        text-align: center;
    }

    .zhaos-biao-quan .schools-biaozuns-p br {
        display: none;
    }

    .zhong-zhos {
        margin: 0 2.4rem;
        display: flex;
        justify-content: space-between;
    }

    .zhong-zhos dl {
        position: relative;
        width: 3.48rem;
        height: 4.15rem;
        margin-top: 0.5rem;
    }

    .zhong-zhos dl:nth-child(even) {
        margin-top: 0.98rem;
    }

    .zhong-zhos dl img {
        width: 3.48rem;
        position: absolute;


    }

    .zhong-zhos dl dt {
        position: absolute;
        margin-left: 0.42rem;
        margin-top: 0.45rem;
    }

    .zhong-zhos dl dt h3 {
        font-size: 0.4rem;
        font-family: SourceHanSansCN;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 0.68rem;
        z-index: 1;
    }

    .zhong-zhos dl dt p {
        font-size: 0.2rem;
        font-family: SourceHanSansCN;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 0.36rem;
    }

    .zhong-zhos dl dd {
        position: absolute;
        margin-left: 0.42rem;
    }

    .zhong-zhos dl dd b {
        width: 2rem;
        height: 0.5rem;
        background: #FFFFFF;
        border-radius: 0.25rem;
        font-size: 0.2rem;
        font-family: SourceHanSansCN;
        font-weight: bold;
        color: #F70721;
        line-height: 0.5rem;
        margin: 0 auto;
        text-align: center;
        display: block;
        margin-top: 3.35rem;
    }

    .zhong-zhos dl dd b a {
        color: #F70721;
    }

    .zhong-zhos dl:nth-child(even) dd b a {
        color: #38353B;
    }

}


@media screen and (max-width:960px) {


    .zhaos-biao-quan {
        width: 100%;
        height: 6.5rem;
        background: #F3F3F3;
        overflow: hidden;
    }

    .zhaos-biao-quan .schools-biaozuns-h2 {
        font-size: 0.25rem;
        font-family: SourceHanSansCN;
        font-weight: bold;
        color: #D5081E;
        line-height: 0.43rem;
        text-align: center;
        margin-top: 0.25rem;
        margin-bottom: 0.05rem;
    }

    .zhaos-biao-quan .schools-biaozuns-p {
        font-size: 0.1rem;
        font-family: SourceHanSansCN;
        font-weight: 400;
        color: #333333;
        line-height: 0.18rem;
        text-align: center;
    }

    .zhaos-biao-quan .zhong-zhos {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0.09rem;
        justify-content: space-between;
        margin-top: 0.25rem;
        margin-bottom: 0.3rem;
    }

    .zhaos-biao-quan .zhong-zhos dl {
        position: relative;
        width: 1.74rem;
        height: 2.08rem;
    }

    .zhong-zhos dl:nth-child(even) {
        margin-top: 0.25rem;
    }

    .zhaos-biao-quan .zhong-zhos dl img {
        width: 1.74rem;
        position: absolute;
    }

    .zhong-zhos dl dt {
        position: absolute;
        margin-left: 0.21rem;
        margin-top: 0.22rem;
    }

    .zhong-zhos dl dt h3 {
        font-size: 0.2rem;
        font-family: SourceHanSansCN;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 0.34rem;
        z-index: 1;
    }

    .zhong-zhos dl dt p {
        font-size: 0.1rem;
        font-family: SourceHanSansCN;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 0.18rem;
    }

    .zhong-zhos dl dd {
        position: absolute;
        margin-left: 0.21rem;
    }

    .zhong-zhos dl dd b {
        width: 1rem;
        height: 0.25rem;
        background: #FFFFFF;
        border-radius: 0.125rem;
        font-size: 0.1rem;
        font-family: SourceHanSansCN;
        font-weight: bold;
        color: #F70721;
        line-height: 0.25rem;
        margin: 0 auto;
        text-align: center;
        display: block;
        margin-top: 1.7rem;
    }

    .zhong-zhos dl dd b a {
        color: #F70721;
    }

    .zhong-zhos dl:nth-child(even) dd b a {
        color: #38353B;
    }




}