.h_prolist {
  padding: 3.12% 0;
  background: #F8F8F8;
}
.h_prolist .h_row {
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 28px;
  row-gap: 28px;
}
.h_prolist .h_row .h_box {
  width: calc(25% - 21px);
  border-radius: 4px;
}
.h_prolist .h_row .h_box .h_T {
  position: relative;
  overflow: hidden;
  height: 200px;
  background: #2A6FDB;
}
.h_prolist .h_row .h_box .h_T img {
  transition: all 0.3s;
  width: 100%;
}
.h_prolist .h_row .h_box .h_T .h_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s;
  border: 100px solid rgba(220, 220, 220, 0.6);
}
.h_prolist .h_row .h_box .h_T .h_title {
  position: absolute;
  color: #fff;
  text-align: center;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  font-weight: bold;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
}
.h_prolist .h_row .h_box .h_B {
  background-color: #fff;
  padding: 24px;
}
.h_prolist .h_row .h_box .h_B .h_p1 {
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 350;
  color: #3D3D3D;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 84px;
  margin-bottom: 42px;
}
.h_prolist .h_row .h_box .h_B .h_p3 {
  text-align: right;
}
.h_prolist .h_row .h_box .h_B .h_p3 span {
  transition: all 0.3s;
  display: inline-block;
  width: 140px;
  line-height: 43px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #FFAD1C;
}
.h_prolist .h_row .h_box:hover {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}
.h_prolist .h_row .h_box:hover .h_T img {
  transform: scale(1.05);
}
.h_prolist .h_row .h_box:hover .h_T .h_bg {
  border-width: 0;
  border-style: solid;
}
@media screen and (max-width: 1024px) {
  .h_prolist .h_row .h_box {
    width: calc(33.33333% - 18.66666px);
  }
  .h_prolist .h_row .h_box .h_B .h_p1 {
    margin-bottom: 20px;
  }
  .h_prolist .h_row .h_box .h_T .h_title {
    font-size: 26px;
  }
  .h_prolist .h_row .h_box .h_B .h_p1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .h_prolist .h_row .h_box {
    width: calc(50% - 14px);
  }
}
@media screen and (max-width: 480px) {
  .h_prolist .h_row .h_box {
    width: 100%;
  }
  .h_prolist .h_row .h_box .h_B .h_p1 {
    font-size: 16px;
    line-height: 28px;
  }
  .h_prolist .h_row .h_box .h_B {
    padding: 12px 16px;
  }
}
