body{
    margin-bottom: 0;
}
.estate_news{
    width:6.9rem;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    background: #fff;
    padding:0.3rem;
    margin-top:0.9rem;
}
.estate_news_title{
    padding-bottom:0.16rem;
    border-bottom:0.01rem solid #eee;
}
.estate_news_title span{
    width:20%;
    display: block;
    font-size: 0.3rem;
    text-align: center;
    position: relative;
}
.estate_news_title span::after{
    position: absolute;
    content:'';
    width:70%;
    height:0.06rem;
    background: #e32a28;
    border-radius:0.06rem;
    margin:auto;
    left:0;
    right:0;
    bottom:-0.16rem;
}
.estate_news_list{
    width:100%;
    height:auto;
    overflow:hidden;
}
.estate_news_item{
    width:100%;
    height:auto;
    overflow: hidden;
    padding:0.3rem 0;
    border-bottom:0.01rem solid #eee;
}
.estate_news_icon{
    width:0.3rem;
    height:0.3rem;
}
.estate_news_icon img{
    width:100%;
    height:100%;
}
.estate_news_con{
    width:93%;
    height:auto;
    overflow: hidden;
}
.estate_news_header{
    word-break: break-all;
    margin:0!important;
}
.estate_news_header img{
    display: inline-block;
    width:0.7rem;
    height:0.28rem;
}
.estate_news_header span{
    /* display: block; */
    font-size: 0.28rem;
    color:#333;
    /*margin-left:0.1rem;*/
}
.estate_news_con p{
    font-size: 0.24rem;
    color:#666;
    margin:0.15rem 0;
    line-height: 1.6;
}
.estate_news_time{
    font-size: 0.24rem;
    color:#999;
    display: block;
}
.page{
    width:100%;
    padding:0.4rem 0;
    height:auto;
    overflow: hidden;
}
.pageBtn{
    width:1.6rem;
    height:0.6rem;
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.24rem;
    color:#333;
    border:0.01rem solid #eee;
    border-radius:0.08rem;
}
.page span{
    font-size: 0.24rem;
    color:#999;
}