.h_news .h_Box .h_tabs {
  padding: 25px 0;
  gap: 10px;
}
.h_news .h_Box .h_tabs .h_tab {
  min-width: 172px;
  text-align: center;
  padding: 0 20px;
  line-height: 50px;
}
.h_news .h_Box .h_tabs .h_tab:hover,
.h_news .h_Box .h_tabs .h_tab.active {
  background: var(--active-color);
  color: #FFFFFF;
}
.h_news .h_Box .h_list .h_item {
  padding: 40px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EEEEEE;
  gap: 20px 40px;
  position: relative;
}
.h_news .h_Box .h_list .h_item::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  background-color: var(--active-color);
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.h_news .h_Box .h_list .h_item:hover::after {
  transform: scaleX(1);
}
.h_news .h_Box .h_list .h_item:hover .h_img img {
  transform: scale(1.1) rotate(4deg);
}
.h_news .h_Box .h_list .h_item .h_img {
  width: 300px;
  aspect-ratio: 3/2;
}
.h_news .h_Box .h_list .h_item .h_text {
  flex: 1;
}
.h_news .h_Box .h_list .h_item .h_text .h_t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.h_news .h_Box .h_list .h_item .h_text .h_t .h_date {
  display: flex;
  align-items: center;
  gap: 10px;
}
.h_news .h_Box .h_list .h_item .h_text .h_t .h_date .h_day {
  font-size: 34px;
  color: #999999;
}
.h_news .h_Box .h_list .h_item .h_text .h_t .h_date .h_rd {
  padding-left: 10px;
  border-left: 1px solid #D8D8D8;
}
.h_news .h_Box .h_list .h_item .h_text .h_t .h_date .h_rd .h_ym {
  font-size: 14px;
  color: #666666;
}
.h_news .h_Box .h_list .h_item .h_text .h_t .h_date .h_rd .icon {
  margin-top: 3px;
  width: 14px;
  aspect-ratio: 1;
  background: url(../static/time.png) no-repeat center center;
  background-size: 100% 100%;
}
.h_news .h_Box .h_list .h_item .h_text .h_t .h_arrow {
  width: 90px;
  aspect-ratio: 90/36;
  background: url(../static/arrow.png) no-repeat center center;
  background-size: contain;
}
.h_news .h_Box .h_list .h_item .h_text .h_name {
  font-weight: 700;
  font-size: 20px;
  color: #333333;
}
.h_news .h_Box .h_list .h_item .h_text .h_desc {
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: calc(28/16);
}
.h_news .h_Box .h_list .h_item:hover::after {
  transform: scaleX(1);
}
.h_news .h_Box .h_list .h_item:hover .h_img img {
  transform: scale(1.1) rotate(4deg);
}
.h_news .h_Box .h_list .h_item:hover .h_text .h_t .h_date .h_day {
  color: var(--active-color);
}
.h_news .h_Box .h_list .h_item:hover .h_text .h_name {
  color: var(--active-color);
}
.h_newsDetails .h_cBox {
  box-shadow: 0 1px 50px #efefef;
  padding: 20px 30px;
}
.h_newsDetails .h_cBox.cBox {
  padding: 40px 30px 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 {
  text-align: center;
}
.h_newsDetails .h_t .h_Title {
  font-size: 24px;
  font-weight: 700;
  color: #3D3D3D;
}
.h_newsDetails .h_t .h_desc {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  column-gap: 32px;
  font-size: 14px;
  color: #666666;
}
.h_newsDetails .h_t .h_desc p {
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 24px;
}
.h_newsDetails .h_t .h_desc p.date {
  background-image: url(../static/time.png);
}
.h_newsDetails .h_t .h_desc p.hot {
  background-image: url(../static/read.png);
}
.h_newsDetails .h_hr {
  margin: 20px 0;
  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% !important;
  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% - 100px);
}
.h_newsDetails .h_links .h_l a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #666;
  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: #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_newsDetails .h_t .h_Title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .h_news .h_Box .h_tabs {
    padding-bottom: 0;
  }
  .h_news .h_Box .h_tabs .h_tab {
    min-width: 140px;
    line-height: 45px;
    padding: 0 15px;
  }
  .h_news .h_Box .h_list .h_item .h_text .h_t .h_arrow {
    display: none;
  }
  .h_news .h_Box .h_list .h_item {
    gap: 12px 25px;
    padding: 30px 0;
  }
  .h_news .h_Box .h_list .h_item .h_text .h_t {
    margin-bottom: 15px;
  }
  .h_news .h_Box .h_list .h_item .h_text .h_name {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .h_news .h_Box .h_tabs {
    padding-top: 15px;
    justify-content: flex-start;
  }
  .h_news .h_Box .h_tabs .h_tab {
    min-width: 110px;
    line-height: 37px;
    padding: 0 15px;
    font-size: 15px;
  }
  .h_news .h_Box .h_list .h_item {
    padding: 15px 0;
    flex-wrap: wrap;
  }
  .h_news .h_Box .h_list .h_item .h_img {
    width: 100%;
  }
  .h_news .h_Box .h_list .h_item .h_text {
    flex: auto;
    width: 100%;
  }
  .h_news .h_Box .h_list .h_item .h_text .h_t {
    margin-bottom: 7px;
  }
  .h_news .h_Box .h_list .h_item .h_text .h_desc {
    margin-top: 7px;
  }
  .h_newsDetails .h_t .h_Title {
    font-size: 18px;
  }
  .h_newsDetails .h_cBox {
    padding: 0;
    box-shadow: none;
  }
  .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;
  }
  .h_newsDetails .h_cBox.cBox {
    padding: 0;
  }
}
