/* 首页样式 */

.banner_box .banner_font {
    position: absolute;
    left: 608px;
    top: 127px;
}

.banner_box .banner_font p:nth-child(1) {
    color: #01c45b;
    font-size: 32px;
    font-weight: bold;
}

.banner_box .banner_font p:nth-child(2) {
    color: #ffffff;
    font-size: 52px;
    font-weight: bold;
}

.dotted_line {
    width: 53px;
    border: 1px rgb(0 0 0 / 0.2) dashed;
}

/* 主要内容 strat */

.main_box {
    padding: 0 0 0 24px;
}

.main_box .main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
}

.main section {
    width: 896px;
}

.main section .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

.main section .list {
    display: flex;
    align-items: flex-start;
    padding: 24px 16px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

.main section .list:hover {
    box-shadow: 0 0 20px 0px #e5e5e5;
    border-radius: 10px;
    border-color: #fff;
    color: #000;
    /* padding: 15px; */
    /* -webkit-animation: slide-down 0.5s ease-in; */
    /* transition: max-height 0.2s ease-out; */
}

.main section .list .image_box {
    width: 240px;
    height: 142px;
    border-radius: 8px;
    margin-right: 16px;
    overflow: hidden;
}

.main section .list .image_box img {
    width: 100%;
    height: 100%;
}

.main section .list .content_box {
    width: 71%;
}

.main section .list .content_box .top_title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.main section .list .content_box .tag_box {
    margin-bottom: 13px;
}

.main section .list .content_box .tag_box ul {
    display: flex;
    align-items: center;
    font-size: 11px;
}

.main section .list .area_box {
    margin-bottom: 13px;
}

.main section .list .content_box .top_title {
    display: flex;
    align-items: center;
}

.main section .list .content_box .top_title h1 {
    font-size: 23px;
    color: rgba(17, 17, 17, 1);
    margin-bottom: 8px;
}

.main section .list .content_box .top_title p {
    color: rgba(244, 53, 0, 1);
    font-size: 23px;
    font-weight: bold;
}

.main section .list .content_box .top_title p span {
    font-size: 15px;
    margin-left: 8px;
}

.main section .list .content_box .building {
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(17, 17, 17, 0.6);
}

.main section .list .content_box .location {
    line-height: 28px;
    display: flex;
    align-items: center;
    color: rgba(17, 17, 17, 0.6);
}

.main section .list .content_box .updata_time {
    line-height: 28px;
    align-items: center;
    margin-bottom: 16px;
    color: rgba(17, 17, 17, 0.6);
}

.main section .list .content_box .area_box ul {
    display: inline-block;
}

.main section .list .content_box .area_box ul li {
    border: 1px solid rgba(17, 17, 17, 0.1);
    float: left;
    padding: 7px 18px;
    margin-left: 1px;
    height: 18px;
}

.main section .list .content_box .area_box ul li:hover {
    border: 1px solid #01c45b;
}

.main section .list .content_box .area_box ul li:nth-child(1) {
    border-radius: 6px 0 0 6px;
}

.main section .list .content_box .area_box ul li:last-child {
    border-radius: 0 6px 6px 0;
    /*padding: 6px 18px;*/
}

.main aside {
    width: 288px;
}

/* 主要内容 end */

aside h1 {
    font-size: 15px;
    color: #111111;
    margin-bottom: 16px;
}

aside .hot {
    margin-bottom: 24px;
    background: #fff;
}

aside .hot .list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
}

aside .hot .list .image_box {
    width: 80px;
    height: 60px;
    overflow: hidden;
    border-radius: 4px;
    margin-right: 8px;
}

aside .hot .list .content {
}

aside .hot .list .content h3 {
    font-size: 15px;
    font-weight: 500;
    color: #111111;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    display: inline-block;
}

aside .hot .list .content p:nth-child(2) {
    font-size: 11px;
    color: #666666;
}

aside .hot .list .content p:nth-child(3) {
    font-size: 13px;
    color: #f43500;
}

aside .aside_form_box {
    background: #f0f7f3;
    padding: 16px;
    margin-bottom: 16px;
}

aside .aside_form_box p {
    color: #9e9e9e;
    font-size: 13px;
    margin-bottom: 16px;
}

aside .aside_form_box form input:nth-child(1) {
    display: block;
    font-size: 13px;
    border: none;
    line-height: 36px;
    border-radius: 4px;
    padding-left: 10px;
    width: 100%;
    margin-bottom: 16px;
    color: rgba(0, 0, 0, 0.3);
}

aside .aside_form_box input:last-child {
    display: block;
    font-size: 15px;
    color: #ffffff;
    border: none;
    line-height: 36px;
    border-radius: 4px;
    width: 100%;
    background: #01c45b;
}

.contact_box {
    background: #f0f7f3;
    padding: 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.contact_box .iconfont {
    color: #111111;
    margin-right: 10px;
    font-size: 32px;
}

.contact_box .content h3 {
    font-size: 17px;
    color: #111111;
    line-height: 30px;
}

.contact_box .content p {
    font-size: 11px;
    color: #666666;
}

.work-icon {
    font-size: 36px;
    color: #666;
}

.nfo-box {

}

.info-price {
    font-size: 40px;
    font-weight: 500;
    color: #fa541c;
    padding-bottom: 22px;
}

.info-price span {
    font-size: 14px;
}

.info-part {
    position: relative;
    padding: 15px 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background: #fff;
}

.info-part-item {
    width: 50%;
    padding: 0 20px;
    box-sizing: border-box;
}

.info-part-item p {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
}

.info-part-item span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
}

.info-part2 span {
    width: 70px;
    color: #999;
    margin-right: 16px;
}

.info-part2 p {
    color: #333;
}

.info-call-title {
    color: #333;
}

.info-call {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}

.info-call-content h3 {
    color: #01c45b;
    font-weight: 700;
    font-size: 36px;
    padding: 20px;
}

.info-call-content p {
    color: #999;
    font-size: 12px;
    padding-bottom: 10px;
}

.details_box {
    padding-bottom: 20px;
}

.details_box-subtitle {
    font-size: 14px;
    min-width: 112px;
    color: #999;
}

.details_box-left {
    width: 476px;
}

.details_box-cell1 {
    margin-bottom: 10px;
    width: 50%;
}

.details_box-cell1 span {
    margin-right: 16px;
    width: 60px;
    color: #999;
}

.details_box-cell1 p {
    flex: 1;
}

.details_box-cell {
    line-height: 2;
}

.details_box-label {
    color: #999;
    width: 80px;
    margin-right: 16px;
}

.details_box-img {
    width: 240px;
}

.details_box-img img {
    width: 100%;
}

.details_box-building-cell {
    width: 350px;
    margin-right: 20px;
    float: left;
    line-height: 2;
}

.details_box-building-label {
    width: 90px;
    margin-right: 10px;
    color: #999;
    float: left;
}

.details_box-building-value {
    float: left;
}

.house-price {
    text-align: right;
    color: rgba(17, 17, 17, 0.6);
}

.house-price-red {
    color: rgba(244, 53, 0, 1);
    font-size: 23px;
    font-weight: bold;
}

.house-price-red span {
    font-size: 15px;
    margin-left: 8px;
}

.house-price p {
    line-height: 2;
}

/*<div class="house-price fr">*/
/*<p class="house-price-red">*/