.h_hyrd {
  background: #F9F9F9;
}
.h_hyrd .h_title {
  text-align: center;
  padding-bottom: 20px;
}
.h_hyrd .h_title a {
  margin: 0 40px;
  padding: 0 0 16px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  border-bottom: 1px solid transparent;
}
.h_hyrd .h_title a:hover {
  border-color: #174DE3;
}
.h_hyrd .h_title a.h_active {
  border-color: #174DE3;
}
.h_hyrd .h_list .h_box:first-child {
  width: 100%;
}
.h_hyrd .h_list .h_box:first-child .h_L {
  width: 400px;
}
.h_hyrd .h_list .h_box:first-child .h_R {
  width: calc(100% - 400px);
}
.h_hyrd .h_list .h_box:first-child .h_R .h_p2 {
  -webkit-line-clamp: 6;
}
@media screen and (max-width: 767px) {
  .h_hyrd .h_list .h_box:first-child .h_L {
    width: calc(50% - 48px);
  }
  .h_hyrd .h_list .h_box:first-child .h_R {
    width: calc(50% + 48px);
  }
  .h_hyrd .h_list .h_box:first-child .h_R .h_p2 {
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 480px) {
  .h_hyrd .h_list .h_box:first-child .h_L {
    width: 100%;
  }
  .h_hyrd .h_list .h_box:first-child .h_R {
    width: 100%;
  }
}
