@charset "utf-8";
/*列表通用 index、album*/
.album-list li .pic:before {
    content: "";
    position: absolute;
    transition: all .3s ease;
    opacity: 0;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.70);
}
.album-list li .box:hover .pic:before {
    transition: all 0.3s ease;
    opacity: 1;
}
.album-list .box .name {
    color: #000;
}
.album-list.type3 .box .namebox, .album-list.type1.masonry-list .box .namebox {
    padding: 15px;
    background: #BBBBBB;
    transition: all 0.3s ease;
}
.album-list.type3 .box:hover .namebox, .album-list.type1.masonry-list .box:hover .namebox {
    background: #F3B562;
}
.album-list.type3 .box .name, .album-list.type1.masonry-list .box .name {
    color: #fff;
    margin: 0;
}
.album-list.type3 .item .name, .album-list.type1.masonry-list .item .name {
    height: 25px;
    -webkit-line-clamp: 1;
}
.album-list.type2 .box .pic:before {
    background: rgba(0, 0, 0, 0.8);
}
/*瀑布流*/
.masonry-list.album-list.type1 .item {
    margin-bottom: 25px;
}
.masonry-list.album-list.type1 .item .name {
    text-align: left;
}
.masonry-list.album-list.type1 .item .box .more {
    display: none;
}
/*!瀑布流*/
/*!列表通用 index、album*/
.album-list.type1 .item {
    border-color: #ccc;
}
.album-list.type1 .item .box .more:after {
    background-color: #AD0501;
    color: #fff;
}
/*瀑布流*/
.masonry-list .item:nth-child(n), .has-side .masonry-list .item:nth-child(n) {
    clear: none!important;
}
/*!瀑布流*/