.house-price h3{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: normal;
}
.house-price .price-info ul{
    width: 50%;
    padding-top: 8px;
}
.house-price .price-info ul li{
    float: left;
    margin-right: 50px;
    color: #999;
    margin-bottom: 20px;
}
.house-price .price-info ul li span{
    font-size: 20px;
    color: #F54343;
    display: inline-block;
    margin-left: 20px;
}
.house-price .price-info ul li span.des{
    color: #333;
    font-size: 14px;
}
.house-price .price-info ul li .tellme{
    display: inline-block;
    font-size: 12px;
    color: #333;
    background: url('https://s0.ifengimg.com/2019/06/26/tongzhi_790110f2.png') left center no-repeat;
    background-size:13px 12px;
    padding-left: 19px;
    cursor: pointer;
    margin-left: 40px;
}
.house-price .price-info ul li .tellme:hover{
    background-image: url('https://s0.ifengimg.com/2019/07/01/tongzhi_x_77034ad9.png');
    color: #F54343;

}
.price-trend-data{
    border:1px solid #E9E9E9;
    font-size: 0;
    vertical-align: bottom;
}
.price-trend-data li{
    display: inline-block;
    border-right:1px solid #E9E9E9;
    font-size: 16px;
    width: 33.4%;
    text-align: center;
    padding:30px 0;
}
.price-trend-data li:last-child{
    width: 33%;
    border: 0;
}
.price-trend-data li dt{
    margin-bottom: 13px;
}
.price-trend-data li dd{
    font-size: 14px;
}
.price-trend-data li dd span{
    font-size: 18px;
    color: #F54343;
    margin-right: 30px;
}
.price-trend-data li dd em{
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: text-bottom
}
.price-trend-data li dd .up{
    color: #F54343;
}
.price-trend-data li dd .down{
    color: #4FCC57;
}   
.price-trend-main{
    margin-top: 40px;
    width: 100%;
    height: 320px;
    
}
.list-wapper{
    width: 100%;
   
}
.list-wapper ul{
    width: 100%;
}
.list-wapper .list-title{
    background:#FAFAFA;
}
.list-title span {
    font-weight: bold;
}
.list-wapper li{
    height: 38px;
    border-left:1px solid #E9E9E9;
    border-right:1px solid #E9E9E9;
    border-top:1px solid #E9E9E9;
    font-size: 0;
    vertical-align: bottom;
}
.list-wapper-5 li span{
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
}
.list-wapper-5 li span{
    width: 15%;
}
.list-wapper-5 li span:last-child{
    width: 40%;
}

.list-wapper  .list-cont{

    overflow: hidden;
}
.list-wapper  .list-close{
    max-height: 117px;
}
.list-wapper .list-cont{
    border-bottom:1px solid #E9E9E9;
}
.list-cont span{
    color: #666666;
}
.list-wapper .list-btn{
    width: 40px;
    height: 24px;
    padding: 0 10px;
    background: #F5F5F5;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0 auto;
    cursor: pointer;
}
.list-wapper .list-btn i{
    display: inline-block;
    float: left;
    width: 10px;
    height: 10px;
    background: url('https://s0.ifengimg.com/2019/07/09/x_a08ba05a.png')no-repeat center/100% 100%;
    margin-right: 5px;
    margin-top: 9px
}
.list-wapper .list-btn-up i{
    transform: rotateZ(180deg);
    margin-top: 5px;
}

