
.h_result .h_box{
    margin-bottom: 20px;
    border: 1px solid #ebedf0;
}
.h_result .main-head {
  padding: 0 12px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #f4f6ff;
}
.h_result .main-head .h_list1 {
  width: calc(100% - 25px);
  justify-content: space-between;
}
.h_result .main-head .h_list1 p {
  padding: 10px;
  color: #888888;
  font-size: 14px;
}
.h_result .main-head .h_list1 p span {
  color: rgba(0, 0, 0, 0.85);
}
.h_result .main-head .h_list1 p i {
  font-size: 14px;
  margin-right: 4px;
}
.h_result .main-head .h_icon {
  border-top: 9px solid #BFBFBF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  cursor: pointer;
  transition: transform .5s;
}
.h_result .main-head .h_icon.h_active{
    transform: rotate(180deg);
}
.h_result .main-head .h_icon:hover {
  border-top-color: #174DE3;
}
.h_result .h_list2 {
  padding: 20px 70px;
  display: none;
}
.h_result .h_list2 .h_item {
  display: flex;
  height: 42px;
}
.h_result .h_list2 .h_item .h_L {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 2px;
}
.h_result .h_list2 .h_item .h_L i {
  font-size: 20px;
  color: #bfbfbf;
}
.h_result .h_list2 .h_item .h_L::after {
  position: absolute;
  content: '';
  width: 1px;
  background: #e0e0e0;
  height: calc(100% + 3px);
  top: 20px;
}
.h_result .h_list2 .h_item .h_R span {
  font-size: 14px;
  color: #888;
}
.h_result .h_list2 .h_item:first-child .h_L,
.h_result .h_list2 .h_item:last-child .h_L {
  border: 1px solid #174DE3;
}
.h_result .h_list2 .h_item:first-child .h_L i,
.h_result .h_list2 .h_item:last-child .h_L i {
  color: #174DE3;
  font-size: 12px;
}
.h_result .h_list2 .h_item:first-child .h_R .h_sp2,
.h_result .h_list2 .h_item:last-child .h_R .h_sp2 {
  color: #174DE3;
}
.h_result .h_list2 .h_item:last-child .h_L::after {
  display: none;
}
.h_result .h_list2 .h_item:last-child .h_L i {
  transform: scale(0.8);
}
.h_result .h_list2 .h_item:nth-child(2) .h_L i {
  color: #3eb556;
}
.h_result .h_list2 .h_item:nth-child(2) .h_R .h_sp2 {
  color: #3eb556;
}
