#mediate {
  /* border: 1px solid #000; */
}
#mediate > .mediate-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  /* border: 1px solid #da4d4d; */
  padding-bottom: 30px;
}
.mediate-item {
  width: 180px;
  height: 50px;
  background-color: #f7f7f7;
  border-radius: 10px;
  text-align: center;
  line-height: 50px;
  font-weight: 400;
  color: #333;
  font-size: 18px;
}
.mediate-item.active {
  background-color: #fd8c31;
  color: #fff;
}

#mediate > .cute-line {
  background-color: #ccc;
  height: 1px;
  opacity: 0.5;
  border-radius: 2px;
  margin-bottom: 30px;
}

#mediate > .mediate-detail {
  border-radius: 10px;
  background-color: #f7f7f7;
  padding-top: 31px;
  padding-left: 35px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

#mediate > .mediate-detail > .area-name {
  width: 100%;
  height: 32px;
  background-image: url("https://mcdn.tk.cn/tkcms/file/upload/pc/file_tsfk/file_jfdj/1-tb_3-mxtb_dw_01@2x 2.png");
  background-repeat: no-repeat;
  background-size: 24px 32px;
  /* border: 1px solid #000; */
  padding-left: 34px;
  line-height: 32px;
  color: #333;
  font-size: 20px;
  letter-spacing: 0.07px;
  font-weight: 400;
  margin-bottom: 24px;
}

#mediate > .mediate-detail {
  font-weight: 400;
  font-size: 16px;
  color: #333;
  letter-spacing: 0.06px;
  line-height: 36px;
  padding-bottom: 35px;
}

#mediate > .mediate-detail .item-content {
  color: #666;
}
#mediate > .mediate-detail .left {
  margin-right: 40px;
  min-width: 400px;
  max-width: 500px;
}

#mediate > .mediate-detail .right {
  padding-left: 40px;
  position: relative;
  flex-grow: 1;
}
#mediate > .mediate-detail .right::before {
  position: absolute;
  width: 1px;
  background-color: #ccc;
  content: "";
  height: 115px;
  opacity: 0.5;
  left: 0;
  top: 19px;
}

#mediate .show-more,
#mediate .show-limit {
  /* border: 1px solid #000; */
  width: 180px;
  height: 50px;
  background-image: url("https://mcdn.tk.cn/tkcms/file/upload/pc/file_tsfk/file_jfdj/1-tb_2-xxtb_jt_01-x 2@2x.png");
  background-repeat: no-repeat;
  background-size: 33px 22px;
  background-position: center;
}
#mediate .show-limit {
  background-image: url("https://mcdn.tk.cn/tkcms/file/upload/pc/file_tsfk/file_jfdj/1-tb_2-xxtb_jt_01-x 2@2xdfb.png");
}
