.search-list-wrapper {
    min-width: 1150px;
    padding: 44px 0 22px;
    background-color: #eff3f6;
}
.search-list-box {
    width: 1150px;
    margin: 0 auto;
}
.dash {
    margin: 0 1px;
}
.unit {
    margin: 0 3px 0 3px;
}
.s-content {
    padding: 16px 22px 16px 22px;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.s-item {
    overflow: hidden;
    margin-bottom: 2px;
}
.more-s-iten-box {
    width: 100%;
    height: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    line-height: 14px;
    font-size: 14px;
    color: #aaa;
    background: #fff;
    cursor: pointer;
}
.s-item-title {
    float: left;
    width: 50px;
    line-height: 27px;
    font-weight: 700;
}
.s-item-content {
    float: left;
    line-height: 27px;
    width: 1055px;
}
.s-select {
    line-height: 27px;
}
.s-option {
    float: left;
    margin-right: 20px;
    color: #394043;
}
.s-option:hover {
    text-decoration: underline;
}
.s-column {
    float: left;
    width: 80px;
    margin-right: 20px;
    color: #394043;
}
.s-custom-box {
    float: left;
    position: relative;
    color: #394043;
    height: 27px;
}
.sm-input-box {
    display: inline-block;
    position: relative;
    font-size: 0;
    line-height: 22px;
}
.sm-input-box input {
    box-sizing: border-box;
    padding: 0;
    width: 44px;
    height: 22px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.s-custom-box input:nth-of-type(2) {
    margin-right: 5px;
}
.s-custom-btn {
    box-sizing: border-box;
    width: 38px;
    height: 22px;
    line-height: 12px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    visibility: hidden;
}
.s-district {
    overflow: hidden;
    float: left;
    width: 1030px;
    line-height: 27px;
    padding: 3px 14px;
    margin-left: 36px;
    margin-top: 4px;
    margin-bottom: 8px;
    background-color: #f2f2f2;
}
.container {
    width: 1150px;
    margin: 0 auto;
}
.s-result {
    margin-top: 14px;
}
.s-result-list {
    border-bottom: 1px solid;
}
    .s-result-list li {
        float: left;
        margin-right: 58px;
        font-size: 22px;
        color: #394042;
        line-height: 46px;
        cursor: pointer;
        border-bottom: 4px solid transparent;
    }
        .s-result-list li.cur {
            color: inherit;
            border-bottom: 4px solid;
        }
.s-result-title {
    float: left;
    line-height: 68px;
    font-size: 22px;
    color: #394042;
    font-weight: 700;
}
.s-result-number {
    margin: 0 6px;
}
.r-content {
    box-sizing: border-box;
    font-size: 0;
}
.r-content-l {
    width: 854px;
    margin-right: 22px;
    display: inline-block;
    vertical-align: top;
}
.r-choice-box {
    box-sizing: border-box;
    margin-top: 18px;
    float: right;
    height: 50px;
    line-height: 48px;
    font-size: 14px;
}
.r-choice-title {
    box-sizing: border-box;
    float: left;
    width: 80px;
    height: 50px;
    text-align: center;
    font-weight: 700;
}
.parting-line {
    box-sizing: border-box;
    float: left;
    color: #ddd;
}
.r-choice {
    float: left;
}
.r-choice li {
    position: relative;
    float: left;
    width: 110px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border-top: 2px solid transparent;
}
.r-choice li:hover,
.r-choice li:hover .r-sub-choice {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.r-choice li.r-choice-multi:hover::after {
    content: '';
    position: absolute;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 4px;
    background: #fff;
    bottom: -2px;
}
.r-sub-choice {
    display: none;
    width: 100%;
    margin: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 100%;
    padding: 3px 0 6px 0;
    border-radius: 0 0 2px 2px;
    background: #fff;
}
.r-choice li:hover .r-sub-choice {
    display: block;
}
.r-sub-choice dd {
    padding: 0 10px;
    margin: 0;
    height: 26px;
    line-height: 26px;
    white-space: nowrap;
    cursor: pointer;
}
.r-choice li:nth-child(1) {
    border-left-color: transparent!important;
    border-right-color: transparent!important;
}
.house-list li {
    box-sizing: border-box;
    width: 100%;
    padding: 40px 20px 40px 0;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
.house-list li:hover 
{
    background: #f9f9f9;
}
    .house-list li:hover .m-collection {
        display: flex;
    }

.h-item-img-box {
    float: left;
    position: relative;
    margin-right: 20px;
    width: 210px;
    height: 144px;
}
.h-item-img-box img {
    width: 100%;
    height: 100%;
}
.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(255, 255, 255, 0);
}
a.h-item-img-box:hover .mask {
    background: rgba(255, 255, 255, .15);
}
.h-info {
    width: 100%;
    box-sizing: border-box;
    padding-left: 234px;
    color: #777;
}
.h-info-title {
    margin-bottom: 10px;
    overflow: hidden;
    width:450px;
}
.m-collection {
    position: absolute;
    right: 20px;
    top: 40px;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
    display: none;
}
.contrast {
    padding: 0 9px;
    height: 20px;
    line-height:20px;
    border: 1px solid rgba(183,183,183,1);
    text-align: center;
    color: rgba(183,183,183,1);
}
.contrast:hover {
    color: #394043;
}
.sele-contrast:hover {
    color: rgba(183,183,183,1);
}


.m-follow {
    margin-left: 9px;
}

.has-collect:hover {
    color: rgba(183,183,183,1);
}

.info-title {
    display: block;
    float: left;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 22px;
    color: #394043;
    font-weight: 700;
}
.ash-placing:visited {
    color: #9c9fa1;
}

.h-title-tag {
    float: left;
    margin-left: 20px;
    padding: 4px 6px;
    color: #fff;
    background: #00ae66;
    border-radius: 2px;
}
.h-info-item {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
}
.info-price {
    font-size: 26px;
    color: #f95640;
    font-weight: 700;
    display: flex;
    flex-direction: column;
}
.info-item-left {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.h-tag-box {
    margin-top: 9px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.h-tag-box span {
    display: inline-block;
    margin-left: 6px;
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
    font-size: 12px;
    color: #7c95b2;
}
.h-tag-box span:nth-child(1) {
    margin-left: 0;
    color: #439bfd;
    background: #eff6fe;
}
.h-tag-box span:nth-child(2) {
    color: #67cf54;
    background: #f7fdf4;
}
.h-tag-box span:nth-child(3) {
    color: #ffba35;
    background: #fefbf2; 
}
.h-tag-box span:nth-child(4) {
    color: #2bb6f6;
    background: #f1fafb;
}
.h-tag-box span:nth-child(5) {
    color: #ff6b6b;
    background: #fff6f6;
}

.house-page {
    text-align: right;
    padding: 54px 0 76px 0;
}
.cut-line {
    margin: 0 10px;
}
.one-price {
    font-size: 14px;
}
