.page_list ul > li {
  padding: 0.15rem 0 0.24rem 0;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.page_list ul > li .list_img {
  width: 2.69rem;
  height: 1.5rem;
  background: #b90b16;
}

.page_list ul > li:last-child {
  margin-bottom: 0.36rem;
}

.page_list ul > li > img {
  display: inline-block;
  width: 2.25rem;
  height: 1.51rem;
}

.list_r h3 {
  font-size: 0.16rem;
  font-weight: 500;
  text-align: left;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.22rem;
}

.list_r p {
  margin: 12px 0 26px 0;
  font-size: 0.14rem;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: justify;
  color: #909499;
  line-height: 0.24rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.list_r span {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  font-family: Songti SC, Songti SC-Black;
  font-weight: 600;
  text-align: left;
  color: #D1AB7C;
  line-height: 0.16rem;
}

.news_list .list_l {
  width: 2.2rem;
  height: 1.36rem;
  background-image: url(/_upload/tpl/0e/9e/3742/template3742/images/re_list1.png);
  background-size: cover;
}

.news_list .list_r {
  margin-left: 0.32rem;
  width: calc(100% - 2.69rem - 0.32rem);
}

@media screen and (max-width: 910px) {
  .news_list .list_l {
    width: 200px;
    height: 125px;
  }
  .news_list .list_r {
    width: 70%;
    margin-left: 10px;
  }
  .news_list .list_r span {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .news_list .list_r h3 {
    font-size: 14px;
  }
  .news_list .list_r P {
    margin: 10px 0;
    font-size: 12px;
    line-height: 20px;
  }
}
