.wrap{
    padding:0px 10px;
}
.img-list{
    width: 100%;
    float: left;
    margin:10px auto;
}
.img-list.list1{
    background: #ffffff;
}
.img-list.list0{
    background: #f2f2f2;
}
.img-list .album{
    width: 49%;
    height: 150px;
    margin-top: 10px;
    position: relative;
    float: left;
    overflow: hidden;
}

.img-list .album img{
    width: 100%;
    height: 150px;
    float: left;
}

.img-list .text{
    margin-top: 10px;
    width: 50%;
    height: 150px;
    float: right;
    overflow: hidden;
    color: #787878;
    line-height: 24px;
}
.img-list .text .title{
    font-size: 16px;
    height: 28px;
}

