﻿/*列表*/
.kl-l-lg, .kl-r-sm {
    float: left;
}
.kl-l-lg {
    width: 910px;
    margin-right: 30px;
}

/*List*/
.box .hd {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #eaeaea;
}
.box .hd h2 {
    float: left;
    line-height: 44px;
    font-size: 20px;
}
.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, .box-all .sort {
    float: right;
    height: 40px;
    padding-top: 4px;
    line-height: 40px;
}
.box-all .result-num {
    padding-left: 30px;
}
.box-all .result-num, .box-all .sort {
    float: right;
    height: 40px;
    padding-top: 4px;
    line-height: 40px;
}
.sort li {
    float: left;
    font-size: 14px;
    margin-right: 20px;
}
.sort li a {
    color: #666;
}
.sort li.tit,.sort li.tit a {
    
}
.sort li a {
    font-size:13px;
    padding:2px 6px;
    border:1px solid #fff;
}
.sort li.tit a {
    color: #5bc0de;
    border:1px dashed #5bc0de;
}
.sort li a:hover {
    color: #5bc0de;
    border:1px dashed #5bc0de;
}
.sort li.tit a:hover{
    border:1px dashed #5bc0de;
}

/*列*/
.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 {
    position: relative;
    overflow: hidden;
    float:left;
    width:480px;
}

.house-desc .anniu {
    float:right;
}

.house-desc .anniu a{
display:block;
padding:15px 20px;
color:#fff;
font-size:16px;
font-weight:bold;
background:red;
margin-top:52px;
}


.house-desc .text .flag{
    position:absolute;
    top: 10px;
    right:0;
    z-index:9;
}
.project-item .kl-ding, .project-item .kl-tui, .project-item .kl-ji {
    float:right;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    background-color: #ff6e40;
    text-align: center;
    font-style: normal;
    margin-left:8px;
}
.house-desc .text .name {
    width: 550px;
    height: 40px;
    font-size: 20px;
    color: #333;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.house-desc .text .name a:hover {
    color: #47b3e3;
    text-decoration: none;
}
.house-desc .text .main-desc {
    margin-bottom: 10px;
    overflow: hidden;
}
.house-desc .text .main-desc li {
    float: left;
    height: 20px;
    font-size: 14px;
    color: #888;
    line-height: 20px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #eaeaea;
}
.house-desc .text .main-desc li:last-child {
    border-right-width: 0;
}
.house-desc .text .main-desc li.refurbish{
    color:#999;
}
.house-desc .text .position {
    margin-bottom:8px;
    overflow: hidden;
}
.house-desc .text .position li {
    float: left;
    line-height: 28px;
    font-size: 14px;
    color: #999;
    margin-right: 15px;
}
.house-desc .text .position li a{
    color: #444;
    font-weight:700;
}
.house-desc .text .position li a:hover{
    color: #47b3e3;
    text-decoration: none;
}
.house-desc .text .lb-area{
    width:100%;
    display:block;
}
.house-desc .text .lb-link{
    float:left;
}
.house-desc .text .lb-link .lb-link-man, .house-desc .text .lb-link .lb-link-phone{
    float:left;
    margin-right:10px;
    line-height: 26px;
    color: #555;
    font-weight: bold;
    font-size: 16px;
}
.house-desc .text .tag{
    float:left;
}
.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 .house-price {
    position: absolute;
    right: 0;
    top: 65px;
    text-align: right;
}
.project .house-price .total-price {
    padding-bottom: 16px;
    color: #fc4a14;
    line-height: 24px;
    font-weight: 700;
}
.project .house-price .total-price em {
    font-size: 28px;
    font-style: normal;
}
.project .house-price .unit-price {
    font-size: 14px;
    color: #888;
    line-height: 14px;
}

.kl-list .kl-loadmore, .kl-list .kl-loadmore-line{
    float:none;
}

/*右侧*/
.kl-r-sm {
    padding-top: 19px;
}
.second-sale {
    position: relative;
    margin-bottom: 20px;
}
.second-sale .pic {
    width: 210px;
    height: 232px;
    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%);
}
.btn3:hover{
    color:#fff;
}
.box2 .hd {
    height: 36px;
    line-height: 56px;
    overflow: hidden;
}
.box2 .hd h2 {
    font-size: 16px;
}

/*样式2*/
.jjr-tj {
    font-size: 14px;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}
.jjr-tj .btn-area, .jjr-tj .face {
    height: auto;
    line-height: auto;
}
.jjr-tj .edu, .jjr-tj .face {
    margin-bottom: 5px;
}
.jjr-tj .face img {
    width: 170px;
}
.jjr-tj li {
    line-height:20px;
    margin-bottom:5px;
}
.jjr-tj .name {
    font-size: 14px;
    color: #333;
    width:170px;
    text-align:left;
    margin:0 auto;
}
.jjr-tj li .lb2 {
    display: inline-block;
    padding: 0 6px;
    font-size: 12px;
    color: #999;
    height: 20px;
    line-height: 18px;
    border: 1px solid #dedede;
    border-radius: 2px;
    overflow: hidden;
}
.jjr-tj .edu {
    color: #888;
}

/*样式2*/
.kl-r-sm .kl-box {
    padding: 5px 10px;
    border: 1px solid #dfdfdf;
}
.kl-r-sm .kl-box .kl-box-tit {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dotted #dfdfdf;
    font-size: 14px;
    font-weight: bold;
}
.kl-r-sm .kl-box .kl-box-list {
    padding: 5px 0;
}
.kl-r-sm .kl-box .kl-box-list li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kl-r-sm .kl-box .kl-box-list.kl-xiaoqu li a > .name {
    float: left;
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kl-r-sm .kl-box .kl-box-list.kl-xiaoqu li a > .num {
    float: left;
    width: 40%;
    text-align: right;
}

/*经纪人基本信息*/
.jjr-info {
    padding: 20px 0;
    height: 184px;
}
.jjr-info dl {
    float: left;
}
.jjr-info dl dt {
    float: left;
    width: 150px;
    height: 184px;
}
.jjr-info dl dt img {
    width: 148px;
    height: 182px;
    border: 1px solid #dfdfdf;
}
.jjr-info dl dd {
    float: left;
    width: 295px;
    margin-left: 30px;
}
.jjr-info dl dd .title {
    font-size: 22px;
    height: 55px;
    line-height: 55px;
}
.jjr-info dl dd .title .ico-auth {
    background: url(../bg/zyzg.gif) no-repeat 0 0px;
    width: 43px;
    height: 22px;
    margin-left:12px;
    vertical-align: -6px;
    display: inline-block;
}
.jjr-info dl dd p {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.jjr-info dl dd p span {
    color: #666;
}
.jjr-info .tel-box {
    float: left;
    margin: 65px 0 0 10px;
    height: 50px;
    line-height: 50px;
}
.jjr-info .tel-box .tel-l {
    float: left;
    width: 48px;
    height: 48px;
    text-align: center;
    background-color: #0089d5;
}
.jjr-info .tel-box .tel-l i.fa{
    font-size: 36px;
    color: #fff;
    line-height: 48px;
    text-align: center;
}
.jjr-info .tel-box .tel-r {
    float: left;
    height: 48px;
    line-height: 48px;
    font-size: 26px;
    padding: 0 20px;
    background-color: #f7f7f7;
    border: 1px solid #dfdfdf;
    border-left: none;
    color: #0089d5;
}
.qcode {
    position:relative;
    float: left;
    width: 48px;
    height: 48px;
    margin-left:10px;
    text-align: center;
    background-color: #f7f7f7;
}
.qcode i.fa{
    font-size: 36px;
    color: #333;
    line-height: 48px;
    text-align: center;
}
.ewm{
    display:none;
    position:absolute;
    left:70px;
    top:-60px;
    float: left;
    background: #fff;
    width: 100px;
    border: 1px solid #dbdbdb;
    text-align: center;
    height: 148px;
    padding: 10px;
    margin-top: 30px;
    margin-left: 4px;
    display: none;
}
.qcode:hover .ewm{
    display:block;
}
.ewm img{
    margin-bottom:8px;
}
.ewm p{
    color:#999;
    line-height: 20px;
}