@charset "utf-8";
/*列表通用 index、album*/
.album-list{
    margin: 0 -10px;
}
.album-list .item{
    padding: 0 10px;
    margin: 0 0 45px;
}
.album-list .item .namebox{
    position: relative;
    box-sizing: border-box;
    padding: 35px 0 0;
    transition: all 0.5s ease;
}
.album-list:not(.type1) .namebox:before{
    content: 'MORE';
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1.3px;
    background: #F6A903;
    transition: all 0.5s ease;
    font-family: 'Forum', serif;
}
.album-list .item .name,
.album-list.type1 .item .name {
    color: #595959;
    font-size: 18px;
    letter-spacing: 1.5px;
    font-weight: normal;
    font-family: 'Noto Serif TC', serif;
    margin: 0;
    -webkit-line-clamp: 1;
    max-height: 28px;
    height: 28px;
    transition: all 0.5s ease;
    text-align: left;
}
.album-list .item .box:hover .name{
    color: #F6A903;
}
/*al_type1*/
.album-list.type1 .item .name {
    font-size: 16px;
}
.album-list.type1 .item .namebox {
    padding: 10px 0 0;
}
.album-list.type1 .item .box .more:after {
    background: #F6A903;
    color: #fff;
}
/*!al_type1*/
/*al_type2*/
.album-list.type2 .box .pic:before {
    background: rgba(0, 0, 0, 0.5);
    transition: all .5s ease;
}
/*!al_type2*/
/*al_masonry*/
.masonry-list.album-list.type1 .item{
    margin-bottom: 45px;
}
.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;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*!al_masonry*/
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
}
/*!列表通用 index、album*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*!瀑布流*/