@charset "utf-8";
/*列表通用 index、album*/
.album-list.type3 .item .name{
    position: absolute;
    box-sizing: border-box;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    background: rgba(51,51,51,.85);
    font-weight: normal;
    letter-spacing: 0.05em;
    transition: all .2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
    height: 62px;
    line-height: 62px;
    bottom: 0;
    padding: 0 20px;
    margin: 0;
    transition: all .3s ease;
    opacity: 0;
}
.album-list.type3 .item .box:hover .name{
    opacity: 1;
}
.album-list .box .name{
    font-family: "Noto Sans TC", sans-serif !important;
    font-size: 18px;
    color: #333333;
    font-weight: normal !important;
    letter-spacing: 0.035em;
    line-height: 1.5;
    transition: all .2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: auto;
}
.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.type1 .item{
    border-color:#DDDDDD;
}
.album-list.type1 .item .box .more:after{
    background-color: #333333;
    color: #FFFFFF;
}
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*!瀑布流*/