@media screen and (min-width:960px) {
    .jiaowuguanli {
        margin: auto auto;
        width: 14.4rem;
        height: 6.78rem;
        /* border: solid 1px red; */
        background: url(/img/html5_join/ten/xueyuan/jiaowuguanli--bg.jpg);
        overflow: hidden;

    }

    .jiaowuguanli h2,
    .banzhuren h2,
    .banhuizhuti h2 {
        font-size: 0.3rem;
        color: #D5081E;
        text-align: center;
        margin-top: 0.25rem;
    }

    .jiaowuguanli>p {
        font-size: 0.16rem;
        color: #4a4a4a;
        text-align: center;
        margin-top: 0.3rem;
    }


    .jwgl-container {


        width: 10.74rem;
        margin: auto;
        margin-top: 0.4rem;
        height: 3.42rem;
        display: flex;
        justify-content: space-between;


    }

    .jwgl-container>dl {
        transition: 0.5s;
        width: 3.42rem;
        height: 3.42rem;
        background-color: #fff;
        /* border: solid 1px red; */
    }

    .jwgl-container>dl:hover {
        transform: scale(1.1);
    }

    .jwgl-container>dl>dt {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        padding-top: 10%;
    }

    .jwgl-container>dl>dt>img {
        width: 0.64rem;
        height: 0.64rem;
    }

    .jwgl-container>dl>dd:nth-of-type(1) {

        color: #D5081E;
        font-size: 0.2rem;
        height: 15%;
        width: 100%;
        text-align: center;
        font-weight: bold;
    }

    .jwgl-container>dl>dd:nth-of-type(2) {
        border: solid 1px #D5081E;
        width: 0.33rem;
        margin: auto;
    }

    .jwgl-container>dl>dd:nth-of-type(3) {
        height: 35%;
        color: #4a4a4a;
        font-size: 0.16rem;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

}

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

    .jiaowuguanli h2 {
        font-size: 0.15rem;
        font-weight: bold;
        color: #D5081E;
        text-align: center;
        padding-top: 0.2rem;
    }

    .jiaowuguanli {


        margin: auto auto;
        width: 3.75rem;
        box-sizing: border-box;
        padding-left: 0.15rem;
        padding-right: 0.15rem;
        height: 3.2rem;
        /* border: solid 1px red; */
        background: url(/img/html5_join/ten/xueyuan/yd-bg.jpg);
        overflow: hidden;


    }

    .jiaowuguanli>p>br {
        display: none;
    }

    .jiaowuguanli>p {
        font-size: 0.1rem;
        color: #4a4a4a;
        text-align: center;
        margin-top: 0.15rem;
    }


    .jwgl-container {


        width: 3.45rem;
        margin: auto;
        margin-top: 0.15rem;
        height: 1.8rem;
        display: flex;
        justify-content: space-between;


    }

    .jwgl-container>dl {

        width: 1.1rem;
        height: 1.8rem;
        background-color: #fff;
        /* border: solid 1px red; */
    }

    .jwgl-container>dl>dt {
        width: 100%;
        height: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        padding-top: 10%;
    }

    .jwgl-container>dl>dt>img {
        width: 0.28rem;
        height: 0.28rem;
    }

    .jwgl-container>dl>dd:nth-of-type(1) {

        color: #D5081E;
        font-size: 0.12rem;
        height: 15%;
        width: 100%;
        text-align: center;
        font-weight: bold;
    }

    .jwgl-container>dl>dd:nth-of-type(2) {
        border: solid 1px #D5081E;
        width: 0.33rem;
        margin: auto;
    }

    .jwgl-container>dl>dd:nth-of-type(3) {
        height: 35%;
        color: #4a4a4a;
        font-size: 0.11rem;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }


}