.adopt{
    padding-top: 40px;
}
.adopt-item{
    float: left;
    width: 280px;
    margin-right: 20px;
    border: 1px solid #f8f8f8;
}
.adopt-item:nth-child(4n){
    margin-right: 0;
}
.adopt-name{
    margin: 12px 16px;
}
.adopt-age{
    margin: 12px 16px;
    color: #999;
}
.more{
    width: 60px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #eee;
    text-align: center;
    margin: 40px auto 60px;
}