.album-list {
    margin: 0 -15px;
}
.album-list .item {
    width: 25%;
    padding: 0 15px;
}
.album-list .item:nth-child(4n+1) {
    clear: left;
}
.album-list .box {
    max-width: 340px;
    margin: 0 auto 40px;
    position: relative;
    overflow: hidden;
}
.album-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.album-list .box .pic{
    margin:0 auto 0px;
}
.album-list .fancybox {
    display: none;
}
.album-list .name {
    position: relative;
    box-sizing: border-box;
    color: #444444;
    background: #fff;
    padding: 0 10px;
    font-size: 18px;
    line-height: 48px;
    font-weight: bold;
    letter-spacing: 0.08em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 50px;
    margin: 0 ;
    align-items: center;
    transition: all .3s;
    border-bottom: 1px solid #F5DF4D;
    text-align: center;
}
.album-list .box:hover .name {
    color: #444444;
    background: #F5DF4D;
}


.content-top.abb{
    position: relative;
    box-sizing: border-box;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 30px;
}
.all-mon{
    position: absolute;
    box-sizing: border-box;
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 122px;
    top: 6px;
}
.all-mon li{
    position: relative;
    box-sizing: border-box;
    width: fit-content;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #666666;
    padding: 5px;
    transition: all .2s ease;
}
.all-mon li+li{
    margin-left: 4px;
}
.all-mon li a:hover,
.all-mon li a:active{
    color: #F5DF4D;
}

@media screen and (max-width: 1400px) {
    .album-list {
        margin: 0 -7px;
    }
    .album-list .item {
        padding: 0 7px;
    }
}
@media screen and (max-width: 1200px) {
    .album-list .item {
        width: 33.33%;
    }
    .album-list .item:nth-child(4n+1) {
        clear: none;
    }
    .album-list .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 1000px) {
    .album-list .name {
        height: 45px;
        line-height: 42px;
        font-size: 16px;
    }
    .all-mon{
        position: relative;
        top: inherit;
        padding: 0;
        margin: 0 0 15px;
        flex-wrap: wrap;
        order: 2;
    }
    .all-mon li+li{
        margin-left: inherit;
    }
    .all-mon li{
        width: fit-content;
        font-size: 15px;
        padding: 3px 2px;
        margin-bottom: 4px;
        margin-right: 4px;
    }
    .breadcrumb{
        order: 3;
    }

}
@media screen and (max-width: 767px) {
    .album-list .item {
        width: 50%;
    }
    .album-list .item:nth-child(3n+1) {
        clear: none;
    }
    .album-list .item:nth-child(2n+1) {
        clear: left;
    }
    .album-list .box {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 560px) {
    .album-list .item {
        width: 100%;
    }
    .album-list .item:nth-child(n) {
        clear: none;
    }
}