@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: #C8A063;
}
.album-list .item .namebox{
    padding: 10px 15px 10px 15px;
    position: relative;
}
.album-list .namebox:before{
    content: 'MORE';
    display: inline-block;
    color: #fff;
    font-family: "DM Serif Text", serif;
    font-size: 15px;
    font-weight: normal;
    background: #222;
    padding: 4px 20px;
    position: absolute;
    top: -33px;
    left: 0;
}
.album-list .item .name{
    color: #666;
    text-align: left;
}
.album-list .item .box:hover .name{
    color: #C8A063;
}
.album-list.type1 .pic:before,
.album-list.type3 .pic:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../../../images/layout03/common/album/hover.png') 50% 50% no-repeat rgba(0,0,0,0.4);
    opacity: 0;
    z-index: 8;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}
.album-list .box:hover .pic:before{
    opacity: 1;
}
.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;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*!瀑布流*/
.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);
}
/*-modify album-list css*/
/*-type common*/
.album-list .item .namebox{
    
    border-width: 0 1px 1px;
    padding: 10px 15px 10px 15px;
    
    position: relative;
    transition: all .3s;
}
.album-list .item .box:hover .namebox{
    
}
.album-list .item .name{
    color: #333;
    text-align: left;
    font-weight: normal;
    transition: all .3s;
}
.album-list .item .box:hover .name{
    color: #C8A063;
}
.masonry-list.album-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: 24px;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    right: 0;
    margin: auto;
    top: calc(50% - 20px);
    z-index: 3;
    color: #ffffff;
    background:#C8A063;
    display:flex;
    align-items:center;
    justify-content:center;
    transition: all .3s;
    opacity: 0;
}
.masonry-list .item .namebox .name{
    padding: 0;
    margin: 0;
}
/*-type1*/
.album-list.type1 .item .namebox{
    padding: 16px;
}
.album-list.type1 .item .name{
    height: auto;
    margin: 0 auto;
    font-weight: normal;
}
/*-type2*/
/*-type3*/
/*-type4*/
/*-//modify album-list css*/
/*------------ 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;
}
/*!瀑布流*/