.h_banners .h_text .h_en {
  color: #000;
}
.h_banners .h_text .h_ch {
  color: #000;
}
.h_news {
  padding: 0 0 40px;
}
.h_news .h_list .h_item:nth-child(2n) {
  background: #F7F7F7;
}
.h_news .h_list .h_item .h_box {
  transition: transform 0.3s linear;
  padding: 60px 0;
}
.h_news .h_list .h_item .h_box .h_date {
  width: 130px;
  font-size: 24px;
  color: #222222;
}
.h_news .h_list .h_item .h_box .h_text {
  width: 42%;
}
.h_news .h_list .h_item .h_box .h_text .h_title {
  font-size: 32px;
  color: #222;
  line-height: 1.6;
  text-align: justify;
}
.h_news .h_list .h_item .h_box .h_text .h_btom {
  margin-top: 30px;
}
.h_news .h_list .h_item .h_box .h_text .h_btom .h_date {
  display: none;
}
.h_news .h_list .h_item .h_box .h_text .h_btom .h_type {
  font-size: 24px;
  color: #222222;
}
.h_news .h_list .h_item .h_box .h_img {
  width: 38%;
}
.h_news .h_list .h_item .h_box .h_img img {
  width: 100%;
}
.h_news .h_list .h_item .h_box:hover {
  transform: translateY(-20px);
}
.h_news .h_list .h_item .h_box:hover .h_text .h_title {
  color: var(--active-color);
}
.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-weight: bold;
  line-height: 1.1;
}
.h_newsDetails .h_date .h_y-m {
  font-size: 29px;
  font-weight: normal;
}
.h_newsDetails .h_content {
  width: calc(100% - 240px);
}
.h_newsDetails .h_content .h_title {
  font-size: 41px;
  color: #222222;
  font-weight: bold;
}
.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: 30px 0;
}
.h_newsDetails .h_content .h_text {
  font-size: 16px;
  color: #3D3D3D;
  line-height: 1.8;
}
.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 .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;
}
.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;
  background: var(--active-color);
  color: #fff;
  font-size: 17px;
}
@media screen and (max-width: 1440px) {
  .h_news .h_list .h_item .h_box {
    padding: 40px 0;
  }
  .h_news .h_list .h_item .h_box .h_text .h_title {
    font-size: 26px;
  }
  .h_news .h_list .h_item .h_box .h_text .h_btom {
    margin-top: 20px;
  }
  .h_news .h_list .h_item .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);
  }
}
@media screen and (max-width: 767px) {
  .h_news .h_list .h_item .h_box .h_date {
    display: none;
  }
  .h_news .h_list .h_item .h_box .h_img {
    width: 42%;
  }
  .h_news .h_list .h_item .h_box .h_text {
    width: 55%;
  }
  .h_news .h_list .h_item .h_box .h_text .h_title {
    font-size: 18px;
  }
  .h_news .h_list .h_item .h_box .h_text .h_btom .h_type {
    font-size: 16px;
  }
  .h_news .h_list .h_item .h_box .h_text .h_btom .h_date {
    display: block;
    font-size: 16px;
    width: auto;
  }
  .h_news,
  .h_news .h_list .h_item .h_box {
    padding: 20px 0;
  }
  .h_news .h_list .h_item .h_box:hover {
    transform: translateY(0px);
  }
}
@media screen and (max-width: 480px) {
  .h_news .h_list .h_item .h_box .h_text .h_btom {
    margin-top: 8px;
  }
  .h_news .h_list .h_item .h_box .h_text .h_title {
    font-size: 16px;
  }
  .h_news {
    padding: 0 0 15px;
  }
  .h_news .h_list .h_item .h_box {
    padding: 15px 0;
  }
  .h_news .h_list .h_item .h_box .h_text .h_btom .h_date,
  .h_news .h_list .h_item .h_box .h_text .h_btom .h_type {
    font-size: 14px;
  }
  .h_newsDetails .h_date {
    display: none;
  }
  .h_newsDetails .h_content {
    width: 100%;
  }
  .h_newsDetails {
    padding: 15px 0 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%;
  }
}
