.h_1200 {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
a {
  text-decoration: none;
}
a:hover,
a:active {
  outline: none;
}
.h_newsDetails {
  --active-color: #cd3333;
  padding: 30px 0;
}
.h_newsDetails p {
  margin: 7px 0;
}
.h_newsDetails .h_cBox {
  box-shadow: 0 1px 50px #efefef;
  padding: 30px;
}
.h_newsDetails .h_abstract {
  background: #F5F6F9;
  margin: 20px 0;
  padding: 16px 24px;
  color: #666;
  line-height: 1.7;
}
.h_newsDetails .h_mt20 {
  margin-top: 20px;
}
.h_newsDetails .h_t .h_Title {
  font-size: 26px;
  color: #3D3D3D;
  margin: 0;
}
.h_newsDetails .h_t .h_date {
  margin-top: 10px;
  column-gap: 32px;
  font-family: Regular;
  font-size: 16px;
  color: #666666;
}
.h_newsDetails .h_hr {
  margin: 20px 0 15px;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.h_newsDetails .h_content {
  line-height: 1.8;
}
.h_newsDetails .h_content img,
.h_newsDetails .h_content video,
.h_newsDetails .h_content table {
  max-width: 100%;
  height: auto !important;
}
.h_newsDetails .h_links {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
}
.h_newsDetails .h_links .h_l {
  width: calc(100% - 120px);
}
.h_newsDetails .h_links .h_l a,
.h_newsDetails .h_links .h_l span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #666;
  font-size: 15px;
  font-family: Regular;
  line-height: 32px;
}
.h_newsDetails .h_links .h_l a:hover {
  color: var(--active-color);
}
.h_newsDetails .h_links .h_r {
  color: #333;
  font-size: 16px;
}
.h_newsDetails .h_links .h_r:hover {
  color: var(--active-color);
}
.h_newsDetails .h_Box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.h_newsDetails .h_Box .h_L {
  width: calc(100% - 260px);
}
.h_newsDetails .h_Box .h_R {
  width: 240px;
  box-shadow: 0 1px 50px #efefef;
  padding: 10px 20px 20px;
}
.h_newsDetails .h_Box .h_R .h_tbox {
  position: relative;
  padding-bottom: 3px;
}
.h_newsDetails .h_Box .h_R .h_tbox .h_title span {
  color: #222;
  font-weight: 400;
  font-size: 20px;
  background: linear-gradient(0deg, rgba(205, 51, 51, 0.3) 0px 10px, #0000 10px 100%);
}
.h_newsDetails .h_Box .h_R .h_tbox::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -2px;
  background-color: var(--active-color);
}
.h_newsDetails .h_Box .h_R .h_tbox::before {
  position: absolute;
  content: '';
  border-top: 6px solid var(--active-color);
  border-left: 6px solid #00000000;
  border-right: 6px solid #00000000;
  left: 64px;
  bottom: -8px;
}
.h_newsDetails .h_Box .h_R .h_list .h_item {
  margin-top: 20px;
  display: block;
}
.h_newsDetails .h_Box .h_R .h_list .h_item .h_img {
  aspect-ratio: 3/2;
  font-size: 0;
  overflow: hidden;
}
.h_newsDetails .h_Box .h_R .h_list .h_item .h_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s ease-in-out;
}
.h_newsDetails .h_Box .h_R .h_list .h_item .h_name {
  font-size: 16px;
  color: #3D3D3D;
  margin: 5px 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
.h_newsDetails .h_Box .h_R .h_list .h_item:hover .h_img img {
  transform: scale(1.1);
}
.h_newsDetails .h_Box .h_R .h_list .h_item:hover .h_name {
  color: var(--active-color);
}
@media screen and (max-width: 1024px) {
  .h_newsDetails .h_t .h_Title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .h_newsDetails .h_Box .h_L {
    width: 100%;
  }
  .h_newsDetails .h_Box .h_R {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .h_1200 {
    width: 100%;
  }
  .h_newsDetails {
    padding: 15px 0;
  }
  .h_newsDetails .h_hr {
    margin: 7px 0;
  }
  .h_newsDetails .h_t .h_Title {
    font-size: 18px;
  }
  .h_newsDetails .h_cBox {
    padding: 15px;
  }
  .h_newsDetails .h_abstract {
    padding: 15px;
    margin: 12px 0;
    font-size: 15px;
  }
  .h_newsDetails .h_mt20 {
    margin-top: 10px;
  }
  .h_newsDetails .h_links .h_l {
    width: 100%;
  }
  .h_newsDetails .h_links .h_r {
    margin-top: 3px;
  }
}
