
/* 地图找房 */
.map_house .sele_sear {
    padding: 8px 0;
    height: 32px;
    position: relative;
}
.map_house .sele_sear:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #dedede;
}
.map_house .sele_sear .sear {
    width: 250px;
    border: 1px solid #dedede;
    height: 30px;
    margin-left:100px;
}
.map_house .sele_sear .sear .sele_type select {
    width: 75px;
    height: 30px;
    outline: none;
    font-size: 12px;
    color: #616161;
    border: 0;
    cursor: pointer;
}
.map_house .sele_sear .sear .ipt_area {
    width: 210px;
    overflow: hidden;
    position: relative;
    height: 30px;
}
.map_house .sele_sear .sear .ipt_area .ipt {
    width: 189px;
    padding: 3px 10px;
    border-left: 1px solid #dedede;
    line-height: 24px;
    color: #333;
}
.map_house .sele_sear .sear .ipt_area .placeholder {
    line-height: 30px;
    padding: 0 10px;
}
.map_house .sele_sear .sear .btn_area {
    width: 40px;
    height: 30px;

}
.map_house .sele_sear .sear .btn_area .btn {
    width: 100%;
    height: 30px;
    background: url(../images/icon/icon16.png) center no-repeat;
    border: 0;
    cursor: pointer;
}
.map_house .sele_sear .sele_list .item {
    border: 1px solid #dedede;
    margin-left: 20px;
}
.map_house .sele_sear .sele_list select {
    width: 100px;
    height: 30px;
    outline: none;
    font-size: 14px;
    color: #616161;
    overflow: hidden;
    cursor: pointer;
}
.map_house .sele_sear .sele_list .btn {
    width: 60px;
    height: 30px;
    padding: 0;
    border: 0;
    cursor: pointer;
}
.map_house .main {
    position: absolute;
    top: 108px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    /* 地图找房 S*/
    /* 地图找房 E*/
}
.map_house .main .l_box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 460px;
}
.map_house .main .map {
    width: 100%;
    height: 100%;
    position: relative;
}
.map_house .main .map #map{width:100%;height:100%;}
.map_house .main .map img {
    display: block;
    width: 100%;
    height: 100%;
}
.map_house .main .map .title {
    width: 100px;
    height: 100px;
    background: url(../images/icon/icon23.png) center no-repeat;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
}
.map_house .main .map .title p {
    color: #fff;
    line-height: 30px;
    text-align: center;
}
.map_house .main .map .title .area {
    font-size: 15px;
    margin-top: 20px;
}
.map_house .main .map .title .num {
    font-size: 14px;
}
.map_house .main .map .title .num strong {
    font-size: 20px;
}
.map_house .main .r_box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 460px;
    /* 楼盘列表 S */
    /* 楼盘列表 E */
}
.map_house .main .r_box .house_list {
    width: 460px;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    background: #fff;
}
.map_house .main .r_box .house_list .hd {
    height: 36px;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 20px;
    background: #fff;
}
.map_house .main .r_box .house_list .hd .b_l {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #dedede;
}
.map_house .main .r_box .house_list .hd .tab {
    position: relative;
    z-index: 2;
}
.map_house .main .r_box .house_list .hd .tab li {
    float: left;
    margin-right: 26px;
}
.map_house .main .r_box .house_list .hd .tab a {
    height: 34px;
    display: block;
    font-size: 12px;
    color: #313131;
    line-height: 34px;
    padding: 0 10px;
}
.map_house .main .r_box .house_list .hd .tab a.active {
    border-bottom: 2px solid #ff6600;
    color: #f60;
}
.map_house .main .r_box .house_list .hd .tab .up {
    background: url(../images/icon/icon17.png) right center no-repeat;
}
.map_house .main .r_box .house_list .hd .tab .down {
    background: url(../images/icon/icon18.png) right center no-repeat;
}
.map_house .main .r_box .house_list .hd .sale_type li {
    float: left;
    line-height: 34px;
    margin-right: 20px;
}
.map_house .main .r_box .house_list .hd .sale_type li .chkb {
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.map_house .main .r_box .house_list .hd .sale_type li .un_sale {
    color: #ff6600;
}
.map_house .main .r_box .house_list .bd {
    position: absolute;
    top: 36px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}
.map_house .main .r_box .house_list .bd li {
    padding: 20px 0px 20px 20px;
    border-bottom: 1px solid #dedede;
    position:relative;
}
.map_house .main .r_box .house_list .bd li a {
    display: block;
    height: 90px;
}
.map_house .main .r_box .house_list .bd li img {
    display: block;
}
.map_house .main .r_box .house_list .bd li .c_con {
    width: 250px;
    margin-left: 10px;
}
.map_house .main .r_box .house_list .bd li .c_con .t {
    height: 38px;
    overflow: hidden;
}
.map_house .main .r_box .house_list .bd li .c_con h3 {
    float: left;
    line-height: 19px;
    font-size: 14px;
    color: #2e2e2e;
    font-weight: normal;
}
.map_house .main .r_box .house_list .bd li .c_con .sale_type {
    display: block;
    float: left;
    height: 19px;
    width: 28px;
    background: url(../images/icon/icon20.png) no-repeat;
    padding-left: 7px;
    color: #fff;
    font-size: 12px;
    margin-left: 8px;
}
.map_house .main .r_box .house_list .bd li .c_con .c {
    line-height: 18px;
    height: 28px;
}
.map_house .main .r_box .house_list .bd li .c_con .c span {
    color: #616161;
    font-size: 12px;
}
.map_house .main .r_box .house_list .bd li .c_con .b {
    height: 24px;
    overflow: hidden;
    margin-left: -8px;
}
.map_house .main .r_box .house_list .bd li .c_con .b .item {
    display: block;
    float: left;
    width: 70px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    margin-left: 8px;
}
.map_house .main .r_box .house_list .bd li .c_con .b .item1 {
    background: #d8ebfe;
    color: #62abf0;
}
.map_house .main .r_box .house_list .bd li .c_con .b .item2 {
    background: #fdede2;
    color: #fb9b7d;
}
.map_house .main .r_box .house_list .bd li .c_con .b .item3 {
    color: #D98314!important;
    background-color: #FFF5EB!important;
}
.map_house .main .r_box .house_list .bd li .r_con {
    height: 90px;
    overflow: hidden;
}
.map_house .main .r_box .house_list .bd li .r_con .price {
    line-height: 90px;
    font-size: 16px;
    position:absolute;
    right:5px;
}
.map_house .main .r_box .house_list .bd li .r_con strong {
    font-size: 20px;
    font-weight: bold;
}
.map_house .main .r_box .sele_look_type {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 66px;
}
.map_house .main .r_box .sele_look_type a {
    display: block;
    height: 64px;
    margin-bottom: 20px;
}
.map_house .main .r_box .sele_look_type a .icon {
    display: block;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
}
.map_house .main .r_box .sele_look_type a p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}
.map_house .main .r_box .sele_look_type a.active {
    background: #474952;
}
.map_house .main .r_box .sele_look_type .area .icon {
    background-image: url(../images/icon/icon21.png);
}
.map_house .main .r_box .sele_look_type .subway .icon {
    background-image: url(../images/icon/icon22.png);
}
/* page_tit */
.page_tit {
    height: 48px;
    line-height:48px;
}
.page_tit a {
    font-size: 14px;
    color: #656565;
}
/* 房子列表筛选栏公共样式 */
.seleBar {
    padding: 10px;
    border: 1px solid #ddd;
    font-size:12px;
}

.seleBar .item {
    padding: 2px 0;
}
.seleBar .list,
.seleBar .list li,
.seleBar .list1,
.seleBar .list1 li,
.seleBar h3 {
    float: left;
}
.seleBar .list {
    width: 1104px;
    margin-left: -24px;
}
.seleBar .list li {
    margin-left: 24px;
    line-height: 28px;
}

.seleBar .list1 {
    width: 780px;
    margin-left: -24px;
}
.seleBar .list1 li {
    margin-left: 24px;
    line-height: 28px;
}

.seleBar h3 {
    float: left;
    width: 56px;
}
.seleBar h3,
.seleBar a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    line-height: 28px;
}

.seleBar select,
.seleBar .chcb,
.seleBar .btn,
.seleBar label {
    cursor: pointer;
}
.seleBar select {
    width: 100px;
    padding-left: 5px;
    height: 28px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.seleBar .chcb {
    position: relative;
    top: -1px;
    vertical-align: middle;
}
.seleBar .btn {
    border-width:1px;
    border-style:solid;
    width: 60px;
    height: 28px;
    line-height: 28px;
    *line-height: 24px;
    text-align: center;
    border-radius: 4px;

    color: #fff;
}
/* 页面左边区域 和 右边宽度公共样式 */
.cm_leftArea {
    width: 895px;
}
.cm_rightArea {
    width: 284px;
}
.cm_house {
    padding-bottom: 30px;
}
/* 房子列表  */
.houseList_wrap {
    margin-top: 25px;
    /*二手房标签样式*/
    /*经纪人列表*/
}
.houseList_wrap .head {
    height: 46px;
    border-bottom-width:2px;
    border-bottom-style:solid;
    padding-right:30px;
    background-color: #F8F8F8;
}
.houseList_wrap .head h2 {
    float: left;
}
.houseList_wrap .head h2 a {
    display: block;
    width: 120px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}
.houseList_wrap .head h2 a.active,
.houseList_wrap .head h2 a:hover {
    color: #fff;
}
.houseList_wrap .head .tab li {
    float: left;
    margin-left: 30px;
}
.houseList_wrap .head .tab a {
    display: block;
    font-size: 16px;
    color: #616161;
    line-height: 46px;
    background:url(../images/icon/icon24.png) right center no-repeat;
    padding-right:10px;
}
.houseList_wrap .head .tab a.up{background: url(../images/icon/sort-up.png) right center no-repeat;}
.houseList_wrap .head .tab a.down{background: url(../images/icon/sort-down.png) right center no-repeat;}

.houseList_wrap .head .tab a .icon {
    vertical-align: middle;
    margin-left: 8px;
}

.houseList_wrap .list_con li {
    padding: 30px 0;
    float: left;
    width: 100%;
    border-bottom: 1px dashed #e2e2e2;
}
.houseList_wrap .list_con .l_img,
.houseList_wrap .list_con .r_con {
    display: block;
    z-index:0;
    position: relative;
}
.houseList_wrap .list_con .l_img{
    height: 160px;
}
.houseList_wrap .list_con .l_img img {
    display: block;
    width: 220px;
    height: 100%;
}
.houseList_wrap .list_con .r_con {
    width: 645px;
    z-index: 0;
    position: relative;
}

.houseList_wrap .list_con h3 {
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 10px;
}
.houseList_wrap .list_con p {
    line-height: 36px;
}
.houseList_wrap .list_con p span {
    font-size: 16px;
    color: #666;
}

.houseList_wrap .list_con p .l {
    padding: 0 3px;
}
.houseList_wrap .list_con .ft_con {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
}
.houseList_wrap .list_con .ft_con b {
    color: #ea3c3d;
}
.houseList_wrap .list_con .label_list {
    display: block;
    margin-top: 8px;
}
.houseList_wrap .list_con .label_list .item {
    display: inline-block;
    height: 28px;
    border: 1px solid;
    text-align: center;
    line-height: 28px;
    margin-top:5px;
    padding:0 10px;
}
.houseList_wrap .list_con .label_list .item1 {
    color: #6884c3;
    border-color: #6884c3;
}
.houseList_wrap .list_con .label_list .item2 {
    color: #66bb6a;
    border-color: #66bb6a;
}
.houseList_wrap .list_con .label_list .item3 {
    color: #ffc107;
    border-color: #ffc107;
}
.houseList_wrap .list_con .label_list .item4 {
    color: #ff7043;
    border-color: #ff7043;
}
.houseList_wrap .list_con .label_list .item5 {
    color: #f0a0a0;
    border-color: #f0a0a0;
}
.houseList_wrap .list_con .label_list .item6 {
    color: #7986cb;
    border-color: #7986cb;
}
.houseList_wrap .list_con .label_list .item7 {
    color: #81c784;
    border-color: #81c784;
}
.houseList_wrap .list_con .label_list .item8 {
    color: #6ac5ef;
    border-color: #6ac5ef;
}
.houseList_wrap .list_con .price {
    display: block;
    position: absolute;
    top: 10%;
    right: 0;
    margin-top: -20px;
    font-size: 14px;

}
.houseList_wrap .list_con .price h5 {
    height: 40px;
    line-height: 40px;
    text-align:right
}
.houseList_wrap .list_con .sale_phone{
    height:18px;
    line-height:18px;
    padding-right:0px;
    float:right;
    display:block;
    margin-top:95px;
    color: #d32f2f;
    font-size:14px;

    text-align:right

}
.houseList_wrap .list_con .sale_phone i{background:url(../images/d1.png) right no-repeat;height: 18px; width:28px;display:block; float:left; margin-right:8px}
.houseList_wrap .list_con .price strong {
    font-size: 32px;
}
.houseList_wrap .list_con .price p {
    font-size: 14px;
    line-height: 100%;
    color: #666;
}
.houseList_wrap .sh_house_list .label_list .item1,.houseList_wrap .sh_house_list .label_list .item5 {
    color: #f0a0a0;
    background: #ffebee;
    border-color: #ffebee;
}
.houseList_wrap .sh_house_list .label_list .item2,.houseList_wrap .sh_house_list .label_list .item6 {
    color: #7986cb;
    border-color: #e8eaf6;
    background: #e8eaf6;
}
.houseList_wrap .sh_house_list .label_list .item3,.houseList_wrap .sh_house_list .label_list .item7 {
    color: #81c784;
    border-color: #e8f5e9;
    background: #e8f5e9;
}
.houseList_wrap .sh_house_list .label_list .item4,.houseList_wrap .sh_house_list .label_list .item8 {
    color: #6ac5ef;
    border-color: #e0f7fa;
    background: #e0f7fa;
}
.houseList_wrap .agent_list li {
    padding: 30px 0;
    float: left;
    width: 100%;
    border-bottom: 1px dashed #e2e2e2;
}
.houseList_wrap .agent_list span {
    display: block;
}
.houseList_wrap .agent_list a,
.houseList_wrap .agent_list .l_img,
.houseList_wrap .agent_list .r_con {
    display: block;
    height: 160px;
    position: relative;
}
.houseList_wrap .agent_list .l_img img {
    margin-top: 30px;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.houseList_wrap .agent_list .r_con {
    width: 740px;
    position: relative;
}
.houseList_wrap .agent_list .r_con p {
    line-height: 36px;
    font-size: 16px;
    color: #333;
}

.houseList_wrap .agent_list .r_con p.name {
    font-size: 20px;
}
.houseList_wrap .agent_list .r_con .star_list {
    margin: 7px 20px 0;
}
.houseList_wrap .agent_list .r_con .star_list li {
    width: 22px;
    padding: 0;
    border: 0;
}
.houseList_wrap .agent_list .label_list {
    display: block;
    margin-top: 8px;
}
.houseList_wrap .agent_list .label_list .item {
    display: inline-block;
    width: 82px;
    height: 28px;
    border-width:1px;
    border-style:solid;
    text-align: center;
    line-height: 28px;
}
.houseList_wrap .agent_list .phone {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
    height: 40px;
    line-height: 40px;
    font-size: 32px;
    padding-left: 40px;
    background: url(../images/icon/icon42.png) left center no-repeat;
}
/*  经纪人详情*/
.agent_detail .list_con li {
    width: 96%;
    padding: 20px 2%;
}
.broker-tags i{display:inline-block;padding:3px 10px;border-width:1px;border-style:solid;}
.agent_detail .list_con .r_con {
    width: 600px;
}
.newhouse h3 img {
    vertical-align: middle;
}
.newhouse .label_list .item {
    background: #f0f0f0;
    color: #333;
    border: 0 !important;
}
.newhouse .tab_nav {
    height: 70px;
    /*margin-left: -20px;*/
    border-bottom: 1px solid #eee;
}
.newhouse .tab_nav li {
    float: left;
    margin-left: 20px;
}
.newhouse .tab_nav li a {
    display: block;
    font-size: 15px;
    line-height: 70px;
    color: #333;
}

/* 楼盘详情 */
.house_detail {
    padding-bottom: 60px;
    /* 优质二手房 */
    /*小区成交记录*/
    /* 附近小区 */
    /* 楼盘动态 */
    /* 时间轴 */
    /* 户型介绍 */
    /* 用户问答 */
    /* 楼栋信息  */
    /* 楼盘详情 */
}
.house_detail .main_info {
    margin-bottom: 30px;
}
.house_detail .main_info .hd_box {
    padding: 15px 0;
}
.house_detail .main_info .hd_box h2 {
    font-size: 24px;
    line-height: 30px;
    color: #2c2c2d;
    font-weight: 500;
}
.house_detail .main_info .hd_box .collect_btn {
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    color: #666;
    cursor: pointer;
}
.house_detail .main_info .con_box .leftArea {
    width: 520px;
    height: 490px;
}
.house_detail .main_info .con_box .leftArea .l_slide {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.house_detail .main_info .con_box .leftArea .l_slide .bigImg {
    height: 404px;
    position: relative;
}
.house_detail .main_info .con_box .leftArea .l_slide .bigImg li img {
    display: block;
    max-width: 666px;
    height: 396px;
    margin:auto;
}
.house_detail .main_info .con_box .leftArea .l_slide .smallScroll {
    margin-top: 10px;
    height: 80px;
    width: 520px;
    position: relative;
    overflow: hidden;
}
.house_detail .main_info .con_box .leftArea .l_slide .sPrev,
.house_detail .main_info .con_box .leftArea .l_slide .sNext {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 80px;
    text-indent: -9999px;
    background: #000000 url(../images/icon/icon35.png) no-repeat 0 center;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    z-index: 111;
}
.house_detail .main_info .con_box .leftArea .l_slide .sPrev:hover,
.house_detail .main_info .con_box .leftArea .l_slide .sNext:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
.house_detail .main_info .con_box .leftArea .l_slide .sNext {
    left: auto;
    right: 0;
    background-position: -30px center;
}
.house_detail .main_info .con_box .leftArea .l_slide .smallImg {
    /*margin-left: -10px;*/
}
.house_detail .main_info .con_box .leftArea .l_slide .smallImg ul {
    height: 80px;
    width: 9999px;
    overflow: hidden;
}
.house_detail .main_info .con_box .leftArea .l_slide .smallImg li {
    float: left;
    margin-left: 5px;
    width: 122px;
    cursor: pointer;
    display: inline;
}
.house_detail .main_info .con_box .leftArea .l_slide .smallImg img {
    display: block;
    border: 1px solid #dcdddd;
    width: 158px;
    height: 78px;
}
.house_detail .main_info .con_box .leftArea .l_slide .smallImg .on img {
    border-color: #f00;
}
.house_detail .main_info .con_box .rightArea {
    width: 640px;
}
.house_detail .main_info .con_box .rightArea .price {
    line-height: 48px;
    height: 48px;
    font-size: 0;
}
.house_detail .main_info .con_box .rightArea .price span {
    font-size: 18px;
    color: #666;
}
.house_detail .main_info .con_box .rightArea .price strong {
    font-size: 48px;
}
.house_detail .main_info .con_box .rightArea .calc a {
    display: block;
    line-height: 48px;
    font-size: 18px;
    color: #666;
    background: url(../images/icon/icon31.png) left center no-repeat;
    padding-left: 30px;
}
.house_detail .main_info .con_box .rightArea .col_1 {
    line-height: 50px;
    height:50px;
    overflow: hidden;
    border-bottom:1px solid #F6F6F8;
}
.house_detail .main_info .con_box .rightArea .col_1 span {
    font-size: 16px;
}
.house_detail .main_info .con_box .rightArea .col_1 .label {
    color: #919191;
}
.house_detail .main_info .con_box .rightArea .col_1 .desc {
    color: #313131;
}
.house_detail .main_info .con_box .rightArea .agent_info {
    margin-top: 10px;
}
.house_detail .main_info .con_box .rightArea .agent_info .c_con {
    margin-left:15px;
}
.house_detail .main_info .con_box .rightArea .agent_info .new-house.c_con {
    width:468px;
    overflow: hidden;
    margin-left:0;
}
.house_detail .main_info .con_box .rightArea .agent_info .c_con p {
    line-height: 36px;
}
.house_detail .main_info .con_box .rightArea .agent_info .c_con .name {
    color: #313131;
    font-size: 20px;
}
.house_detail .main_info .con_box .rightArea .agent_info .c_con .phone {

    height:54px;
    line-height:54px;
    color:#62ab00;
    margin-top:10px;
    font-weight:normal;
    text-align:left;
    background:url(/images/pp-1.png) no-repeat left;
    padding-left:50px;


}

.house_detail .main_info .con_box .rightArea .agent_info .c_con .phone em {
    color:#fff;
    background:#f55353;
    border-radius:26px;
    width:26px;
    height:26px;
    line-height:26px;
    font-size:14px;
    display:inline-block;
    text-align:center;
    margin:0 4px;
}
.house_detail .main_info .con_box .rightArea .agent_info .new-house.c_con .phone{
    font-size: 27px;
}
.house_detail .main_info .con_box .rightArea .agent_info .c_con .star_list {
    margin-left: 10px;
    padding-top: 7px;
}
.house_detail .main_info .con_box .rightArea .agent_info .r_con .btn {
    display: block;
    width: 85px;
    height: 42px;
    line-height: 42px;
    padding-left: 55px;
    background-position: 20px center;
    background-repeat: no-repeat;
    font-size: 15px;
    border: 1px solid;
    border-radius: 4px;
}
.house_detail .main_info .con_box .rightArea .agent_info .r_con .consult {
    border-color: #3d93eb;
    color: #3d93eb;
    background-image: url(../images/icon/icon27.png);
}
.house_detail .main_info .con_box .rightArea .agent_info img{border-radius: 50%;width:90px;height:90px;position:relative;top:0;}
.house_detail .main_info .con_box .rightArea .agent_info .r_con .appoint {
    margin-top: 6px;
    border-color: #ff6600;
    color: #fff;
    background-image: url(../images/icon/icon28.png);
    background-color: #ff6600;
}

.house_detail .main_info .con_box .t_box{margin-bottom: 20px;}
.house_detail .main_info .con_box .col_3_list li {
    float: left;
    width: 160px;
    padding-bottom: 24px;
}
.house_detail .main_info .con_box .col_3_list li .tit {
    font-size: 26px;
    color: #313131;
    line-height: 58px;
    height: 58px;
}
.house_detail .main_info .con_box .col_3_list li .txt {
    font-size: 16px;
    color: #919191;
    line-height: 100%;
}
.house_detail .main_info .con_box .col_2_list li {
    float: left;
    width: 240px;
}
.house_detail .main_info .con_box .col_2_list li p {
    float: left;
    font-size: 16px;
    color: #919191;
    line-height: 36px;
}
.house_detail .main_info .con_box .col_2_list li .tit {
    width: 80px;
    color: #313131;
}
.house_detail .main_info .con_box .col_2_list li .txt {
    width: 160px;
}
.con_box table{background-color: #eee;}
.con_box table tr{background-color: #fff;}
.house_detail .scroll_nav_wrap {
    height: 60px;
    position: relative;

}
.house_detail .scroll_nav {
    border-bottom-width:2px;
    border-bottom-style:solid;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}
.house_detail .scroll_nav li {
    float: left;
}
.house_detail .scroll_nav li a {
    display: block;
    padding: 0 32px;
    height: 60px;
    line-height: 60px;
    color: #313131;
    font-size:16px;
    font-weight:bold

}
.house_detail .con_wrap {
    /*房屋配套*/
    /* 基本信息 */
    /* 房屋亮点 */
    /* 房源相册 */
    /* 小区简介 */
    /*周边配套*/
    /* 相似房源 */
}
.house_detail .con_wrap .leftArea {
    width: 895px;
}
.house_detail .con_wrap .title {
    border:none;
    border-bottom: 1px solid #eee;
}
.house_detail .con_wrap .title h2 {
    float: left;
    font-size: 24px;
    font-weight: normal;
    color: #313131;
    line-height: 72px;
    border-bottom:#F00 solid 2px
}
.house_detail .con_wrap .title .more {
    display: block;
    float: right;
    line-height: 72px;
    font-size: 16px;
    color: #333;
}
.house_detail .con_wrap .title .tab_hd li {
    float: left;
    line-height: 72px;
    margin-right: 20px;
}
.house_detail .con_wrap .title .tab_hd li a {
    font-size: 16px;
    color: #333;
}

.house_detail .con_wrap .question .title a:hover {
    color: #fff !important;
}
.house_detail .con_wrap .house_support,
.house_detail .con_wrap .basis_info {
    padding: 40px 0;
    border-bottom: 1px solid #eee;
}
.house_detail .con_wrap .house_support h4,
.house_detail .con_wrap .basis_info h4 {
    width: 165px;
    float: left;
    font-size: 18px;
    color: #666;
    font-weight: normal;
}
.house_detail .con_wrap .house_support h4{width:80px;}
.house_detail .con_wrap .house_support ul,
.house_detail .con_wrap .basis_info ul {
    width: 730px;
}
.house_detail .con_wrap .house_support ul,
.house_detail .con_wrap .basis_info ul,
.house_detail .con_wrap .house_support li,
.house_detail .con_wrap .basis_info li {
    float: left;
}
.house_detail .con_wrap .house_support li,
.house_detail .con_wrap .basis_info li {
    width: 100px;
    text-align: center;
    padding: 0 10px;
    height: 86px;
}
.house_detail .con_wrap .house_support li .icon_img,
.house_detail .con_wrap .basis_info li .icon_img {
    font-size: 0;
    height: 40px;
}
.house_detail .con_wrap .house_support li img,
.house_detail .con_wrap .basis_info li img {
    vertical-align: top;
}
.house_detail .con_wrap .house_support li p,
.house_detail .con_wrap .basis_info li p {
    font-size: 15px;
    color: #313131;
    text-align: center;
    line-height: 25px;
}
.house_detail .con_wrap .basis_info {
    padding: 20px 0;
}
.house_detail .con_wrap .basis_info h4 {
    line-height: 42px;
}
.house_detail .con_wrap .basis_info li {
    width: 220px;
    text-align: center;
    padding: 0 10px;
    height: 42px;
}
.house_detail .con_wrap .basis_info li p {
    font-size: 15px;
    color: #313131;
    float: left;
    line-height: 42px;
    text-align: left;
}
.house_detail .con_wrap .basis_info li .tit {
    width: 80px;
    color: #919191;
}
.house_detail .con_wrap .basis_info li .txt {
    width: 140px;
}
.house_detail .con_wrap .bright_sopt {
    padding: 40px 0;
    border-bottom: 1px solid #eee;
}
.house_detail .con_wrap .bright_sopt h4 {
    width: 115px;
    float: left;
    font-size: 18px;
    color: #666;
    font-weight: normal;
    line-height: 25px;
}
.house_detail .con_wrap .bright_sopt .desc {
    width: 730px;
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 25px;
}
.house_detail .con_wrap .house_picture ul {
    margin-left: -31px;
}
.house_detail .con_wrap .house_picture li {
    float: left;
    width: 432px;
    height: 253px;
    margin-top: 30px;
    margin-left: 31px;
    margin-bottom: 30px;
}
.house_detail .con_wrap .house_picture a,
.house_detail .con_wrap .house_picture img,
.house_detail .con_wrap .house_picture span {
    display: block;
}
.house_detail .con_wrap .house_picture a {
    width: 100%;
    height: 100%;
    position: relative;
}
.house_detail .con_wrap .house_picture .label {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #d35808;
    font-size: 15px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}
.house_detail .con_wrap .cmnt_profile .con_box {
    margin-top: 30px;
}
.house_detail .con_wrap .cmnt_profile .l_box {
    width: 540px;
}
.house_detail .con_wrap .cmnt_profile .l_box .cmnt_name {
    font-size: 24px;
    font-weight: bold;
    color: #313131;
    line-height: 100%;
}
.house_detail .con_wrap .cmnt_profile .l_box .pro_list {
    padding-top: 20px;
}
.house_detail .con_wrap .cmnt_profile .l_box .pro_list li {
    float: left;
    width: 180px;
}
.house_detail .con_wrap .cmnt_profile .l_box .pro_list span {
    display: block;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
    float: left;
}
.house_detail .con_wrap .cmnt_profile .l_box .pro_list .tit {
    width: 70px;
    color: #919191;
}
.house_detail .con_wrap .cmnt_profile .l_box .pro_list .txt {
    width: 110px;
    color: #313131;
}
.house_detail .con_wrap .cmnt_profile .l_box .ft_desc {
    line-height: 34px;
}
.house_detail .con_wrap .cmnt_profile .l_box .ft_desc span {
    color: #313131;
}
.house_detail .con_wrap .cmnt_profile .r_box img {
    display: block;
    width: 288px;
    height: 190px;
}
.house_detail .con_wrap .near_support .con_box {
    margin-top: 30px;
}
.house_detail .con_wrap .near_support .map {
    width: 795px;
    height: 469px;
    border: 1px solid #eee;
}

.house_detail .con_wrap .near_support .r_box {
    margin-left: 20px;
    padding: 20px 10px;
    border: 1px solid #eee;
    width: 360px;
    height:428px;
}
.house_detail .con_wrap .near_support .r_box .nav {
    border-bottom-width:1px;
    border-bottom-style:solid;
}
.house_detail .con_wrap .near_support .r_box .nav li {
    float: left;
}
.house_detail .con_wrap .near_support .r_box .nav a {
    display: block;
    width: 60px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.house_detail .con_wrap .near_support .r_box .tab_nav {
    border-bottom: 1px solid #eee;
}
.house_detail .con_wrap .near_support .r_box .tab_nav a {
    display: block;
    float: left;
    line-height: 54px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 27px;
    padding-right: 27px;
}
.house_detail .con_wrap .near_support .r_box .tab_nav .subway {
    background-image: url(../images/icon/icon29.png);
}
.house_detail .con_wrap .near_support .r_box .tab_nav .subway.active {
    background-image: url(../images/icon/icon29_on.png);
}
.house_detail .con_wrap .near_support .r_box .tab_nav .bus {
    background-image: url(../images/icon/icon30.png);
}
.house_detail .con_wrap .near_support .r_box .tab_nav .bus.active {
    background-image: url(../images/icon/icon30_on.png);
}
.house_detail .con_wrap .near_support .r_box .info_list {
    height: 410px;
    overflow: auto;
}
.house_detail .con_wrap .near_support .r_box .info_list li {
    float: left;
    border-bottom: 1px dashed #eee;
    padding: 6px 0;
    width: 100%;
}
.house_detail .con_wrap .near_support .r_box .info_list .tit,
.house_detail .con_wrap .near_support .r_box .info_list p {
    line-height: 32px;
}
.house_detail .con_wrap .near_support .r_box .info_list .tit {
    color: #484848;
    background-position: left center;
    background-repeat: no-repeat;

}
.house_detail .con_wrap .near_support .r_box .info_list.subway .tit {
    background-image: url(../images/icon/icon29_on.png);
}
.house_detail .con_wrap .near_support .r_box .info_list.bus .tit {
    background-image: url(../images/icon/icon30_on.png);
}
.house_detail .con_wrap .similar_house .list {
    margin-left: -20px;
}
.house_detail .con_wrap .similar_house .list li {
    float: left;
    width: 285px;
    margin-left: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
}
.house_detail .con_wrap .similar_house .list .img {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.img .mask,.list_box .mask {
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 10px;
}
.img .mask p,.list_box .mask p {
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    position: relative;
    z-index: 89;
}
.img .opacity,.list_box .opacity {
    background: #000;
}
.house_detail .con_wrap .similar_house .list a,
.house_detail .con_wrap .similar_house .list img {
    display: block;
    width: 100%;
}
.house_detail .con_wrap .similar_house .list img {
    height: 192px;
}
.list .name,.list_box .name {
    line-height: 54px;
    height: 54px;
    overflow: hidden;
    color: #313131;
    font-weight: normal;
}
.house_detail .con_wrap .similar_house .list .ft_con p {
    line-height: 36px;
    font-size: 16px;
    color: #919191;
}
.house_detail .con_wrap .similar_house .list .ft_con p strong {
    font-size: 30px;
}

.house_detail .top_sh_house .con_box .list {
    margin-left: -29px;
}
.house_detail .top_sh_house .con_box .list li {
    width: 202px;
    margin-left: 29px;
}
.house_detail .top_sh_house .con_box .list li img {
    display: block;
    height: 150px;
}
.house_detail .deal_record .table_wrap th,
.house_detail .deal_record .table_wrap td {
    line-height: 54px;
    text-align: left;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.house_detail .deal_record .table_wrap td {
    border-top: 1px solid #eee;
}
.house_detail .near_cmnt .img .name {
    font-size: 20px !important;
}
.house_detail .dynamic {
    width:650px;
}
.house_detail .dynamic .list li {
    padding: 26px 0;
    border-bottom: 1px dashed #eee;
}
.house_detail .dynamic .list .label {
    width: 78px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #ff7043;
    color: #ff7043;
}
.house_detail .dynamic .list .r_con {
    width: 650px;
}
.house_detail .dynamic .list .tit a {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #313131;
}
.house_detail .dynamic .list .time {
    font-size: 16px;
    line-height: 30px;
    color: #919191;
}
.house_detail .dynamic .list .desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 30px;
    color: #919191;
}
.house_detail .time_line {
    width: 400px;
}
.house_detail .time_line .list li {
    padding: 26px 0 26px 52px;
    position: relative;
}
.house_detail .time_line .list .l_con {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 52px;
    overflow: hidden;
}
.house_detail .time_line .list .l_con span {
    display: block;
    position: absolute;
}
.house_detail .time_line .list .l_con .c {
    width: 16px;
    height: 16px;
    top: 33px;
    left: 50%;
    margin-left: -8px;
    background: #ff6600;
    border-radius: 50%;
    z-index: 2;
}
.house_detail .time_line .list .l_con .l {
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: url(../images/icon/icon5.png) center top repeat-y;
}
.house_detail .time_line .list li:first-child .l_con .l {
    top: 33px !important;
}
.house_detail .time_line .list .r_con .time,
.house_detail .time_line .list .r_con .txt {
    height: 30px;
    line-height: 30px;
    color: #919191;
    font-size: 16px;
}
.house_detail .house_type .picScroll {
    width: 100%;
    margin: 10px auto;
    position: relative;
    background: #fff;
    overflow: hidden;
}
.house_detail .house_type .picScroll .prev,
.house_detail .house_type .picScroll .next {
    display: block;
    position: absolute;
    top: 50px;
    left: 0px;
    width: 30px;
    height: 60px;
    background: #000000 url(../images/icon/icon35.png) 0 center no-repeat;
    z-index: 111;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}
.house_detail .house_type .picScroll .prev:hover,
.house_detail .house_type .picScroll .next:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
.house_detail .house_type .picScroll .next {
    left: auto;
    right: 0px;
    background-position: -30px center;
}
.house_detail .house_type .picScroll .tempWrap {
    margin-left: -25px;
}
.house_detail .house_type .picScroll ul {
    overflow: hidden;
    zoom: 1;
}
.house_detail .house_type .picScroll ul li {
    width: 220px;
    float: left;
    overflow: hidden;
    margin-left: 25px;
}
.house_detail .house_type .picScroll ul .img {
    display: block;
    width: 218px;
    height: 158px;
    border: 1px solid #eee;
    position: relative;
}
.house_detail .house_type .picScroll ul .img p {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
}
.house_detail .house_type .picScroll ul .img p.on {
    background: #31c526;
}
.house_detail .house_type .picScroll ul .img p.off {
    background: #f00;
}
.house_detail .house_type .picScroll ul .img p.for {
    background: #f60;
}
.house_detail .house_type .picScroll ul img {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/icon/loading.gif) center center no-repeat;
}
.house_detail .question .list li {
    padding: 15px;
    border-bottom: 1px dashed #eee;
}
.house_detail .question .list li .ask,
.house_detail .question .list li .anser,
.house_detail .question .list li .time {
    font-size: 16px;
    color: #919191;
    line-height: 24px;
    padding-left: 40px;
}
.house_detail .question .list li .ask {
    color: #333;
    background: url(../images/icon/icon37.png) left top no-repeat;
}
.house_detail .question .list li .anser {
    margin: 10px 0;
}
.house_detail .build_picture .list li .name {
    text-align: center !important;
}
.house_detail .buildNum_info .con_box {
    padding: 30px;
    border: 1px solid #eee;
    border-top: 0;
}
.house_detail .buildNum_info .l_con {
    width: 580px;
    height: 360px;
    position: relative;
    overflow: hidden;
}
.house_detail .buildNum_info .l_con .label {
    width: 80px;
    height: 90px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding-top: 10px;
    border-radius: 4px;
    overflow: hidden;
}
.house_detail .buildNum_info .l_con .label .opacity {
    background: #000;
}
.house_detail .buildNum_info .l_con .label .item {
    padding: 4px 10px;
}
.house_detail .buildNum_info .l_con .label span {
    display: block;
    height: 18px;
    width: 22px;
    float: left;
    color: #fff;
    position: relative;
    z-index: 11;
    border-radius: 4px;
}
.house_detail .buildNum_info .l_con .label .txt {
    line-height: 18px;
    width: 32px;
    margin-left: 6px;
}
.house_detail .buildNum_info .l_con .label .on {
    background: #009944;
}
.house_detail .buildNum_info .l_con .label .for {
    background: #ff6600;
}
.house_detail .buildNum_info .l_con .label .off {
    background: #919191;
}
.house_detail .buildNum_info .l_con .tit {
    position: absolute;
    z-index: 111;
    width: 74px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #009944;
}
.house_detail .buildNum_info .l_con .tit .riangle {
    position: absolute;
    top: 30px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 18px solid transparent;
    border-top: 12px solid #009944;
}
.house_detail .buildNum_info .l_con .tit.on {
    background: #009944;
}
.house_detail .buildNum_info .l_con .tit.on .riangle {
    border-top-color: #009944;
}
.house_detail .buildNum_info .l_con .tit.for {
    background: #ff6600;
}
.house_detail .buildNum_info .l_con .tit.for .riangle {
    border-top-color: #ff6600;
}
.house_detail .buildNum_info .l_con .tit.off {
    background: #919191;
}
.house_detail .buildNum_info .l_con .tit.off .riangle {
    border-top-color: #919191;
}
.house_detail .buildNum_info .r_con {
    width: 480px;
}
.house_detail .buildNum_info .r_con .tab_nav {
    width: 100%;
    height: 30px;
    position: relative;
    overflow-x: auto;
}
.house_detail .buildNum_info .r_con .tab_nav .b_l {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #919191;
}
.house_detail .buildNum_info .r_con .tab_nav li {
    float: left;
    width: 80px;
    margin-left: 0;
}
.house_detail .buildNum_info .r_con .tab_nav a {
    position: relative;
    z-index: 2;
    display: block;
    line-height: 28px;
    border-bottom: 2px solid #919191;
    text-align: center;
}

.house_detail .buildNum_info .r_con .m_info {
    margin-top: 10px;
}
.house_detail .buildNum_info .r_con .m_info li {
    float: left;
    width: 50%;
    height: 36px;
    line-height: 36px;
}
.house_detail .buildNum_info .r_con .m_info li span {
    color: #333;
}
.house_detail .buildNum_info .r_con .s_info h4 {
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    background: #f0f0f0;
    color: #333;
}
.house_detail .buildNum_info .r_con .s_info .table {
    width: 100%;
}
.house_detail .buildNum_info .r_con .s_info .table li {
    float: left;
    width: 100%;
}
.house_detail .buildNum_info .r_con .s_info .table .tbd {
    height: 150px;
    overflow: auto;
}
.house_detail .buildNum_info .r_con .s_info .table ol li {
    width: 112.5px;
    line-height: 24px;
    padding: 3px 0;
    color: #333;
}
.house_detail .build_detail table {
    margin-top: 20px;
}
.house_detail .build_detail tr {
    border-bottom: 1px solid #eee;
}
.house_detail .build_detail td {
    padding: 10px 20px;
}
.house_detail .build_detail td span {
    font-size: 16px;
    color: #2e2e2e;
}
/* 新房详情 */
.newhouse_detail {
    padding-bottom: 60px;
}
.newhouse_detail .page_tit {
    background: #f0f0f0;
}
.newhouse_detail .head {
    padding-top: 10px;
}
.newhouse_detail .head h2,
.newhouse_detail .head .sale_state,
.newhouse_detail .head ul {
    float: left;
}
.newhouse_detail .head h2 {

    line-height: 50px;
    font-size: 30px;
    color: #333;
    margin-right:10px;

}
.newhouse_detail .head .sale_state {
    width: 40px;
    height: 24px;
    text-align: center;
    display:block;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    margin-top: 13px;

}
.newhouse_detail .head .sale_state.on {
    background: #009944;
}
.newhouse_detail .head .sale_state.for {
    background: #ff6600;
}
.newhouse_detail .head .sale_state.off {
    background: #919191;
}
.newhouse_detail .head .collect_btn {
    float: right;
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #666;
    color: #666;
    cursor: pointer;
    margin-top: 10px;
}
.newhouse_detail .head .label_list {
    margin-left:0px;


}

.newhouse_detail .head .qqlist{ width:420px; float:right; display:block; margin-top:15px}
.newhouse_detail .head .qqlist p{float:left; display:block; padding-left:10px}
.newhouse_detail1{ width:100%; background-color:#f0f0f0; display:block; height:40pox;}

.newhouse_detail .head .label_list li {
    float: left;
    margin-right: 10px;
    height: 24px;
    line-height: 24px;
    margin-top: 13px;
    padding: 0 6px;
}
.newhouse_detail h3 img {
    vertical-align: middle;
}
.newhouse_detail .label_list .item {
    background: #fff;
    border:#CCC solid 1px;
    color: #333;
    /* border: 0 !important;*/
}
.newhouse_detail .tab_nav {
    height: 70px;
    /*margin-left: -20px;*/
    border-bottom: 1px solid #eee;
}
.newhouse_detail .tab_nav li {
    float: left;
    margin-left: 20px;
}
.newhouse_detail .tab_nav li a {
    display: block;
    font-size: 15px;
    line-height: 70px;
    color: #333;
}

.newhouse_detail .main_info {
    margin-bottom: 30px;
}
.newhouse_detail .main_info .t_box {
    margin-bottom: 20px;
}
.newhouse_detail .house_detail {
    padding-bottom: 0;
}
/* 楼盘快讯 */
.sub_nav {
    width: 1200px;
    height: 50px;
    position: relative;
    margin:15px auto 0 auto;
    border-bottom-width:2px;
    border-bottom-style:solid;
    background:#f5f5f5;

}

.sub_nav .b_l {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #919191;
}
.sub_nav li {
    float: left;
    padding: 0 16px;
    color:#333;
}
.sub_nav a {
    position: relative;
    z-index: 2;
    width: 100px;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size:16px;
    color:#333;
    font-weight:bold
}
.flash {
    padding-bottom: 60px;
}
.flash .leftArea {
    width: 852px !important;
}
.flash .rightArea {
    width: 320px !important;
}
.flash_list li {
    float: left;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px dashed #eee;
}
.flash_list a {
    display: block;
}
.flash_list .l_img {
    width: 160px;
    height: 110px;
}
.flash_list .l_img img {
    display: block;
    width: 100%;
    height: 100%;
}
.flash_list .r_con {
    width: 640px;
}
.flash_list .r_con h3 {
    font-size: 20px;
    height: 25px;
    line-height: 25px;
    color: #313131;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.flash_list .r_con .desc {
    margin: 5px 0;
    font-size: 16px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    color: #666;
}
.flash_list .r_con .f_box span {
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #999;
    padding-left: 20px;
    background-position: left center;
    background-repeat: no-repeat;
}
.flash_list .r_con .f_box .time {
    background-image: url(http://www.jmfc.com.cn/static/home/images/icon/icon34.png);
}
.flash_list .r_con .f_box .view {
    margin-left: 30px;
    background-image: url(../images/icon/icon33.png);
}
.artc_detail .head {
    border-bottom: 1px solid #eee;
}
.artc_detail .head h1 {
    font-size: 24px;
    font-weight: normal;
    color: #333;
}
.artc_detail .head span {
    display: block;
    float: left;
    line-height: 40px;
    background-position: left center;
    background-repeat: no-repeat;
    color: #999;
    padding-left: 20px;
}
.artc_detail .head .news_type {
    padding-left: 0;
}
.artc_detail .head .view {
    margin-right: 20px;
    background-image: url(../images/icon/icon33.png);
}
.artc_detail .head .time {
    margin-left: 20px;
    background-image: url(../images/icon/icon34.png);
}
.artc_detail .head .share {
    background-image: url(../images/icon/icon36.png);
}
.artc_detail .con_box {
    padding: 20px 0;
}
.artc_detail .con_box p {
    font-size: 16px;
    line-height: 160%;
}
.artc_detail .f_share {
    border-bottom: 1px dashed #eee;
    padding-bottom: 10px;
}
.artc_detail .f_share p,
.artc_detail .f_share li,
.artc_detail .f_share ul {
    float: left;
}
.artc_detail .f_share p,
.artc_detail .f_share li {
    line-height: 24px;
    height: 24px;
}
.artc_detail .f_share li {
    width: 24px;
    text-align: center;
}
.artc_detail .f_share .wb,
.artc_detail .f_share .qq,
.artc_detail .f_share .rr,
.artc_detail .f_share .wx {
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.artc_detail .f_share .wb {
    background-image: url(../images/icon/icon38.png);
}
.artc_detail .f_share .qq {
    background-image: url(../images/icon/icon39.png);
}
.artc_detail .f_share .rr {
    background-image: url(../images/icon/icon40.png);
}
.artc_detail .f_share .wx {
    background-image: url(../images/icon/icon41.png);
}
.artc_detail .statement {
    font-size: 13px;
    color: #999;
    text-indent: 2em;
    line-height: 24px;
    padding: 10px 0;
}
.artc_detail .relative_artc .title {
    width: 100%;
    height: 58px;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.artc_detail .relative_artc .title h3 {
    float: left;
    height: 100%;
    line-height: 58px;
    font-size: 16px;
    font-weight: normal;
    color: #313131;
    padding-left: 19px;
}
.artc_detail .relative_artc .title .more {
    display: block;
    float: right;
    line-height: 58px;
    font-size: 16px;
    color: #f50;
}
.artc_detail .relative_artc .title .b_l {
    position: absolute;
    left: 19px;
    bottom: -1px;
    width: 70px;
    height: 1px;
    z-index: 11;
}
.artc_detail .relative_artc .list {
    padding: 10px 0;
}
.artc_detail .relative_artc .list li {
    float: left;
    width: 100%;
}
.artc_detail .relative_artc .list li a,
.artc_detail .relative_artc .list li span {
    display: block;
    font-size: 16px;
    color: #313131;
    height: 36px;
    line-height: 36px;
}
.artc_detail .relative_artc .list li a {
    float: left;
    width: 720px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.artc_detail .relative_artc .list li a:hover {
    text-decoration: underline;
}
.artc_detail .relative_artc .list li .time {
    float: right;
}
/* 动态列表 */
.dynamic_list li {
    padding-left: 126px;
    position: relative;
}
.dynamic_list li .l_con {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 126px;
    margin: 30px 0;
}
.dynamic_list li .l_con .time {
    width: 80px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    float: left;
}
.dynamic_list li .l_con .c_l {
    float: left;
    width: 30px;
    text-align: center;
    font-size: 0;
    height: 100%;
    line-height: 26px;
}
.dynamic_list li .l_con .c_l .c {
    font-size: 0;
    padding: 5px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    text-indent: 9999px;
}
.dynamic_list li .l_con .c_l .l {
    display: block;
    position: absolute;
    left: 80px;
    top: 0;
    bottom: 0;
    width: 30px;
    background: url(../images/icon/icon5.png) center top repeat-y;
}
.dynamic_list li .r_con {
    padding: 30px 0;
    border-bottom: 1px dashed #999;
}
.dynamic_list li .r_con h3 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    line-height: 26px;
}
.dynamic_list li .r_con p {
    font-size: 16px;
    color: #666;
    line-height: 26px;
}
.dynamic_list li .r_con a {
    font-size: 16px;
}
/* 新房相册 */
.picture_wrap {
    padding-bottom: 20px;
}
.picture_wrap .list_box {
    margin-left: -20px;
}
.picture_wrap .list_box li {
    float: left;
    overflow: hidden;
    margin-left: 20px;
    margin-top: 20px;
    position:relative;
}
.picture_wrap .list_box li img {
    display: block;
    width: 285px;
    height: 205px;
}
/* 新房户型 */
.houseType_wrap {
    padding-bottom: 20px;
}
.houseType_wrap .list_box {
    margin-left: -20px;
}
.houseType_wrap .list_box li {
    float: left;
    overflow: hidden;
    margin-left: 20px;
    margin-top: 20px;
}
.houseType_wrap .list_box li .img {
    width: 283px;
    height: 203px;
    border: 1px solid #eee;
    position: relative;
}
.houseType_wrap .list_box li .img img {
    display: block;
    width: 100%;
    height: 100%;
}
.houseType_wrap .list_box li .sale_state {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
}
.houseType_wrap .list_box li .sale_state.on {
    background: #009944;
}
.houseType_wrap .list_box li .sale_state.for {
    background: #ff6600;
}
.houseType_wrap .list_box li .sale_state.off {
    background: #919191;
}
.houseType_wrap .list_box li .con {
    margin-top: 10px;
}
.houseType_wrap .list_box li .con p {
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    color: #333;
}
.houseType_wrap .list_box li .con p span{
    float:right;
}
/* 户型详情 */
.houseType_detail .tab_scroll {
    margin: 30px 0;
    width: 100%;
    height: 56px;
    position: relative;
}
.houseType_detail .tab_scroll .sPrev,
.houseType_detail .tab_scroll .sNext {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 56px;
    text-indent: -9999px;
    background: #000000 url(../images/icon/icon35.png) no-repeat 0 center;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    z-index: 111;
}
.houseType_detail .tab_scroll .sPrev:hover,
.houseType_detail .tab_scroll .sNext:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
.houseType_detail .tab_scroll .sNext {
    left: auto;
    right: 0;
    background-position: -30px center;
}
.houseType_detail .tab_scroll .scroll_wrap {
    width: 1126px;
    margin: 0 auto;
    height: 56px;
    overflow: hidden;
}
.houseType_detail .tab_scroll .scroll_wrap li {
    float: left;
    margin-left: 10px;
}
.houseType_detail .tab_scroll .scroll_wrap li a {
    display: block;
    width: 112px;
    height: 48px;
    padding: 3px 0;
    border: 1px solid #efefef;
    overflow: hidden;
}


.houseType_detail .tab_scroll .scroll_wrap li p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    text-align: center;
}
.houseType_detail .bigImg_slide {
    width: 868px;
    height: 576px;
    position: relative;
    border: 1px solid #eee;
}
.houseType_detail .bigImg_slide .prev,
.houseType_detail .bigImg_slide .next {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 30px;
    height: 56px;
    margin-top: -28px;
    text-indent: -9999px;
    background: #000000 url(../images/icon/icon35.png) no-repeat 0 center;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    z-index: 111;
}
.houseType_detail .bigImg_slide .prev:hover,
.houseType_detail .bigImg_slide .next:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
.houseType_detail .bigImg_slide .next {
    left: auto;
    right: 0;
    background-position: -30px center;
}
.houseType_detail .bigImg_slide .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.houseType_detail .bigImg_slide .pic li {
    float: left;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-align: center;
    line-height: 576px;
}
.houseType_detail .bigImg_slide .pic li img {
    vertical-align: middle;
    max-height:570px;
}
.houseType_detail .info_box {
    width: 300px;
}
.houseType_detail .info_box .info_list {
    width: 100%;
}
.houseType_detail .info_box .info_list li {
    float: left;
    width: 100%;
}
.houseType_detail .info_box .info_list li span {
    display: block;
    float: left;
    font-size: 15px;
    color: #333;
    line-height: 36px;
}
.houseType_detail .info_box .info_list li span strong {
    font-size: 20px;
}
.houseType_detail .info_box .hotline .tit {
    font-size: 18px;
    line-height: 36px;
    color: #ff5203;
}
.houseType_detail .info_box .hotline .num {
    font-size: 24px;
    color: #ff5203;
}
/* 我的问答 */
.question .title {
    border: 1px solid #eee;
    padding: 10px 30px;
    margin: 30px 0 10px;
}
.question .title h3 {
    font-size: 20px;
    color: #313131;
    float: left;
    width:700px;
    margin-bottom:10px;
}
.question .title a {
    float: right;
    display: block;
    height: 48px;
    width: 120px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    border-radius: 4px;
    margin-bottom:10px;
}

.question .title a.anser_link {
    background: #1ca459;
}
.question .title .ipt_box {
    display: block;
    float: left;
    width: 100%;
}
.question .title .ipt_box textarea {
    float: left;
    width: 100%;
    padding: 4px 10px;
    height: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 20px;
    font-size: 14px;
    border: 1px solid #efefef;
}
.question .title .ipt_box .btn {
    float: right;
    margin: 10px;
    width: 80px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    text-align: center;
}
.question .question_list li {
    float: left;
    width: 100%;
    padding: 20px 0;
    position: relative;
    border-bottom: 1px dashed #eee;
}
.question .question_list li .ask,
.question .question_list li .anser,
.question .question_list li .time {
    padding-left: 40px;
    width: 610px;
}
.question .question_list li .ask {
    background: url(../images/icon/icon43.png) left center no-repeat;
}
.question .question_list li .ask a {
    display: block;
    font-size: 16px;
    color: #313131;
    font-weight: normal;
    line-height: 30px;
}
.question .question_list li .ask a:hover {
    text-decoration: underline;
}
.question .question_list li .anser {
    margin-top: 10px;
    background: url(../images/icon/icon44.png) left 4px no-repeat;
}
.question .question_list li .anser p {
    font-size: 14px;
    line-height: 24px;
    color: #919191;
}
.question .question_list li .time {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #919191;
}
.question .question_list li .anser_num {
    padding: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #1ca459;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    right: 0;
}
.question .question_list li .anser_num p {
    color: #1ca459;
    line-height: 20px;
    text-align: center;
}
.question .question_detail li {
    padding: 30px 0;
    float: left;
    width: 100%;
    border-bottom: 1px dashed #e2e2e2;
}
.question .question_detail span {
    display: block;
}
.question .question_detail a,
.question .question_detail .l_img,
.question .question_detail .r_con {
    display: block;
    position: relative;
}
.question .question_detail .l_img img {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.question .question_detail .r_con {
    width: 780px;
    position: relative;
}
.question .question_detail .r_con .name {
    line-height: 22px;
    font-size: 20px;
    color: #333;
}
.question .question_detail .r_con .star_list {
    margin: 0px 20px;
}
.question .question_detail .r_con .star_list li {
    width: 22px;
    padding: 0;
    border: 0;
}
.question .question_detail .r_con .anser_txt {
    margin-top: 6px;
    line-height: 24px;
    font-size: 16px;
    color: #666;
}
.comment_list li {
    float: left;
    width: 100%;
}
.comment_list li .user_toux {
    font-size: 0;
}
.comment_list li .user_toux img {
    border-radius: 50%;
    vertical-align: top;
}
.comment_list li .r_con {
    margin-left: 30px;
    width: 750px !important;
    height: auto !important;
}
.comment_list li .r_con .hd p {
    line-height: 32px;
    font-size: 14px;
    color: #919191;
}
.comment_list li .r_con .hd .name {
    font-size: 16px;
    color: #313131;
}
.comment_list li .r_con .con p {
    line-height: 25px;
}
.comment_list li .r_con .ft{padding-top:10px;}
.comment_list li .r_con .ft .zan_btn {
    display: inline-block;
    padding-left: 20px;
    height: 32px;
    line-height: 32px;
    background: url(../images/icon/icon45.png) left no-repeat;
    vertical-align: middle;
    margin-right:10px;
    cursor:pointer;
}
.comment_list li .r_con .ft .cai_btn {
    display: inline-block;
    padding-left: 20px;
    height: 32px;
    line-height: 32px;
    background: url(../images/icon/bad.png) left no-repeat;
    vertical-align: middle;
    cursor:pointer;
}
.comment_list li .r_con .ft .zan_btn.on {
    background-image: url(../images/icon/icon46.png);
}
.comment_list li .r_con .ft .cai_btn.on {
    background-image: url(../images/icon/bad-active.png);
}
.comment_list li .r_con .ft span {
    color: #666;
}
/* 经纪人详情 */
.agent_detail {
    background: #f0f0f0;
}
.agent_detail .cm_rightArea,
.agent_detail .cm_leftArea {
    background: #fff;
    padding-bottom: 60px;
}
.agent_info {
    margin-top: 30px;
}
.agent_info .m_wrap {
    width: 208px;
    margin: 0 auto;
}
.agent_info .toux {
    text-align: center;
    font-size: 0;
}
.agent_info .toux img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    vertical-align: top;
    border: 1px solid #eee;
}
.agent_info .btn_row {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}
.agent_info .btn_row a {
    display: inline-block;
    margin: 0 6px;
    width: 84px;
    font-size: 15px;
    color: #333;
    border: 1px solid #eee;
    height: 32px;
    line-height: 32px;
}

.agent_info .phone {
    text-align: center;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    overflow: hidden;
}
.agent_info .info_list {
    margin-top: 20px;
}
.agent_info .info_list li {
    float: left;
    width: 100%;
}
.agent_info .info_list p {
    font-size: 16px;
    color: #313131;
    line-height: 36px;
}
.agent_info .info_list .star_list li {
    width: 22px;
}
.agent_info .label_list {
    display: block;
    margin-top: 10px;
    font-size: 0;
}
.agent_info .label_list .item {
    display: inline-block;
    width: 82px;
    height: 28px;
    border-width: 1px;
    border-style:solid;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    margin: 6px 10px;
}
/* cm_rightArea */
.cm_rightArea {
    /* 推荐房源 */
    /*推荐楼盘*/
    /* 购房宝典 */
    /* 热文排行 */
    /* 热门楼盘 */
}
.cm_rightArea .mt_73 {
    margin-top: 25px;
}
.cm_rightArea .mt_30 {
    margin-top: 30px;
}
.cm_rightArea .mt_25 {
    margin-top: 25px;
}
.cm_rightArea .pd {
    padding: 0 19px;
}
.cm_rightArea .bd {
    border: 1px solid #ccc;
}
.cm_rightArea .sale_btn {
    display: block;
    width: 100%;
    text-align: center;
    border-width:1px;
    border-style:solid;
    height: 48px;
    line-height: 48px;
    margin-bottom: 25px;
    font-size: 18px;
}
.cm_rightArea .title {
    width: 100%;
    height: 58px;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.cm_rightArea .title h3 {
    height: 100%;
    line-height: 58px;
    font-size: 16px;
    font-weight: normal;
    color: #313131;
    padding-left: 19px;
}
.cm_rightArea .title .b_l {
    position: absolute;
    left: 19px;
    bottom: -1px;
    width: 70px;
    height: 1px;
    z-index: 11;
}
.cm_rightArea .rcmd_house {
    padding: 0 19px;
    border: 1px solid #ccc;
}
.cm_rightArea .rcmd_house .con_box {
    padding: 19px 0;
}
.cm_rightArea .rcmd_house li {
    width: 100%;
    float: left;
}
.cm_rightArea .rcmd_house a,
.cm_rightArea .rcmd_house img {
    display: block;
    width: 100%;
}
.cm_rightArea .rcmd_house img {
    height: 160px;
}
.cm_rightArea .rcmd_house .con {
    padding: 12px 0;
}
.cm_rightArea .rcmd_house .row p {
    line-height: 32px;
    font-size: 16px;
    color: #313131;
}
.cm_rightArea .rcmd_house .row p.name{width:190px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.cm_rightArea .rcmd_build {
    padding: 0 19px;
    border: 1px solid #ccc;
}
.cm_rightArea .rcmd_build .con_box {
    padding: 19px 0;
}
.cm_rightArea .rcmd_build ul {
    margin-top: -20px;
}
.cm_rightArea .rcmd_build li {
    margin-top: 20px;
}
.cm_rightArea .rcmd_build a {
    display: block;
}
.cm_rightArea .rcmd_build img {
    display: block;
}
.cm_rightArea .rcmd_build .r_con {
    width: 110px;
}
.cm_rightArea .rcmd_build .r_con p {
    color: #919191;
    line-height: 18px;
    height: 19px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cm_rightArea .rcmd_build .r_con .name {
    color: #313131;
}
.cm_rightArea .rcmd_build .r_con b {
    font-size: 14px;
}
.cm_rightArea .rcmd_build .r_con .address {
    padding: 13px 0;
}
.cm_rightArea .buy_way {
    padding: 0 19px;
    border: 1px solid #ccc;
}
.cm_rightArea .buy_way .list li {
    list-style-position: inside;
    list-style-type: disc;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cm_rightArea .buy_way .list a {
    color: #616161;
}
.cm_rightArea .buy_way .list a:hover {
    text-decoration: underline;
}
.cm_rightArea .house_klg li {
    list-style: none !important;
}
.cm_rightArea .hot_artc {
    padding: 0 19px;
    border: 1px solid #ccc;
}
.cm_rightArea .hot_artc li {
    height: 30px;
    margin: 10px 0;
}
.cm_rightArea .hot_artc li a,
.cm_rightArea .hot_artc li p {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cm_rightArea .hot_artc li .name {
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cm_rightArea .hot_artc li a {
    display: block;
    padding-left: 30px;
    position: relative;
}
.cm_rightArea .hot_artc li a:hover,
.cm_rightArea .hot_artc li a:hover .name {
    text-decoration: underline;
}
.cm_rightArea .hot_artc li span {
    display: block;
}
.cm_rightArea .hot_artc li .order {
    display: block;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    color: #fff;
    background: #cccccc;
}
.cm_rightArea .hot_artc li .order.on {
    background: #ee4433;
}
.cm_rightArea .hot_build {
    padding: 0 19px;
    border: 1px solid #ccc;
}
.cm_rightArea .hot_build .list {
    padding-bottom: 20px;
    margin-left: -20px;
}
.cm_rightArea .hot_build .list li {
    margin-top: 20px;
    float: left;
    width: 130px;
    margin-left: 20px;
}
.cm_rightArea .hot_build .list a {
    display: block;
}
.cm_rightArea .hot_build .list .img {
    border: 1px solid #eee;
    padding: 2px;
    width: 124px;
    height: 90px;
}
.cm_rightArea .hot_build .list .img img {
    display: block;
    width: 100%;
    height: 100%;
}
.cm_rightArea .hot_build .list .con p {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}
.cm_rightArea .hot_build .list .con p.address{width:48px;text-overflow: ellipsis;white-space: nowrap;}
.cm_rightArea .for_anser {
    padding: 0 19px;
    border: 1px solid #ccc;
}
.cm_rightArea .for_anser .con_box {
    padding: 19px 0;
}
.cm_rightArea .for_anser .con_box li{border-bottom:1px dashed #eee;padding-bottom:10px;}
.cm_rightArea .for_anser li a {
    font-size: 15px;
    color: #666;
    display: block;
    line-height: 30px;
    font-weight: normal;
}
.cm_rightArea .for_anser li a:hover {
    text-decoration: underline;
}
.cm_rightArea .for_anser li p {
    font-size: 14px;
    color: #919191;
}
.comment-box{padding:0 20px;}
.comment-head{padding:10px 0;margin-top:30px;}
.comment-box .comment-head .comment-point,.comment-tag{float:left;}
.comment-box .comment-head span{font-size:14px;}
.comment-box .comment-head span i{font-size:12px;display:inline-block;cursor:pointer;}
.comment-head .comment-point{margin-right:20px;}
.comment-head .comment-point i{width:18px;height:17px;background: url(../images/icon/icon26.png) center center no-repeat;}
.comment-head .comment-point i.on{background: url(../images/icon/icon25.png) center center no-repeat;}
.comment-head .comment-tags i{padding:3px 10px;border:1px solid #ccc;}
.comment-head .comment-tags i.on{border-width:1px;border-style:solid;}
.comment-content textarea{width:100%;height:150px;border:1px solid #ccc;resize: none;padding:10px;}
.send-btn{padding:5px 20px;border:none;cursor:pointer;}
.comment-btn{text-align:right;padding:15px 0;}
.house-status{
    overflow:hidden;
    width:48px;
    height:25px;
    line-height:25px;
    padding-left:6px;
    text-align:center;
    color:#fff;
    margin:7px 0 0 7px;
    font-size:14px;
    background:url(/images/viewindex-icons-14.png) no-repeat;}
.house-status-1{width:48px;background-position:0 -275px }
.house-status-2{background-position:-92px -275px}
.house-status-3{background-position:-158px -275px }
.house-status-4{background-position:-237px -275px }
.house-status-5{background-position:-237px -275px  }
.house-status-111{background-position:-158px -275px }
.phone-text{font-size:14px;}
.discount{width:730px;height:60px;overflow:hidden;background-image: url(images/discount.jpg);background-position: center center;background-repeat: no-repeat;margin-bottom:30px;padding:10px 230px 10px 240px;color:#fff;line-height: 22px;font-size:14px;position:relative;}
.discount a{position:absolute;display:block;width:170px;height:50px;top:20px;right:20px;}
/**红包**/
.red-packet{position:absolute;left:0;top:0;display:block;width:41px;height:41px;z-index: 99;background: url(../images/hongbao.png) center center no-repeat;}
.hb-right{position:fixed;z-index:1000;right:10px;top:45%;width:182px;height:205px;background-image: url(../images/hongbao_bg.png);}
.hb-p1{color: #ff3300; font-size: 16px;  line-height: 28px;  margin-left: 13px;  margin-top: 100px;  text-align: center;}
.hb-p1 strong{font-weight: bold;font-size:24px;}
.hb-p2 { color: #e83532;  font-size: 12px;  margin-left: 30px;  }
.detailPopClose {cursor:pointer;background: url("../images/close.png") no-repeat scroll left center;  height: 30px;  position: absolute;  right: 0;  top: -30px;  width: 30px;  }
.house-content{line-height: 25px;margin-top:20px;}
.house-content img{display:block;max-width:100%;width:auto;margin:0 auto;}
/**问答**/
.question-left{width:890px;float:left;}
.question-right{width:290px;float:right;border:1px solid #ccc;}
.question{margin-bottom:20px;}
.question .question-pannel{height:40px;border-bottom:1px dotted #CBCBCB;padding:5px 0;}
.question .question-pannel a{display:inline-block;margin-right:10px;padding:0 10px;height:30px;line-height: 30px;}
.question-lists li{height:40px;line-height: 40px;border-bottom:1px dotted #CBCBCB;}
.question-lists li dd{display:inline-block;width:92px;}
.question-lists li dd:first-child{width:600px;}
.question-lists li .answered{
    width: 40px;
    height: 20px;
    line-height: 20px;
    background: #edfefa;
    border: 1px #a9f7e4 solid;
    font-weight: normal;
    display: block;
    margin: 5px 0;
    text-align: center;
    color: #1eb48f;
    font-size: 12px;
    border-radius: 2px;
}
.question-lists li .wait-answer{
    width: 40px;
    height: 20px;
    line-height: 20px;
    background: #edfefa;
    border: 1px #a9f7e4 solid;
    font-weight: normal;
    display: block;
    margin: 5px 0;
    text-align: center;
    color: #f44b00;
    font-size: 12px;
    border-radius: 2px;
}
.question-right-title{padding:0 10px;border-bottom:1px solid #ccc;height:50px;line-height: 50px;font-size:16px;}
.question-right-title span{position:relative;display:inline-block;border-bottom-width:1px;border-bottom-style: solid;}
.question-right-lists{padding:10px 5px;}
.question-right-lists li{float:left;width:130px;padding:5px;}
.question-right-lists li dl{width:100%;text-align:center;}
.question-right-lists li dt{height:85px;overflow: hidden;}
.question-right-lists li dl img{width:100%;box-sizing: border-box;display:block;margin:auto auto;padding:2px;background-color: #fff;border:1px solid #ccc;}
.question-right-lists li dd span{font-size:15px;font-weight:bold;padding:0 5px;}
.position-bottom{border-bottom:1px dotted #ccc;margin-bottom:10px;}
.question-house-title{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.ask_show01{border:1px #ddd solid; padding:10px 25px; margin-bottom:15px;}
.ask_show01_n1{margin-bottom:15px;}
.ask_show01_n1 h2{height:30px; line-height:30px;font-size:14px; border-bottom:1px #ddd solid; background:url(../images/icon/ico50.png) 0 5px no-repeat; padding-left:26px;}
.ask_show01_n1 p{line-height:24px; color:#999; font-size:12px;}
.ask_show01_n2 h2{ height:30px; margin-bottom:10px;font-size:14px;}
.but36{ height:30px; line-height:30px; background-color:#1ca459; font-weight:normal; padding:5px 15px; color:#fff; }
a.but36{text-decoration:none; color:#fff}
.ask_show01_n2 p{ margin-bottom:10px;}
.submit-btn{padding:5px 15px;}
.inp09{border:1px #ddd solid; padding:3px 6px; line-height:24px; color:#666; font-size:12px; width:98%; height:60px;}
.ask_show01_n2_sp{display:block; float:right;}
.ask_show02{border:1px #ddd solid; padding:15px; margin-bottom:15px;}
.ask_show02 h1{height:30px;font-size:14px; border-bottom:1px #ddd solid; background: url(../images/icon/ico51.png) 0 2px no-repeat; padding-left:24px; color:#434343}
.ask_show03{border-bottom:1px dotted #ccc; padding:15px 0}
.ask_show03_img{width:52px; height:52px; border:1px #ddd solid; float:left; margin-right:10px;}
.ask_show03_t{float:left; width:760px;}
.ask_show03_t h2{font-size:12px; color:#999; font-weight:normal;}
.ask_show03_t_s1{display:block; float:right; color:#999; margin-bottom:6px;}
.ask_show03_t p{margin:6px 0; color:#7b7b7b}
.ask_show04{margin-bottom:15px; border:1px #ddd solid; padding:15px;}
.ask_show04 h1{font-size:14px;}
.ask_show04 ul{margin:10px 0;}
.ask_show04 li{height:32px; line-height:32px;border-bottom:1px dotted #ccc;}
.ask_show04 .ask_title .more{float:right;font-weight: 400;}
.ask_info{padding: 8px;margin-bottom: 10px;font-size: 14px; line-height: 22px;color: #666666;padding-top:0px;}
#ask_answer{display: none;}
.ask_house{height: 30px;line-height: 30px;margin-bottom: 10px;font-size: 14px;}
.ask_house a{color: #e8380d; font-weight: bold;font-size: 14px;}
.ask_house a:hover{text-decoration: underline;}
.ask_house span{color: #999;padding: 0px 10px}
.question-answer-number{color:#ff0000;font-size:14px;padding:0 2px;}
.house-info{margin:10px 0; border:#CCC 1px solid; padding:25px;}
.house-info dl dt{float:left;width:200px;margin-right:10px;}
.house-info dl dt img{width:100%;display:block;}
.house-info dd{line-height: 30px;}
.house-info dd.price span{font-size:18px;color:#D32F2F;}
.house-info dd.title{font-size:16px;font-weight:400;}
.house-info dd.telphone span{font-size:16px;color:#D32F2F;}



.question .title .ipt_box1 {
    display: block;
    float: left;
    width: 100%;
}
.question .title .ipt_box1 textarea {
    float: left;
    width: 100%;
    padding: 4px 10px;
    height: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 20px;
    font-size: 14px;
    border: 1px solid #efefef;
}
.question .title .ipt_box1 select {
    width: 200px;
    padding: 7px 10px;
    margin-bottom:10px;
    line-height: 30px;
    font-size: 12px;
    border: 1px solid #efefef;
}
.question .title .ipt_box1 input {
    width: 500px;
    margin-bottom:10px;
    line-height: 30px;
    font-size: 12px;
    border: 1px solid #efefef;
}

.question .title .ipt_box1 .btn {
    float: right;
    margin-top: 10px;
    width: 120px;
    height: 36px;
    line-height:16px;
    border-radius: 4px;
    font-size:14px;
    text-align: center;
    background-color:#d32f2f;
    color:#FFF
}

.question .title .ipt_box1 option
{
    color: black;
    background: #f8f8f8;
    border:#CCC 1px solid;
    line-height: 20px;
    padding:2px
}
.question .title .ipt_box1 select:focus{
    border: 2px #ddd solid;
    box-shadow: 0 0 15px 1px #DDDDDD;
}
.question .title .ipt_box1 option:hover{
    background: #ccc;
}




.comment-list .comment-row{border-bottom:1px solid #eee;padding:10px 0;}
.comment-list .comment-row-avatar{width:45px;height:45px;margin-right:5px;}
.comment-list .comment-row-avatar img{width:100%;height:100%;border-radius: 50%;}
.comment-list .comment-row-content{width:1150px;}
.comment-list .comment-row .username{color:#D32F2F;}
.comment-list .comment-row-integral{padding:5px 0;}
.comment-list .comment-row-integral .star{display:inline-block;width:112px;height:17px;background-image: url(../images/icon/star.png);background-repeat: no-repeat;background-position: 0 -25px;}
.comment-list .comment-row-integral .star.integral{background-position: 0 0;}
.comment-list .comment-row-per{margin-left:10px;}
.comment-list .comment-reply{text-align:right; }
.comment-list .comment-reply-content{margin-top:10px;}
.comment-list .comment-reply-content .comment-row{border-bottom:none;border-top:1px solid #eee;padding-top:10px;}
.comment-list .comment-reply-content .comment-row-content{width:1100px;}
.comment-list .support{background-image:url(../images/icon/zan.png);background-repeat:no-repeat;padding-left:18px; height:40px; line-height:40px;}
.comment-list .reply{background-image: url(../images/icon/list-view.png);background-repeat: no-repeat;padding-left:18px;margin-left:5px;margin-top:15px;}
.comment-list .reply-content{background-image: url(../images/icon/reply.png);background-repeat: no-repeat;padding-left:18px;margin-left:5px;margin-top:15px;}
.comment-list .ckmore{width:120px; height:33px; background-color:#F60; line-height:33px; color:#FFF; font-size:14px; margin-left:25px; padding:5px; text-align:center; display:block; float:right}


.select-score{margin-bottom:10px;}
.select-score .select-score-left{width:550px;}
.select-score .select-score-right{padding-left:30px;border-left:1px solid #ccc;}
.select-score li{line-height: 35px;}
.select-score li *{vertical-align: middle;}
.select-score .score-name{color:#000;}
.select-score .score-grade{height:17px;}
.select-score .score-grade i{display:inline-block;width:18px;height:17px;background-image:url(../images/icon/icon26.png);margin-left:3px;cursor:pointer;}
.select-score .score-grade i.on{background-image: url(../images/icon/icon25.png);}
.select-score .score-desc{margin-left:20px;}
.color-red{color:#ff0000;}

.select-score .select-score-right .score-average{font-size: 18px;}
.select-score .select-score-right .score-average-point{font-size:14px;}
.select-score .select-score-right .score-average-point span{font-size:30px;}
.select-score .select-score-right .score-average-desc{font-size:12px;color:#999;}

.verify{margin-top:10px;}
.verify *{vertical-align: middle;}
.verify span,.verify img{cursor:pointer;}
.verify input{border:1px solid #efefef;width:100px;height:35px;line-height: 30px; padding-left:10px;}

.comment-reply-box{margin-top:10px;display:none;}
.comment-reply-box textarea{border:1px solid #efefef;height:80px;width:100%;border-radius: 5px;padding:10px;box-sizing: border-box;}
.comment-reply-box .btn{margin: 10px;  width: 80px;  height: 36px;  line-height: 36px;  border-radius: 4px;  text-align: center;    background: #d32f2f;  color: #ffffff;}






/*在线问答*/
.cloum_380{width:300px;position:relative;background:#F6F6F6;}

.question1{ height:345px}
.question1 .wrap{ margin:0px 8px;}
.question1 h3{font-size:14px;font-weight:bold;color:#cf2623;height:40px;line-height:40px;margin:0 15px;background:url(../images/dot_bw.gif) repeat-x left bottom;}
.question1 h3 span a{font-size:12px; font-family: "SimSun",tahoma,verdana;color:#929292}
.cmbox{margin:25px 5px 25px 5px;}

.cmbox h5 a {padding: 5px 15px;font-size: 14px;font-weight: normal;margin-left: 30px;}
.cmbox h5 .view-list{color:#333;text-decoration:none;font-family: "Microsoft YaHei";}
.cmbox h5 .ask-btn{color:#fff;text-decoration:none;}
.cmbox ul{height:305px;overflow-y:scroll;margin-top:0px;padding-left:10px;}
.cmbox ul li{border-left:2px solid #dcdcdc;height:auto;padding:10px 0 10px 10px;}
.cmtop{font-family: "Microsoft YaHei";font-size:13px;line-height:1.7;color:#999;height: 18px;
    line-height: 18px;
    background: url(../images/ask_dot.gif) 0px 0px no-repeat;
    padding-left: 18px;
    margin: 0 0 5px -18px;}
.cmtop .time{margin-right:10px; color:#ccc; font-size:11px}

.cmtop span{ color:#ccc; font-size:11px}
.fb_btn{width:280px;height:36px;background-color:#fff;position:absolute;bottom:-1px;left:90px;z-index:500}
.fb_btn .see{display:inline;float:left;width:100px;height:35px;background:url(../images/fb_btn.gif) no-repeat left top;text-indent:-999px;margin-left:25px}
.fb_btn .ask_btn{display:inline;float:left;width:100px;height:35px;background:url(../images/fb_btn.gif) no-repeat -130px top;text-indent:-999px;margin-left:30px;}

.cmcontent{font-weight: 100;font-size: 14px;margin-bottom:5px;line-height:30px;}
.cmcontent1 em{ width:30px; background-color:#F60; color:#FFF; height:30px;line-height:30px; display:block; margin-right:5px; float:left;text-align:center; overflow:hidden}

.cmcontent em{}
.cmOperate{height:auto;overflow:hidden;margin-bottom:0px;line-height:30px;font-family: "Microsoft YaHei";}
.cmOperate em{color:#ff1600;}
.cmOperate a{font-family:"Microsoft YaHei"; color:#888;}

.button-success, .button-error, .button-warning, .button-secondary {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.button-secondary {
    background: rgb(66, 184, 221);
}
.button-success {
    background: #f55353;
}

.bg_tt2{margin-bottom:5px;font-size:18px;font-weight:bold;}
.bg_tt2   a.on{background: url(/images/right_bg.png) no-repeat center bottom;     padding:0 5px 16px 5px;display:inline-block;}
.bg_tt2   a:hover{text-decoration:none;}


.table_a td{border:1px solid #666; padding:6px}






.loupan-xx {
    width: 1200px; height: 252px; margin-bottom: 30px;
}
.loupan-xx ul li {
    background: rgb(248, 248, 248); margin: 0px 5px 5px 0px; width: 395px; height: 80px; float: left; position: relative;
}
.loupan-xx ul li .lp-xx-con {
    border: 2px solid rgb(248, 248, 248); left: 0px; top: 0px; width: 99%; height: 65px; overflow: hidden; position: absolute;
}
.loupan-xx ul li .lp-xx-con .lp-xx-icon {
    background: url("//www.guifun.com/webroot/default/style1/newshop2/images/xx-icon.png") no-repeat; width: 79px; height: 65px; vertical-align: top; display: inline-block;
}
.loupan-xx ul li .lp-xx-con .ptss {
    background-position: 32px -632px;
}
.loupan-xx ul li .lp-xx-con .kfs {
    background-position: 31px -288px;
}
.loupan-xx ul li .lp-xx-con .wyf {
    background-position: 31px -459px;
}
.loupan-xx ul li .lp-xx-con .jtzk {
    background-position: 31px -549px;
}
.loupan-xx ul li .lp-xx-con .cqnx {
    background-position: 33px -368px;
}
.loupan-xx ul li .lp-xx-con .lhl {
    background-position: 31px -128px;
}
.loupan-xx ul li .lp-xx-con .xkz {
    background-position: 31px -213px;
}
.loupan-xx ul li .lp-xx-con .tcz {
    background-position: 31px 25px;
}
.loupan-xx ul li .lp-xx-con .zxqk {
    background-position: 33px -50px;
}
.loupan-xx ul li .lp-xx-con .lp-xx-content {
    width: 260px; vertical-align: middle; display: inline-block;
}
.loupan-xx ul li .lp-xx-con .lp-xx-content .lp-xx-con-title {
    line-height: 23px; font-size: 16px; font-weight: 700; margin-top: 15px;
}
.loupan-xx ul li .lp-xx-con .lp-xx-content .lp-xx-txt {
    color: rgb(102, 102, 102); line-height: 23px; overflow: hidden; margin-top: 3px; white-space: nowrap; text-overflow: ellipsis;
}
.loupan-xx ul li .lp-xx-close {
    background: url("/images/xx-icon.png") no-repeat 0px -726px; left: 50%; width: 17px; height: 17px; bottom: 0px; margin-left: -9px; position: absolute; cursor: pointer;
}
.whiteBg{ background: url(/images/pbg.jpg) no-repeat top center}

.rz_bw_nav001_m{clear:both;width:100%;height:50px;background:url(../rz_bw_images/rz_bw_nav001-bg.png);border-bottom:#d32f2f solid 2px; margin-top:5px; margin-bottom:20px;}
.nav{font-size:12px;width:1190px;margin:0px  0 0 10px;border-bottom:#d32f2f solid 1px;height:50px;line-height:50px;position:relative;z-index:1;}
.nav a{text-decoration:none;}.
                             nav_main{height:50px;padding:0 5px;background:#FFF url(../images/rz_bw_nav001-bg.png) repeat-x 0 top;}
#nav_all{height:50px;float:left;line-height:39px;position:relative;z-index:222;}
#nav_all li{text-align:center;float:left;position:relative;}
#nav_all li a{color:#d32f2f;display:inline-block;font-size:14px;font-weight:bold;cursor:pointer;padding:0 20px 0 20px;_padding:0 10px;height:50px;line-height:50px;white-space:nowrap;}
#nav_all li a:hover{height:50px;line-height:50px;border-top:2px solid #d32f2f;overflow:hidden;}
#nav_all li ul{display:none;position:absolute;z-index:99;width:900px;left:-125%;top:50px;}
#nav_all ul li{background-image:none;line-height:40px;height:40px;padding-top:0px;padding:0;}
#nav_all ul li a{background-image:none;padding:0px 10px;margin:0px;height:40px;line-height:40px;color:#fff;font-weight:normal;background:#d32f2f;border:none;}
#nav_all ul li a:hover{background-image:none;padding:0px 10px;margin:0px auto;height:40px;line-height:40px;color:#000;background:#d32f2f;border-top:none;}
.rz_bw_server_tel {color:#fff;float:left;width:80px;height:50px;line-height:50px;text-align:center;background-color:#d32f2f;}
.rz_bw_server_tel a{ color:#FFF;font-size:14px;font-family:"微软雅黑", "幼圆", sans-serif;}
.rz_bw_server_tel a:hover{ color:#000;font-size:14px;font-family:"微软雅黑", "幼圆", sans-serif;}


.hengxian{border-top:2px solid #d32f2f;}
.aa{background:url(/static/newsdaohang/images/bird.png) center 40px no-repeat;}
#footer{clear:both}