.navigation{
    width: 1200px;
    height: 52px;
    margin: 0 auto;
    box-sizing: border-box;
    line-height: 39px;
    margin-top: 22px;
   
  }
  .navigation span,h1{
    font-size: 12px;
    color:#999;
    font-weight: normal;
    display: inline-block;
  }
  .navigation a{
    font-size: 12px;
    color:#999;
  }
  .navigation a:hover{
    border-bottom: 1px solid #999;
  }
  .nav-home{
    margin-top: 16px;
    margin-right: 9px;
    float: left;
    display: block;
  }
  .property_banner{
      display: block;
  }
  .property_box{
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 20px;
    /* display: flex;
    justify-content: space-between;
    flex-wrap:wrap; */
  }
  .property_bottom_box{
    width: 100%;
    height: 90px;
    display: flex;
    justify-content:space-between;
    padding: 25px 22px 20px 22px;
    box-sizing: border-box;
   
  }
  .property_item_box{
    margin-bottom: 20px;
    float: left;
    margin-right: 18px;
  }
  .property_item_box:nth-child(3n+3){
    margin-right: 0;
  }
  .filter_box{
    width: 1200px;
    overflow: hidden;
    background-color: #f8f9f8;
    margin: 0 auto;
    padding:13px 0 9px 0;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
  }
  .filter_box a{
    float: left;
    color: #72757e;
    font-size: 14px;
    padding: 2px 12px;
    margin: 0 1px 5px 0;
    cursor: pointer;
  }
  .filter_box .curry_city_box{
    padding-left: 32px;
  }
  .filter_box .curry_property{
    color: #fff;
    background-color: #d6000f;
  }
  .filter_box .curry_city{
    color: #d9000f;
  }
  .filter_nav_box{
    width: 1198px;
    height: 50px;
    border:1px solid #eaeaea;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }
  .filter_nav_item{
    height: 50px;
    padding: 0 30px;
    border-right: 1px solid #eaeaea;
    line-height: 50px;
    cursor: pointer;
    font-size: 14px;
    color: #7b7f7c;
  }
  .filter_item_box{
    width: 1090px;
    height: auto;
    float: left;
  }
  .property_count{
    float: right;
  }
  .property_count_box{
    width: 755px;
  }
  .property_num{
    color: #d9000f;
  }
  .filter_item_box .property_tag_hover{
    
    color: #d6000f;
    padding: 2px 12px;
    box-sizing: border-box
  }
  .filter_nav_item_hover{
    color: #000;
  }
  .property_item_box_hover{
    box-shadow: 0 0 20px #ccc;
  }
  
  .no_data{
    text-align: center;
    height: 300px;
    font-size: 20px;
    color: #666;
    line-height: 300px;
  }

 