@charset "utf-8";
/*header*/

/*header_top*/

.header_top_nav {
    background: #d13738;
    position: relative;
    z-index: 9990;
}

.header_top_nav .header_top_content {
    width: 1180px;
    height: 50px;
    margin: 0 auto;
}

.header_top_nav .header_top_content .city_logo {
    background: url("../images/2017/logo_white.png") no-repeat;
    width: 94px;
    height: 24px;
    margin: 13px 8px 0 0;
    float: left;
}

.header_top_nav .header_top_content h1 {
    float: left;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

.header_top_nav .header_top_content .citychoice {
    background: url("../images/2017/ico_point_white.png") no-repeat 0;
    float: left;
    padding-left: 20px;
    line-height: 50px;
    margin-left: 30px;
    font-size: 14px;
    cursor: pointer;
}

.header_top_nav .header_top_content .citychoice a {
    color: #fff;
}

.header_top_nav .header_top_content .citychoice i {
    background: url("../images/2017/Arrow_down_white.png") no-repeat;
    width: 9px;
    height: 7px;
    display: inline-block;
    margin-left: 5px;
}

.header_top_nav .header_top_content .right_cont {
    float: right;
}

.header_top_nav .header_top_content .right_cont a {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    margin: 0 15px;
    position: relative;
}

.header_top_nav .header_top_content .right_cont_log {
    background: url("../images/2017/head_ico_log.png") no-repeat 10px;
    padding-left: 32px;
}

.header_top_nav .header_top_content .right_cont_nav {
    background: url("../images/2017/head_ico_nav.png") no-repeat 10px;
    padding-left: 32px;
}

.header_top_nav .header_top_content .right_cont_mob {
    background: url(../images/2017/head_ico_mob.png) no-repeat 10px;
    padding-left: 32px;
}

.header_top_nav .header_top_content .right_cont_mob:hover .code_phone {
    display: block !important;
}

.code_phone {
    display: none;
    position: absolute;
    left: 0;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
}

.code_phone p {
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    color: #999;
}

.header_top_nav .header_top_content .right_cont a.right_cont_btn {
    background-color: #fff;
    color: #333;
    line-height: 26px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 10px;
    margin: 12px 6px 0 6px;
    border-radius: 4px;
    float: left;
}

.header_top_nav .header_top_content .right_cont a.right_cont_btn:hover {
    background-color: #c50000;
    color: #fff;
}

.citychoice_selectbox {
    width: 400px;
    position: absolute;
    top: 45px;
    left: 200px;
    padding: 15px;
    font-family: "微软雅黑";
    background: #fff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
    display: none;
}

.citychoice_selectbox_close {
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    padding: 2px;
    cursor: pointer;
    line-height: 14px;
}

.citychoice_selectbox_close:hover {
    color: #d13738;
}

.citychoice_selectbox_title {
    font-size: 14px;
    color: #999;
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 10px;
}

/*header_top end*/

.header_nav {
    background: #f2f2f2;
    position: relative;
    /* z-index: 9990; */
    /* border-bottom: 1px solid #ededed; */
}

.header_nav .header_content {
    width: 1180px;
    height: 49px;
    margin: 0 auto;
}

.header_nav .header_content .city_menu {
}

.header_nav .header_content .city_menu li a {
    float: left;
    height: 46px;
    line-height: 50px;
    font-size: 13px;
    font-weight: bold;
    margin: 0 30px 0 0;
    text-decoration: none;
    font-family: 微软雅黑;
}

.header_nav .header_content .city_menu li a:hover {
    color: #d13738;
    border-bottom: 3px solid #d13738;
}

.header_nav .header_content .search_area {
    float: right;
    padding-top: 9px;
}

.header_nav .header_content .search_area .search_bar {
    width: 400px;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    border: 1px solid #eaeaea;
    float: left;
}

input.search_bar::-webkit-input-placeholder {
    /* WebKit browsers*/
    color: #b3b3b3;
    font-size: 12px;
}

input.search_bar:-moz-placeholder {
    /* Mozilla Firefox 4 to 18*/
    color: #b3b3b3;
    font-size: 12px;
}

input.search_bar::-moz-placeholder {
    /* Mozilla Firefox 19+*/
    color: #b3b3b3;
    font-size: 12px;
}

input.search_bar:-ms-input-placeholder {
    /* Internet Explorer 10+*/
    color: #b3b3b3;
    font-size: 12px;
}

.header_nav .header_content .search_area .search_btn {
    width: 34px;
    height: 32px;
    border: none;
    cursor: pointer;
    vertical-align: middle;
    float: left;
    background: #d13738 url(../images/2017/ico_search_white.png) no-repeat center center;
    text-indent: -9999px;
}

.header_nav .header_content .search_area .findroom {
    height: 35px;
    float: left;
    line-height: 35px;
    margin-left: 20px;
}

.header_nav .header_content .search_area .findroom a {
    /*height: 20px;*/
    float: left;
    /*line-height: 49px;*/
    margin: 0 10px;
}

.header_nav .header_content .search_area .findroom .f_map {
    background: url(../images/2017/ico_map.png) no-repeat left center;
    padding-left: 17px;
}

.header_nav .header_content .search_area .findroom .f_bus {
    background: url(../images/2017/ico_bus.png) no-repeat left center;
    padding-left: 17px;
}

/*header end*/

/* footer */

.footer_nav {
    background-color: #3b3b3b;
    width: 100%;
    font-family: "微软雅黑";
    display: inline-block;
    margin-top: 30px;
}

.custom_service {
    position: absolute;
    top: 28px;
    left: 330px;
}

.custom_service h1 {
    background-color: #282828;
    color: #eee;
    font-weight: normal;
    padding: 0 20px;
    line-height: 26px;
    border-radius: 30px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    vertical-align: middle;
}

.custom_service p {
    float: left;
    font-size: 18px;
    vertical-align: middle;
    color: #eee;
}

.footer_menu {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #eee;
    padding: 10px 0;
}

.footer_menu a {
    color: #eee;
    text-decoration: none;
}

.footer_menu a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer_copyright {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #eee;
}

.footer_copyright a {
    color: #eee;
    text-decoration: none;
}

.footer_copyright a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer_org {
    margin-top: 15px;
    color: #eee;
}

.footer_org a {
    font-size: 13px;
    margin-left: 10px;
    color: #eee;
    display: inline-block;
    text-decoration: none;
}

.footer_org a:hover,
.footer_org a:focus {
    text-decoration: none;
    color: #eee;
}

.footer_org .ico_box {
    background-color: #fff;
    border-radius: 3px;
    display: inline-table;
    height: 23px;
    line-height: 23px;
    padding: 1px 2px;
}

.footer_org .ico_box img {
}

.QR_code {
    position: absolute;
    right: 10px;
    top: 32px;
}

.QR_code img {
    width: 83px;
}

.QR_code p {
    font-size: 14px;
    color: #eee;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

/* footer end */

/*city_detail_title*/

.city_detail_title {
    padding: 10px 10px 5px 10px;
    border-bottom: 1px solid #f2f2f2;
}

.city_detail_title ul {
    display: flex;
    border-bottom: 1px solid #f2f2f2;
}

.city_detail_title ul li {
    flex: 1;
    line-height: 26px;
    font-size: 14px;
    border-right: 1px solid #f2f2f2;
    padding-left: 4%;
    margin-bottom: 10px;
}

.city_detail_title ul li:first-child {
    padding-left: 2%;
    flex: 1.2;
}

.city_detail_title ul li:last-child {
    flex: 1.6;
    border-right: none;
}

.city_detail_title .info {
    font-size: 12px;
    color: #cdcdcd;
    text-align: right;
    margin-right: 10px;
}

.city_detail_title .info a {
    color: #cdcdcd;
}

.city_detail_title .title {
    font-size: 30px;
    color: #333;
    vertical-align: middle;
    margin-right: 10px;
    font-weight: bold;
    font-family: "Hiragino Sans GB", "Microsoft YaHei", tahoma, arial, simhei;
}

.city_detail_title .domain {
    float: right;
    margin-top: 16px;
}

.city_detail_title .domain a {
    margin: 0 5px;
    padding: 3px 0;
    color: #666;
    text-decoration: none;
}

.city_detail_title .domain a:last-child {
    border-right: none;
    margin-right: 0;
}

.city_detail_title .domain .collect {
    background: url(../images/2017/ico_collect.png) no-repeat left center;
    padding-left: 24px;
}

.city_detail_title .domain .share {
    background: url(../images/2017/ico_share.png) no-repeat left center;
    padding-left: 24px;
}

.city_detail_title .domain .views {
    background: url(../images/2017/ico_view.png) no-repeat left center;
    padding-left: 24px;
}

/*city_detail_title end*/

/* city_detail_top */

.city_detail_top {
    border: 1px solid #efefef;
}

.city_detail_top .pic_tab {
    width: 517px;
    height: 438px;
    border-right: 1px solid #efefef;
}

.city_detail_top .info_cont {
    margin: 0 40px;
    width: 580px;
    font-family: "Hiragino Sans GB", "Microsoft YaHei", tahoma, arial, simhei;
    /* background-color: #f4f0f0; */
}

.city_detail_top .state {
    background-color: #ff9900;
    /* color: #fff; */
    padding: 0 5px;
    line-height: 21px;
    display: inline-block;
}

.city_detail_top .st2 {
    background-color: #75c859;
}

.city_detail_top .st3 {
    background-color: #c2c287;
}

.city_detail_top .st4 {
    background-color: #009999;
}

.city_detail_top .st5 {
    background-color: #f56e8b;
}

.city_detail_top .st6 {
    background-color: #0b5fa5;
}

.city_detail_top .st7 {
    background-color: #4b9500;
}

.city_detail_top .st8 {
    background-color: #8e41d5;
}

.city_detail_top .st9 {
    background-color: #3f8fd2;
}

.city_detail_top .st0 {
    background-color: #f2f2f2;
}

.price_big {
    color: #e14f51;
    font-size: 32px;
    font-weight: bold;
    margin-right: 3px;
}

.price_smaller {
    color: #e14f51;
    font-size: 22px;
    font-weight: bold;
    margin-right: 3px;
}

.city_detail_top .info_cont .hs_layout {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    display: inline-block;
    padding: 12px 0;
}

.city_detail_top .info_cont .hs_layout li {
    font-size: 14px;
    text-align: center;
    color: #999;
    width: 144px;
    float: left;
}

.city_detail_top .info_cont .hs_layout li span {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
    display: inline-block;
}

.city_detail_top .info_cont .hs_layout li.var {
    float: left;
    width: 1px;
    height: 30px;
    background-color: #efefef;
    margin-top: 15px;
}

.city_detail_top .info_cont .hs_infolist {
    font-size: 14px;
    margin: 5px 0;
    line-height: 30px;
}

.city_detail_top .info_cont .hs_infolist span {
    color: #333;
}

.showmap {
    background: url(../images/2017/ico_showmap.png) no-repeat;
    padding-left: 16px;
    font-size: 14px;
}

.build_house_agent {
    width: 94%;
    background-color: #f7f7f7;
    padding: 3%;
    position: relative;
    margin-bottom: 6px;
}

.build_house_agent .agent_photo img {
    border: 1px solid #f5f5f5;
    width: 65px;
    height: 72px;
    margin: 0 10px;
}

.build_house_agent .agent_info {
    margin-left: 10px;
}

.build_house_agent .agent_info img {
    margin-left: 10px;
    margin-top: -6px;
}

.build_house_agent .agent_info .name {
    font-size: 18px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
}

.build_house_agent .agent_info .stat {
    font-size: 12px;
    color: red;
    border: 1px solid red;
    margin-left: 5px;
    padding: 0 2px;
}

.build_house_agent .agent_info .agent {
    font-size: 14px;
    color: #999;
}

.build_house_agent .agent_info .tel {
    font-size: 20px;
    font-weight: bold;
    color: #e14f51;
}

.build_house_agent .agent_no {
    margin-left: 10px;
    margin-top: 22px;
}

.build_house_agent .agent_no .tel {
    background: url(../images/2017/ico_phione.png) no-repeat;
    padding-left: 42px;
    font-size: 20px;
    font-weight: bold;
    color: #e14f51;
    line-height: 32px;
    display: inline-block;
}

.build_house_agent .agent_btn {
    float: right;
    width: 150px;
    margin-top: 5px;
    text-align: center;
}

.build_house_agent .agent_btn .abtn {
    height: 34px;
    width: 110px;
    color: #cccccc;
    background-color: transparent;
    text-align: center;
    line-height: 34px;
    border-radius: 5px;
    font-size: 14px;
    border: none;
    /* cursor: pointer; */
    display: inline-block;
}

.build_house_agent .agent_btn .on {
    color: #FFF;
    background: #e14f51;
}

.city_detail_top .hs_bank {
    color: #999;
    font-size: 14px;
    line-height: 32px;
}

.city_detail_top .hs_bank img {
    height: 32px;
    vertical-align: middle;
}

/* city_detail_top end */

/* 图片tab */

.housePhoto {
    width: 517px;
    height: 438px;
    position: relative;
}

.photoTitle {
    height: 40px;
    width: 100%;
    background-color: #666;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.photoTitle ul {
    margin: 0;
    padding: 0;
}

.photoTitle ul li {
    cursor: pointer;
    list-style: none;
    height: 40px;
    width: 80px;
    float: left;
    color: #e6e6e6;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
    border-right: 1px solid #7f7f7f;
}

.photoTitle ul li:last-child {
    /* border-right: 0; */
}

.photoContent_box {
    display: block;
    overflow: hidden;
    height: 398px;
}

.photoContent_box > div {
    display: none;
}

.photoContent_box > div:first-child {
    display: block;
}

.housePhoto .change {
    color: #d13738;
}

.photoContent div {
    display: block;
    /* float: left; */
    width: 517px;
    overflow: hidden;
    text-align: center;
    background-color: #F2F2F2;
}

.photoContent_box img {
    /* width: 517px; */
    height: 398px;
}

.housePhoto .paging {
    cursor: pointer;
    font-size: 22px;
    font-weight: 400;
    font-family: simsun;
    color: #fff;
    width: 28px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6) none repeat scroll !important;
    position: absolute;
    top: 174px;
    z-index: 10000;
    display: none;
}

.housePhoto .paging_left {
    left: 0;
    border-radius: 0px 6px 6px 0px;
}

.housePhoto .paging_right {
    right: 0;
    border-radius: 6px 0px 0px 6px;
}

.housePhoto:hover .paging {
    display: block;
}

/* 图片tab end */

.city_detail_boxl {
    width: 850px;
    float: left;
}

.city_detail_boxr {
    width: 316px;
    float: right;
}

/* 信息框 */

.city_detail_infobox {
}

.city_detail_infobox .title {
    position: relative;
    margin-bottom: 15px;
    font-family: "微软雅黑";
    display: inline-block;
    width: 100%;
}

.city_detail_infobox .title .tith {
    line-height: 30px;
    font-weight: bold;
    float: left;
    font-size: 26px;
}

.city_detail_infobox .title .tith a:hover {
    text-decoration: none;
}

.city_detail_infobox .title .line {
    float: left;
    line-height: 30px;
    font-size: 14px;
    color: #ccc;
    padding: 0 10px;
    font-family: "宋体";
}

.city_detail_infobox .title h2,
.city_detail_infobox .title h4 {
    font-weight: normal;
}

.city_detail_infobox .title .ha {
    float: left;
    line-height: 30px;
    font-size: 24px;
    color: #ccc;
}

.city_detail_infobox .title .ha a {
    color: #ccc;
}

.city_detail_infobox .title .time {
    line-height: 30px;
    float: left;
    font-size: 14px;
    margin-left: 50px;
}

.city_detail_infobox .title .moreinfo {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 10px;
    color: #999;
}

.city_detail_infobox .cont {
    border: 1px solid #efefef;
    padding: 10px 20px;
}

.hs_cont_latestlist {
    width: 100%;
    font-family: "微软雅黑";
}

.hs_cont_latestlist tr th {
    background-color: #fafafa;
    line-height: 40px;
    font-size: 14px;
    padding: 0 5px;
    color: #999;
}

.hs_cont_latestlist tr th:first-child {
    padding-left: 10px;
}

.hs_cont_latestlist tr td {
    background-color: #fff;
    line-height: 40px;
    font-size: 14px;
    padding: 0 5px;
    color: #333;
    border-bottom: 1px solid #efefef;
}

.hs_cont_latestlist tr td:first-child {
    padding-left: 10px;
}

.hs_cont_latestlist tr:last-child td {
    border-bottom: 0;
}

.hs_cont_latestlist .nowraph {
    /* width: 350px; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

.hs_cont_infolist {
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 30px;
    border-bottom: 1px solid #efefef;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}

.hs_cont_infolist dl {
    float: left;
    height: 30px;
    width: 25%;
}

.hs_cont_infolist dl .trun {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 240px;
    margin-right: 10px;
    float: left;
}

.hs_cont_newlist {
    display: inline-block;
    width: 100%;
}

.hs_cont_newlist li {
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 26px;
    border-bottom: 1px solid #efefef;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: none;
}

.hs_cont_newlist li:first-child {
    display: block;
}

.hs_cont_newlist li.line-clamp {
    line-height: 21px;
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.hs_cont_newlist li table {
    width: 100%;
    color: #999;
}

.pr_new_more {
    font-size: 12px;
    text-align: right;
    padding: 5px 1% 5px 0;
    display: inline-block;
    width: 99%;
}

.column5 dl {
    width: 20%;
}

.column2 dl {
    width: 50%;
}

.column1 dl {
    width: 100%;
}

.hs_cont_infolist dt {
    float: left;
    height: 30px;
    color: #999;
}

.hs_cont_infolist dd {
    /* float: left; */
    height: 30px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs_infotrip {
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 28px;
    color: #333;
    margin-bottom: 3px;
}

.hs_infotrip .pr_more {
    margin-left: 16px;
}

/* 信息框 end */

/* 右侧信息框 */

.side_r_box {
    border: 1px solid #efefef;
}

.side_r_box_title {
    height: 30px;
    line-height: 38px;
    font-weight: bold;
    font-size: 18px;
    font-family: "微软雅黑";
    margin-bottom: 15px;
}

.side_r_box_table {
    width: 100%;
    font-family: "微软雅黑";
}

.side_r_box_table tr th {
    background-color: #f8f8f8;
    line-height: 36px;
    font-size: 14px;
    padding-left: 5px;
    color: #999;
}

.side_r_box_table tr td {
    background-color: #fff;
    line-height: 36px;
    font-size: 12px;
    padding-left: 5px;
    color: #999;
    border-top: 1px solid #efefef;
}

.side_r_box_table tr td .spr_over {
    background: url(../images/2017/spr_over_arr.png) no-repeat right;
    padding-right: 16px;
    display: inline-block;
    cursor: pointer;
    color: #666;
    padding-left: 5px;
}

.side_r_box_table tr td .on {
    background: url(../images/2017/spr_over_arr_up.png) no-repeat right;
}

.side_r_box_table tr.spread {
    display: none;
}

.side_r_box_table tr.spread td {
    padding-left: 0;
    background-color: #f8f8f8;
    border-top: 1px solid #ffffff;
    font-family: "微软雅黑";
    padding: 7px 0;
}

.side_r_box_table tr.spread span {
    color: #333;
    line-height: 13px;
    border-left: 5px solid #dd4f51;
    padding-left: 12px;
    display: inline-block;
    margin: 5px 0;
}

.side_r_box_table tr.spread p {
    color: #999;
    line-height: 20px;
    padding-left: 17px;
}

.ask {
    background: url(../images/i11.png) no-repeat;
    width: 14px;
    height: 14px;
    display: table-cell;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    cursor: pointer;
}

/* 右侧信息框 end */

/* 补充 */

.city_detail_supply {
    margin-top: 10px;
    text-align: right;
}

.city_detail_supply .tipoff {
    background: url(../images/2017/ico_tipoff.png) no-repeat 2px 2px;
    padding-left: 22px;
    margin: 0 5px;
    color: #666;
    display: inline-block;
    line-height: 20px;
}

.city_detail_supply .supply {
    background: url(../images/2017/ico_supply.png) no-repeat 2px 2px;
    padding-left: 22px;
    margin: 0 5px;
    color: #666;
    display: inline-block;
    line-height: 20px;
}

/* 补充 */

/*推荐房源*/

.recommend_list_title {
    position: relative;
    margin-bottom: 15px;
    font-family: "微软雅黑";
    display: inline-block;
    width: 100%;
}

.recommend_list_title .tith {
    line-height: 30px;
    font-weight: bold;
    font-size: 26px;
}

.recommend_list {
    /* display: -webkit-flex;
    /* Safari */
    /* display: flex; */
    /* flex-flow: row wrap; */
    /*justify-content: space-around;*/
    /* justify-content: flex-start; */
}

.recommend_list li {
    float: left;
    width: 224px;
    margin-left: 15px;
    /* border: 1px solid #eeeeee; */
}

.recommend_list li:first-child {
    margin-left: 0;
}

.recommend_list li a {
    text-decoration: none;
    width: 100%;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    background-color: #F2F2F2;
}

.recommend_list li img {
    /* width: 100%; */
    height: 168px;
}

.recommend_list li .p_over {
    width: 100%;
    position: relative;
    top: -28px;
    background-color: rgba(0, 0, 0, 0.5);
    /* background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 1)); */
    padding: 5px 0;
    text-align: left;
}

.recommend_list li .p_over .t_h1 {
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    /* display: inline; */
    margin-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 210px;
}

.recommend_list li .p_over span {
    float: right;
    font-size: 12px;
    color: #fff;
    margin-right: 8px;
}

.recommend_list li .p_info {
    width: 100%;
    line-height: 2rem;
    display: inline-block;
    float: left;
    margin-top: -27px;
}

.recommend_list li .p_info p {
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin-right: 8px;
    color: #999;
}

.recommend_list li .p_info .pri_b {
    font-size: 18px;
    font-weight: bold;
    color: #dd4f51;
    margin-right: 3px;
}

.recommend_list li .p_info span {
    float: left;
    font-size: 12px;
    margin-left: 8px;
    color: #999;
}

/*推荐房源 end*/

/* 楼盘详情页 */

.city_detail_title .eval {
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    margin-left: 20px;
    font-weight: normal;
}

.city_detail_title .l_eval {
    font-size: 14px;
    color: #999;
    vertical-align: middle;
    margin-left: 30px;
    font-weight: normal;
}

.city_detail_top .info_cont .hs_layout2 {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    display: flex;
    padding: 10px 0 4px 0;
}

.city_detail_top .info_cont .hs_layout2 li {
    flex: 1;
    font-size: 14px;
    text-align: left;
    color: #333;
    position: relative;
}

.city_detail_top .info_cont .hs_layout2 li .time {
    font-size: 14px;
    color: #999;
    margin-bottom: 0;
    display: inline-block;
}

.city_detail_top .info_cont .hs_layout2 li.var {
    flex: none;
    width: 1px;
    height: 30px;
    background-color: #efefef;
    margin-top: 15px;
}

.cut_off {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

/* 楼盘详情页 end*/

/* tab无图 */

.hs-photo-null {
    background-color: #ededed;
    color: #999;
    height: 438px;
    width: 517px;
}

.hs-photo-null .noneimg {
    text-align: center;
    padding: 60px 0;
    display: inline-block;
    width: 100%;
    line-height: 46px;
}

.hs-photo-null .nonewz {
    text-align: center;
    line-height: 32px;
}

/* tab无图 */

/* 弹出房源页 */

.side_popbox {
    width: 1180px;
    /* transform: scale(0.64406);
    -moz-transform: scale(0.64406); 
    -webkit-transform: scale(0.64406); 
    -o-transform: scale(0.64406); 
    transform-origin: 20px -20px; */
}

.side_resources_box {
    margin: 10px 0 0 0;
    font-family: "微软雅黑";
}

.side_resources_link {
    height: 46px;
    text-align: center;
    background-color: #f2f2f2;
    cursor: pointer;
    margin-bottom: 2px;
}

.side_resources_link a {
    color: #666;
    font-size: 14px;
    line-height: 46px;
    text-decoration: none;
    padding-right: 18px;
    background: url(../images/2017/ico_adown.png) no-repeat right;
}

.side_resources_link a.on {
    background: url(../images/2017/ico_adownup.png) no-repeat right;
}

.side_resources {
    width: 100%;
    border: 1px solid #efefef;
    display: none;
}

.side_resources tr th {
    /* background-color: #f8f8f8; */
    line-height: 36px;
    font-size: 14px;
    padding: 0 10px;
    color: #999;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
}

.side_resources tr th i.var {
    width: 1px;
    height: 20px;
    background-color: #efefef;
    margin-top: 8px;
    margin-right: -10px;
    display: block;
    float: right;
}

.side_resources tr td {
    background-color: #fff;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    color: #999;
    border-bottom: 1px solid #efefef;
}

/* 弹出房源页 end*/

/* 附近商圈 */

.city_nearby {
    margin-top: 15px;
    font-size: 13px;
}

.city_nearby .state {
    background-color: #f2f2f2;
    color: #333;
    padding: 0 5px;
    line-height: 21px;
    margin-right: 10px;
    display: inline-block;
}

.nearby_right {
    border: 1px solid #efefef;
    font-family: "微软雅黑";
    padding: 10px 20px;
}

.nearby_right .state {
    padding: 0 5px;
    line-height: 21px;
    margin-right: 5px;
    display: inline-block;
}

.nearby_right .st1 {
    background-color: #ff9900;
    color: #fff;
}

.nearby_right .st0 {
    background-color: #f2f2f2;
    color: #333;
}

.nearby_right .item-cur span {
    background-color: #ff9900;
    color: #fff;
}

.tab-cont__wrap {
    position: absolute;
}

.nearby_right_cont {
    position: relative;
    width: 288px;
    height: 200px;
    overflow: hidden;
}

.nearby_right li {
    font-size: 14px;
    text-align: left;
    width: 288px;
    color: #333;
    padding: 12px 0 10px 0;
    border-bottom: 1px dashed #efefef;
}

.nearby_right li:last-child {
    border-bottom: 0;
}

.nearby_right li .time {
    color: #999;
}

/* 附近商圈 end */

/* 城市首页 */

.crumbs_city {
    color: #999;
    margin: 20px 0;
}

.crumbs_city a {
    color: #999;
}

.fast_select_house {
    width: 580px;
    height: 436px;
    border: 2px solid #e14f51;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    font-family: "Microsoft YaHei";
}

.fshouse_top {
    line-height: 50px;
    background-color: #f2f2f2;
}

.fshouse_top .title {
    font-size: 26px;
}

.fshouse_top .info {
    font-size: 14px;
    float: right;
}

.cityindex_picslide {
    width: 580px;
    height: 436px;
    display: inline-block;
    float: right;
}

.picslide {
    width: 100%;
    height: 100%;
}

.fshouse_option {
    margin: 5px 10px 0 20px;
    height: 320px;
    overflow: auto;
}

.fshouse_option dt {
    width: 10%;
    display: inline-block;
    padding: 8px 0;
    line-height: 32px;
    /* border-bottom: 1px solid #f2f2f2; */
    font-weight: bold;
    vertical-align: top;
}

.fshouse_option dd {
    width: 90%;
    display: inline-block;
    padding: 8px 0;
    line-height: 32px;
    border-bottom: 1px solid #f2f2f2;
    margin-left: -4px;
}

.fshouse_price_range {
    padding-top: 60px;
    margin-right: 10px;
    display: table-cell;
    zoom: 1;
    vertical-align: top;
}

.fshouse_price_range .hm-bk {
    position: relative;
    height: 20px;
    line-height: 20px;
    border-top: 1px solid #e14f51;
    float: left;
    text-align: center;
}

.fshouse_price_range .hm-bk .s-price {
    background: #FFF;
    width: 66px;
    display: block;
    height: 20px;
    line-height: 20px;
}

.fshouse_price_range .hm-bk .s-num {
    background: #d7d7d7;
    position: absolute;
    bottom: 21px;
    width: 60px;
    left: 5px;
    height: 25px;
}

.fshouse_price_range .hm-bk .s-color {
    background: #e14f51;
}

.fshouse_price_range .hm-bk .s-num .set {
    font-weight: normal;
    position: absolute;
    top: -14px;
    left: 0;
    width: 60px;
    height: 14px;
    line-height: 14px;
}

.fshouse_price_range .hm-bk a {
    display: block;
    width: 66px;
    height: 20px;
}

.fshouse_price_range .hm-bk a:hover {
    text-decoration: none;
    color: #000;
}

.fshouse_price_range .hm-bk.unit {
    width: 32px;
    padding: 0px;
    color: #999;
}

.fshouse_price_range .hm-bk.unit .s-price {
    width: 32px;
    cursor: pointer;
    text-align: right;
}

.fshouse_price_range .hm-bk.unit .s-num {
    width: 32px;
    background: #FFF;
    cursor: pointer;
    left: 0;
}

.fshouse_price_range .hm-bk.unit .s-num .set {
    width: 32px;
    top: auto;
    bottom: 5px;
    cursor: pointer;
    text-align: right;
}

.fshouse_price_range .hm-bk.hover .s-num,
.fshouse_price_range .hm-bk a:hover .s-num {
    background: #c50000;
}

.fshouse_price_range .hm-bk.hover .s-num .set {
    color: #c50000;
}

.fshouse_price_range .hm-bk a:hover .s-num .set {
    color: #c50000;
}

.fshouse_small_search {
    height: 24px;
    line-height: 24px;
    color: #666;
    float: right;
    margin: 5px 10px 5px 0;
}

.fshouse_small_search .sr {
    width: 50px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #ddd;
    padding: 0 2px;
}

.fshouse_small_search .sr::-webkit-input-placeholder {
    text-align: right;
    font-size: 12px;
    color: #e4e4e4;
}

.fshouse_small_search .line {
    padding: 0px;
    color: #999;
}

.fshouse_small_search .sub {
    border: 1px solid #ddd;
    background: #f7f7f7;
    height: 20px;
    padding: 0 2px;
    line-height: 20px;
    color: #666;
    cursor: pointer;
    font-size: 12px;
}

.fshouse_btn {
    text-align: center;
    margin-top: 10px;
}

.fshouse_btn .sub {
    background-color: #e14f51;
    color: #fff;
    line-height: 38px;
    border-radius: 5px;
    font-size: 16px;
    border: none;
    padding: 0 30px;
}

.fshouse_btn .sub:hover {
    background-color: #cc0000;
}

.city_h_market_100box {
    width: 100%;
}

.city_h_market_box {
    width: 580px;
    display: inline-block;
    font-family: "Microsoft YaHei";
}

.city_h_market_box .title,
.city_h_market_100box .title {
    position: relative;
    margin-bottom: 15px;
    font-family: "微软雅黑";
    display: inline-block;
    width: 100%;
}

.city_h_market_box .title .tith,
.city_h_market_100box .title .tith {
    line-height: 30px;
    font-weight: normal;
    float: left;
    font-size: 26px;
}

.city_h_market_box .title .moreinfo,
.city_h_market_100box .title .moreinfo {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 10px;
    color: #999;
}

.city_h_market_box .cont {
    border: 1px solid #efefef;
    padding: 10px 20px;
}

.city_h_market_box .city_h_market_class {
    border-bottom: 1px solid #efefef;
    padding: 10px 0 15px 0;
}

.city_h_market_box .city_h_market_class .name {
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    font-weight: bold;
}

.btnrel_sub {
    background-color: #e14f51;
    color: #fff;
    line-height: 26px;
    border-radius: 3px;
    font-size: 14px;
    border: none;
    padding: 0 10px;
}

.btnrel_sub:hover {
    color: #fff;
    text-decoration: none;
    background-color: #cc0000;
}

.city_h_market_info {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    padding: 20px 0;
}

.city_h_market_detail {
    background-color: #f9f9f9;
    box-shadow: 2px 2px 5px #ccc;
    padding: 0 8px;
    line-height: 21px;
    font-size: 13px;
    height: 64px;
    position: relative;
    display: table;
}

.city_h_market_middle {
    display: table-cell;
    vertical-align: middle;
    padding: 8px 0;
}

.city_h_market_detail_drop {
    position: absolute;
    right: 0;
    bottom: 9px;
    height: 20px;
    color: #999;
    padding-right: 16px;
    padding-left: 6px;
    background: url(../images/2017/spr_over_arr.png) no-repeat right;
    cursor: pointer;
    margin-right: 10px;
    text-decoration: none !important;
    background-color: #f9f9f9;
}

.city_h_market_detail_drop_on {
    background: url(../images/2017/spr_over_arr_up.png) no-repeat right;
}

.city_h_market_detail a {
    text-decoration: underline;
}

.city_h_market_picslide {
    width: 100%;
}

.market_picslide {
    width: 100%;
    height: 436px;
}

.market_label {
    position: absolute;
    margin-top: -30px;
    z-index: 1000;
}

.market_label span {
    background-color: #669900;
    padding: 0 15px;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    float: left;
    margin-right: 5px;
}

.market_city_detail_top {
    height: 355px;
    padding-top: 6px;
    display: inline-block;
    box-sizing: border-box;
}

.market_city_detail_top .info_cont {
    margin: 0 20px;
    width: 538px;
    background-color: #fff;
}

.hs_layout2_drop {
    position: absolute;
    right: 0;
    bottom: 5px;
    height: 20px;
    color: #ff9900;
    padding-right: 16px;
    background: url(../images/2017/spr_over_arr.png) no-repeat right;
    cursor: pointer;
    margin-right: 3px;
}

.hs_layout2_drop_on {
    background: url(../images/2017/spr_over_arr_up.png) no-repeat right;
}

.city_h_hotnews_pic {
    float: left;
    width: 250px;
    height: 269px;
    text-align: center;
    background-color: #f5f5f5;
    margin: 10px 0;
    overflow: hidden;
}

.city_h_hotnews_pic:before {
    content: "";
    display: inline-block;
    /* height: 100%; */
    vertical-align: middle;
    width: 0;
}

.city_h_hotnews_pic img {
    vertical-align: middle;
    /* max-width: 100%;
    max-height: 100%; */
    height: 269px;
}

.city_h_hotnews_con {
    margin-top: 10px;
    width: 272px;
    float: right;
    display: inline-block;
}

.hotnewstitle {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    display: block;
}

.hotnewssource {
    color: #999;
    font-size: 14px;
    display: inline-block;
}

.hotnewstime {
    color: #999;
    display: inline-block;
    float: right;
}

.hotnewsbrief {
    font-size: 14px;
    /* color: #666; */
    line-height: 24px;
    margin: 20px 0 10px 0;
    text-indent: 28px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.city_h_news_con {
}

.city_h_news_con li {
    border-bottom: 1px solid #efefef;
    padding: 5px 0;
}

.city_h_news_con li:first-child {
    padding-top: 0;
}

.city_h_news_con li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.city_h_news_con .newstitle {
    font-size: 14px;
    line-height: 28px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 450px;
}

.city_h_news_con .newssource {
    color: #999;
    font-size: 14px;
    display: inline-block;
}

.city_h_news_con .newstime {
    color: #999;
    display: inline-block;
    float: right;
    margin-top: -25px;
}

/* 城市首页 end */

/* 新版列表页 */
.houselist_box {
    /*margin: 0 10px;*/
}

.houselist_boxl {
    width: 860px;
}

.houselist_boxr {
    width: 300px;
}

.houselist_filter_box {
    /*background: rgba(0, 0, 0, 0.3);*/
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    display: none;
}

.filter_mask {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}

.housearea_listbox {
    width: 55%;
    height: 100%;
    background-color: white;
    float: right;
    overflow-y: auto;
}

.housearea_listbox .hlhead {
    line-height: 43px;
    color: #333;
    text-indent: 12px;
    font-size: 16px;
    font-family: "微软雅黑";
    border-bottom: 8px solid #f1f1f1;
}

.hlhead_return {
    padding-left: 28px;
    background: url(../images/2017/sort_arrow3.png) no-repeat;
}

.housearea_list {
    position: relative;
}

.housearea_list .btitle {
    line-height: 42px;
    font-size: 14px;
    border-bottom: 1px solid #f8f8f8;
    padding: 0px 15px;
    background: url(../images/drc-ui1.png) no-repeat right 15px center;
}

.housearea_list .blist {
    display: none;
}

.housearea_list .blist li .blist_r {
    color: #999999;
    font-size: 12px;
    margin-right: 15px;
    line-height: 12px;
    display: block;
    float: left;
}

.housearea_list .blist li a {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    border-bottom: 1px solid #f8f8f8;
    padding: 0px 15px;
    background: url(../images/drc-ui1.png) no-repeat right 15px center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.housearea_list .blist li a:hover {
    text-decoration: none;
}

.housearea_list .blist .blist_sec li a {
    line-height: 42px;
    font-size: 14px;
    border-bottom: 1px solid #f8f8f8;
    padding: 0px 15px;
    background: url(../images/drc-ui1.png) no-repeat right 15px center;
    display: block;
}

.housearea_list .blist li:hover {
    background-color: #f8f8f8;
}

.housearea_list .blist li.blist_district:hover {
    background-color: #fff;
}

.housearea_list .blist li.now a:hover {
    color: #dd4f51;
    text-decoration: none;
}

#area_search_box {
    background-color: #f9f9f9;
    position: fixed;
    top:0;
    left: 45%;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    display: none;
}

.area_search_input {
    font-size: 12px;
    line-height: 26px;
    width: 70%;
    padding-left: 8px;
    border: 1px solid #f2f2f2;
}

.item_wrap {
    padding: 8px 15px;
    line-height: 20px;
    border-bottom: 1px solid #eaeaea;
}

.item_wrap h1 {
    font-size: 14px;
}

.area_search_top {
    line-height: 43px;
    text-indent: 12px;
    font-size: 16px;
    font-family: "微软雅黑";
    border-bottom: 8px solid #f1f1f1;
    background-color: #fff;
}

.nohouseha {
    padding: 22px;
    background-color: #f3f3f3;
    margin-top: 22px;
}

.blist_top {
    color: #999999;
    font-size: 12px;
    font-weight: normal;
    display: none;
}

.bsearch {
    height: 26px;
    color: #666;
    width: 100%;
    padding: 10px 15px;
    display: none;
}

.bsearch .sr {
    width: 50px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #ddd;
    padding: 0 2px;
}

.bsearch .sr::placeholder {
    font-size: 12px;
    color: #e6e6e6;
    text-align: right;
}

.bsearch .line {
    padding: 0px;
    color: #999;
}

.bsearch .sub {
    border: none;
    background-color: #a1a1a1;
    padding: 0 15px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
}

.my_select_box {
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    top: 0;
    background-color: #fff;
    display: flex;
    z-index: 1;
    padding: 5px 2%;
    width: 96%;
}

.my_select_box .my_select {
    padding: 5px 5px 5px 0;
    display: inline-block;
}

.my_select .bill {
    display: inline;
    float: left;
    line-height: 26px;
    padding: 0 12px 0 0;
    width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    color: #333;
    text-align: left;
    font-size: 14px;
    text-decoration: none;
    background: url(../images/i17.png) no-repeat 90px center;
}

.my_select .bill:hover {
    color: #c50000;
}

.my_select_list {
    display: none;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
    position: absolute;
    top: 49px;
    left: 0;
    background-color: #f5f5f5;
    box-shadow: 0 5px 10px #ccc;
}

.my_select_list li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 28px;
    border-bottom: 1px solid #ececec;
    padding: 5px 10px;
    cursor: pointer;
    margin: 0 10px;
    font-size: 14px;
}

.my_select_list li:hover {
    background: #e4e4e4;
}

.my_select_list li .tit {
    color: #333;
}

.my_select_list .sub {
    border: none;
    background-color: #e14f51;
    padding: 0 20px;
    margin: 5px 0;
    height: 26px;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    border-radius: 3px;
    display: inline-block;
}

.my_select_list .add {
    color: #e14f51;
    background: url(../images/add_xfd.png) no-repeat right;
    display: inline-block;
    background-size: 20%;
    padding-right: 24px;
    line-height: 28px;
    height: 28px;
}

.my_select_term {
    padding: 5px 0;
    display: inline-block;
}

.my_select_term .term {
    height: 22px;
    margin: 2px 10px 2px 2px;
    padding: 0px 20px 0 6px;
    color: #545454;
    line-height: 22px;
    background: #fff url(../images/i20.png) right center no-repeat;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    float: left;
}

.my_select_term .sub {
    border: none;
    background-color: #a1a1a1;
    padding: 0 10px;
    height: 24px;
    margin: 2px 10px 2px 0;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    float: left;
    border-radius: 3px;
}

.my_select_term .savesub {
    background-color: #e14f51;
}

.my_select_tit {
    float: left;
    height: 24px;
    line-height: 24px;
    margin: 2px 10px 2px 2px;
    font-size: 14px;
}

.mlistsum {
    background-color: #f8f8f8;
    border-bottom: 1px solid #f2f2f2;
    padding: 6px 10px;
}

.mapbrowse {
    background: url(../images/2017/ico_mapbrowse.png) no-repeat;
    padding-left: 32px;
    line-height: 26px;
    color: #999;
    font-size: 14px;
    display: inline-block;
    float: right;
    margin-top: -26px;
}

.houselist_h1 {
    line-height: 40px;
    font-weight: bold;
    font-size: 26px;
    font-family: "微软雅黑";
}

.houselist_h3 {
    line-height: 30px;
    font-weight: bold;
    font-size: 15px;
    font-family: "微软雅黑";
}

.houselist_singlearea {
    border-bottom: 1px solid #f2f2f2;
    margin: 10px 0;
    padding: 10px;
}

.houselist_singlearea:hover {
    background-color: #fdfdfd;
}

.houselist_singlearea .cont {
    font-family: "微软雅黑";
    position: relative;
}

.hl_cont_pic {
    float: left;
    width: 32%;
    height: 110px;
    text-align: center;
    background-color: #f5f5f5;
    margin-right: 3%;
    margin-bottom: 18px;
    font-size: 0;
}

.hl_cont_pic:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.hl_cont_pic img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.hl_cont_title {
    line-height: 34px;
    font-weight: bold;
    font-size: 18px;
    font-family: "微软雅黑";
}

.hl_cont_time {
    color: #999;
    display: inline-block;
    float: right;
    margin-top: -32px;
    font-size: 14px;
}

.hl_cont_infolist {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    width: 65%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hl_cont_rbox {
    position: absolute;
    right: 0;
}

.hl_cont_rbox li {
    float: left;
}

.hl_cont_rbox li.var {
    float: left;
    width: 1px;
    height: 30px;
    background-color: #efefef;
    margin: 15px 15px 0 15px;
}

.hl_cont_link {
    margin-left: 32%;
    padding-left: 10px;
}

.hl_cont_link a.on {
    background: url(../images/2017/spr_over_arr_up.png) no-repeat right;
}

.hl_cont_link a {
    color: #666;
    font-size: 14px;
    line-height: 26px;
    text-decoration: none;
    padding-right: 18px;
    background: url(../images/2017/spr_over_arr.png) no-repeat right;
    float: right;
    margin-top: 8px;
    display: inline-block;
}

.hl_cont_link a:hover {
    text-decoration: none;
    color: #666;
}

.hl_cont_linkmore {
    text-align: center;
    display: none;
}

.hl_cont_linkmore a {
    color: #ccc;
    font-size: 14px;
    line-height: 26px;
    text-decoration: none;
    padding-right: 18px;
    background: url(../images/2017/ico_adownccc.png) no-repeat right;
}

.hl_cont_salelist {
    width: 100%;
    display: none;
}

.hl_cont_salelist td {
    line-height: 36px;
    font-size: 14px;
    color: #666;
}

.hl_cont_salelist tr:nth-child(odd) {
    background: #f9f9f9;
}

.hl_cont_salelist td:nth-child(1), .hl_cont_salelist td:nth-child(3) {
    color: #a1a1a1;
}

.hl_sort_box {
    padding: 5px 10px 0 10px;
    border-bottom: 1px solid #f2f2f2;
    /*display: none;*/
}

.hl_sorting {
    display: inline-block;
    /* border-bottom: 2px solid #e4e4e4;
    width: 100%; */
}

.hl_sorting li {
    float: left;
    margin-right: 36px;
    font-size: 14px;
    line-height: 32px;
    cursor: pointer;
    color: #999;
}

.hl_sorting li:hover {
    color: #666;
}

.hl_sorting li.on {
    color: #e14f51;
    border-bottom: 3px solid #e14f51;
    margin-bottom: -2px;
}

.hl_cont_linknews {
    margin-left: 35%;
    height: 30px;
}

.hl_cont_linknews a {
    height: 20px;
    line-height: 20px;
    color: #ff9900;
    padding-right: 16px;
    background: url(../images/2017/spr_over_arr.png) no-repeat right;
    cursor: pointer;
    float: right;
    /*margin-top: -26px;*/
    margin-top: 10px;
}

.hl_cont_linknews a.on {
    background: url(../images/2017/spr_over_arr_up.png) no-repeat right;
}

.hl_cont_linknews div {
    display: inline-block;
}

.hl_cont_linknews div:last-child {
    float: right;
}

.priceType {
    color: #bfbfbf;
    border: 1px solid #e6e6e6;
    padding: 0 3px;
    font-size: 12px;
    margin-right: 6px;
    line-height: normal;
    float: left;
    margin-top: 8px;
}

.hl_cont_newslist {
    font-size: 14px;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    width: 100%;
    line-height: 22px;
    display: none;
    color: #666;
    background-color: #f4f4f4;
    margin-top: 5px;
}
.hl_cont_newslist p {
    padding: 5px 10px 0 10px;
}
.hl_cont_newslist .nlist_date {
    font-size: 12px;
    display: inline-block;
    padding-left: 20px;
    background: url(../images/note_icon.png) no-repeat 5px / 13%;
}

.hl_cont_agent {
    background-color: #fdf0f0;
    border-radius: 6px;
    display: flex;
}

.hl_cont_agent_pic {
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 0;
    margin: auto 10px;
}

.hl_cont_agent_pic:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.hl_cont_agent_pic img {
    vertical-align: middle;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.hl_cont_agent_name {
    font-size: 14px;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 54%;
}

.hl_cont_agent_tel {
    background: #ec8585 url(../images/2019/agent_phone.png) no-repeat center;
    background-size: 60%;
    margin-left: auto;
    border-radius: 6px;
    width: 46px;
    height: 34px;
}

.screen_select_box {
    border: 1px solid #e4e4e4;
}

.screen_option {
    margin: 20px;
    font-size: 14px;
    font-family: "微软雅黑";
}

.screen_option .so_left {
    width: 7%;
    display: inline-block;
    line-height: 32px;
    font-weight: bold;
    margin-right: 2%;
    text-align: right;
}

.screen_option .so_cont {
    width: 90%;
    display: inline-block;
    line-height: 32px;
    margin-left: -4px;
}

.so_cont_term .on {
    color: #e14f51 !important;
}

.so_cont_term li {
    display: inline-block;
    margin-right: 20px;
    min-width: unset;
}

.so_cont_term li .smarea {
    display: inline;
}

.so_cont_term li .smarea a {
    color: #999;
    margin-right: 10px;
}

.so_cont_term li .smarea a:last-child {
    margin-right: 0;
}

/* 新版列表页 end */

/* 搜索结果页 */

.dfsearch_title {
    font-family: "微软雅黑";
    line-height: 32px;
    color: #999;
    font-size: 16px;
    padding: 12px;
    border-bottom: 1px solid #e4e4e4;
}

.dfsearch_title span,
.dfsearch_war span {
    color: #d13738;
}

.dfsearch_war {
    font-size: 16px;
    line-height: 32px;
    color: #999;
    margin: 40px 20px;
    text-align: center;
}

.dfsearch_list ul {
    font-family: "微软雅黑";
}

.dfsearch_list ul li {
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;
}

.dfsearch_list ul li a {
    color: #333;
    font-size: 16px;
    line-height: 32px;
    padding-left: 32px;
    background: url(../images/searchlist_icon.png) no-repeat 6px / 5%;
    display: block;
}

.dfsearch_list ul li .rspan {
    color: #999;
    font-size: 14px;
    padding-left: 32px;
    display: block;
}

/* 搜索列表页 end */

/* 顶部城市选择 */

.city_cur {
    margin-bottom: 20px;
    background-color: #fff;
    line-height: 24px;
    font-size: 14px;
    font-family: "微软雅黑";
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
}

.city_cur span {
    color: #999999;
}

.city_cur .city_cur_area a {
    color: #666;
    margin: 0 6px;
}

.city_cur .city_cur_area a.first {
    color: #333;
    font-weight: bold;
    margin: 0 5px 0 0;
}

.city_cont {
    background-color: #fff;
    line-height: 24px;
    font-size: 14px;
    font-family: "微软雅黑";
}

.city_cont .indexes {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
}

.city_cont .indexes li {
    float: left;
    width: 33%;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #ccc;
    line-height: 14px;
}

.city_cont .indexes li:last-child {
    border-right: none;
}

.city_cont .indexes li.on {
    color: #d13738;
}

.city_cont .letter {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.city_cont .letter li {
    border-bottom: 1px dashed #ccc;
    padding: 8px 0;
}

.city_cont .letter li .le_top {
    font-weight: bold;
}

.city_cont .letter li .le_top a {
    margin: 0 5px;
}

.city_cont .letter li .le_list {
    margin-left: 20px;
}

.city_cont .letter li .le_list a {
    margin-right: 10px;
    display: inline-block;
    color: #999;
    line-height: 30px;
}

.city_cont .letter li .le_list a.on {
    color: #d13738;
    position: relative;
}

.city_cont .letter li .le_list a.on:after {
    content: "";
    position: absolute;
    left: 38%;
    bottom: 0;
    font-size: 0;
    line-height: 0;
    border-width: 5px;
    border-color: red;
    border-top-width: 0;
    border-style: dashed;
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
}

.city_cont .letter .le_area a {
    color: #666;
    margin: 0 6px;
}

.city_cont .letter .le_area a.first {
    color: #333;
    font-weight: bold;
    margin: 0 5px 0 20px;
}

/* 顶部城市选择 end */

/*底部超链接部分*/
.hlink_part_box {
    font-family: "Microsoft YaHei", tahoma, arial;
    border-bottom: 1px solid #efefef;
    padding: 12px 0;
}

.hlinks_cont {
    font-size: 14px;
    color: #666666;
}

.hlinks_cont .hl_title {
    color: #333;
    font-weight: bold;
}

.hlinks_webmap {

}

.hlinks_webmap a {
    background-color: #f2f2f2;
    padding: 0 20px;
    line-height: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 6px;
    color: #666;
}

.hlinks_webmap a:hover {
    background-color: #ccc;
    color: #333;
    text-decoration: none;
}

.hlinks_cont .hl_list {
    margin-top: 5px;
}

.hlinks_cont .hl_list a {
    display: inline-block;
    color: #666;
    line-height: 22px;
    margin-right: 10px;
}

.hlinks_cont .hl_list a:hover {
    color: #c50000;
    text-decoration: none;
}

/*底部超链接部分 end*/

/*其他页面*/
.title_state {
    background-color: #669900;
    padding: 0 5px;
    line-height: 21px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    vertical-align: middle;
}

.title_state_ff9900 {
    background-color: #ff9900;
}

.title_state_a1a1a1 {
    background-color: #a1a1a1;
}

/*其他页面 end*/

/*帮助页面*/
.help_menu_box {
    width: 240px;
    border: 1px solid #e4e4e4;
    font-family: "微软雅黑";
}

.help_menu_box li .hltitle a {
    border-bottom: 1px solid #e4e4e4;
    padding: 12px;
    font-size: 15px;
    font-weight: bold;
    display: block;
}

.help_menu_box li:last-child .hltitle a {
    border-bottom: none;
}

.help_menu_box li .hltitle a.now, .help_menu_box li .hllist a.now {
    color: #fff;
    background-color: #dd4f51;
}

.help_menu_box li .hllist a {
    border-bottom: 1px solid #e4e4e4;
    padding: 12px 0 12px 28px;
    font-size: 15px;
    display: block;
}

.help_cont_box {
    width: 920px;
    border: 1px solid #e4e4e4;
    font-family: "微软雅黑";
}

.help_cont_box .hctitle {
    padding: 12px 0 12px 20px;
    font-size: 15px;
    border-bottom: 2px solid #dd4f51;
}

.help_cont_box .hccont {
    padding: 20px;
    font-size: 14px;
    line-height: 28px;
}

.help_cont_box .hccont p {
    text-indent: 28px;
}

.help_cont_box .termList {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}

.help_cont_box .termList a {
    color: #999;
}

.help_calcul tr th {
    padding: 6px;
}

.help_calcul tr td {
    padding: 6px;
}

.help_calcul select {
    width: 300px;
    height: 30px;
    line-height: 30px;
    color: #666;
    text-indent: 5px;
    border: 1px solid #eaeaea;
}

.help_calcul .input {
    width: 250px;
    height: 30px;
    line-height: 30px;
    color: #666;
    text-indent: 5px;
    border: 1px solid #eaeaea;
}

.help_calcul .button {
    padding: 0 50px;
    height: 30px;
    border: 0;
    cursor: pointer;
    background-color: #dd4f51;
    color: #fff;
}

.help_calcul .reset {
    padding: 0 50px;
    height: 30px;
    border: 0;
    cursor: pointer;
}

/*帮助页面 end*/

/*店铺和经纪人空间*/
.shop_boxl {
    width: 380px;
    font-family: "微软雅黑";
    position: relative;
    top: 0;
    z-index: 1;
}

.shop_boxr {
    width: 790px;
    font-family: "微软雅黑";
}

.shop_cont {
    padding: 15px;
    background-color: #fff;
}

.shop_cont_info {

}

.shop_cont_info .shi_img {
    float: left;
    width: 140px;
    height: 140px;
    margin-right: 15px;
    text-align: center;
    background-color: #f5f5f5;
    overflow: hidden;
}

.shop_cont_info .shi_img:hover {
    text-decoration: none;
}

.shop_cont_info .shi_img:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.shop_cont_info .shi_img img {
    max-width: 100%;
    max-height: 100%;
}

.shop_cont_info .shi_list .shi_title {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 28px;
}

.shop_cont_info .shi_list .shi_date {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 26px;
}

.shop_cont_info .shi_list .shi_p {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 26px;
}

.shop_cont_info .shi_list .shi_real {
    display: block;
    padding-top: 5px;
}

.shop_cont_cooper {
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.shop_cont_cooper .shi_coo_title {
    font-size: 16px;
    line-height: 28px;
    margin-top: 25px;
}

.shop_cont_cooper .shi_coo_list {
    height: 186px;
    overflow: auto;
}

.shop_cont_cooper .shi_coo_list li {
    margin-top: 15px;
}

.shop_cont_cooper .shi_coo_delist {
    margin-top: 15px;
    font-size: 14px;
    color: #333;
}

.price_24 {
    color: #e14f51;
    font-size: 24px;
}

.shi_coo_agent {
    padding: 15px 30px 10px 30px !important;
}

.shi_coo_agent .swiper-button-next, .shi_coo_agent .swiper-button-prev {
    top: 40% !important;
    background-size: 15px !important;
}

.shi_agent {
    display: block;
    text-align: center;
}

.shi_agent span {
    display: block;
    font-size: 14px;
    line-height: 24px;
}

.shop_house_bar {
    padding: 5px 10px;
    background-color: #f0f0f0;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 5px;
    cursor: pointer;
    width: 740px;
    bottom: 0;
}

.shh_bar_title {
    font-size: 16px;
}

.shop_house_bar:hover {
    background-color: #f2f2f2;
}

.shop_house_bar .shh_title {
    font-size: 16px;
}

.shop_house_box li {
    padding: 15px 0 20px 0;
    border-bottom: 1px solid #f2f2f2;
}

.shh_pic {
    float: left;
    width: 130px;
    height: 100px;
    text-align: center;
    background-color: #f5f5f5;
    margin-right: 20px;
    position: relative;
}

.shh_pic a:hover {
    text-decoration: none;
}

.shh_pic a:before {
    content: "";
    display: inline-block;
    margin-left: -4px;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.shh_pic img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.shh_pic i {
    background: url(../images/2018/shopi_labe_recl.png) no-repeat;
    width: 56px;
    height: 51px;
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
}

.shh_title {
    line-height: 34px;
    font-weight: bold;
    font-size: 16px;
}

.shh_time {
    color: #999;
    display: inline-block;
    float: right;
    margin-top: -28px;
    font-size: 14px;
}

.shh_pricearea {
    margin-top: -60px;
    float: right;
}

.shi_coo_notice {
    font-size: 14px;
    line-height: 28px;
}

.shi_coo_notice .noti {
    width: 80px;
    display: inline-block;
    text-align: right;
    vertical-align: top;
}

.shi_coo_notice .notp {
    color: #999;
    display: inline-block;
    width: 253px;
}

/*店铺和经纪人空间 end*/

/*列表间APP下载*/
.halist_downapp {
    width: 100%;
    margin-top: -10px;
}

.halist_downapp img {
    width: 100%;
}

/*列表间APP下载 end*/

.loadmore a {
    text-align: center;
    display: block;
    padding: 10px 0;
    font-size: 14px;
}

.check_state {
    background: url(../images/stat_take_icon.png) no-repeat;
    padding-left: 24px;
    line-height: 20px;
    margin-top: 5px;
    color: #666;
}

/* 弹窗默认样式1 */
body .demo-class {
    border-radius: 6px;
    border: none;
}

body .demo-class .layui-layer-title {
    border: none;
    background-color: #fff;
    text-align: center;
    padding: 0;
    font-size: 16px;
    height: auto;
    line-height: 20px;
    padding-top: 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

body .demo-class .layui-layer-content {
    padding: 30px 20px;
    text-align: center;
    font-size: 1.6rem;
}

body .demo-class .layui-layer-content .layui-layer-input {
    border: 1px solid #dfdfdf;
    line-height: 28px;
    padding: 0 5px;
}

body .demo-class .layui-layer-btn {
    padding: 0;
    display: flex;
}

body .demo-class .layui-layer-btn a {
    margin: 0;
    border-radius: 0;
    background-color: #f9f9f9;
    padding: 6px 0;
    text-align: center;
    border: 0;
    flex: 1;
    font-size: 14px;
}

body .demo-class .layui-layer-btn .layui-layer-btn0 {
    color: #e14f51;
    border-bottom-left-radius: 6px;
    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

body .demo-class .layui-layer-btn .layui-layer-btn1 {
    color: #999;
    border-bottom-right-radius: 6px;
    border-top: 1px solid #dfdfdf;
    border-right: none;
}

/* 弹窗默认样式1 end*/