﻿.fenLei {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    overflow: hidden;
    padding:1rem;
}
.fenLei li {
    width: 48%;
    margin: 0.5rem 0;
    padding: 0.8rem 0;
    text-align: center;
    border-radius:0.2rem;
}
.fenLei a {
    color:white;
    font-size:1.2rem;
}
.chushou {
    background-color:#ff6a00;
}
.chuzu {
    background-color:#0094ff;
}
.qiuzu {
    background-color:#4800ff;
}
.qiugou {
    background-color:#018a39;
}
.houseClass {
    font-size:1.2rem;
    background-color:orange;
    color:white;
    padding:0.7rem 0 0.7rem 0.7rem;
    text-align:left;
    border-radius:0.2rem;
}
.listHouse {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    border-bottom:0.1rem solid #f1f1f1;
}
.listHouse img {
    border-radius: 0.2rem;
    max-height: 5.5rem;
    max-width:7rem;
}
.list_right, .list_left {
    font-size:1.2rem;
}
.list_left {
    width:8rem;
    max-height:8rem;
    font-size:0.5rem;
}
.list_right {
    flex-grow:1;
    line-height:2.2rem;
    padding:0.5rem;
    max-width:100%;
    overflow:hidden;
    flex-wrap:nowrap;
}
.list_right a {
    font-size:1.2rem;
}
.list_right span {
    font-size:1rem;
    border-radius:0.6rem;
    background-color:red;
    color:white;
    padding:0.2rem;
    margin-left:0.5rem;
}
.geRen_zhongJie {
    margin-top:0.3rem;
}
.geRen_zhongJie ul {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.geRen_zhongJie ul li {
    width:33%;
    background-color:#FF9900;
    text-align:center;
    border-radius:0.3rem;
}
.geRen_zhongJie a {
    display: block;
    padding: 0.6rem 0;
    font-size:1.2rem;
    color:white;
}
/*showHouse*/
.showTitle {
    text-align:center;
    line-height:3.5rem;
    font-size:1.4rem;
    font-weight:bold;
    margin-top:0.7rem;
}
.bianji, .bianji a {
    text-align: right;
    font-size: 1rem;
    color: gray;
    padding:0.3rem 0;
    border-bottom:1px solid #f1f1f1;
}
.bianji span:nth-child(2) {
    display:none;
}
.showPic {
    max-width: 100%;
    display: flex;
    justify-content: center;
    padding: 0.7rem 0;
    box-sizing: border-box;
}
.showPic img {
    max-width:70%;
}
.showInfo ol li {
    width: 100%;
    text-align: left;
    font-size: 1.2rem;
    line-height: 2.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.showInfo ul {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.showInfo ul li {
    width:50%;
    text-align:left;
    font-size:1.2rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    line-height:2.8rem;
}
.showInfo i {
    font-style:normal;
    font-size:0.8rem;
    color:gray;
}
.showTitle2 {
    font-size:1.2rem;
    background-color:lightskyblue;
    text-align:left;
    padding:0.4rem;
    border-radius:0.3rem;
    color:white;
}
.showCon {
    padding: 0.5rem;
    box-sizing: border-box;
    text-align: justify;
    line-height: 2.5rem;
    font-size: 1.2rem;
    white-space: pre-wrap; /* 保留空白符和换行符，并自动换行 */
    word-wrap: break-word; /* 防止长单词溢出 */
}
.showConImg {
    display:flex;
    justify-content:center;
}
.showConImg img {
    max-width:70%;
}

/*推荐*/
#vipHouse {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.recom {
    flex-grow: 1;
    width: 100%;
    line-height: 2.5rem;
    border-bottom: 0.1rem dotted #ccc;
    margin: 0.5rem;
    font-size: 1.2rem;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recom a {
    font-size: 1.2rem;
}

.recom_s1 {
    background-color: #7fab5b;
    color: white;
    padding: 0.2rem 0.5rem;
    border-radius: 0.2rem;
}

.recom_s3 {
    background-color: #63b5de;
    color: white;
    padding: 0.2rem 0.5rem;
}

.recom_s2 {
    color: #ff9966;
    margin-left: 0.3rem;
}