.img_items {
    width: 100%;
    overflow: hidden;
}

.img_item {
    width: 278px;
    float: left;
    margin-right: 29px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.vr_logo {
    width: 60px;
    height: 30px;
    background: #313131;
    opacity: 0.45;
    border-radius: 15px;
    position: absolute;
    left: 16px;
    top: 18px;
    z-index: 1;
}

.vr_logo img {
    width: 20px;
    height: 20px;
    margin: 6px 3px 0 7px;
    float: left;
}

.vr_logo span {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 35px;
    float: left;
}

.img_item:nth-child(4) {
    margin-right: 0;
}

.img_item .house_img {
    width: 278px;
    height: 206px;
    overflow: hidden;
}

.img_item .house_img img {
    width: 278px;
    height: 206px;
    transition: all 0.5s ease-in-out;
}

.img_item .house_img:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}

.img_item .item_title {
    width: 100%;
    height: 48px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.img_item .item_details {
    width: 100%;
    height: 22px;
}

.img_item .room_count {
    height: 12px;
    font-size: 12px;
    color: #616669;
    line-height: 26px;
    float: left;
}

.img_item .rent_money {
    height: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #E8544B;
    line-height: 23px;
    float: right;
}