.wrap {
    background: #e9eaec;
}
.content_box_w {
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.row_divfloat {
    display: inline-block;
    width: 30%;
    margin: 15px;
    padding: 10px; 
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 30px;
}
.row_divfloat a.a_img {
    display: block;
    overflow: hidden;
}
.row_divfloat a:hover, .row_divfloat a:focus {
    text-decoration: none;
}
.row_divfloat a.a_titleclass {
    display: block;
    color: #333;
    font-size: 18px;
    margin: 5px;
}
.row_divfloat>a>img {
    width: 100%;
    transition: all 0.6s;
    height: 200px;
}
.row_divfloat>a>img:hover {
    transform: scale(1.2);
}

.div_text_tag span {
    color: #999;
    background: #e9eaec;
    border-radius: 10px;
    padding: 2px 5px;
    margin: 5px;
}
span.text_gray {
    color: #888;
    margin-left: 5px;
}
span.text_price {
    color: #ffa726;
    font-size: 16px;
    font-weight: bold;
} 
.a_btn_jinru {
    float: right;
}

.text_head_olsc {
    margin: 20px;
    color: #666;
    font-size: 16px;
    line-height: 30px;
}