.clear{
    clear: both;
}

.album{
    margin: 0 auto;
    width: 826px;
}
.album-item{
    float: left;
    margin-right: 20px;
}
.album-item:nth-child(3n){
    margin-right: 0;
}
.album-img{
    width: 260px;
    height: 260px;
    text-align: center;
    border: #ebebeb solid 1px;
}
.album-img:hover{
    box-shadow: 1px 0 10px #888888;
}
.album-img-name{
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    width: 200px;
    overflow: hidden;
    padding: 0 20px;
}
.album-more{
    height: 80px;
    font-size: 14px;
    line-height: 80px;
    text-align: center;
}
.layui-layer-page .layui-layer-content img {
    padding: 5px 0 0 5px;
}