@import "../css/public.css";
.inner-header {
  background: url("/materialpub/images/newsCenterBg.png") no-repeat center center;
}

.survey-layout {
  margin: 0.67rem auto;
  display: flex;
  justify-content: space-between;
}

.news-list {
  width: 100%;
  height: auto;
}
.news-list li {
  width: 100%;
  height: 2rem;
  box-sizing: border-box;
  border: 0.01rem solid rgba(0, 120, 90, 0.2);
  margin-bottom: 0.65rem;
  background: url("/materialpub/images/news_item_bg.png") no-repeat right center;
}
.news-list li:nth-child(2n) {
  background: url("/materialpub/images/news_item_bg1.png") no-repeat left center;
}
.news-list li:nth-child(2n) a {
  flex-direction: row-reverse;
}
.news-list li:nth-child(2n) .news-ri {
  padding-left: 0.32rem;
  padding-right: 1.05rem;
}
.news-list li:hover .news_ri_bottom i {
  background: #00785A;
  color: #FFFFFF;
}
.news-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.news-list .news-lr {
  width: 2.72rem;
  height: 100%;
  object-fit: cover;
}
.news-list .news-lr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list .news-ri {
  max-width: calc(100% - 2.72rem);
  width: 100%;
  box-sizing: border-box;
  padding-left: 0.54rem;
  padding-right: 0.85rem;
}
.news-list .news_ri_top {
  display: flex;
  align-items: center;
}
.news-list .news_ri_top p {
  color: #00785A;
  font-size: 0.2rem;
  font-weight: bold;
}
.news-list .news_ri_top p span {
  font-size: 0.14rem;
  font-weight: 400;
  display: block;
}
.news-list .news_ri_top i {
  display: inline-block;
  max-width: 0.44rem;
  width: 100%;
  height: 0.01rem;
  background: #999999;
  margin: 0 0.2rem 0.2rem;
}
.news-list .news_ri_top h4 {
  font-size: 0.16rem;
  color: #333333;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0.2rem;
  max-width: 5.2rem;
  width: 100%;
}
.news-list .news_ri_bottom {
  display: flex;
  align-items: flex-end;
}
.news-list .news_ri_bottom i {
  display: inline-block;
  font-size: 0.3rem;
  color: #00785A;
  transition: all 0.3s ease-in-out 0s;
}
.news-list .news_ri_bottom p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #333333;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  box-sizing: border-box;
  padding-left: 1.08rem;
  height: 0.72rem;
}

@media screen and (max-width: 1366px) and (min-width: 1152px) {
  .news-list .news_ri_top p {
    font-size: 0.2133333333rem;
  }
  .news-list .news_ri_top p span {
    font-size: 0.16rem;
  }
  .news-list .news_ri_top h4 {
    font-size: 0.2133333333rem;
  }
  .news-list .news_ri_bottom p {
    font-size: 0.1866666667rem;
  }
}
@media screen and (max-width: 1152px) {
  .news-list .news-ri {
    padding: 0 0.2rem;
  }
  .news-list li:nth-child(2n) .news-ri {
    padding: 0 0.2rem;
  }
}
@media screen and (max-width: 996px) {
  .survey-layout {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .news-list a {
    align-items: center;
    box-sizing: border-box;
    padding-top: 0.4rem;
  }
  .news-list .news-lr {
    display: none;
  }
  .news-list .news-ri {
    max-width: 100%;
  }
}
