.s-house-list-view .cell_name 
{
     width: 220px;
     padding: 0px 10px;
}

.s-house-list-view .cell_account  
{
     width: 150px;
}
.s-house-list-view .cell_community  
{
    flex: 1;
}
 
.s-house-list-view .cell_state  
{
     width: 120px;
}
.s-house-list-view .cell_op  
{
     width: 100px;
}
 /*-------------------------------------------*/
 .s-house-bind-view .cell_house_name
 {
    width: 120px;
    flex: 1;
 }

 .s-house-bind-view .cell_house_owner
 {
    width: 120px;
 }
 .s-house-bind-view .cell_mobile
 {
    width: 120px;
 }

 .s-house-bind-view .cell_op
 {
    width: 160px;
 }
