.houses_list {
    width: 1200px;
    min-height: 100px;
    margin: 0 auto;
    overflow: hidden;
}

.house_count {
    width: 100%;
    height: 68px;
    line-height: 68px;
    font-size: 16px;
    color: #101D37;
}

.house_count span {
    color: #E8544B;
    font-weight: bold;
    margin: 0 5px;
}

.sort_header {
    width: 1200px;
    height: 50px;
    background: #F9F9FB;
    border: 1px solid #EFEFEF;
    position: relative;
}

.sort_header .sort_item {
    width: 120px;
    height: 50px;
    float: left;
    line-height: 50px;
    border-right: 1px solid #EFEFEF;
    color: #999999;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    position: relative;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -ms-user-select: none;
}

.sort_header .sort_item.active {
    color: #162F5E;
}

.sort_header .sort_item.arrow:before {
    content: "";
    width: 11px;
    height: 6px;
    position: absolute;
    right: 25px;
    top: 22px;
    background: url(../img/down_arrow.png);
    background-size: 100%;
}

.sort_header .sort_item.arrow.up:before {
    transform: rotateZ(180deg);
}

.animate_bg {
    width: 120px;
    height: 48px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.animate_bg.active0 {
    left: 0;
}

.animate_bg.active1 {
    left: 120px;
}

.animate_bg.active2 {
    left: 240px;
}

.animate_bg.active3 {
    left: 360px;
}

.animate_bg.active4 {
    left: 480px;
}

.houses_content {
    width: 1200px;
    overflow: hidden;
}

.houses_content .house_item {
    width: 100%;
    height: 122px;
    margin-bottom: 47px;
    overflow: hidden;
}

.houses_content .house_item:nth-child(1) {
    margin-top: 39px;
}

.house_item .imgs {
    width: 160px;
    height: 122px;
    float: left;
    cursor: pointer;
    margin-right: 21px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.house_item .imgs>span>img {
    width: 100%;
    height: 100%;
}

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

.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;
}

.house_item .house_messages {
    width: 560px;
    height: 122px;
    float: left;
    position: relative;
}

.house_item .house_messages h4.title {
    height: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #101D37;
    line-height: 20px;
    margin-bottom: 20px;
}

.house_item .house_messages h4.title span {
    font-size: 20px;
    font-weight: bold;
    color: #101D37;
    line-height: 20px;
    cursor: pointer;
}

.house_item .house_messages .details {
    height: 14px;
    font-size: 14px;
    color: #616669;
    margin-bottom: 40px;
}

.house_item .house_messages .details.mb10 {
    margin-bottom: 16px;
}

.house_item .house_messages .details.mb0 {
    margin-bottom: 0px;
    color: #9399A5;
}

.house_item .house_messages .matain {
    width: 300px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 12px;
    color: #9399A5;
}

.house_item .house_messages .matain img,
.house_item .house_messages .matain span {
    float: left;
}

.house_item .house_messages .matain img {
    margin: 4px 5px 0 0;
}

.house_item .rent_money {
    width: 300px;
    height: 122px;
    float: left;
}

.house_item .rent_money .num,
.house_item .rent_money .unit {
    font-size: 26px;
    font-weight: bold;
    color: #E8544B;
}

.house_item .rent_money .unit {
    font-size: 12px;
}

.pages_contents {
    text-align: center;
    margin: 20px auto;
}

.area_and_business {
    cursor: pointer;
}