body {
  overflow-x: hidden;
}

#c_banner_008_P_164-16921889513580 .swiper-slide,
#c_banner_008_P_164-16921889513580 .swiper-slide:first-child,
#c_banner_008_P_164-16921889513580 .swiper-slide-active {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#c_banner_008_P_164-16921889513580 .e_bannerA-2 .p_img,
#c_banner_008_P_164-16921889513580 .e_bannerA-2 .p_img a,
#c_banner_008_P_164-16921889513580 .e_bannerA-2 .p_img img {
  display: block;
  width: 100%;
  height: 100%;
}

#c_banner_008_P_164-16921889513580 .e_bannerA-2 .p_img img {
  object-fit: cover;
}

.yzjg-news-list {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}

.yzjg-news-item {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 100px;
  gap: 34px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid #e5e5e5;
}

.yzjg-news-thumb {
  display: block;
  aspect-ratio: 1.55;
  overflow: hidden;
  background: #f3f5f8;
}

.yzjg-news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.yzjg-news-item:hover .yzjg-news-thumb img {
  transform: scale(1.04);
}

.yzjg-news-title {
  display: block;
  font-size: 22px;
  line-height: 1.4;
  color: #333;
  margin-bottom: 14px;
  transition: color .25s ease;
}

.yzjg-news-title:hover,
.yzjg-news-item:hover .yzjg-news-title {
  color: #194397;
}

.yzjg-news-summary {
  color: #777;
  font-size: 15px;
  line-height: 1.9;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.yzjg-news-date {
  color: #194397;
  text-align: center;
  border-left: 1px solid #e5e5e5;
  min-height: 86px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.yzjg-news-date strong {
  font-size: 38px;
  line-height: 1;
  font-weight: 500;
}

.yzjg-news-date span {
  font-size: 15px;
  margin-top: 9px;
  color: #777;
}

.yzjg-news-page {
  padding-top: 38px;
  text-align: center;
}

.yzjg-news-page a,
.yzjg-news-page span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  margin: 0 4px;
  padding: 0 12px;
  background: #e9e9e9;
  color: #666;
}

.yzjg-news-page .current {
  background: #194397;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #c_banner_008_P_164-16921889513580 .e_bannerA-2 .swiper-wrapper {
    height: 150px;
  }

  .yzjg-news-list {
    width: 90%;
  }

  .yzjg-news-item {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 0;
  }

  .yzjg-news-date {
    border-left: 0;
    align-items: flex-start;
    min-height: 0;
    text-align: left;
    flex-direction: row;
    gap: 10px;
  }

  .yzjg-news-date strong {
    font-size: 26px;
  }

  .yzjg-news-title {
    font-size: 19px;
  }
}
