@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 {
    margin-bottom: 40px;
}
.album-list .item .pic {
    border-radius: 15px;
}
.album-list .box .namebox {
    position: relative;
    box-sizing: border-box;
    padding: 10px 10px 0;
}
.album-list .box .name {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #656055;
    margin: 0 0 5px;
    line-height: 28px;
    height: 28px;
    max-height: 28px;
    -webkit-line-clamp: 1;
    transition: all 0.5s ease;
    padding: 0 10px;
}
.album-list .box:hover .name {
    color: #FFB399;
}
/*al_type1*/
.album-list.type1 .item{
    border-color: #ddd;
    border-width: 2px;
}
.album-list.type1 .item .box .more:after{
    background-color: #FFB399;   
    color: #fff;
}
.album-list.type1 .box .namebox {
    padding: 10px 0 0;
}
.album-list.type1 .item .name {
    font-weight: normal;
    letter-spacing: 1px;
    color: #656055;
    margin: 0 0 5px;
    line-height: 28px;
    max-height: 28px;
    -webkit-line-clamp: 1;
    transition: all 0.5s ease;
    padding: 0;
}
/*!al_type1*/
/*al_type2*/
.album-list.type2 .box .pic:before {
    background: rgba(102, 102, 102, 0.85);
    border-radius: 15px;
}
/*!al_type2*/
/*al_type3*/
.album-list.type3 {
    margin: 0 -10px;
}
.album-list.type3 .item {
    padding: 0 10px;
}
/*!al_type3*/
/*瀑布流*/
.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 -7px;
    }
    .album-list.type3 .item {
        padding: 0 7px;
    }
}
@media screen and (max-width: 1000px) {
    .album-list.type3 .item .name {
        font-size: 16px;
        height: 20px;
        max-height: 20px;
        line-height: 20px;
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .album-list.type3 .item .name {
        padding: 0;
        margin: 0;
    }
}