.h_zhcw {
  overflow: hidden;
  padding: 4.2% 0;
  background-color: #FAFAFA;
}
.h_zhcw .h_desc {
  margin-bottom: 2.3%;
  color: #333;
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
}
.h_zhcw .h_box .h_L {
  width: 43%;
}
.h_zhcw .h_box .h_L .h_p1 {
  padding: 8px 20px;
  background: #E8E8E8;
  margin-bottom: 3.3%;
  display: inline-block;
}
.h_zhcw .h_box .h_L .h_p2 {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 5%;
}
.h_zhcw .h_box .h_L .h_p2:last-child {
  margin-bottom: 0;
}
.h_zhcw .h_box .h_R {
  width: 50%;
}
.h_zhcw .h_box .h_R img {
  width: 100%;
}
.h_fwjg {
  padding: 4.2% 0;
}
.h_fwjg .h_desc {
  text-align: justify;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 32px;
}
.h_fwjg img {
  width: 100%;
}
.h_fwtx {
  padding: 4.2% 0;
  background: #FAFAFA;
}
.h_fwtx .h_list {
  align-items: stretch;
  justify-content: start;
  flex-wrap: wrap;
}
.h_fwtx .h_list .h_box {
  background-color: #fff;
  width: 23.5%;
  margin: 0 2% 2% 0;
  padding: 2.3%;
  transition: all 0.3s;
}
.h_fwtx .h_list .h_box:nth-child(4n) {
  margin-right: 0;
}
.h_fwtx .h_list .h_box .h_title {
  color: #333;
  font-size: 20px;
  text-align: center;
}
.h_fwtx .h_list .h_box .h_line {
  width: 32px;
  height: 2px;
  background-color: #E7113B;
  margin: 10px auto 22px;
}
.h_fwtx .h_list .h_box .h_desc {
  height: 130px;
  color: #333;
  line-height: 26px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.h_fwtx .h_list .h_box:hover {
  background-color: #E7113B;
}
.h_fwtx .h_list .h_box:hover .h_title,
.h_fwtx .h_list .h_box:hover .h_desc {
  color: #fff;
}
.h_fwtx .h_list .h_box:hover .h_line {
  background-color: #fff;
}
.h_fwjz {
  padding: 4.2% 0;
}
.h_fwjz .h_list {
  flex-wrap: wrap;
}
.h_fwjz .h_list .h_box {
  width: 49%;
  margin-bottom: 2%;
  border: 1px solid #E8E8E8;
  transition: all 0.2s;
  padding: 4.25% 4.25% 2.5%;
  background: url(../images/zhcw_img03.png) no-repeat bottom right;
}
.h_fwjz .h_list .h_box .h_T {
  align-items: flex-start;
  margin-bottom: 20px;
}
.h_fwjz .h_list .h_box .h_T .h_title {
  color: #333;
  font-size: 24px;
}
.h_fwjz .h_list .h_box .h_T .h_hide {
  display: none;
}
.h_fwjz .h_list .h_box .h_desc {
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 96px;
}
.h_fwjz .h_list .h_box:hover {
  border-color: #E7113B;
  box-shadow: 0px 0px 24px 0px rgba(135, 135, 135, 0.15);
}
.h_fwjz .h_list .h_box:hover .h_T .h_title {
  color: #E7113B;
}
.h_fwjz .h_list .h_box:hover .h_T .h_hide {
  display: block;
}
.h_fwjz .h_list .h_box:hover .h_T .h_show {
  display: none;
}
@media screen and (max-width: 767px) {
  .h_fwtx .h_list .h_box {
    width: 32%;
  }
  .h_fwtx .h_list .h_box:nth-child(4n) {
    margin-right: 2%;
  }
  .h_fwtx .h_list .h_box:nth-child(3n) {
    margin-right: 0;
  }
  .h_zhcw .h_desc,
  .h_zhcw .h_box .h_L .h_p2,
  .h_fwjg .h_desc,
  .h_fwjz .h_list .h_box .h_desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 680px) {
  .h_zhcw .h_box {
    flex-direction: column;
  }
  .h_zhcw .h_box .h_L,
  .h_zhcw .h_box .h_R {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .h_fwtx .h_list .h_box {
    width: 49%;
    margin: 0 2% 3% 0;
    padding: 4%;
  }
  .h_fwtx .h_list .h_box:nth-child(3n) {
    margin-right: 2%;
  }
  .h_fwtx .h_list .h_box:nth-child(2n) {
    margin-right: 0;
  }
  .h_fwtx .h_list .h_box .h_line {
    margin: 10px auto;
  }
  .h_fwjz .h_list {
    flex-direction: column;
  }
  .h_fwjz .h_list .h_box {
    width: 100%;
    margin: 0 0 5% 0;
  }
  .h_fwjz .h_list .h_box .h_T .h_title {
    font-size: 22px;
  }
  .h_fwjz .h_list .h_box .h_T {
    margin-bottom: 10px;
  }
  .h_zhcw,
  .h_fwjg,
  .h_fwtx,
  .h_fwjz {
    padding-top: 10%;
  }
}
