.content {
    max-width: none;
}
.album-list {
    margin: -80px 0 0;
}
.album-list .item {
    width: 33.3333333333%;
}
.album-list .item a {
    max-width: 720px;
    margin: 80px auto 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.album-list .item a.fancybox {
    display: none;
}
.album-list .pic {
    position: relative;
    overflow: hidden;
}
.album-list a:hover .pic:before {
    content: "";
    background: rgba(255,255,255,0.30);
    border: 10px solid #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.album-list .cover {
    margin: 0 10px 30px;
    padding: 5px;
    min-height: 50px;
}
.album-list a:hover .cover:before {
    border-color: #ccc;
}
.album-list .title {
    margin: 10px 65px 10px 5px;
    color: #4C4C4C;
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.album-list .title:before {
    content: "";
    background: url(../images/album/camera.png) no-repeat;
    width: 25px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 4px 0;
}
.album-list .more {
    background: #454545 url(../images/album/more.png) no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.album-list a:hover .more {
    background-color: #ECB805;
}

@media screen and (max-width: 860px) {
    .album-list .item {
        width: auto;
        float: none;
    }
    .album-list {
        margin-top: -40px;
    }
    .album-list .item a {
        margin-top: 40px;
    }
}