.album-list {
    margin: 0 -10px;
}
.album-list .item {
    width: 33.33%;
    padding: 0 10px;
}
.album-list .item a {
    max-width: 320px;
    margin: 0 auto 60px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.album-list .item a.fancybox {
    display: none;
}
.album-list .pic {
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-border-radius: 300px;
            border-radius: 300px;
}
.album-list .title {
    color: #444;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}
.album-list a:hover .title {
    color: #F0000D;
}
.album-list .more {
    display: inline-block;
    width: 80px;
    line-height: 20px;
    background: #979797;
    color: #fff;
    font-size: 13px;
}
.album-list a:hover .more {
    background:  #F0000D;
}
@media screen and (max-width: 1200px) {
    .album-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 600px) {
    .album-list .item {
        width: auto;
        float: none;
    }
}