.album-list {
    margin: 0 -10px;
}
.album-list .item {
    width: 25%;
    padding: 0 10px;
}
.album-list .item a {
    max-width: 260px;
    margin: 0 auto 60px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.album-list .item a.fancybox {
    display: none;
}
.album-list .pic {
    margin-bottom: 10px;
    position: relative;
}
.album-list a:hover .pic:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/album/cover.png)center no-repeat,rgba(255, 255, 255, 0.66);
    position: absolute;
    left: 0;
    top: 0;
}
.album-list .title {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #DDD;
}
.album-list a:hover .title {
    color: #b6c900;
}
/*
.album-list .more {
    display: inline-block;
    width: 80px;
    line-height: 20px;
    background: #A1905C;
    color: #fff;
    font-size: 13px;
}
*/

@media screen and (max-width: 1200px) {
    .album-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 600px) {
    .album-list .item {
        width: auto;
        float: none;
    }
}