.h_news {
  padding: 70px 0;
}
.h_news .h_tabs {
  display: flex;
  align-items: center;
  position: relative;
}
.h_news .h_tabs::after {
  position: absolute;
  content: attr(data-en);
  font-family: Bold;
  font-size: 38px;
  color: #F5F6F8;
  text-transform: uppercase;
  right: 0;
}
.h_news .h_tabs .mySwiper {
  margin: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: -2px;
}
.h_news .h_tabs .mySwiper .swiper-slide {
  width: auto;
  padding: 0 24px;
  font-family: Normal;
  font-size: 15px;
  color: #757575;
  line-height: 2;
  border-radius: 51px 51px 51px 51px;
  cursor: pointer;
  border: 1px solid #006FC600;
}
.h_news .h_tabs .mySwiper .swiper-slide.h_active {
  color: var(--active-color);
  font-family: Normal;
  font-size: 15px;
  border-color: var(--active-color);
}
.h_news .h_tabs .h_btns {
  padding: 0 16px;
  width: 64px;
  display: flex;
  align-items: center;
}
.h_news .h_tabs .h_btns .h_btn {
  border-top: 6px solid #00000000;
  border-bottom: 6px solid #00000000;
  cursor: pointer;
}
.h_news .h_tabs .h_btns .h_prev {
  border-right: 10px solid #757575;
}
.h_news .h_tabs .h_btns .h_next {
  border-left: 10px solid #757575;
  margin-left: 12px;
}
.h_news .h_list .h_box {
  padding: 60px 0;
  border-bottom: 1px solid #EDEDED;
}
.h_news .h_list .h_box .h_date {
  width: 110px;
  padding-top: 16px;
}
.h_news .h_list .h_box .h_date .h_md {
  font-family: Normal;
  font-size: 39px;
  color: #676767;
}
.h_news .h_list .h_box .h_date .h_year {
  font-family: Normal;
  font-size: 18px;
  color: #676767;
}
.h_news .h_list .h_box .h_C {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40.486%;
}
.h_news .h_list .h_box .h_C .h_text {
  padding-top: 23px;
}
.h_news .h_list .h_box .h_C .h_text .h_title {
  font-size: 21px;
  color: #222;
  font-family: Demibold;
  line-height: 1.334;
  text-align: justify;
}
.h_news .h_list .h_box .h_C .h_text .h_desc {
  margin-top: 14px;
  font-family: Normal;
  font-size: 15px;
  color: #676767;
  line-height: 26px;
  text-align: justify;
}
.h_news .h_list .h_box .h_C .h_more {
  text-transform: uppercase;
  color: var(--active-color);
  column-gap: 15px;
}
.h_news .h_list .h_box .h_C .h_more img {
  width: 24px;
}
.h_news .h_list .h_box .h_img {
  width: 30.5555%;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
}
.h_news .h_list .h_box .h_img img {
  width: 100%;
}
.h_news .h_list .h_box:hover .h_text .h_title {
  color: var(--active-color);
}
.h_news #h_pages {
  margin-top: 70px;
}
.h_newsDetails {
  padding: 80px 0;
}
.h_newsDetails .h_date {
  width: 160px;
  height: 160px;
  background: #727171;
  box-shadow: 10px 10px #E6E6E6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.h_newsDetails .h_date p {
  color: #FFFFFF;
  font-size: 58px;
  font-family: Medium;
  line-height: 1.1;
}
.h_newsDetails .h_date .h_y-m {
  font-size: 29px;
  font-family: Demibold;
}
.h_newsDetails .h_content {
  width: calc(100% - 240px);
}
.h_newsDetails .h_content .h_title {
  font-size: 41px;
  color: #222222;
  font-family: Bold;
  text-align: center;
}
.h_newsDetails .h_content .h_msg {
  margin-top: 10px;
  column-gap: 20px;
}
.h_newsDetails .h_content .h_share {
  margin-top: 70px;
}
.h_newsDetails .h_content .h_share a {
  width: 30px;
  margin-right: 12px;
}
.h_newsDetails .h_content .h_hr {
  width: 100%;
  height: 1px;
  background: #D8D8D8;
  margin: 24px 0;
}
.h_newsDetails .h_content .h_text {
  font-size: 16px;
  color: #3D3D3D;
  line-height: 1.8;
  font-family: Normal;
}
.h_newsDetails .h_content .h_text h1,
.h_newsDetails .h_content .h_text h2,
.h_newsDetails .h_content .h_text h3,
.h_newsDetails .h_content .h_text h4,
.h_newsDetails .h_content .h_text h5,
.h_newsDetails .h_content .h_text h6,
.h_newsDetails .h_content .h_text .h1,
.h_newsDetails .h_content .h_text .h2,
.h_newsDetails .h_content .h_text .h3,
.h_newsDetails .h_content .h_text .h4,
.h_newsDetails .h_content .h_text .h5,
.h_newsDetails .h_content .h_text .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h_newsDetails .h_content .h_text p {
  margin: 0 0 9px;
}
.h_newsDetails .h_content .h_text h1,
.h_newsDetails .h_content .h_text .h1,
.h_newsDetails .h_content .h_text h2,
.h_newsDetails .h_content .h_text .h2,
.h_newsDetails .h_content .h_text h3,
.h_newsDetails .h_content .h_text .h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
.h_newsDetails .h_content .h_text h4,
.h_newsDetails .h_content .h_text .h4,
.h_newsDetails .h_content .h_text h5,
.h_newsDetails .h_content .h_text .h5,
.h_newsDetails .h_content .h_text h6,
.h_newsDetails .h_content .h_text .h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
.h_newsDetails .h_content .h_text a {
  color: #4397fd;
}
.h_newsDetails .h_content .h_text img,
.h_newsDetails .h_content .h_text video,
.h_newsDetails .h_content .h_text table {
  max-width: 100%;
  height: auto !important;
}
.h_newsDetails .h_content ul,
.h_newsDetails .h_content ol {
  padding-left: 40px;
}
.h_newsDetails .h_content ul li {
  list-style: disc;
}
.h_newsDetails .h_content ol li {
  list-style: decimal;
}
.h_newsDetails .h_content .h_btom {
  row-gap: 15px;
}
.h_newsDetails .h_content .h_btom .h_L {
  width: calc(100% - 200px);
}
.h_newsDetails .h_content .h_btom .h_L a {
  font-size: 16px;
  color: #3D3D3D;
  line-height: 22px;
  margin-top: 18px;
  font-family: Normal;
}
.h_newsDetails .h_content .h_btom .h_L a:first-child {
  margin: 0;
}
.h_newsDetails .h_content .h_btom .h_L a:hover {
  color: var(--active-color);
}
.h_newsDetails .h_content .h_btom .h_btn a {
  display: block;
  width: 163px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-family: Normal;
  background: var(--active-color);
  color: #fff;
  font-size: 17px;
}
@media screen and (max-width: 1024px) {
  .h_news {
    padding: 40px 0;
  }
  .h_news #h_pages {
    margin-top: 40px;
  }
  .h_news .h_list .h_box {
    padding: 40px 0;
    align-items: center;
  }
  .h_news .h_list .h_box .h_text .h_title {
    font-size: 26px;
  }
  .h_news .h_list .h_box .h_text .h_btom {
    margin-top: 20px;
  }
  .h_news .h_list .h_box .h_text .h_btom .h_type {
    font-size: 20px;
  }
  .h_newsDetails .h_content .h_title {
    font-size: 32px;
  }
  .h_newsDetails .h_content .h_share {
    margin-top: 30px;
  }
  .h_newsDetails {
    padding: 60px 0 20px;
  }
  .h_newsDetails .h_content {
    width: calc(100% - 210px);
  }
  .h_news .h_list .h_box .h_C .h_more {
    margin-top: 10px;
  }
  .h_news .h_list .h_box .h_C {
    width: 46%;
  }
  .h_news .h_list .h_box .h_C .h_text {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .h_news .h_list .h_box .h_date {
    display: none;
  }
  .h_news .h_list .h_box .h_img {
    width: 42%;
  }
  .h_news .h_list .h_box .h_C {
    width: 55%;
  }
  .h_news .h_list .h_box .h_C .h_text .h_title {
    font-size: 18px;
  }
  .h_news .h_list .h_box {
    padding: 30px 0;
  }
  .h_news .h_list .h_box:hover {
    transform: translateY(0px);
  }
  .h_news #h_pages {
    margin-top: 30px;
  }
  .h_news {
    padding: 30px 0;
  }
}
@media screen and (max-width: 480px) {
  .h_news .h_list .h_box .h_C .h_more {
    display: none;
  }
  .h_news .h_list .h_box .h_C .h_btom {
    margin-top: 8px;
  }
  .h_news .h_list .h_box .h_C .h_text .h_title {
    font-size: 16px;
  }
  .h_news {
    padding: 15px 0;
  }
  .h_news .h_list .h_box {
    padding: 15px 0;
  }
  .h_news .h_list .h_box .h_C .h_btom .h_date,
  .h_news .h_list .h_box .h_C .h_btom .h_type {
    font-size: 14px;
  }
  .h_newsDetails .h_date {
    display: none;
  }
  .h_newsDetails .h_content {
    width: 100%;
  }
  .h_newsDetails {
    padding: 15px 0;
  }
  .h_newsDetails .h_content .h_title {
    font-size: 20px;
  }
  .h_newsDetails .h_content .h_share {
    margin-top: 12px;
  }
  .h_newsDetails .h_content .h_hr {
    margin: 15px 0;
  }
  .h_newsDetails .h_content .h_text {
    font-size: 15px;
  }
  .h_newsDetails .h_content .h_btom .h_L a {
    margin-top: 8px;
    font-size: 15px;
  }
  .h_newsDetails .h_content .h_btom .h_L {
    width: 100%;
  }
  .h_newsDetails .h_content .h_btom {
    justify-content: center;
  }
  .h_news .h_list .h_box .h_C .h_text .h_desc {
    margin-top: 5px;
    -webkit-line-clamp: 2;
  }
  .h_newsDetails .h_content .h_btom .h_btn a {
    height: 40px;
    line-height: 40px;
    width: 150px;
  }
  .h_news #h_pages {
    margin-top: 20px;
  }
}
