@charset "utf-8";
/*------------ album ------------*/
/*列表通用 index、album*/
.album-list li .pic,
.album-list li .pic img {
    border-radius: 15px;
}
.album-list li .pic:before {
    display: none;
}
.album-list .item .name {
    margin: 15px 10px 0;
    color: #121212;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 1.4;
    transition: all 0.3s ease;
}
.news-list .box:hover .name {
    color: #00BBD4;
}
/*/列表通用 index、album*/
/*al_type1*/
.album-list.type1 .item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 35px;
}
.album-list.type1 .item .box .more:after{
    background: #00BBD4;
    color: #fff;   
}
.album-list.type1 .item .name {
    font-weight: normal;
    letter-spacing: 0.5px;
    margin: 15px 10px 0;
}
.album-list.type1 .box:hover .name {
    color: #00BBD4;
}
/*/al_type1*/
/*al_type2*/
.album-list.type2 li .pic,
.album-list.type2 li .pic img {
    border-radius: 0;
}
.album-list.type2 .box .pic:before {
    background: rgba(102, 102, 102, 0.85);
    transition: all .3s ease;
}
/*/al_type2*/
/*al_type3*/
.album-list.column3.type3 .item .name {
    font-size: 18px;
}
/*/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 -5px;
    }
    .album-list.type3 .item {
        padding: 0 5px;
    }
    .album-list .item .name {
        margin: 10px 0 0;
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    .album-list.type3 .item .name {
        margin-top: 10px;
    }
}