.h_main {
  background-color: #f7f7f7;
}
.h_newsDetails .h_cBox {
  padding: 20px 32px;
  background-color: #fff;
}
.h_newsDetails .h_msg {
  margin-top: 10px;
}
.h_newsDetails .h_msg .h_date {
  color: #898989;
  margin-right: 16px;
}
.h_newsDetails .h_msg .h_date img {
  width: 16px;
  margin: -4px 1px 0 0;
}
.h_newsDetails .h_abstract {
  background: #f2f5ff;
  margin: 20px 0;
  padding: 16px 20px;
  color: #666;
  text-align: justify;
  border-radius: 6px;
}
.h_newsDetails .h_mt20 {
  margin-top: 20px;
}
.h_newsDetails .h_t {
  text-align: center;
}
.h_newsDetails .h_t .h_Title {
  margin-top: 10px;
  font-family: 'OPPOSans-Bold';
  font-size: 28px;
  color: #3D3D3D;
}
.h_newsDetails .h_t .h_desc {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  column-gap: 32px;
  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 p {
  margin: 7px 0;
}
.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 {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  column-gap: 32px;
}
.h_newsDetails .h_links .h_l {
  overflow: hidden;
  width: calc(100% - 100px);
}
.h_newsDetails .h_links .h_l a {
  color: #666;
  font-size: 15px;
  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;
  }
  .details {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .h_newsDetails .h_cBox {
    padding: 15px;
  }
  .h_newsDetails .h_t .h_Title {
    font-size: 20px;
    margin: 0;
  }
  .h_newsDetails .h_abstract {
    margin: 12px 0;
  }
  .h_newsDetails .h_abstract {
    padding: 12px 15px;
  }
  .h_newsDetails .h_mt20 {
    margin-top: 15px;
  }
  .h_newsDetails .h_links .h_l {
    width: 100%;
  }
  .h_newsDetails .h_links {
    flex-wrap: wrap;
    justify-content: center;
  }
  .h_newsDetails .h_links .h_r {
    margin-top: 3px;
  }
}
