.search_news{
    width:100%;
    padding:.3rem .18rem;
    position: relative;
}
.srh_area{
    position: relative;
    width: 100%;
    height: 100%;
}
.srh_area input{
    width:6.25rem;
    height:.7rem;
    margin-left:.1rem;
    border-radius:.35rem;
    color:#999;
    padding-left:.8rem;
    line-height:.7rem;
    font-size:.28rem;
}
.srh_area .f1{
    font-size:.32rem;
    color:#999;
    position: absolute;
    left: 0.4rem;
    top: .2rem;
}
.srh_area .f2{
    position: absolute;
    right: 1rem;
    top: .22rem;
    color: #999;
    font-size: .3rem;
    display: none;
}
.srh_area button {
    padding: .15rem 0 .15rem .1rem;
    background: none;
    font-size: .28rem;
}
.srh_area button a{
    color:#333;
}
.search_result{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 2.2rem;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
    display: none;
}
.search_result .result2{
    padding-left: .4rem;
    position: absolute;
    background-color: #fff;
    width: 100%;
    z-index: 9;
    left: 0;
    max-height:10rem;
    overflow-y: scroll;
}
.search_result .result2 p.title{
    font-size:.3rem;
    line-height:1rem;
    border-bottom:1px solid #dee2ec;
    font-weight: normal;
}
.search_result .result2 li p{
    line-height: .8rem;
    color:#333;
}
.search_result .result2 li span{
    color:#999;
}
.search_result .result2 li span i{
    color:#999;
    margin-left:.2rem;
}
.search_result .result2 li{
    border-bottom:1px solid #f7f7f7;
    padding-bottom: .2rem;
}
.none_data{
    margin-bottom:.8rem;
}
.none_data img {
    margin: 1rem auto .5rem;
    height: 3.22rem;
    display: block;
}
.none_data p{
    color:#666;
    text-align: center;
    line-height:.5rem;
}

.zero_data .history li{
    height: 0.64rem;
    padding: 0 .3rem;
    line-height: .6rem;
    border: 1px solid #999;
    border-radius: .6rem;
    margin-left: .26rem;
    float: left;
    margin-bottom: .2rem;
}
.zero_data .history li a{
    color:#333;
}
.zero_data .history li.active a{
    color:#fff;
}
/**快讯列表**/
.new_h_search{
    width:7.5rem;
    padding:.34rem 0 .14rem;
    background-color: #f9f9f9;
}
.new_h_search a{
    width: 7rem;
    height: .7rem;
    background-color: #fff;
    display: block;
    border-radius: .7rem;
    padding-left: .3rem;
    line-height: .7rem;
    color: #999;
    margin:0 auto;
}
.new_h_search .iconfont{
    margin-right: .2rem;
    color: #999;
    position: relative;
    top: .04rem;
}
.news_position{
    padding:.2rem 0!important;
}
.news_position .posi_item{
    width:6rem!important;
    height:2.4rem;
    border-radius:.1rem;
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
    background-color:#fff;
    margin-left:.3rem;
    margin-right:.16rem;
    padding:.6rem .1rem 0 .2rem;
    position: relative;
}
.news_position .posi_item .tag{
    position: absolute;
    height: .44rem;
    padding-left: .14rem;
    padding-right: .3rem;
    color: #fff;
    line-height: .44rem;
    left: -.2rem;
    top: .1rem;
}
.news_position .posi_item .tag::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: transparent .22rem solid;
    border-bottom: transparent .22rem solid;
    border-right: #fff .22rem solid;
    right: -1px;
}
.news_position .posi_item h2{
    font-size:.32rem;
    line-height:.5rem;
    color:#333;
}
.news_position .posi_item .info{
    margin-top:.2rem;
}
.news_position .posi_item .info span{
    color:#666;
}
.news_position .posi_item .info .iconfont{
    margin-right:.1rem;
}
.news_position .posi_item .info em{
    float:right;
    color:#666;
    margin-right:.3rem;
}
.content{
    margin-top:.1rem;
}
.content .tab_nav{
    height:1rem;
    width: 100%;
    background-color: #fff;
    line-height:1rem;
    margin-bottom: .3rem;
}
.content .tab_nav .nav_item{
    font-size: .34rem;
    margin-left: .5rem;
    float: left;
    width: auto!important;
    color:#333;
}
.content .tab_nav .nav_item.active{
    font-weight: bold;
}
.news_list{
    display: block;
    padding:0 .18rem .5rem;
}
.news_list .news_item{
    display: flex;
    display: -webkit-flex;
    overflow: hidden;
    width: 100%;
    padding:.24rem .2rem;
    background-color:#fff;
    border-radius:.2rem;
    margin-bottom:.3rem;
}
.news_list .news_item .img{
    width:2.8rem;
    height:1.82rem;
    position: relative;
    margin-right:.24rem;
}
.news_list .news_item .img img{
    width:2.8rem;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}
.news_item .info {
    overflow: hidden;
    flex: auto;
    -webkit-flex: auto;
}
.news_item .info h3{
    font-size:.32rem;
    color:#333;
}
.news_item .info .sort{
    font-size: .24rem;
    color:#666;
    margin: .1rem 0;
}
.news_item .info .sort .iconfont{
    margin-right:.1rem;
    position: relative;
    top: .04rem;
}
.news_item .info .time{
    font-size:.24rem;
    color:#999;
}
/**快讯详情**/
.detail_wrapper{
    padding-bottom: .6rem;
    margin-top: .1rem;
}
.news_detail{
    background-color:#fff;
    padding:.2rem .18rem .6rem;
}
.detail_cnt h1{
    font-size:.56rem;
    font-weight: bold;
    line-height:.8rem;
}
.detail_cnt .info{
    margin: .3rem 0;
}
.detail_cnt .info span{
    color:#999;
}
.detail_cnt .info em{
    float:right;
    padding-right:.4rem;
    color:#999;
}
.detail_cnt .dt_cnt{
    margin-bottom:.3rem;
}
.detail_cnt .dt_cnt p{
    font-size:.32rem;
    line-height: .6rem;
}
.detail_cnt .dt_cnt img{
    max-width:7.2rem;
    margin:.2rem auto;
    border-radius:.1rem;
    display: flex;
}
.news_form{
    margin-top: .3rem;
    background-color: #fff;
    width: 100%;
    padding-bottom: .4rem;
}
.news_form .top{
    display: flex;
    display: -webkit-flex;
    overflow: hidden;
    position: relative;
    padding:.2rem .3rem;
}
.news_form .top img{
    width:2.12rem;
    height:2.04rem;
    margin-right:.3rem;
}
.news_form .top .right{
    overflow: hidden;
    flex: auto;
    -webkit-flex: auto;
}
.news_form .top .right h3{
    font-size:.32rem;
    line-height:.9rem;
}
.news_form input{
    width:6.5rem;
    height:.88rem;
    line-height:.88rem;
    border:1px solid #666;
    border-radius:.1rem;
    padding-left:.3rem;
    margin: .2rem auto 0;
    display: block;
}
.news_form span{
    width: 6.5rem;
    height: .88rem;
    line-height: .88rem;
    border-radius: .1rem;
    color: #fff;
    text-align: center;
    font-size: .32rem;
    display: block;
    margin: .4rem auto 0;
}
.news_search_list{
    padding-top: .2rem;
}
.news_detail .disclaimer{
    margin: 0 .1rem;
    color: #999;
    line-height: .4rem;
    padding: .3rem;
    border: 1px dashed #ddd;
    margin-top: .4rem;
    background: #f5f5f5;
}
.news_detail .pagination .page-article{
    margin-top: 10px;
    line-height: .6rem;
    color: #30323D;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.house-templete{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 3px 8px 0px rgba(119, 119, 119, 0.2);
    border-radius: .1rem;
    padding: .4rem .36rem;
    margin:.4rem 0;
}
.house-templete .top-info {
    display: flex;
    display: -webkit-flex;
    overflow: hidden;
    width: 100%;
}
.house-templete .img{
    width: 2.4rem;
    height: 1.84rem;
    border-radius: .1rem;
}
.house-templete .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .1rem;
    margin:0;
}
.house-templete .house-info{
    padding-left: 0.2rem;
    overflow: hidden;
    flex: auto;
    -webkit-flex: auto;
    width: 4rem;
}
.house-templete .house-info .title .sale_status{
    position: relative;
    top: -.1rem;
}
.house-templete .house-info .title span{
    display: inline-block;
    font-size: .34rem;
    font-weight: bold;
    color: #333;
    max-width: 2.9rem;
}
.house-templete .house-info .feature {
    overflow: hidden;
    margin: .1rem 0;
    height: .38rem;
}
.house-templete .house-info .price{
    font-size:.3rem;
    font-weight: bold;
    margin-top: .06rem;
}
.house-templete .house-info .dprice{
    color:#999!important;
    font-weight: normal!important;
    font-size:.28rem!important;
}
.house-templete .house-info .addr{
    color:#999;
    font-size:.24rem;
}
.house-templete .call400{
    width: 6.5rem;
    height: .6rem;
    border-radius: .05rem;
    line-height: .6rem;
    padding-left: .2rem;
    margin-top: .2rem;
    position: relative;
}
.house-templete .call400 .iconfont{
    font-size: .38rem;
    margin-right: .1rem;
}
.house-templete .call400  span{
    color: #999;
    font-size: .24rem;
    margin-top: -.1rem;
    position: relative;
    top: -.06rem;
}
.house-templete .call400 em{
    font-size: .3rem;
    font-weight: bold;
    position: relative;
    top: -.04rem; 
}
.house-templete input{
    width: 6.5rem;
    height: .88rem;
    border: 1px solid #D3D3D3;
    border-radius: .1rem;
    margin:.4rem 0;
    padding-left:.2rem;
    color:#999;
    font-size:.28rem;
}
.house-templete .btn{
    display: block;
    width: 6.5rem;
    height: .88rem;
    border-radius: .1rem;
    font-size:.32rem;
    text-align: center;
    line-height:.88rem;
}
.srh_area input{
    background-color:#f3f3f3;
}
.search_result .result2 p em{
    color:#ff5b5d;
}
.zero_data .history li.active{
    border:1px solid #FF1126;
    background-color: #FF1126;
    
}
.news_wrapper{
    background-color:#f9f9f9;
}
.news_position .posi_item .tag{
    background-color: #FF1126;
}
.news_position .posi_item .info .iconfont{
    color:#FF1126;
}
.content .tab_nav .nav_item.active{
    color:#FF1126;
    border-bottom: 2px solid #FF1126;
}
.news_item .info .sort .iconfont{
    color:#FF1126;
}

/**快讯详情**/
.detail_wrapper{
    background-color:#f9f9f9;
}
.detail_cnt .dt_cnt a{
    color:#FF1126;
}
.detail_cnt .dt_cnt video{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.dt_cnt table{
    border: 2px solid #000;
}

.dt_cnt table td{
    padding: 8px 4px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.dt_cnt table td:last-of-type{
    border-right: 0;
}
.dt_cnt table tr:last-of-type>td{
    border-bottom: 0;
}


.news_form span{
    background-color: #FF1126;
}
.news_search_list{
    background-color:#f9f9f9;
}
.house-templete .house-info .price{
    color: #FF5B5D;
}
.house-templete .call400{
    background: #FCE8E9;
    color: #FF5B5D;
}
.house-templete .btn{
    background: #FF1126;
    color: #FFFCFC!important;
}

/* 查看大图 */
.imgDetail{
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 999;
    background: #000000;
  }
  .imgDetail .head{
    color: #fff;
    text-align: right;
    padding: 0.3rem;
  }
  .imgDetail .bigimg_Box{
    height: calc(100% - 2rem);
    width: 100%;
    position: relative;
    background: #000;
  
  }
  .imgDetail .bigimg_Box .swiper-slide{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 100%;
    width: 100%;
  }
  .imgDetail .swiper-wrapper img{
    width: 100%;
  }