.h_newsDetails {
  width: 100%;
}
.h_newsDetails .h_cBox {
  box-shadow: 0 4px 12px #eff3ff;
  padding: 20px;
  border-radius: 10px;
}
.h_newsDetails .h_abstract {
  background: #F5F6F9;
  margin: 20px 0;
  padding: 16px 24px;
  color: #666;
  text-align: justify;
}
.h_newsDetails .h_mt20 {
  margin-top: 20px;
}
.h_newsDetails .h_t {
  text-align: center;
}
.h_newsDetails .h_t .h_Title {
  font-family: 'MiSans-Bold';
  font-size: 28px;
  color: #3D3D3D;
}
.h_newsDetails .h_t .h_desc {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  column-gap: 32px;
  font-family: 'MiSans-Regular';
  font-size: 14px;
  color: #666666;
}
.h_newsDetails .h_hr {
  margin: 20px 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.h_newsDetails .h_content {
  font-size: 15px;
  line-height: 1.8;
  color: #666666;
}
.h_newsDetails .h_content img,
.h_newsDetails .h_content video,
.h_newsDetails .h_content table {
  max-width: 100% !important;
  height: auto !important;
}
.h_newsDetails .h_links {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  column-gap: 32px;
}
.h_newsDetails .h_links .h_l {
  width: calc(100% - 100px);
}
.h_newsDetails .h_links .h_l a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #666;
  font-size: 15px;
  font-family: 'MiSans-Regular';
  line-height: 32px;
}
.h_newsDetails .h_links .h_l a:hover {
  color: var(--active-color);
}
.h_newsDetails .h_links .h_r {
  display: flex;
  white-space: nowrap;
  align-items: center;
  column-gap: 4px;
  color: #666;
  font-size: 16px;
}
.h_newsDetails .h_links .h_r .icon {
  font-size: 18px;
}
.h_newsDetails .h_links .h_r:hover {
  color: var(--active-color);
}
@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;
  }
  .h_newsDetails .h_abstract,
  .h_newsDetails .h_cBox {
    padding: 16px;
  }
  .h_newsDetails .h_links {
    column-gap: 0;
  }
  .h_newsDetails .h_hr {
    margin: 16px 0;
  }
  .h_newsDetails .h_t .h_Title {
    font-size: 20px !important;
  }
}
