.album{width: 100%;}
.albumbox{width: 100%;overflow: hidden;}
.albumbox li{float: left;width: 280px;margin-bottom: 20px;margin-right: 20px;text-align: center;cursor:pointer;}
.albumbox li:hover p{color: #ED232F;}
.albumbox li img{width: 280px;height: 158px;}
.albumbox li p{font-size: 16px;color: #666;margin-top: 18px;}

.albumbox li:nth-child(3n){
    margin-right: 0px;
}


.albumbox-bigger{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
.ab-mask{
    background: rgba(0,0,0,0.39);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}
.albumbox-bigger .ab-show {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 850px;
    height: auto;
    display: block;
    position: relative;
    z-index: 100;
}
.albumbox-bigger .ab-show img{
    width: 100%;
    height: 100%;
}
.albumbox-bigger .ab-show p.ab-explain {
    position: absolute;
    bottom: 0;
    color: white;
    height: 33px;
    line-height: 33px;
    margin: 0px;
    background: rgba(0,0,0,0.66);
    text-indent: 11px;
    width: 100%;
    font-size: 12px;
    overflow: hidden;
}
span.ab-close {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 36px;
    width: 30px;
    height: 30px;
    line-height: 27px;
    background: white;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    color: #676767;
}