.property-recommend-item{
  margin: 5px,20px;
  >div{
    margin: 5px;
  }
  border-bottom: 1px dashed #c2c2c2;
  padding-bottom: 20px;
  span{
    margin-right: 10px;
    margin-bottom: 20px;
  }

  padding-top: 10px;
}
.property-recommend-title{
  padding-bottom: 10px;
  font-size: 16px;
}
.property-recommend-items{
  >div:first-child {
    margin-top: 20px;
    border-top: 1px dashed #c2c2c2;
  }
  max-height: 450px;
  overflow-y: scroll;
  padding-right: 20px;
}
.value-list{
  word-wrap: break-word;
  word-break: break-all;
}
.prop-profiler{
  padding-top: 10px;
}
