.h_details .h_content {
  box-shadow: 0 1px 50px #efefef;
  margin-bottom: 20px;
  padding: 24px 28px;
  background: #fff;
}
.h_details .h_content .h_top {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.h_details .h_content .h_top .h_title {
  font-size: 25px;
  font-family: Medium;
  color: #3D3D3D;
  text-align: center;
  margin-bottom: 10px;
}
.h_details .h_content .h_top .h_msg i {
  margin-right: 3px;
  color: #b1b1b1;
}
.h_details .h_content .h_top .h_msg .h_date {
  margin-right: 15px;
  font-size: 13px;
  color: #888888;
}
.h_details .h_content .h_top .h_msg .h_read {
  font-size: 13px;
  color: #888888;
}
.h_details .h_content .h_textarea {
  padding: 20px 12px 0;
  font-size: 15px;
  color: #666666;
  line-height: 1.8;
}
.h_details .h_content .h_textarea img,
.h_details .h_content .h_textarea video {
  max-width: 100%;
  height: auto !important;
}
.h_details .h_btns {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 20px;
}
.h_details .h_btns .h_btn {
  box-shadow: 0 1px 50px #efefef;
  width: calc(50% - 10px);
  background: #FFFFFF;
  padding: 20px;
}
.h_details .h_btns .h_btn a {
  display: block;
  position: relative;
  transition: padding 0.3s linear;
}
.h_details .h_btns .h_btn a p {
  font-size: 14px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #959595;
}
.h_details .h_btns .h_btn a .h_p2 {
  margin-top: 8px;
  font-size: 16px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #3D3D3D;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_details .h_btns .h_btn a::before {
  position: absolute;
  content: '';
  width: 3px;
  height: 50px;
  background: var(--active-color);
  left: 0;
  top: 1px;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.2s 0.3s linear;
}
.h_details .h_btns .h_btn a:hover {
  padding-left: 18px;
}
.h_details .h_btns .h_btn a:hover .h_p2 {
  color: var(--active-color);
}
.h_details .h_btns .h_btn a:hover::before {
  transform: scaleY(1);
}
.h_details .h_box1 {
  padding: 20px;
  background: #FFFFFF;
}
.h_details .h_box1 .h_ggTitle {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.h_details .h_box1 .h_ggTitle .h_title {
  font-size: 20px;
}
.h_details .h_box1 .h_ggTitle .h_title span {
  margin-left: 10px;
  font-size: 18px;
  color: #C9C9C9;
  text-transform: uppercase;
}
.h_details .h_box1 .h_list1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.h_details .h_box1 .h_list1 a {
  margin-top: 10px;
  width: calc(50% - 20px);
}
.h_details .h_box1 .h_list1 a .h_img,
.h_details .h_box1 .h_list1 a .h_btom {
  display: none;
}
.h_details .h_box1 .h_list1 a .h_text .h_desc {
  display: none;
}
.h_details .h_box1 .h_list1 a .h_text .h_title {
  font-size: 15px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #666666;
  position: relative;
  padding-left: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_details .h_box1 .h_list1 a .h_text .h_title::after {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: var(--active-color);
  border-radius: 50%;
  left: 0;
  top: calc(50% - 2px);
}
.h_details .h_box1 .h_list1 a:hover .h_text .h_title {
  color: var(--active-color);
}
.h_details .h_box1 .h_list1 a:hover .h_img img {
  transform: scale(1.05);
}
@media screen and (max-width: 480px) {
  .h_details .h_content .h_top .h_title {
    font-size: 18px;
  }
  .h_details .h_content {
    padding: 16px;
    margin-bottom: 16px;
  }
  .h_details .h_content .h_textarea {
    padding: 12px 0;
  }
  .h_details .h_btns {
    margin: 0;
  }
  .h_details .h_btns .h_btn {
    width: 100%;
    margin-bottom: 16px;
  }
  .h_details .h_btns .h_btn a {
    display: flex;
    align-items: center;
    column-gap: 12px;
  }
  .h_details .h_btns .h_btn a p {
    white-space: nowrap;
  }
  .h_details .h_btns .h_btn a .h_p2 {
    margin: 0;
  }
  .h_details .h_btns .h_btn {
    padding: 16px;
  }
  .h_details .h_btns .h_btn a:hover {
    padding: 0;
  }
  .h_details .h_btns .h_btn a:hover::before {
    display: none;
  }
}
