/*校友相册*/
.xyxc{
    padding: 0.3rem;
}
.xyxc .a_img{
    margin-bottom: 0.36rem;
}
.xyxc .lb{
    overflow: hidden;
}
.xyxc ul{
    overflow: hidden;
    width: calc(100% + 0.4rem);
}
.xyxc ul li{
    width: 3rem;
    margin-bottom: 0.32rem;
    border-bottom: 1px solid #dcdcdc;
    float: left;
    margin-right: 0.35rem;
}
.xyxc ul li .img{
    border: 0.05rem solid #c6d3dd;
    height: 1.72rem;
    overflow: hidden;
}
.xyxc ul li .img img{width:100%;
    height: 100%;
}
.xyxc ul li h4{
    line-height: 0.68rem;
    text-align: center;
    font-size: 0.18rem;
    font-weight: bold;
    padding: 0 0.05rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}





/*手机适配*/
@media screen and (max-width: 1200px) {
    /*文章内容*/
    .xyxc{
        padding: 0.3rem 0.15rem;
    }
}









