.h_caseType {
  padding: 50px 0 30px;
  column-gap: 30px;
  row-gap: 10px;
}
.h_caseType a {
  padding: 0 20px;
  min-width: 134px;
  line-height: 44px;
  text-align: center;
  box-shadow: inset 0 0 0 1px #D8D8D8;
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 350;
  color: #333333;
}
.h_caseType a:hover {
  color: #2A6FDB;
  box-shadow: inset 0 0 0 1px #2A6FDB;
}
.h_caseType a.h_active {
  background: #2A6FDB;
  color: #fff;
  box-shadow: inset 0 0 0 1px #2A6FDB;
}
.h_caselist .h_1400 {
  flex-wrap: wrap;
  justify-content: normal;
}
.h_caselist .h_1400 .h_box {
  width: 32%;
  margin: 0 2% 2% 0;
  border: 1px solid #EEEEEE;
  transition: all 0.3s;
}
.h_caselist .h_1400 .h_box:nth-child(3n) {
  margin-right: 0;
}
.h_caselist .h_1400 .h_box .h_T {
  overflow: hidden;
}
.h_caselist .h_1400 .h_box .h_T img {
  transition: all 0.3s ease-in;
  width: 100%;
  /*height: 395px;*/
  /*visibility: hidden;*/
}
.h_caselist .h_1400 .h_box .h_B {
  padding: 18px 30px 32px;
}
.h_caselist .h_1400 .h_box .h_B .h_title {
  color: #333;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  /*margin-bottom: 12px;*/
  transition: all 0.3s;
}
.h_caselist .h_1400 .h_box .h_B .h_desc {
  font-size: 15px;
  font-weight: 300;
  color: #999;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.h_caselist .h_1400 .h_box .h_B .h_tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 8px;
}
.h_caselist .h_1400 .h_box .h_B .h_tags span {
  padding: 0 8px;
  line-height: 24px;
  background: #F7F8FA;
  border-radius: 60px 60px 60px 60px;
  font-size: 12px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 350;
  color: #999999;
}
.h_caselist .h_1400 .h_box .h_B .h_tags span:hover {
  background: #2A6FDB;
  color: #fff;
}
.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: #2A6FDB;
}
.h_caselist .h_1400 .h_box:hover .h_B .h_ckgd span {
  background: #2A6FDB;
  color: #fff;
}
.h_casexq {
  padding: 3.13% 0;
}
.h_casexq .h_T {
  padding-bottom: 2.64%;
  border-bottom: 1px solid rgba(42, 111, 219, 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: #2A6FDB;
  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;
  justify-content: space-between;
}
.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: #2A6FDB;
}
.h_casexq .h_tzsx .h_right a {
  font-weight: 300;
  line-height: 19px;
}
.h_casexq .h_tzsx .h_right a:hover {
  color: #2A6FDB;
}
@media screen and (max-width: 767px) {
  .h_caselist .h_1400 .h_box {
    width: 49%;
  }
  .h_caselist .h_1400 .h_box:nth-child(3n) {
    margin-right: 2%;
  }
  .h_caselist .h_1400 .h_box:nth-child(2n) {
    margin-right: 0;
  }
  .h_caselist .h_1400 .h_box .h_B {
    padding: 18px 26px;
  }
}
@media screen and (max-width: 480px) {
  .h_casexq .h_tzsx {
    padding-top: 20px;
  }
  .h_casexq {
    padding: 8% 0;
  }
  .h_caselist .h_1400 {
    flex-direction: column;
  }
  .h_caselist .h_1400 .h_box {
    width: 100%;
    margin: 0 0 5% 0;
  }
  .h_caselist .h_1400 .h_box:nth-child(3n) {
    margin-right: 0;
  }
  .h_caseType {
    column-gap: 20px;
    row-gap: 20px;
  }
  .h_caseType a {
    min-width: calc(50% - 10px);
  }
}
