


/* 视频列表*/
.album-list-title p{
    color: #333333;
    font-size: .28rem;
    font-weight: bold;
}
.album-list-desc span{
    color: #999999;
    font-size: .24rem;
}

.video-wrap .album-list ul li>a{
    display: block;
    position: relative;
}
.video-wrap .album-list ul li>a:before{
    display: block;
    content: "";
    position: absolute;
    width: .9rem;
    height: .9rem;
    left: 50%;
    top: 30%;
    background: url(../image/video-list.png) no-repeat;
    background-size: .9rem;
    transform: translate(-50%,0);
}

/*--------------------------*/
/* 图集列表*/
.photo-wrap .album-list ul li>a:before{
    display: none !important;
}