@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: #2F6098;
}

.album-list .item .name {
    color: #333;
}

.album-list .box:hover .name {
    color: #71A4C3;
}

.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 .item .namebox {
    position: relative;
}

.masonry-list.type1 .item .name, .masonry-list.type3 .item .name {
    position: relative;
}

/*!瀑布流*/


.album-list.type3 .pic:before,
.album-list.type1.column4 .pic:before {
    content: '';
    background: url(../../../images/layout01/common/hover.png) 50% 60% no-repeat rgba(23, 43, 67, 0.5);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.album-list.type1.column4 .box:hover .pic:before ,
.album-list.type3 .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}

/*!列表通用 index、album*/

/*瀑布流*/

.masonry-list .item:nth-child(n), .has-side .masonry-list .item:nth-child(n) {
    clear: none!important;
}

/*!瀑布流*/