.h_caselist {
  padding: 40px 0;
}
.h_caselist .h_1400 {
  flex-wrap: wrap;
  justify-content: normal;
}
.h_caselist .h_1400 .h_box {
  width: 18.3%;
  margin: 0 2% 2% 0;
  border: 1px solid #EEEEEE;
  transition: all 0.3s;
}
.h_caselist .h_1400 .h_box:nth-child(5n) {
  margin-right: 0;
}
.h_caselist .h_1400 .h_box .h_T {
  overflow: hidden;
  padding: 3% 7%;
  aspect-ratio: 5/3;
  text-align: center;
}
.h_caselist .h_1400 .h_box .h_T img {
  transition: all 0.3s;
  width: 90%;
  height: 100%;
  
  object-fit: contain;
}
.h_caselist .h_1400 .h_box .h_B {
  padding: 0% 5.4% 7.17%;
}
.h_caselist .h_1400 .h_box .h_B .h_title {
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  /*margin-bottom: 16px;*/
  text-align: center;
  transition: all 0.3s;
}
.h_caselist .h_1400 .h_box .h_B .h_desc {
  font-size: 15px;
  font-weight: 300;
  color: #777777;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12%;
}
.h_caselist .h_1400 .h_box .h_B .h_ckgd span {
  display: inline-block;
  padding: 12px 24px;
  font-size: 12px;
  color: #777777;
  border: 1px solid #EEEEEE;
  transition: all 0.3s;
}
.h_caselist .h_1400 .h_box:hover {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}
.h_caselist .h_1400 .h_box:hover .h_T img {
  transform: scale(1.05);
}
.h_caselist .h_1400 .h_box:hover .h_B .h_title {
  color: #E7113B;
}
.h_caselist .h_1400 .h_box:hover .h_B .h_ckgd span {
  background: #E7113B;
  color: #fff;
}
.h_casexq {
  padding: 3.13% 0;
}
.h_casexq .h_T {
  padding-bottom: 2.64%;
  border-bottom: 1px solid rgba(231, 17, 59, 0.5);
  position: relative;
}
.h_casexq .h_T .h_title {
  text-align: center;
  font-size: 22px;
  color: #333333;
}
.h_casexq .h_T .h_line {
  width: 96px;
  height: 2px;
  background: #E7113B;
  position: absolute;
  bottom: 0;
  left: calc(50% - 48px);
}
.h_casexq .h_time {
  margin: 2.3% 0;
  text-align: center;
}
.h_casexq .h_time span {
  font-size: 12px;
  font-weight: 300;
  color: #333333;
  margin: 0 12px;
}
.h_casexq .h_content {
  padding: 4.5% 6.5%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.h_casexq .h_content img,
.h_casexq .h_content table,
.h_casexq .h_content iframe {
  max-width: 100%;
}
.h_casexq .h_tzsx {
  padding: 2.3% 6.5% 0;
}
.h_casexq .h_tzsx .h_left {
  width: calc(90% - 48px);
}
.h_casexq .h_tzsx .h_left p {
  margin-bottom: 16px;
}
.h_casexq .h_tzsx .h_left p a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 300;
  line-height: 19px;
}
.h_casexq .h_tzsx .h_left p a:hover {
  color: #E7113B;
}
.h_casexq .h_tzsx .h_right a {
  font-weight: 300;
  line-height: 19px;
}
.h_casexq .h_tzsx .h_right a:hover {
  color: #E7113B;
}
@media screen and (max-width: 1024px) {
    .h_caselist .h_1400 .h_box{
        width: 32%;
    }
    .h_caselist .h_1400 .h_box:nth-child(5n) {
        margin-right: 2%;
    }
    .h_caselist .h_1400 .h_box:nth-child(3n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 480px) {
    .h_caselist{
        padding: 20px 0 5px;
    }
  .h_casexq .h_tzsx {
    padding-top: 20px;
  }
  .h_casexq {
    padding: 8% 0;
  }
  .h_caselist .h_1400 {
      justify-content: space-between;
  }
  .h_caselist .h_1400 .h_box {
    width: 47.5%;
    margin: 0 0 5% 0;
  }
}
