.house_detail .house_detail_floor1 h1 {
  font-size: 1.75rem;
}
.house_detail .house_detail_floor1 ul {
  overflow-y: auto;
}
.house_detail .house_detail_floor1 ul li {
  line-height: 1.8rem;
  margin-right: 10px;
}
.house_detail .house_detail_floor1 ul li:nth-of-type(2n+1) {
  display: inline-block;
  width: 115px;
  color: #7f7f7f;
  position: relative;
}
.house_detail .house_detail_floor1 ul li:nth-of-type(2n+1)::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 12px;
  width: 1px;
  right: 0;
  top: 8px;
  background-color: #7f7f7f;
}
.house_detail .house_detail_floor1 ul li:nth-of-type(2n) {
  max-height: 116px;
  overflow-y: auto;
}
.house_detail .house_detail_floor1 ol li {
  display: inline-block;
}
