@media screen and (min-width:960px) {
    .susheguanli {
        margin-top: 1rem;
        width: 19.2rem;
        height: 7.08rem;
        background: url(/img/html5_join/ten/xueyuan/sushe-bg.jpg) no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
    }

    .susheguanli h2 {
        font-size: 0.36rem;
        color: #232330;
        margin-top: 0.5rem;
        text-align: center;
    }

    .susheguanli-container {
        width: 9.44rem;
        height: 3.92rem;
        margin: auto;
        margin-top: 0.5rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .susheguanli-container dl {
        width: 4.64rem;
        height: 1.84rem;
        background: #fff;
        box-sizing: border-box;
        padding: 0.2rem;
    }

    .susheguanli-container dl dt {

        display: flex;
        width: 100%;
        font-size: 0.18rem;
        color: #232330;
        justify-content: space-between;
        font-weight: bold;
        border-bottom: solid 0.01rem #E9E9EA;
        height: 0.4rem;

    }

    .susheguanli-container dl dd {
        color: #7B7B83;
        font-size: 0.14rem;
    }

    .susheguanli-container dl dd p {
        line-height: 2em;
    }
}

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

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

    .susheguanli {

        width: 3.75rem;
        height: 5.9rem;
        background: url(/img/html5_join/ten/xueyuan/sushe-bg.jpg) no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
        box-sizing: border-box;
        padding-left: 0.15rem;
        padding-right: 0.15rem;

    }

    .susheguanli h2 {
        color: #232330;

    }

    .susheguanli-container {
        width: 3.45rem;
        height: 4rem;
        margin: auto;
        margin-top: 0.3rem;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .susheguanli-container dl {
        width: 3.45rem;
        height: 0.92rem;
        background: #fff;
        box-sizing: border-box;
        padding: 0.1rem 0.15rem;
    }

    .susheguanli-container dl dt {

        display: flex;
        width: 100%;
        font-size: 0.1rem;
        color: #232330;
        justify-content: space-between;
        font-weight: bold;
        border-bottom: solid 0.01rem #E9E9EA;
        height: 0.2rem;

    }

    .susheguanli-container dl dt img {
        width: 0.55rem;
    }

    .susheguanli-container dl dd {
        color: #7B7B83;
        font-size: 0.09rem;
        line-height: 2em;
    }


}