.h_case {
  background: #F7F7F7;
  padding-bottom: 80px;
}
.h_case .h_container {
  margin-top: 40px;
  padding: 32px 58px 60px;
  background: #fff;
}
.h_case .h_container .h_Box {
  margin-top: 35px;
}
.h_case .h_container .h_Box .h_L {
  width: calc(100% - 315px);
}
.h_case .h_container .h_Box .h_L .h_one {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.h_case .h_container .h_Box .h_L .h_one::after {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: var(--active-color);
  transform: scaleX(0);
  transition: transform 0.3s;
  transform-origin: right;
}
.h_case .h_container .h_Box .h_L .h_one .h_img {
  width: 250px;
  aspect-ratio: 250/125;
  overflow: hidden;
}
.h_case .h_container .h_Box .h_L .h_one .h_text {
  width: calc(100% - 290px);
}
.h_case .h_container .h_Box .h_L .h_one .h_text .h_name {
  font-weight: 400;
  font-size: 16px;
  color: #3D3D3D;
}
.h_case .h_container .h_Box .h_L .h_one .h_text .h_date {
  font-weight: 290;
  font-size: 13px;
  color: #666666;
  margin-top: 6px;
}
.h_case .h_container .h_Box .h_L .h_one .h_text .h_desc {
  margin-top: 6px;
  font-weight: 290;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.h_case .h_container .h_Box .h_L .h_one:hover .h_img img {
  transform: scale(1.05);
}
.h_case .h_container .h_Box .h_L .h_one:hover .h_text .h_name {
  font-weight: bold;
  color: var(--active-color);
}
.h_case .h_container .h_Box .h_L .h_one:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.h_case .h_container .h_Box .h_list .h_item .h_img {
  aspect-ratio: 308/184;
}
.h_case .h_container .h_Box .h_list .h_item .h_text {
  padding: 16px 0 20px;
}
.h_case .h_container .h_Box .h_list .h_item .h_text .h_name {
  font-weight: 400;
  font-size: 15px;
  color: #3D3D3D;
  line-height: 20px;
}
.h_case .h_container .h_Box .h_list .h_item .h_text .h_line {
  height: 1px;
  background: #D8D8D8;
  margin: 20px 0 15px;
}
.h_case .h_container .h_Box .h_list .h_item .h_text .h_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.h_case .h_container .h_Box .h_list .h_item .h_text .h_tags span {
  padding: 6px 8px;
  background: #E4F4FD;
  font-weight: 290;
  font-size: 13px;
  color: #0070EE;
}
.h_case .h_container .h_Box .h_list .h_item:hover .h_img img {
  transform: scale(1.05);
}
.h_case .h_container .h_Box .h_list .h_item:hover .h_text .h_name {
  color: var(--active-color);
}
.h_case .h_container .h_Box .h_newsList .h_item {
  padding-bottom: 23px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.h_case .h_container .h_Box .h_newsList .h_item::after {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: var(--active-color);
  transform: scaleX(0);
  transition: transform 0.3s;
  transform-origin: right;
}
.h_case .h_container .h_Box .h_newsList .h_item .h_name {
  font-weight: 400;
  font-size: 16px;
  color: #3D3D3D;
}
.h_case .h_container .h_Box .h_newsList .h_item .h_desc {
  font-weight: 290;
  font-size: 13px;
  color: #666666;
  line-height: 27px;
  margin-top: 5px;
}
.h_case .h_container .h_Box .h_newsList .h_item:hover .h_name {
  font-weight: bold;
  color: var(--active-color);
}
.h_case .h_container .h_Box .h_newsList .h_item:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.h_case .h_container .h_Box .h_R {
  width: 280px;
}
.h_case .h_container .h_Box .h_R .h_box {
  background: #F7F7F8;
  padding: 20px 18px 16px;
  margin-bottom: 30px;
}
.h_case .h_container .h_Box .h_R .h_box .h_title {
  border-bottom: 1px solid #DEDEDF;
}
.h_case .h_container .h_Box .h_R .h_box .h_title span {
  font-weight: 400;
  font-size: 16px;
  color: #3D3D3D;
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}
.h_case .h_container .h_Box .h_R .h_box .h_title span::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  background-color: var(--active-color);
  bottom: 0;
  left: 0;
}
.h_case .h_container .h_Box .h_R .h_box .h_clist {
  margin-top: 16px;
}
.h_case .h_container .h_Box .h_R .h_box .h_clist .h_item1 {
  padding: 12px 20px 12px 26px;
  border: 1px solid #E4E4E4;
  margin-bottom: 13px;
}
.h_case .h_container .h_Box .h_R .h_box .h_clist .h_item1:last-child {
  margin: 0;
}
.h_case .h_container .h_Box .h_R .h_box .h_clist .h_item1 .name {
  width: calc(100% - 20px);
  font-weight: 290;
  font-size: 14px;
  color: #3D3D3D;
}
.h_case .h_container .h_Box .h_R .h_box .h_clist .h_item1 .icon {
  width: 15px;
  height: 15px;
  background-color: #D1D1D1;
  border-radius: 50%;
  background-image: url(../static/icon_arrow1.png);
  background-size: contain;
}
.h_case .h_container .h_Box .h_R .h_box .h_clist .h_item1:hover,
.h_case .h_container .h_Box .h_R .h_box .h_clist .h_item1.h_active {
  border-color: var(--active-color);
}
.h_case .h_container .h_Box .h_R .h_box .h_clist .h_item1:hover .name,
.h_case .h_container .h_Box .h_R .h_box .h_clist .h_item1.h_active .name {
  color: var(--active-color);
}
.h_case .h_container .h_Box .h_R .h_box .h_clist .h_item1:hover .icon,
.h_case .h_container .h_Box .h_R .h_box .h_clist .h_item1.h_active .icon {
  background-color: var(--active-color);
}
.h_case .h_container .h_Box .h_R .h_box .h_clist .h_item2 {
  margin-bottom: 15px;
}
.h_case .h_container .h_Box .h_R .h_box .h_clist .h_item2 .index {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #D74A04;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
}
.h_case .h_container .h_Box .h_R .h_box .h_clist .h_item2 .name {
  width: calc(100% - 34px);
  font-weight: 290;
  font-size: 14px;
  color: #666666;
}
.h_case .h_container .h_Box .h_R .h_box .h_clist .h_item2:hover .name {
  color: var(--active-color);
}
.h_case .h_container .h_Box .h_R .h_box .h_clist .h_item2:nth-child(2) .index {
  background: #ED5104;
}
.h_case .h_container .h_Box .h_R .h_box .h_clist .h_item2:nth-child(3) .index {
  background: #FE6F27;
}
.h_case .h_container .h_Box .h_R .h_box .h_clist .h_item2:nth-child(4) .index {
  background: #AEACAB;
}
.h_case .h_container .h_Box .h_R .h_box .h_clist .h_item2:nth-child(5) .index {
  background: #CFCDCD;
}
.h_case .h_container .h_Box .h_R .h_box .h_clist .h_item2:nth-child(6) .index {
  background: #E6E5E5;
}
.h_case .h_container .h_Box .h_R .h_box .h_name {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  margin: 16px 0 10px;
}
.h_case .h_container .h_Box .h_R .h_box .h_msg {
  padding: 10px 0;
  font-weight: 290;
  font-size: 14px;
  color: #222222;
  border-bottom: 1px dashed #B8B8B8;
}
@media screen and (max-width: 1400px) {
  .h_case .h_container {
    padding: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .h_case {
    padding-bottom: 0;
  }
  .h_case .h_container {
    margin-top: 30px;
    padding: 30px;
    width: 100%;
    margin: 0;
  }
  .h_case .h_container .h_Box {
    margin-top: 30px;
  }
  .h_case .h_container .h_Box .h_list .h_item .h_text {
    padding: 15px 0 0;
  }
  .h_case .h_container .h_Box .h_L {
    width: 100%;
  }
  .h_case .h_container .h_Box .h_R {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .h_case .h_container .h_Box .h_L .h_one .h_text {
    width: calc(100% - 270px);
  }
  .h_case .h_container .h_Box .h_L .h_one {
    padding-bottom: 22px;
    margin-bottom: 22px;
  }
  .h_case .h_container .h_Box .h_newsList {
    --c-gap: 22px;
    --r-gap: 22px;
  }
}
@media screen and (max-width: 480px) {
  .h_case .h_container {
    padding: 15px;
  }
  .h_case .h_container .h_Box {
    margin-top: 15px;
  }
  .h_case .h_container .h_Box .h_list .h_item .h_text .h_line {
    margin: 10px 0
         12px;
  }
  .h_case .h_container .h_Box .h_L .h_one .h_img {
    width: 100%;
  }
  .h_case .h_container .h_Box .h_L .h_one .h_text {
    width: 100%;
    margin-top: 10px;
  }
  .h_case .h_container .h_Box .h_L .h_one .h_text .h_date {
    display: none;
  }
  .h_case .h_container .h_Box .h_L .h_one {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .h_case .h_container .h_Box .h_newsList .h_item {
    padding-bottom: 15px;
  }
}
