﻿/*列表*/
.kl-l-lg, .kl-r-sm {
    float: left;
}
.kl-l-lg {
    width: 890px;
    margin-right: 30px;
}
.kl-box .hd {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #eaeaea;
}
.kl-box .hd h2 {
    float: left;
    line-height: 44px;
    font-size: 20px;
    font-weight:bold;
}
.box-all .result-num, .box-all .sort {
    float: left;
    height: 40px;
    padding-top: 4px;
    line-height: 40px;
}
.result-num {
    font-size: 14px;
    color: #666;
}
.result-num em {
    color: #fc4a14;
    font-weight: 700;
    font-style: normal;
}
.sort {
    overflow: hidden;
}

.box-all .result-num {
    font-weight: 700;
    color: #333;
    font-size: 16px;
}
.box-all .sort {
    float: right;
}
.sort li {
    float: left;
    font-size: 14px;
    margin-right: 20px;
}
.sort li a {
    color: #666;
}
.sort li.tit,.sort li.tit a {
    font-weight: 700;
    color: #333;
}

/*空数据*/
.emptydata {
    margin-bottom: 40px;
    font-family: PingFangSC,"Source Han Sans","微软雅黑","Microsoft YaHei",SimHei,Tahoma,"宋体b8b体",SimSun,sans-serif;
    position: relative;
}
.emptydata .tip1 {
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    color: #aaa;
}
.emptydata .contact {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 450px;
    height: 129px;
    padding: 20px 18px 0;
    margin: 0 auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}
.emptydata .contact .bg {
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 0;
    background-color: #f5faff;
}
.emptydata .contact .bg1 {
    width: 282px;
    height: 282px;
    left: -76px;
    top: -141px;
    background-image: -webkit-linear-gradient(315deg,#d7edfe 0,#fff 100%);
    background-image: -moz-linear-gradient(315deg,#d7edfe 0,#fff 100%);
    background-image: -o-linear-gradient(315deg,#d7edfe 0,#fff 100%);
    background-image: linear-gradient(135deg,#d7edfe 0,#fff 100%);
}
.emptydata .contact .bg2 {
    width: 218px;
    height: 218px;
    height: 282px;
    right: -109px;
    top: 0;
    background-image: -webkit-linear-gradient(135deg,#dbefff 0,#fff 100%);
    background-image: -moz-linear-gradient(135deg,#dbefff 0,#fff 100%);
    background-image: -o-linear-gradient(135deg,#dbefff 0,#fff 100%);
    background-image: linear-gradient(-45deg,#dbefff 0,#fff 100%);
}
.emptydata .contact .pic {
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 18px;
    z-index: 2;
}
.emptydata .contact .pic img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.emptydata .contact .txt {
    position: relative;
    z-index: 2;
}
.emptydata .contact h3 {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #333;
}
.emptydata .contact h3 span {
    color: #ff6d6f;
}
.emptydata .contact .txt-tip {
    margin-bottom: 8px;
    font-size: 12px;
    color: #aaa;
}
.emptydata .ipt-area-box {
    height: 54px;
}


.mobile-ipt {
    float: left;
    padding: 0 8px;
    font-size: 14px;
    width: 250px;
    height: 30px;
    line-height: 30px;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-right: none;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
}
.mobile-ipt::-webkit-input-placeholder {
    color: #c7c7c7;
}

.kl-btn {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    padding: 0 20px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.btn-blue-gradient {
    color: #fff;
    border: none;
    background: #47b3e3;
    background-image: -webkit-linear-gradient(319deg,#5dd7ff 0,#47b3e3 100%);
    background-image: -moz-linear-gradient(319deg,#5dd7ff 0,#47b3e3 100%);
    background-image: -o-linear-gradient(319deg,#5dd7ff 0,#47b3e3 100%);
    background-image: linear-gradient(131deg,#5dd7ff 0,#47b3e3 100%);
}
.emptydata .btn-blue-gradient {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 82px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    font-size: 14px;
}
.error-msg {
    font-size: 12px;
    color: #f20;
    height: 20px;
}
.emptydata .error-msg {
    padding-top: 4px;
    padding-left: 88px;
}

/*猜你喜欢*/
.emptydata h2{
    font-weight:bold;
}



/*列*/
.project-item {
    padding: 30px 0;
    border-bottom: 1px solid #eaeaea;
    font-size:14px;
}
.project {
    position: relative;
    margin-bottom: 20px;
}
.project .house-desc .pic, .project .house-desc .pic img {
    width: 260px;
    height: 180px;
}
.project .house-desc .pic {
    float: left;
    margin-right: 30px;
    overflow: hidden;
}
.project .house-desc .pic img {
    border-radius: 5px;
}
.project .house-desc a:hover img {
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.house-desc .text {
    overflow: hidden;
}
.house-desc .text .name {
    width: 100%;
    height: 40px;
    font-size: 20px;
    color: #333;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position:relative;
}
.house-desc .text .name a:hover {
    color: #47b3e3;
    text-decoration: none;
}
.house-desc .text .name span.label {
    margin-left:20px;
    font-size: 12px;
    line-height: 40px;
    position:relative;
    top:-3px;
}
.house-desc .text .main-desc {
    margin-bottom: 10px;
    overflow: hidden;
}
.house-desc .text .main-desc li {
    float: left;
    height: 20px;
    font-size: 14px;
    color: #777;
    line-height: 20px;
    padding-right: 10px;
}
.house-desc .text .position {
    margin-bottom: 0px;
    overflow: hidden;
}
.house-desc .text .position li {
    float: left;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #888;
    margin-right: 15px;
}
.tag {
    overflow: hidden;
}
.lb {
    float: left;
    height: 24px;
    padding: 0 12px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 2px;
}
.lb-info, .lb-info a {
    color: #fc4a14;
    background: #ffe7d6;
}
.lb-default, .lb-default a {
    color: #627f9f;
    background: #e8f3ff;
}
.project .des-house-price {
    position: absolute;
    right: 0;
    top: 0;
    display: table;
    height: 180px;
    word-break: keep-all;
    white-space: nowrap;
}
.project .des-house-price .des-house-price-item {
    display: table-cell;
    vertical-align: middle;
}
.project .des-house-price .des-house-price-item .price {
    font-size: 14px;
    color: #ff6d6f;
    word-break: keep-all;
    white-space: pre;
    text-align: right;
    font-weight: 700;
    display: block;
}
.project .des-house-price .des-house-price-item .price .number {
    font-size: 24px;
    font-family: "Hiragino Sans GB","微软雅黑","Microsoft YaHei",SimHei,Tahoma,"宋体b8b体",SimSun,sans-serif;
}
.project .des-house-price .des-house-price-item .zixunshi-info {
    text-align: right;
    margin-top: 8px;
    line-height: 30px;
}
.project .des-house-price .des-house-price-item .zixunshi-info .zixunshi-info-pic{
    float:left;
    width: 30px;
    height: 30px;
    line-height: 1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display:inline-block;
    overflow:hidden;
}
.project .des-house-price .des-house-price-item .zixunshi-info .zixunshi-info-pic img {
    position: relative;
    left: 50%;
    width: auto;
    height: 100%;
    cursor: pointer;
    -webkit-transform: scale(1) translateX(-50%);
    -moz-transform: scale(1) translateX(-50%);
    -ms-transform: scale(1) translateX(-50%);
    -o-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
}
.project .zixunshi-name {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
    line-height: 1;
    max-width: 64px;
    overflow: hidden;
    display: inline-block;
}
.project .zixunshi-xtzx {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    padding: 0 8px;
    line-height: 21px;

    height: 24px;
    font-size: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #47b3e3;
    border: 1px solid #47b3e3;
    background: 0 0;
}

.kl-list .kl-loadmore-line{
    float:none;
    margin-top: 20px;
    margin-bottom: 15px;
}

/*右侧*/
.kl-r-sm {
    padding-top: 19px;
}
.second-sale {
    position: relative;
    margin-bottom: 20px;
}
.second-sale .pic {
    width: 230px;
    height: 230px;
    overflow: hidden;
}
.second-sale .pic img {
    width: 100%;
    height: 100%;
}
.second-sale .btn-area {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -44px;
}

.btn3 {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    text-align: center;
    border: none;
    height: 24px;
    line-height: 22px;
    padding: 0 16px;
    font-size: 14px;
    border-radius: 3px;
    background: #ff7413;
    background: -webkit-linear-gradient(left,#ff7413 0,#fc4a14 100%);
    background: linear-gradient(to right,#ff7413 0,#fc4a14 100%);
}
.box2 .hd {
    height: 36px;
    line-height: 56px;
    overflow: hidden;
}
.box2 .hd h2 {
    font-size: 16px;
}

/*热榜*/
.house-list-rightTab {
    width: 230px;
    height: 313px;
    background: #fff;
    border: 1px solid #f4f4f4;
    padding: 0 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 60px;
}
.house-list-rightTab .house-list-rightTab-title {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.house-list-rightTab .klty-tab1 > .nav-tabs > li {
    margin-right: 16px;
}
.house-list-rightTab .klty-tab1 > .nav-tabs > li:last-child {
    margin-right: 0;
}
.house-list-rightTab .klty-tab1 > .nav-tabs > li > a {
    font-size:14px;
    padding-left: 5px;
    padding-right: 5px;
}

.house-list-rightTab .house-list-tabPanel li {
    margin-top: 20px;
    cursor: pointer;
}
.house-list-rightTab .house-list-tabPanel span {
    display: inline-block;
    vertical-align: middle;
}
.house-list-rightTab .house-list-tabPanel li .tabPanel-number {
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 7px;
    font-family: "Hiragino Sans GB","微软雅黑","Microsoft YaHei",SimHei,Tahoma,"宋体b8b体",SimSun,sans-serif;
    background: #47b3e3;
    background-image: -webkit-gradient(linear,left top,right top,from(#5dd7ff),to(#47b3e3));
    background-image: -webkit-linear-gradient(left,#5dd7ff 0,#47b3e3 100%);
    background-image: -moz-linear-gradient(left,#5dd7ff 0,#47b3e3 100%);
    background-image: -o-linear-gradient(left,#5dd7ff 0,#47b3e3 100%);
    background-image: linear-gradient(to right,#5dd7ff 0,#47b3e3 100%);
}

.house-list-rightTab .house-list-tabPanel li .tabPanel-number.red-number {
    background: #ff6d6f;
    background-image: -webkit-gradient(linear,left top,right top,from(#ff898b),to(#ff6d6f));
    background-image: -webkit-linear-gradient(left,#ff898b 0,#ff6d6f 100%);
    background-image: -moz-linear-gradient(left,#ff898b 0,#ff6d6f 100%);
    background-image: -o-linear-gradient(left,#ff898b 0,#ff6d6f 100%);
    background-image: linear-gradient(to right,#ff898b 0,#ff6d6f 100%);
}
.house-list-rightTab .house-list-tabPanel li .tabPanel-text {
    max-width: 102px;
    white-space: pre;
    word-break: keep-all;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333;
}
.house-list-rightTab .house-list-tabPanel li:hover .tabPanel-text {
    font-weight: 700;
}
.house-list-rightTab .house-list-tabPanel li .tabPanel-address {
    float: right;
    text-align: right;
    color: #aaa;
}

/*您可能感兴趣的楼盘*/
.house-list {
    overflow: hidden;
}
.house-list .media2 {
    float: left;
    width: 214px;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.house-list .media2:last-child {
    margin-right: 0;
}
.house-list .media2 .pic {
    position: relative;
    width: 214px;
    height: 148px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.house-list .media2 .pic img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.house-list .media2 a:hover img {
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.house-list .media2 .text {
    color: #333;
    padding: 20px 0 0 0;
    background: #fff;
    height: 120px;
    line-height: 26px;
}
.media2 .text h4 {
    font-size: 16px;
    color: #363d40;
    white-space: nowrap;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.media2 .price {
    height: 26px;
    overflow: hidden;
}
.house-list .media2 .price em {
    color: #f44336;
    font-style: normal;
    font-size: 18px;
    font-weight: 700;
    max-width: 137px;
    overflow: hidden;
}
.house-list .media2 .text .info {
    clear: both;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}
.more-border {
    height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    overflow: hidden;
}
.more-border a {
    display: block;
    height: 100%;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    background: #fff;
}