.recommend {
    background-color: #F2F2F2;
    padding-bottom: 5px;
}

.recommend .top {
    margin-bottom: 5px;
}

.recommend .top .title, .recommend .top .shu {
    height: 24px;
    line-height: 24px;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-right: 5px;
    cursor: pointer;
    overflow: hidden;
}

.recommend .top .shu {
    color: #CC0000;
}

.recommend .top .change {
    height: 32px;
    line-height: 32px;
    color: #333333;
    font-size: 16px;
    margin-right: 5px;
    cursor: pointer;
}

.recommend .top .change img {
    width: 24px;
    height: 19px;
    vertical-align: middle;
}