@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: #9EC326;
}
.album-list .item .namebox{
    padding: 10px 15px 10px 15px;
    background: #FFF;
    position: relative;
  
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: unset;
}
.album-list .namebox:before{
    content: 'MORE';
    display: inline-block;
    height:24px;
    color: #424251;
    font-family: 'Barlow',sans-serif;
    font-size: 13px;
    font-weight:normal;
    padding-bottom: 3px;
    box-sizing:border-box;

    border-bottom: 2px solid #9EC326;
}
.album-list .namebox:after{
    /* content: '........';
    width: 41px;
    font-size: 15px;
    color: #9EC326;
    margin: 3px auto 0;
    position: absolute;
    top: 16px;
    font-weight: bold !important;
    letter-spacing: 0.9px; */
}
/*.album-list .item .box .more{*/
/*    display:block !important;*/
/*    background:none;*/
/*    position:absolute;*/
/*    left:0;*/
/*    top:0;*/
/*}*/
.album-list .item .name{
    color: #333333;
    text-align: left;
}
.album-list.type1 .item .name{
    text-align: left;
    margin: 15px 0px 10px;
    color: #333333;
   
    font-weight: normal;
}
.album-list .item .box:hover .namebox{
    background: #FFF;
}
.album-list .item .box:hover .namebox .name{
    color:#9EC326;
}
.album-list .item .box:hover .namebox:before{
    /* border:none;
    color: #9EC326;
    border-bottom: 2px solid #9EC326; */
}
.album-list .item .box:hover .namebox:after{
    display: none;
}
.album-list.type1 .pic:before,
.album-list.type3 .pic:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(158 195 38 / 5%);
    opacity: 1;
    z-index: 8;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.album-list .box:hover .pic:before{
    opacity: 0;
}
.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.album-list .item .namebox{
    position: relative;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
/*!瀑布流*/
.album-list .item .pic img{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.album-list .item:hover .pic img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*------------ rwd ------------*/
@media screen and (max-width: 768px){
}
/*!列表通用 index、album*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*!瀑布流*/