@charset "utf-8";
/*列表通用 index、album*/
.album-list{
    margin: 0 -10px;
}
.album-list .item{
    padding: 0 10px;
}
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #9cc2da;
}
.album-list .item .name{
    color: #333;
}
.album-list.type1 .item .pic:before,
.album-list.type1 .item .pic:after,
.album-list.type3 .item .pic:before,
.album-list.type3 .item .pic:after{
    content: "";
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    opacity: 0;
    z-index: 15;
}
.album-list.type1 .item .pic:before,
.album-list.type3 .item .pic:before{
    content: "";
    width: 87px;
    height: 87px;
    top: 0%;
    left: 50%;
    margin: -43px 0 0 -43px;
    background: url('../../../images/layout02-1/common/album/ic.png');
    z-index: 18;
}
.album-list.type1 .item .pic:after,
.album-list.type3 .item .pic:after{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
}
.album-list.type1 .item .box:hover .pic:before,
.album-list.type1 .item .box:hover .pic:after,
.album-list.type3 .item .box:hover .pic:before,
.album-list.type3 .item .box:hover .pic:after{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}
.album-list.type1 .item .box:hover .pic:before,
.album-list.type3 .item .box:hover .pic:before{
    top: 50%;
}
.masonry-list.album-list.type1 .item{
    margin-bottom: 0;
}
.masonry-list.album-list.type1 .item .name{
   text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more:after{
    display: none;
}
.masonry-list.album-list .item .namebox{
    position: relative;
}
.masonry-list.album-list.type1 .item .name,
.masonry-list.album-list.type3 .item .name{
    position: relative;
}
/*!瀑布流*/
/*!列表通用 index、album*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*!瀑布流*/