@charset "utf-8";
/*列表通用 index、album*/
.album-list .item .box .name{
    font-size: 18px;
    font-family: "Noto Sans", sans-serif;
    font-weight: normal;
    letter-spacing: 0.015em;
    line-height: 1.4;
    transition: all .3s ease;
}
.album-list .item .box:hover .name{
    color: #2F6191;
}

.album-list li .pic:before {
	content: "";
    position: absolute;
    transition: all .2s;
    opacity: 0;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(44,95,145,.8);
}
.album-list li .box:hover .pic:before{
	transition: all .2s;
    opacity: 1;
}
.album-list.type2 .box .pic:before{
    background: rgba(44,95,145,.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:#2E6091;
}
.album-list.type1 .item .box .more:after{
    background-color: #2E6091;   
    color: #fff;
}
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*!瀑布流*/