.arealist {
  font-size: 13px;
  border-bottom: 1px solid #e5dfdf;
  padding: 20px;
}
.arealist .item {
  margin: 0 10px 10px 0;
  padding: 2px 12px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
}
.arealist .item:hover,
.arealist .active {
  background-color: #E05114;
  color: #fff;
}
.locationlist .item {
  padding: 26px 0;
  border-bottom: 1px dashed #e5dfdf;
}
.locationlist .item .let .box {
  height: 130px;
  overflow: hidden;
  border-radius: 3px;
}
.locationlist .item .rig {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.locationlist .item .rig .title {
  font-weight: bold;
  color: #000 !important;
  padding: 10px 0;
  border-bottom: 1px dashed #e5dfdf;
}
.locationlist .item .rig .content {
  padding: 10px 0;
}
.locationlist .item .rig .xq {
  background-color: #FEBD00;
  color: #fff;
  border-radius: 3px;
  line-height: 35px;
  text-align: center;
  padding: 1px 16px;
}
.locationlist .item:last-child {
  border-bottom: 1px solid #e5dfdf;
}

