.h_news .h_tabs .mySwiper .swiper-slide {
  width: auto;
}
.h_news .h_tabs .mySwiper .swiper-slide a {
  padding: 0 32px;
  display: block;
  height: 50px;
  line-height: 52px;
  background: #F6F6F6;
  font-size: 17px;
  color: #666666;
  font-family: 'MiSans-Regular';
}
.h_news .h_tabs .mySwiper .swiper-slide a:hover {
  background-color: var(--active-color);
  color: #fff;
}
.h_news .h_tabs .mySwiper .swiper-slide a.h_active {
  background-color: var(--active-color);
  color: #fff;
}
.h_news .h_List {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.h_news .h_List .h_item {
  margin-top: 24px;
  width: calc(50% - 12px);
  padding: 20px;
  box-shadow: 0 1px 10px #efefef;
  border-radius: 4px;
}
.h_news .h_List .h_item .h_img {
  width: 240px;
}
.h_news .h_List .h_item .h_img .h_posImg {
  padding-top: 68%;
}
.h_news .h_List .h_item .h_text {
  width: calc(100% - 260px);
}
.h_news .h_List .h_item .h_text .h_name {
  color: #222222;
  font-size: 20px;
  font-family: 'MiSans-Regular';
}
.h_news .h_List .h_item .h_text .h_desc {
  margin-top: 10px;
}
.h_news .h_List .h_item .h_text .h_msg {
  display: flex;
  column-gap: 16px;
  margin-top: 16px;
}
.h_news .h_List .h_item .h_text .h_msg p {
  color: #777777;
  font-size: 14px;
}
.h_news .h_List .h_item:hover .h_img .h_posImg img {
  transform: scale(1.03);
}
.h_news .h_List .h_item:hover .h_text .h_name {
  color: var(--active-color);
}
.h_newsDetails {
  padding: 40px 0;
}
.h_newsDetails .h_cBox {
  box-shadow: 0 1px 50px #efefef;
  padding: 20px;
}
.h_newsDetails .h_abstract {
  background: #F5F6F9;
  margin: 20px 0;
  padding: 16px 24px;
  color: #666;
  text-align: justify;
}
.h_newsDetails .h_mt20 {
  margin-top: 20px;
}
.h_newsDetails .h_t {
  text-align: center;
}
.h_newsDetails .h_t .h_Title {
  font-family: Bold;
  font-size: 28px;
  color: #3D3D3D;
}
.h_newsDetails .h_t .h_desc {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  column-gap: 32px;
  font-family: Regular;
  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 img,
.h_newsDetails .h_content video,
.h_newsDetails .h_content table {
  max-width: 100% !important;
  height: auto !important;
}
.h_newsDetails .h_links {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  column-gap: 32px;
}
.h_newsDetails .h_links .h_l {
  width: calc(100% - 100px);
}
.h_newsDetails .h_links .h_l a {
  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 {
  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: 1024px) {
  .h_news .h_List .h_item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .h_newsDetails .h_t .h_Title {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .h_newsDetails {
    padding: 0 0 16px;
  }
  .h_newsDetails .h_t .h_Title {
    font-size: 18px;
  }
  .h_newsDetails .h_cBox {
    padding: 12px 15px;
  }
  .h_newsDetails .h_abstract {
    margin: 15px 0;
  }
  .h_newsDetails .h_abstract {
    padding: 15px;
  }
  .h_newsDetails .h_cBox {
    margin-top: 15px;
  }
  .h_newsDetails .h_links .h_l {
    width: 100%;
  }
  .h_newsDetails .h_links .h_r {
    display: none;
  }
  .h_newsDetails .h_hr {
    margin: 15px 0;
  }
  .h_news .h_tabs .mySwiper .swiper-slide a {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
  }
  .h_news .h_List .h_item {
    margin-top: 15px;
    padding: 15px;
  }
  .h_news .h_List .h_item .h_img {
    width: 150px;
  }
  .h_news .h_List .h_item .h_text {
    width: calc(100% - 165px);
  }
  .h_news .h_List .h_item .h_text .h_msg {
    display: none;
  }
  .h_news .h_List .h_item .h_text .h_name {
    font-size: 17px;
    -webkit-line-clamp: 2;
  }
  .h_news .h_List .h_item .h_text .h_desc {
    font-size: 15px;
  }
}
