@charset "utf-8";
/*列表通用 index、album*/
.album-list li .pic:before {
	display: none;
}
.album-list .item {
    margin: 0 auto 40px;
}
.album-list .item .name {
    color: #000;
    text-align: left;
    font-weight: normal;
    margin: 10px 0 0;
    font-size: 18px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
.album-list .box:hover .name {
    color: #333;
}
/*/列表通用 index、album*/
/*al_type1*/
.album-list.type1 .item{
    border-color:#ccc;
}
.album-list.type1 .item .name {
    margin: 10px 0 0;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 16px;
}
.album-list.type1 .item .box .more:after{
    background: #000;
    color: #fff;
}
.album-list.type1.masonry-list .item .name {
    font-size: 18px;
}
.album-list.type1.masonry-list .item .pic,
.album-list.type1.masonry-list .item .pic img {
    border-radius: 10px;
}
/*/al_type1*/
/*al_type2*/
.album-list.type2 .box .pic:before {
    background: rgba(0, 0, 0, 0.5);
    transition: all .3s ease;
}
/*/al_type2*/
/*al_type3*/
.album-list.type3 .item .pic,
.album-list.type3 .item .pic img {
    border-radius: 10px;
}
/*/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_瀑布流*/