@charset "utf-8";
/*列表通用 index、album*/
.album-list li .pic:before {
	content: "";
    position: absolute;
    transition: all .2s;
    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 .2s;
    opacity: 1;
}
/*瀑布流*/
.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 .item .pic {
    border-radius: 5px;
}
.album-list .item .name,
.masonry-list.album-list.type1 .item .name,
.album-list.type1 .item .name {
    font-weight: normal;
    transition: all 0.5s ease;
}
.album-list .box:hover .name{
    color: #23AADC;
}
.album-list.type1 .item{
    border-color:#E2E2EA;
}
.album-list.type1 .item .box .more:after{
    background-color: #23AADC; 
    color: #fff;  
}
.album-list.type2 .box .pic:before {
    background: rgba(102, 102, 102, 0.85);
}
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*!瀑布流*/
@media screen and (max-width: 1440px){
    .album-list.type3  {
        margin: 0 -5px;
    }
    .album-list.type3 .item {
        padding: 0 5px;
    }
}