.h_blog .h_tabs {
  border-bottom: 1px solid #EEEEEE;
}
.h_blog .h_tabs a {
  padding: 30px 0;
  font-size: 18px;
  color: #666666;
  display: block;
  margin: 0 42px;
  border-bottom: 2px solid transparent;
}
.h_blog .h_tabs a.h_active,
.h_blog .h_tabs a:hover {
  color: var(--active-color2);
  border-bottom-color: var(--active-color2);
}
.h_blog .h_list .h_item {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #EEEEEE;
}
.h_blog .h_list .h_item .h_img {
  overflow: hidden;
  width: 380px;
}
.h_blog .h_list .h_item .h_text {
  width: calc(100% - 420px);
}
.h_blog .h_list .h_item .h_text .h_date .h_d {
  font-size: 34px;
  color: #999999;
  font-family: 'OPPOSans-Bold';
}
.h_blog .h_list .h_item .h_text .h_date .h_r {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #D8D8D8;
}
.h_blog .h_list .h_item .h_text .h_date .h_r .h_ym {
  font-size: 14px;
  color: #666666;
  font-family: 'OPPOSans-Medium';
}
.h_blog .h_list .h_item .h_text .h_date .h_r img {
  margin-top: 3px;
  width: 14px;
}
.h_blog .h_list .h_item .h_text .h_title {
  font-size: 20px;
  color: #222222;
  font-family: 'OPPOSans-Medium';
  margin-top: 23px;
}
.h_blog .h_list .h_item .h_text .h_desc {
  margin-top: 15px;
  font-size: 16px;
  color: #999999;
  line-height: calc(28/16);
}
.h_blog .h_list .h_item .h_text .h_arrow {
  text-align: right;
  margin-top: 20px;
}
.h_blog .h_list .h_item .h_text .h_arrow img {
  width: 90px;
}
.h_blog .h_list .h_item:hover .h_img img {
  transform: scale(1.06);
}
.h_blog .h_list .h_item:hover .h_text .h_title {
  color: var(--active-color2);
}
.h_newsDetails .h_cBox {
  padding: 20px 32px;
  border-radius: 10px;
  background-color: #fff;
}
.h_newsDetails .h_msg {
  margin-top: 10px;
}
.h_newsDetails .h_msg .h_date {
  color: #333;
  margin-right: 16px;
}
.h_newsDetails .h_msg .h_date img {
  width: 16px;
  margin: -1px 3px 0 0;
}
.h_newsDetails .h_abstract {
  background: #3a424d;
  margin: 20px 0;
  padding: 16px 20px;
  color: #333;
  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: #222;
}
.h_newsDetails .h_t .h_desc {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  column-gap: 32px;
  font-size: 14px;
  color: #333;
}
.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: #333;
}
.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;
}
.h_newsDetails .h_links .h_l {
  overflow: hidden;
  width: calc(100% - 100px);
}
.h_newsDetails .h_links .h_l a {
  color: #333;
  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: #333;
  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: 767px) {
  .h_blog .h_tabs a {
    padding: 22px 0;
  }
  .h_blog .h_list .h_item .h_img {
    width: 40%;
  }
  .h_blog .h_list .h_item .h_img img {
    width: 100%;
  }
  .h_blog .h_list .h_item .h_text {
    width: calc(60% - var(--w-padding)/2);
  }
  .h_blog .h_list .h_item .h_text .h_arrow {
    display: none;
  }
  .h_blog .h_list .h_item .h_text .h_title {
    margin-top: 10px;
    font-size: 18px;
  }
  .h_blog .h_list .h_item .h_text .h_desc {
    margin-top: 9px;
    font-size: 15px;
  }
  .h_blog .h_list .h_item {
    margin-bottom: calc(var(--w-padding)/2);
    padding-bottom: calc(var(--w-padding)/2);
  }
}
@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 {
    border-radius: 0;
  }
  .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;
  }
  .h_blog .h_tabs a {
    padding: 16px 0;
    margin: 0 22px;
    font-size: 16px;
  }
  .h_blog .h_list .h_item .h_text .h_date {
    display: none;
  }
  .h_blog .h_list .h_item .h_text .h_title {
    font-size: 16px;
    margin: 0;
  }
  .h_blog .h_list .h_item .h_text .h_desc {
    margin-top: 6px;
    font-size: 14px;
  }
}
