.color_text {
  color: #ff9b33;
}
.house_list_title {
  display: inline-block;
  vertical-align: top;
  line-height: 22px;
  font-size: 15px;
  height: 40px;
}
.house_list_title i {
  font-size: 18px;
  cursor: pointer;
}
.address_div .address {
  font-size: 13px;
  margin-bottom: 10px;
}
.address_div .address i {
  font-size: 25px;
  color: #36a9e1;
  cursor: pointer;
}
.address_div .house_detail {
  font-size: 11px;
  margin-bottom: 10px;
}
.user_info i {
  font-size: 25px;
  width: 25px;
  height: 30px;
  display: inline-block;
  text-align: left;
}
.user_info .reminder {
  font-size: 13px;
}
.house_list_item_img {
  width: 100px;
  height: 100px;
  background-color: #c3c6d1;
}
.house_list_item_img i {
  font-size: 100px;
}
.house_list_item .el-divider {
  margin: 0px 0 8px 0;
}
.level {
  font-size: 16px;
  color: red;
  /*font-weight: bold;*/
}
.day {
  color: #E6A23C;
  font-weight: bold;
}

