.news_banner {
  background-size: cover;
  background-position: bottom;
  padding: 231px 0 224px;
  position: relative;
}
.news_banner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.news_banner > div {
  position: relative;
  z-index: 2;
}
.news_banner h1 {
  font-size: 52px;
  font-weight: 500;
  color: #fff;
  text-transform: unset;
}
.news_banner .path {
  justify-content: center;
  align-items: center;
  column-gap: 13px;
  margin-top: 10px;
  color: #fff;
}
.news_banner .path a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.68);
  transition: 0.3s;
  font-weight: 300;
}
.news_banner .path a:hover {
  color: #fff;
}
.news_banner .path .ricon {
  display: block;
  width: 6px;
  height: 10px;
}
.news_banner .path .ricon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(100);
}
.news_banner .breadcrumbs {
  margin-top: 13px;
}
.news_banner .breadcrumbs > span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  gap: 14px;
}
.news_banner .breadcrumbs > span span a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.68);
  transition: 0.3s;
  font-weight: 300;
  transition: all 0.3s;
}
.news_banner .breadcrumbs > span span a:hover {
  color: #fff;
}
.news_banner .breadcrumbs > span .breadcrumb_last {
  color: rgba(255, 255, 255, 0.68);
}
.news_latest {
  padding-top: 28px;
  padding-bottom: 232px;
}
.news_latest .head {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 70px;
}
.news_latest .head::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 39px;
  height: 7.2px;
  background-color: var(--theme_color);
  border-radius: 2rem;
}
.news_latest h2 {
  font-size: 40px;
  color: #242424;
}
.news_latest .laster-top {
  align-items: center;
}
.news_latest .select-box ul {
  display: flex;
  column-gap: 21px;
}
.news_latest .select-box ul select {
  font-size: 17px;
  color: #666666;
  width: 290px;
  padding: 20px 36px 20px 36px;
  border-radius: 5px;
  border: none;
  border: 1px solid #dfdfdf;
  background: url(../img/banner-icon.svg) no-repeat;
  background-position-y: center;
  background-size: 5%;
  background-position-x: 93%;
  cursor: pointer;
}
.news_latest .new > a {
  column-gap: 67px;
}
.news_latest .new > a p {
  -webkit-line-clamp: 4;
}
.news_latest .new > a .leftimg {
  aspect-ratio: 478/333;
  min-width: 39.18032%;
  width: 39.18032%;
}
.news_latest .more {
  margin-top: 84px;
}
.news_latest .more button {
  border: 1px solid rgba(175, 175, 175, 0.4);
}
