.h_news .h_more {
  display: inline-flex;
  color: #777;
}
.h_news .h_more .h_icon {
  width: 52px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin-left: 22px;
}
.h_news .h_more .h_icon .icon {
  color: inherit;
  font-size: inherit;
}
.h_news .h_more:hover span {
  color: var(--active-color);
}
.h_news .h_more:hover .h_icon {
  border-color: var(--active-color);
  color: #fff;
  background: var(--active-color);
}
.h_news .h_top .h_L {
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
  width: calc(50% - 50px);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
  padding: 30px 0;
}
.h_news .h_top .h_L .h_text .h_date {
  color: #333;
  font-size: 20px;
}
.h_news .h_top .h_L .h_text .h_name {
  margin-top: 20px;
  color: #111;
  font-size: 29px;
  font-family: "Source Han Sans Medium";
}
.h_news .h_top .h_L .h_text .h_desc {
  margin-top: 20px;
  line-height: calc(27/16);
  color: #666;
}
.h_news .h_top .h_R {
  width: 50%;
}
.h_news .h_top:hover .h_L .h_text .h_name {
  color: var(--active-color);
}
.h_news .h_top:hover .h_more {
  color: var(--active-color);
}
.h_news .h_top:hover .h_more .h_icon {
  border-color: var(--active-color);
}
.h_news .h_list .h_item .h_img {
  aspect-ratio: 44/26;
}
.h_news .h_list .h_item .h_text {
  padding: 20px 20px 0;
}
.h_news .h_list .h_item .h_text .h_date {
  color: #666;
}
.h_news .h_list .h_item .h_text .h_name {
  margin-top: 10px;
  color: #111;
  font-size: 20px;
  line-height: calc(26/20);
  font-family: "Source Han Sans Medium";
}
.h_news .h_list .h_item .h_text .h_more {
  margin-top: 30px;
}
.h_news .h_list .h_item:hover .h_img img {
  transform: scale(1.1);
}
.h_news .h_list .h_item:hover .h_text .h_name {
  color: var(--active-color);
}
.h_news .h_list .h_item:hover .h_text .h_more {
  color: var(--active-color);
}
.h_news .h_list .h_item:hover .h_text .h_more .h_icon {
  border-color: var(--active-color);
}
@media screen and (max-width: 1440px) {
  .h_news .h_top .h_L .h_text .h_name {
    font-size: 24px;
  }
  .h_news .h_more .h_icon {
    width: 48px;
    font-size: 17px;
  }
  .h_news .h_list .h_item .h_text .h_more {
    margin-top: 20px;
  }
  .h_news .h_list .h_item .h_text .h_name {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .h_news .h_more {
    display: none;
  }
  .h_news .h_list {
    --c-gap: 30px;
  }
  .h_news .h_top .h_L .h_text .h_name {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .h_news .h_top {
    flex-direction: column-reverse;
    align-items: center;
  }
  .h_news .h_top .h_L {
    width: 100%;
    border: none;
    padding: 15px 15px 0;
  }
  .h_news .h_top .h_L .h_text .h_name {
    margin-top: 7px;
    font-size: 16px;
  }
  .h_news .h_top .h_L .h_text .h_date {
    font-size: 16px;
  }
  .h_news .h_top .h_L .h_text .h_desc {
    display: none;
  }
  .h_news .h_top .h_R {
    width: 100%;
  }
  .h_news .h_list .h_item .h_text {
    padding: 15px 15px 0;
  }
  .h_news .h_list .h_item .h_text .h_name {
    font-size: 16px;
    margin-top: 7px;
  }
}
