.h_hydc {
  background: #FAFAFA;
  padding: 3.13% 0;
}
.h_hydc .h_list {
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: normal;
}
.h_hydc .h_list .h_box {
  background-color: #fff;
  width: 23.5%;
  margin: 0 2% 2% 0;
  padding: 2.3%;
  box-shadow: 0 5px 10px rgba(67, 67, 67, 0.24);
  transition: all 0.3s;
}
.h_hydc .h_list .h_box:nth-child(4n) {
  margin-right: 0;
}
.h_hydc .h_list .h_box .h_title {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.h_hydc .h_list .h_box .h_line {
  width: 32px;
  height: 2px;
  background-color: #E7113B;
  margin-bottom: 22px;
}
.h_hydc .h_list .h_box .h_desc {
  font-weight: 300;
  color: #333333;
  line-height: 26px;
  text-align: justify;
}
.h_hydc .h_list .h_box:hover {
  box-shadow: 0 1px 3px rgba(67, 67, 67, 0.14);
}
.h_hydc .h_list .h_box:hover .h_title {
  color: #E7113B;
}
.h_falt {
  padding: 3.13% 0;
}
.h_falt img {
  width: 100%;
}
.h_fajz {
  position: relative;
  padding: 3.13% 0;
  overflow: hidden;
}
.h_fajz > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.h_fajz .h_list {
  align-items: stretch;
  justify-content: normal;
  flex-wrap: wrap;
}
.h_fajz .h_list .h_box {
  position: relative;
  padding: 2.9%;
  background: #FFFFFF;
  width: 32%;
  margin: 0 2% 2% 0;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.h_fajz .h_list .h_box:nth-child(3n) {
  margin-right: 0;
}
.h_fajz .h_list .h_box .h_title {
  color: #333;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.h_fajz .h_list .h_box .h_desc {
  font-weight: 300;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.h_fajz .h_list .h_box img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.h_fajz .h_list .h_box:hover {
  box-shadow: 0px 0px 24px 0px rgba(135, 135, 135, 0.15);
  border: 1px solid #E7113B;
}
.h_fajz .h_list .h_box:hover .h_title {
  color: #E7113B;
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
  .h_ggtitle {
    margin-bottom: 5%;
  }
  .h_hydc .h_list,
  .h_fajz .h_list {
    flex-direction: column;
  }
  .h_hydc .h_list .h_box,
  .h_fajz .h_list .h_box {
    width: 100%;
    margin: 0 0 5% 0;
    padding: 5%;
  }
  .h_hydc,
  .h_falt,
  .h_fajz {
    padding: 8% 0;
  }
}
