.main-title.album{
    background-image: url(../../images/common/album/main_title.png);
}
.album-list {
    margin: 60px -10px 0px;
}
.album-list .item {
    width: 20%;
    padding: 0 10px;
}
.album-list .item:nth-child(5n+1) {
    clear: left;
}
.album-list .box {
    max-width: 260px;
    margin: 0 auto 10px;
    overflow: hidden;
    position: relative;
}
.album-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.album-list .fancybox {
    display: none;
}
.album-list .pic {
    overflow: hidden;
}
.album-list .box:hover .pic {
    opacity: 0.8;
}
.album-list .name {
    background: url(../../images/common/album/name_ic.png) 12px 50% no-repeat rgba(31,131,103,0.85);
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 8px 12px 8px 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.album-list .box:hover .name {
    color: #37FFD7;
    font-weight: bold;
}
.album-list .more {
    display: inline-block;
    width: 80px;
    line-height: 20px;
    background: #80CAA5;
    color: #fff;
    font-size: 13px;
}
/***********燈箱****************/
body .fancybox-skin {
    background: #E4E4E4;
}
body .fancybox-title {
    background: #fff;
    margin: 0;
    padding: 0 15px 15px;
}
.photo-title {
    background: url(../../images/common/album/name_ic.png) 12px 9px no-repeat rgba(31,131,103,0.85);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 12px 10px 45px;
    margin: 0 -15px 15px;
}
.photo-pager {
    color: #000;
    font-size: 12px;
    letter-spacing: 0.03rem;
    margin-bottom: 10px;
}
.photo-pager b {
    color: #46A38A;
    font-size: 14px;
}
.photo-intro {
    color: #929292;
    font-size: 14px;
    line-height: 1.75;
}
.photo-control {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    text-align: right;
}
.photo-control .ibtn {
    background-image: url(../../images/common/album/lightbox_control.png);
    height: 41px;
    width: 54px;
    margin-left: 1px;
}
.photo-control .ibtn.prev {
    background-position: 0 0;
}
.photo-control .ibtn.next {
    background-position: -54px 0;
}
.photo-control .ibtn.close {
    background-position: -108px 0;
    width: 41px;
}
.photo-control .ibtn.prev:hover {
    background-position: 0 100%;
}
.photo-control .ibtn.next:hover {
    background-position: -54px 100%;
}
.photo-control .ibtn.close:hover {
    background-position: -108px 100%;
}
@media screen and (max-width: 1200px) {
    .album-list .item {
        width: 33.33%;
    }
    .album-list .item:nth-child(5n+1) {
        clear: none;
    }
    .album-list .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 600px) {
    .album-list .item {
        width: 100%;
    }
    .album-list .item:nth-child(n) {
        clear: none;
    }
}