@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: #A5243F;
}
.album-list .item .namebox{
    border: 1px solid #ddd;
    padding: 10px 15px 10px 15px;
    background: #fff;
    position: relative;
}
.album-list .item .name{
    color: #333;
    text-align: left;
}
.album-list .item .box:hover .name{
    color: #6CBAEA;
}
.album-list.type1 .pic:before,
.album-list.type3 .pic:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:  rgba(0,0,0,0.5);
    opacity: 0;
    z-index: 8;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.album-list .box:hover .pic:before{
    opacity: 0;
}
.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;
}
.album-list.type1 .item .name {
    margin: 5px 5px 5px;
    font-size: 18px;
    font-weight: normal;
    -webkit-line-clamp: 1;
    height: 30px;
}
.album-list.type1 .item .namebox {
    border: 0px solid #ddd;
    background: transparent;
}

.album-list.type1 .box:before {
    content: "";
    width: 90%;
    height: 90%;
    background: transparent;
    border: 5px solid #6CBAEA;
    position: absolute;
    left: 5%;
    top: 5%;
    box-sizing: border-box;
    z-index: 1;
    transition: all .3s ease;
    top: 10%;
    opacity: 0;
}
.album-list.type1 .item .namebox {
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
}
.album-list.type1 .item .box:hover:before{
    top: 5%;
    opacity: 1;
}
/*!瀑布流*/
.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);
}
/*!列表通用 index、album*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*!瀑布流*/