.project{
    float: right;
    width: 560px;
    height: 480px;
    /*border-bottom: 1px solid #ededed;*/
}


.project-name{
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.basic-parms-mod{
    margin-top: 17px;
    overflow: hidden;
    zoom:1;
}
.basic-parms-mod dt,
.basic-parms-mod dd{
    float: left;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}
.basic-parms-mod dt{
    width: 75px;
    padding-left: 10px;
    color: #999;
}
.basic-parms-mod .other-dt{
    /*width: 60px;*/
}
.basic-parms-mod dd{
    width: 200px;
    white-space: nowrap;
    color: #333333;
}
.basic-parms-mod .other-dd{
    width: 166px;
}
.basic-parms-mod .dd-column{
    width: 420px;
}
.publishPrice{
    font-size: 30px;
    color: #00AE66;
    line-height: 42px;
    margin-right:10px;
}
.ratio-up{
    color:#db4c3f ;
}
.ratio-down{
    color: #00AE66;
}
.nowsell{
    background: #FFFFFF;
    border: 1px solid #00AE66;
    border-radius: 4px;
    color: #00AE66;
    width: 238px;
    height: 48px;
    font-size: 18px;
    margin-top: 100px;
}
.broker-view{
    float: right;
    margin-right: 40px;
    width: 240px;
    margin-top: 95px;

}
.broker-view img{
    width: 60px;
    height: 60px;
    float: left;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    margin-right: 10px;
}
.broker-name{
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}
.broker-other{

}
.broker-other > span{
    color: #333333;
}
.broker-other > span > .num{
    color: #00AE66;
}
.broker-view .broker-qrcode{
    opacity: 0.7;
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
    float: right;
    margin-top: 5px;
}
.broker-house-souce{
    margin-left: 20px;
}

/*--点评--*/
.house-review{
    overflow: hidden;
    margin-top: 20px;
    /*border: 1px solid #e6e6e6;*/
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12)
}
.house-review button{
    width: 120px;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    background: #00ae66;
    float: right;
    border: none;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 30px;
    cursor: pointer;
    border-radius: 3px;

}
.house-review-title{
    height: 60px;
    background: #f3f3f3;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 20px;
    font-size: 20px;
}
.house-review-title>div{
    float: right;
    font-size: 14px;
}
.house-type-title>div>a{
    color: #666666;
}
.house-review-title>div>a:hover{
    color: #00AE66;
}
.house-review-item{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.house-review-item>img{
    float: left;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    border: 1px solid #e6e6e6;
    margin-right: 20px;
}
.house-review-con{

}
.house-review-content{
    height: 25px;
    overflow: hidden;
}

.house-review-other>a>img{
    margin-right: 5px;
}
.house-review-other>span{
    color: #999;
    font-size: 12px;
}
.house-review-other>a{
    float: right;
    color: #999;
    font-size: 12px;
    margin-left: 10px;
}
/*----*/
/*----*/
.project-recommend{
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
}
.project-recommend-title{
    height: 60px;
    background: #f3f3f3;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
    margin-bottom: 25px;
}
.project-recommend-list{
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}
.project-recommend-item{
    margin-left: 11px;
    margin-right: 2px;
    overflow: hidden;
    float: left;
}
.project-recommend-item>img,.project-recommend-item>p{
    margin-bottom: 5px;
    margin-top: 5px;
}
.project-recommend-item-name{
    font-size: 14px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
}
.project-recommend-item-name:hover{
    color: #00AE66;
}
.project-recommend-item-price{
    color: #999;
    font-size: 14px;
}
.project-recommend-item-price>span{
    font-size: 16px;
    color: #00AE66;
}



/**/
.map {
    position: relative;
}
.map #iMap {
    width: 100%;
    height: 400px;
    box-shadow: 0px 0px 0px 1px #cccccc;
    border-radius: 2px;
}
.map .map-info{
    position: absolute;
    /*background-color:rgba(255,255,255,0.9);*/
    width: 60px;
    height: 275px;
    right: 70px;
    top: 65px;
    border-radius: 4px 0px 0px 4px;
    /*border: 1px solid #ccc;*/
    border-right: none;
}
.map-info ul{
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    /*border-bottom: 1px solid #cccccc;*/
}
.map-info li{
    line-height: 30px;
    width: 110px;
    height: 30px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #f7f7f7;
    background: #555A64;
    margin-top: 10px;
    font-size: 14px;
}
.map-info li:hover{
    color: #ffffff;
}
.map-info li.active{
    color: #00ae66;
}
.map-info li img{
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 5px;
    float:left;
    margin-top: 12px;
    margin-left: 15px;
    display: none;

}
.map-more{
    position: absolute;
    width: 100%;
    height: 20px;
    text-align: center;
    bottom: 5px;
}
.map-more img{
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.map-more img:hover{
    opacity: 0.5;

}
.near-by {
    display: none;
}
.near-by-num{
    background-color: #eeeeee;
    font-size: 12px;
    padding: 5px;
    margin: 5px 0px;
    padding-left: 12px;

}
.near-by-content{
    height: 260px;
    overflow-y: auto;

}
.near-by-content div{
    clear: both;
    margin-top: 15px;
    width: 100%;
    cursor: pointer;
}
.near-by-content div:hover{
    background-color: #f9f9f9;
}
.near-by-content div.active{
    color: #00ae66;
}

.near-by-content .xuhao{
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background-color: #dddddd;
    text-align: center;
    margin-right:10px;
    font-size: 12px;


}
.near-by-content .mingcheng{
    display: inline-block;
    height: 16px;
    font-size: 12px;
    margin-left: 10px;

}
.near-by-content .juli{
    display: inline-block;
    height: 16px;
    float: right;
    margin-right: 5px;
    border-radius: 8px;
    font-size: 12px;
    margin-top: 4px;
}


/*map css*/
div.icon-map-project{
    background-image: url("../../images/new/projectlocation.png");
    background-size: 100%;
    padding-left: 20px;
    min-width: 70px;
    min-height: 26px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}

/*piblic banner style*/

.project-details{
    overflow: hidden;
    margin-top: 20px;
}
.banner {
    float: left;
    width: 600px;
    overflow: hidden
}

.large_box {
    margin-bottom: 10px;
    width: 600px;
    height: 400px;
    overflow: hidden
}

.large_box img {
    display: block;
    width: 600px;
    height: 400px;
}

.small_box {
    width: 600px;
    height: 73px;
    overflow: hidden
}

.small_list {
    position: relative;
    float: left;
    width: 538px;
    height: 73px;
    overflow: hidden
}

.small_list ul {
    height: 73px;
    overflow: hidden
}

.small_list ul li {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 110px
}

.small_list ul li img {
    display: block
}

.small_list ul li .bun_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 73px;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6
}

.small_list ul li.on .bun_bg {
    display: block
}

.btn {
    display: block;
    width: 20px;
    height: 73px;
    background-color: #777;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer
}

.btn:hover {
    background-color: #00ae66
}

.left_btn {
    float: left;
    margin-right: 10px;
    background-image: url(/public/images/new/left_btn.png)
}

.right_btn {
    float: right;
    background-image: url(/public/images/new/right_btn.png)
}
