/* 头部导航栏 */
.page_top_navbar {
    width: 100%;
    height: 60px;
    background: #da5c4f;
    color: #ffffff;
    position: fixed;
    top: 0;
    z-index: 88;
}

.page_top_navbar .nav_list {
    height: 60px;
    display: flex;
    align-items: center;
}

.page_top_navbar .nav_list .logo {
    margin-right: 30px;
}

.page_top_navbar .nav_list span {
    font-size: 15px;
    line-height: 24px;
    height: 60px;
    padding: 0 11px;
    line-height: 60px;
    cursor: pointer;
    font-family: microsoft yahei;
}

.page_top_navbar .nav_list span:hover,
.page_top_navbar .nav_list .active {
    background: rgba(255, 255, 255, .2);
}

.page_top_navbar .tel .icon img {
    width: 24px;
    height: 24px;
}

.page_top_navbar .tel .icon span {
    font-weight: bold;
    font-size: 24px;
    line-height: 23px;
    margin-left: 7px;
}

.page_top_navbar .tel p {
    font-size: 13px;
}

/* 搜索 面包屑 */
.crumb {
    font-size: 14px;
    color: #999999;
    margin: 15px 0;
    padding-bottom: 15px;
    /* border-bottom: 1px solid #f6f6f6; */
}

/* 经纪人个人信息 */
.info_box {
    box-sizing: border-box;
    width: 1134px;
    /* height: 256px; */
    background: #ffffff;
    padding: 24px 42px 16px 24px;
    border: 12px solid #fbe8eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info_box .info_left {
    display: flex;
}

.info_box .info_left .left_img {
    width: 80px;
    height: 100px;
    background: #999999;
    border-radius: 2px;
    margin-right: 23px;
}

.info_box .info_left .left_content .content_top {
    padding-bottom: 20px;
    border-bottom: 1px dashed #e7ebee;
}

.info_box .info_left .left_content .content_top .name {
    font-family: pingfang sc;
    font-weight: bold;
    font-size: 24px;
    color: #222222;
    margin-bottom: 10px;
}

.info_box .info_left .left_content .content_top .main {
    width: 738px;
    display: flex;
    font-family: pingfang sc;
    font-weight: 500;
    font-size: 14px;
    color: #222222;
    margin-bottom: 8px;
}

.info_box .info_left .left_content .content_top .main .label {
    width: 125px;
}

.info_box .info_left .left_content .content_top .main .value_list {
    width: 613px;
    font-family: pingfang sc;
    font-weight: 500;
    font-size: 14px;
    color: #999999;
}

.info_box .info_left .left_content .content_top .main .value {
    display: inline-block;
    margin-right: 20px;
}

.info_box .info_left .left_content .content_bottom {
    margin-top: 20px;
}

.info_box .info_left .left_content .content_bottom .item_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, calc((100%) / 2));
    margin-bottom: 6px;
}

.info_box .info_left .left_content .content_bottom .item_list .item {
    display: flex;
}

.info_box .info_left .left_content .content_bottom .item_list .item span {
    margin-right: 13px;
    font-family: pingfang sc;
    font-weight: 500;
    font-size: 14px;
    color: #9ea3a4;
}

.info_box .info_left .left_content .content_bottom .item_list .item div {
    flex: 1;
    font-family: pingfang sc;
    font-weight: 500;
    font-size: 14px;
    color: #222222;
}

.info_box .info_left .left_content .content_bottom .item_list .item .company {
    text-decoration: underline;
}

.info_box .info_right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info_box .info_right .right_img {
    width: 124px;
    height: 124px;
    background: #0b0f12;
    margin-bottom: 8px;
}

.info_box .info_right .right_tips {
    font-family: pingfang sc;
    font-weight: 500;
    font-size: 14px;
    color: #5f6465;
}



/* 经纪人  内容 */
.page_about {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.main_list {
    width: 953px;
    margin-right: 35px;
}

.broker_main_list .sort {
    width: 900px;
    height: 30px;
    font-family: pingfang sc;
    font-weight: 500;
    font-size: 14px;
    color: #585c65;
}

.broker_item_list .item {
    display: flex;
    padding-bottom: 32px;
    border-bottom: 1px solid #dddddd;
    padding-top: 32px;
    cursor: pointer;
}

.broker_item_list .item:hover {
    background: #f9f9f9;
}

.broker_item_list .item:hover a {
    color: #d51938;
}


.broker_item_list .item .pic {
    width: 180px;
    height: 134px;
    background: #666666;
    position: relative;
    margin-right: 20px;
}

.broker_item_list .item .pic img {
    width: 180px;
    height: 134px;
}


.broker_item_list .item .broker_content {
    width: 704px;
    padding-right: 25px;
}

.broker_item_list .item .broker_content .l_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0px;
}

.broker_item_list .item .broker_content .l_box .title {
    width: 460px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: pingfang sc;
    font-weight: bold;
    font-size: 24px;
    color: #222222;
    margin-bottom: 10px;
}

.broker_item_list .item .broker_content .l_box .plot {
    font-family: microsoft yahei;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
}

.broker_item_list .item .broker_content .l_box .gray {
    font-family: microsoft yahei;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
}

.broker_item_list .item .broker_content .l_box .address {
    width: 460px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.feature_list {
    width: 460px;
}

.feature_list .feature_item {
    display: inline-block !important;
    font-family: microsoft yahei;
    font-weight: 400;
    font-size: 12px;
    color: #888888;
    background: #f5f7f9;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.broker_item_list .item .broker_content .r_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.broker_item_list .item .broker_content .r_box .price {
    font-family: microsoft yahei;
    font-weight: bold;
    font-size: 30px;
    color: #dd0f1f;
}

.broker_item_list .item .broker_content .r_box .price span {
    font-family: microsoft yahei;
    font-weight: 400;
    font-size: 14px;
    color: #dd0f1f;
}

.broker_item_list .item .broker_content .r_box .area {
    font-family: microsoft yahei;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
}


/* 分页 */
.page_box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.page_box span {
    height: 40px;
    border: solid 1px #dddddd;
    line-height: 42px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    padding: 0 10px;
    cursor: pointer;
}

.page_box .currents .page_more {
    width: 20px;
    height: 40px;
    border: none;
    line-height: 42px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    padding: 0;
    margin-left: 0px;
    cursor: pointer;
}

.page_box .prev {
    margin-right: 20px;
}

.page_box .default {
    background: #d51938;
    color: #ffffff;
}

.page_box .active {
    color: #dd0f1f;
}

.page_box span:hover {
    background: #d51938;
    color: #ffffff;
}


.page_box .currents span {
    width: 40px;
    margin-left: -5px;
}

.page_box .currents span:last-child {
    margin-right: 10px;
}


/* 侧边栏 */
.side_hot {
    width: 220px;
}

.side_hot .box {
    padding-bottom: 38px;
    border-bottom: 1px solid #e7ebee;
    margin-bottom: 32px;
}

.side_hot .caption {
    font-family: pingfang sc;
    font-weight: bold;
    font-size: 20px;
    color: #0b0f12;
    margin-bottom: 8px;
}

.side_hot .subtitle {
    font-family: pingfang sc;
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    margin: 12px 0px;
}

.side_hot .subtitle_item {
    display: inline-block;
    font-family: pingfang sc;
    font-weight: 500;
    font-size: 12px;
    color: #718491;
    padding: 4px 6px;
    background: #f5f7f9;
    margin-right: 8px;
    margin-bottom: 8px;
}

.side_hot .evaluate {
    font-family: pingfang sc;
    font-weight: bold;
    font-size: 20px;
    color: #0b0f12;
    margin-bottom: 13px;
}

.side_hot .evaluate_tips {
    font-family: pingfang sc;
    font-weight: 500;
    font-size: 14px;
    color: #444444;
    margin-bottom: 27px;
}

.side_hot .evaluate_tips span {
    color: #dd0f1f;
}

.side_hot .list .item {
    margin-bottom: 23px;
}

.side_hot .list .item .item_top {
    display: flex;
    align-items: flex-end;
}

.side_hot .list .item .item_top .item_name {
    font-family: pingfang sc;
    font-weight: 500;
    font-size: 12px;
    color: #999999;
    margin-right: 8px;
}

.side_hot .list .item .item_content {
    font-family: pingfang sc;
    font-weight: 500;
    font-size: 14px;
    color: #0b0f12;
}




/* 底部 */

.footer {
    width: 100%;
    height: 108px;
    background-color: #eeeeee;
    font-size: 12px;
    color: #666666;
    text-align: center;
    padding: 20px;
    margin-top: 44px;
}

.footer .wapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer a {
    color: #666666;
}

.footer img {
    display: inline-block;
    width: 20px;
    height: 20px;
}

/* 搜索结果 */

.search_result {
    width: 100%;
    overflow: hidden;
    background: #f9f9f9;
    padding: 20px 100px 20px 24px;
}

.search_result .tip {
    font-size: 16px;
    color: #474b4e;
}

.search_result .tip span {
    color: #d51938;
    margin-bottom: 2px;
}


.search_result ul {
    display: flex;
    flex-wrap: wrap;
}

.search_result ul li {
    font-size: 14px;
    color: #d51938;
    margin-right: 30px;
    margin-top: 15px;
}

.search_result ul li:hover {
    text-decoration-line: underline;
    cursor: pointer;
}

/* 详情页 */
.house_body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.header {
    font-size: 30px;
    color: #222222;
    margin-bottom: 10px;
}

/* 轮播图 */
.carousel .myswiper2 {
    width: 662px;
    height: 425px;
    overflow: hidden;
}

.carousel .myswiper {
    width: 662px;
    position: relative;
    overflow: hidden;
}

.carousel .myswiper2 .swiper-slide {
    width: 662px;
    height: 410px;
    background: #999999;
}

.carousel .myswiper .swiper-slide {
    width: 122px !important;
    height: 92px;
    position: relative;
    background: #999999;
}

.carousel .myswiper .swiper-slide span {
    width: 122px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    cursor: pointer;
}

.carousel .swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.carousel .swiper-button-next,
.carousel .swiper-button-prev {
    position: absolute;
    top: 45px;
    width: 25px !important;
    height: 48px !important;
}

.carousel .swiper-button-next {
    background:  no-repeat;
    right: 0;
}

.carousel .swiper-button-prev {
    background:  no-repeat;
    left: 0;
}

.house_body .info {
    width: 440px;
}

.house_body .info .t_box {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    border-bottom: 1px solid #f3f5f6;
}

.house_body .info .t_box .price {
    display: flex;
    align-items: baseline;
}

.house_body .info .t_box .price span:first-child {
    font-weight: bold;
    font-size: 48px;
    color: #d61f3d;
}

.house_body .info .t_box .price span:last-child {
    font-size: 16px;
    color: #d61f3d;
}

.house_body .info .t_box .unit {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    margin-left: 15px;
}

.house_body .info .b_box {
    margin-top: 25px;
}

.house_body .info .b_box li {
    font-size: 16px;
    margin-bottom: 20px;
}

.house_body .info .b_box li .val {
    color: #666666;
    width: 20%;
}

.house_body .info .b_box li .key {
    color: #333333;
}

.house_body .info .sales .head {
    display: flex;
    align-items: center;
}

.house_body .info .sales .head img {
    width: 72px;
    height: 72px;
    background: #5f6465;
    border-radius: 50%;
    margin-right: 15px;
}

.house_body .info .sales .name {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
}

.house_body .info .sales .count {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.house_body .info .sales .btn_box {
    margin-top: 18px;
}

.house_body .info .sales .btn_box .btn img {
    margin-right: 5px;
}

.house_body .info .sales .btn_box .btn {
    width: 210px;
    height: 46px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

.house_body .info .sales .btn_box .btn:first-child {
    background: #d61f3d;
    color: #ffffff;
}

.house_body .info .sales .btn_box .btn:last-child {
    background: #fff6f7;
    border: 1px solid #d61f3d;
    color: #d61f3d;
}

/* 房源介绍 */
.house_intro {
    display: flex;
    justify-content: space-between;
}

.house_intro .l_box {
    width: 662px;
}

.title_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    cursor: pointer;
    margin-bottom: 41px;
}

.title_wrap .title_introduce {
    margin-right: 58px;
}

.title_wrap .title_detail {
    color: #888888;
}

.title_wrap .title_detail:hover {
    color: #333333;
}

.house_intro .l_box .title_head {
    width: 662px;
    height: 32px;
    line-height: 32px;
    padding-left: 19px;
    background: #da5c4f;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
}

.house_intro .l_box .approve {
    width: 662px;
    height: 110px;
    background: #fcf9fc;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 4px;
}

.house_intro .l_box .approve .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.house_intro .l_box .approve .item .item_img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.house_intro .l_box .approve .item .item_img img {
    width: 100%;
    height: 100%;
}

.house_intro .l_box .approve .item .item_content .top {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-bottom: 12px;
}

.house_intro .l_box .approve .item .item_content .bottom {
    font-weight: 400;
    font-size: 12px;
    color: #999999;
}

.house_intro .l_box .notice {
    width: 662px;
    height: 44px;
    line-height: 44px;
    background: #fffaf8;
    font-weight: 400;
    font-size: 12px;
    color: #6b6c6a;
    padding-left: 20px;
    margin-bottom: 37px;
}

.house_intro .l_box .notice span {
    color: #d61f3d;
}

/* 卧室设施 */
.house_intro .l_box .furniture {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.house_intro .l_box .furniture .label {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.house_intro .l_box .furniture .value .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.house_intro .l_box .furniture .value .item img {
    margin-bottom: 8px;
}

.house_intro .l_box .furniture .value {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, calc((100%) / 6));

}

.house_intro .l_box .furniture .value .value_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}


/* 房屋亮点 */
.house_intro .l_box .feature {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.house_intro .l_box .feature .label {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.house_intro .l_box .feature .name {
    font-weight: 400;
    font-size: 16px;
    color: #5a5d5a;
}

.house_intro .l_box .feature .value {
    margin-left: 29px;
    flex: 1;
    /* display: grid;
        grid-template-columns: repeat(auto-fit, calc((100%) / 6)); */
    display: flex;
    flex-wrap: wrap;
}

.house_intro .l_box .feature .value div {
    font-weight: 400;
    font-size: 14px;
    color: #5a5d5a;
    margin-right: 20px;
}


.house_intro .l_box .desc {
    margin-bottom: 40px;
}

.house_intro .l_box .desc .item {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}

.house_intro .l_box .desc .item .val {
    font-weight: 400;
    font-size: 16px;
    color: #5a5d5a;
    width: 14%;
}

.house_intro .l_box .desc .item .key_wrap {
    width: 85%;
}

.house_intro .l_box .desc .item .key {
    font-weight: 400;
    font-size: 14px;
    color: #5a5d5a;
    margin-bottom: 14px;
    width: 480px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 房源图片 */
.house_pic .pic_list {
    width: 670px;
    display: grid;
    grid-template-columns: repeat(auto-fit, calc((100%) / 2));
}

.house_pic .pic_list .list_img {
    width: 326px;
    height: 246px;
    background: #8e8c8d;
    margin-bottom: 10px;
}

.list_img:nth-child(n 7) {
    display: none;
}

.list_img.show {
    display: block;
}

.house_pic .pic_list .list_img img {
    width: 100%;
    height: 100%;
}

.house_pic .pic_btn {
    width: 662px;
    height: 45px;
    line-height: 45px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    text-align: center;
}

.house_pic .pic_btn button {
    font-weight: 400;
    font-size: 14px;
    color: #6a6c6a;
}

.house_pic .pic_btn img {
    width: 7px;
    height: 8px;
    margin-left: 6px;
}

/* 小区简介 */
.district-info-header {
    height: 70px;
    margin-bottom: 35px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.district-info-header .left {
    display: flex;
    align-items: flex-start;
}


.house_intro .l_box .district-info-header .district-pic {
    width: 70px;
    height: 70px;
    background: #333333;
    overflow: hidden;
}

.house_intro .l_box .district-info-header .district-pic img {
    width: 100%;
    height: 100%;
}

.house_intro .l_box .district-info-header .district-decs {
    margin-left: 15px;
    margin-top: -3px;
}

.house_intro .l_box .district-info-header .district-decs p {
    width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 7px;
}

.house_intro .l_box .district-info-header .district-decs .title {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}

.house_intro .l_box .district-info-header .district-decs .addr {
    font-weight: 400;
    font-size: 14px;
    color: #6b6d6b;
}


.house_intro .l_box .district-info-header .district-online-sale {
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.house_intro .l_box .district-info-header .district-online-sale .sale_type {
    font-weight: 400;
    font-size: 14px;
    color: #888888;
}

.house_intro .l_box .district-info-list {
    border-top: 1px solid #f8f8f8;
    line-height: 28px;
    padding: 19px 0 0px;
    font-weight: 400;
    font-size: 14px;
    color: #8f918f;
}

.house_intro .l_box .district-info-list li {
    display: flex;
}

.house_intro .l_box .district-info-list li span:first-child {
    display: inline-block;
    width: 12%;
}

.house_intro .l_box .district-info-list li span:last-child {
    display: inline-block;
    color: #333;
    font-size: 14px;
    line-height: 28px;
    width: 88%;
    white-space: wrap;
}

/* 地图街景 */
.ditu_wrap .title {
    font-weight: 400;
    font-size: 14px;
    color: #5a5d5a;
    margin: 46px 0px 18px;
}

.ditu_wrap #map {
    width: 662px;
    height: 300px;
    margin: 0 auto;
}

.ditu_wrap .ditu_btn {
    width: 662px;
    height: 45px;
    line-height: 45px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    text-align: center;
    margin-top: 11px;
}

.ditu_wrap .ditu_btn button {
    font-weight: 400;
    font-size: 14px;
    color: #6a6c6a;
}

.ditu_wrap .ditu_btn img {
    width: 7px;
    height: 8px;
    margin-left: 6px;
}

#infotitle {
    font-weight: bold;
    color: #ce5521;
    font-size: 14px;
    max-width: 220px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#tables {
    table-layout: fixed;
    width: 100%;
    font: 12px arial, simsun, sans-serif;
}

#infoaddress {
    vertical-align: top;
    line-height: 22px;
    width: 38px;
    white-space: nowrap;
    word-break: keep-all;
}

#infoline {
    vertical-align: top;
    line-height: 22px;
}

/* 周边配置 */
.map_wrap {
    position: relative;
}

#map_tab_jtlx {
    background: #ffffff;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    padding-bottom: 8px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 90px;
    cursor: pointer;
}

.ditu_wrap .map_tab .rim {
    display: none;
    margin-top: 5px;
}

.ditu_wrap .map_tab .rim .item-dt {
    display: flex;
    align-items: center;
    color: #888;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 10px 0 10px 10px;
}

.ditu_wrap .map_tab .rim .item-dt:hover {
    background: #f8f8f8;
}

.ditu_wrap .map_tab .rim .item-dt .item_input {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.map_tab_sel {
    margin: 0 auto;
}

.map_tab_sel .zbpz-title {
    display: flex;
    align-items: center;
    padding: 7px 0 0 5px;
}

.map_tab_sel .zbpz-title .icon {
    height: 18px;
    width: 22px;
    background:  no-repeat 50%;
    background-size: auto 15px;
    display: inline-block;
}

/* 猜你喜欢 */
.house_intro .l_box .guess-your-like .nav {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    margin: 48px 0px 18px;
}

.house_intro .l_box .house-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.house_intro .l_box .house-ul li:hover .pic {
    opacity: 0.7;
}

.house_intro .l_box .house-ul li:hover .title {
    color: #ff552e;
}

.house_intro .l_box .house-ul .pic {
    width: 158px;
    height: 112px;
    background: #6b6d6b;
    position: relative;
    margin-bottom: 19px;
}

.house_intro .l_box .house-ul .pic img {
    width: 100%;
    height: 100%;
}

.house_intro .l_box .house-ul .pic .price {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000000;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    padding: 0px 6px;
}

.house_intro .l_box .house-ul .pic .price .f18 {
    font-size: 16px;
}

.house_intro .l_box .house-ul .title {
    font-weight: 500;
    font-size: 14px;
    color: #666666;
    margin-bottom: 8px;
}

.house_intro .l_box .house-ul .area {
    font-weight: 500;
    font-size: 12px;
    color: #999999;
}



/* 右侧广告位 */
.house_intro .r_box {
    width: 440px;
}

.house_intro .r_box .title {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
}

.house_intro .r_box .list .item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.house_intro .r_box .list .item .pic {
    width: 168px;
    height: 120px;
    background: #999999;
}

.house_intro .r_box .list .item .det .desc {
    width: 258px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #555555;
    line-height: 1;
}

.house_intro .r_box .list .item .plot {
    font-weight: 400;
    font-size: 12px;
    color: #8f918f;
    margin: 12px 0 7px;
    line-height: 1;
}

.house_intro .r_box .list .item .specs {
    font-weight: 400;
    font-size: 12px;
    color: #8f918f;
    line-height: 1;
    margin-bottom: 19px;
}

.house_intro .r_box .list .item .price {
    display: flex;
    align-items: baseline;
    font-size: 12px;
    color: #8f918f;
}

.house_intro .r_box .list .item .price span {
    font-weight: 400;
    font-size: 18px;
    color: #d61f3d;
}