.top_banner {
  background-image: url(../images/jtyw_banner.jpg);
}
.top_news {
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
  border-bottom: 0.01rem solid #e0e7f0;
}
.top_news .img {
  overflow: hidden;
}
.top_news .img video,
.top_news .img img {
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: 5rem;
}
@media (max-width: 992px) {
  .top_news .img video,
  .top_news .img img {
    height: auto;
  }
}
.top_news .text {
  height: 5rem;
  padding-top: 0.2rem;
  padding-bottom: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top_news .text .img_text_title a {
  transition: all 0.3s;
  display: block;
  width: 100%;
  font-size: 0.32rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
  margin-bottom: 0.15rem;
}
.top_news .text p {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 200%;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 6em;
  margin-bottom: 0.15rem;
}
.top_news .text .img_text_date {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 150%;
  letter-spacing: normal;
  color: #b7b8ba;
}
.top_news .more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.46rem;
  height: 0.43rem;
  border-radius: 0.01rem;
  background: var(--mainColor);
  font-size: 0.18rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.top_news:hover .img video,
.top_news:hover .img img {
  transform: scale(1.05);
}
.top_news:hover .text .img_text_title a {
  color: var(--mainColor);
}
.news_ul {
  margin-left: 0rem;
  margin-right: 0rem;
}
.news_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.news_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 0rem;
  padding-right: 0rem;
  float: left;
}
.news_ul > li:nth-child(n) {
  margin-top: 0;
}
.news_ul > li:nth-child(n)::after {
  display: block;
}
.news_ul > li:nth-child(n + 1) {
  margin-top: 0.5rem;
}
.news_ul > li:nth-child(1) {
  margin-top: 0;
}
.news_ul > li:nth-child(1n)::after,
.news_ul > li:last-child::after {
  display: none;
}
.news_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .news_ul {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .news_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .news_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    float: left;
  }
  .news_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .news_ul > li:nth-child(n)::after {
    display: block;
  }
  .news_ul > li:nth-child(n + 2) {
    margin-top: 0.5rem;
  }
  .news_ul > li:nth-child(2) {
    margin-top: 0;
  }
  .news_ul > li:nth-child(2n)::after,
  .news_ul > li:last-child::after {
    display: none;
  }
  .news_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.news_ul .img {
  overflow: hidden;
}
.news_ul .img video,
.news_ul .img img {
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: 2.6rem;
}
@media (max-width: 992px) {
  .news_ul .img video,
  .news_ul .img img {
    height: 2rem;
  }
}
.news_ul .text {
  position: relative;
  height: 2.6rem;
}
.news_ul .text .img_text_title {
  transition: all 0.3s;
  display: block;
  width: 100%;
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.1rem;
}
.news_ul .text p {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 200%;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 6em;
  margin-bottom: 0.1rem;
}
.news_ul .img_text_date {
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 150%;
  letter-spacing: normal;
  color: #b7b8ba;
}
.news_ul .more {
  position: absolute;
  right: 0;
  bottom: 0.15rem;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 140%;
  letter-spacing: normal;
  color: var(--mainColor);
}
.news_ul .more span {
  display: inline-block;
  padding-right: 0.3rem;
  background: url(../images/title_more.png) no-repeat right center;
  background-size: contain;
}
.news_ul li > a:hover .img video,
.news_ul li > a:hover .img img {
  transform: scale(1.05);
}
.news_ul li > a:hover .text .img_text_title {
  color: var(--mainColor);
}
