@charset "utf-8";
/*------------ album ------------*/
/*列表通用 index、album*/
.album-list li .pic:before {
    display: none;
}
.album-list .item {
    margin: 0 auto 20px;
}
.album-list .item .name{
    color: #ccc;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 15px 5px 20px;
    transition: all 0.3s ease;
}
.album-list .box:hover .name{
    color: #fff;
    text-decoration: underline;
}
/*/列表通用 index、album*/
/*al_type1*/
.album-list.type1 .item{
    border-color: rgba(255, 255, 255, 0.25);
}
.album-list.type1 .item .box .more:after{
    background-color: #fff;
    color: #121212;  
}
/*/al_type1*/
/*al_type3*/
.album-list.type3  {
    margin: 0 -15px;
}
.album-list.type3 .item {
    padding: 0 15px;
}
/*/al_type3*/
/*al_瀑布流*/
.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;
}
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*/al_瀑布流*/
/*------------ album ------------*/
@media screen and (max-width: 1000px){
    .album-list.type3 {
        margin: 0 -10px;
    }
    .album-list.type3 .item {
        padding: 0 10px;
    }
    .album-list.type3 .item .name {
        margin-bottom: 0;
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    .album-list.type3 .item .name {
        margin-bottom: 0;
    }
}