@charset "utf-8";
/*列表通用 index、album*/
.btn-box {
    padding: 25px 0 0 0;
}
.album-list.type1 .item .box .more:after{
    border: 1px solid rgb(208, 195, 179, 0.5);
    background: #826037;
    background: linear-gradient(to right, #826037 0%, #B4854B 100%);
    color: #fff;
    border-radius: 0;
}
.album-list .item .name{
    text-align: left;
    color: #444;
    font-weight: normal;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
    margin: 15px 0 0;
}
.album-list .item .box:hover .name{
    color: #826037;
}
/*/列表通用 index、album*/
/*al_type1*/
.album-list.type1 .item {
    border-bottom: 1px dashed #d6d6d6;
}
.album-list.type1 .item .name {
    margin: 15px 0;
    font-weight: normal;
}
.album-list.type1.column6 .item .name {
    margin: 15px 5px;
}
/*/al_type1*/
/*al_type2*/
.album-list.type2 .box .pic:before {
    background: rgba(19, 19, 16, 0.8);
}
/*/al_type2*/
/*al_瀑布式*/
.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 .item .namebox{
    position: relative;
}
.masonry-list .item .namebox:after{
    content: '\10ffff';
    font-family: 'icon-font-34' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    position: absolute;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    z-index: 2;
    text-indent: initial;
    transition: all .3s ease;
    opacity: 0;
    border: 1px solid rgb(208, 195, 179, 0.5);
    background: #826037;
    background: linear-gradient(to right, #826037 0%, #B4854B 100%);
    color: #fff;
    border-radius: 0;
    right: 12px;
    top: -26px;
}
.masonry-list.type1 .item .box:hover .namebox:after,
.masonry-list.type3 .item .box:hover .namebox:after{
    opacity: 1;
}
.masonry-list.type4 .item .namebox:after{
    display: none;
}
.masonry-list.type1 .item .name,
.masonry-list.type3 .item .name{
    padding-right: 60px;
    position: relative;
}
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*/al_瀑布式*/
/*------------ rwd ------------*/
@media screen and (max-width: 767px) {
    .album-list.type1 .item .name {
        font-size: 16px;
        height: 50px;
    }
}