@media screen and (min-width:960px) {
    .fz-hot-school{
        width: 14.4rem;
        margin: auto;
        margin-top: 0.6rem;
    }
    .fz-hot-school>ul{
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 0.6rem;
    }
    .fz-hot-school>ul>li{
        width: 3.5rem;
        height: 2rem;
        margin-top: 0.1rem;
    }
    .fz-hot-school>ul>li:hover a span{
        transition: 1s;
        text-decoration: underline;
    }
    .fz-hot-school>ul>li>a{
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .fz-hot-school>ul>li>a>img{
        width: 100%;
    }
    .fz-hot-school>ul>li>a>span{
        position: absolute;
        font-size: 0.16rem;
        color: #333;
        font-weight: bold;
        z-index: 2;
        left: 50%;
        top: 50%;
        transform: translate(-60%,-50%);
        font-family: "siyuan-r";

    }

    .fz-hot-school>ul>li:nth-last-of-type(1)>a>span {
        color:#C90000;
    }
}

@media screen and (max-width:960px) {
    .fz-hot-school{
        width: 3.75rem;
        margin: auto;
        margin-top: 0.3rem;
        box-sizing: border-box;
        padding-left: 0.1rem;
        padding-right: 0.1rem;
    }
    .fz-hot-school>ul{
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 0.3rem;
    }
    .fz-hot-school>ul>li{
        width: 1.75rem;
        height: 1rem;
        margin-top: 0.05rem;
    }

    .fz-hot-school>ul>li>a{
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .fz-hot-school>ul>li>a>img{
        width: 100%;
    }
    .fz-hot-school>ul>li>a>span{

        width: 100%;
        display: block;
        position: absolute;
        font-size: 0.11rem;
        color: #333;
        font-weight: bold;
        z-index: 2;
        font-family: "siyuan-r";
        text-align: center;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
  

    }

    .fz-hot-school>ul>li:nth-last-of-type(1)>a>span {
        color:#C90000;
    }
}