/*校友相册*/
.xyxc{
    padding-top: 0.4rem;
    overflow: hidden;
}
.xyxc ul{
    width: 10.32rem;
    overflow: hidden;
    justify-content: left;
}
.xyxc li{
    width: 3.32rem;
    margin-bottom: 0.4rem;
    margin-right: 0.12rem;
}
.xyxc .img{
    height: 1.95rem;
    overflow: hidden;
}
.xyxc .img img{
    height: 100%;
}
.xyxc h4{
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0.05rem;
    line-height: 0.4rem;
    font-size: 0.16rem;
    background-color: #ffffff;
}




/*手机适配*/
@media screen and (max-width: 1200px) {
    /*校友相册*/
    .xyxc{
        padding-top: 0;
        overflow: hidden;
    }
    .xyxc ul{
        width: 100%;
        overflow: hidden;
        justify-content: space-between;
    }
    .xyxc li{
        width: 3.5rem;
        margin-bottom: 0.15rem;
        margin-right: 0;
    }
    .xyxc .img{
        height: 2.13rem;
        overflow: hidden;
    }
    .xyxc .img img{
        height: 100%;
    }
    .xyxc h4{
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 0.05rem;
        line-height: 0.4rem;
        font-size: 0.16rem;
        background-color: #ffffff;
    }
}