.news_list_box {
  padding: 2.0833rem 10.4167rem 3.0833rem;
}

.news_list_nav {
  font-size: 1rem;
  color: #bcbcbc;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #bbccee;
}

.news_list_nav span:first-child {
  color: #3569d2;
}

.news_list_mdx a,
.news_list_mdx span {
  font-size: 0.6667rem;
  color: #afafaf;
}

.news_list_mdx a:last-child {
  color: #3569d2
}

.news_list_mdx span {
  color: #3569d2;
}

.news_list_txt {
  margin-top: 0.6667rem;
}

.news_list_li {
  padding: .5rem 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
}

.news_list_li:last-child {
  border-bottom: 0;
}

.news_list_img {
  width: 4.1667rem;
  height: 2.3333rem;
  border-radius: 0.25rem;
  margin-right: 0.8rem;
  flex: none;
}

.news_list_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.news_list_name {
  font-size: 0.8333rem;
  color: #000000;
  margin-bottom: 0.3333rem;
}

.news_list_jj {
  font-size: 0.6667rem;
  color: #939393;
}

.news_list_time {
  font-size: 0.8333rem;
  color: #b9b9b9;
  flex: none;
}

.news_list_zj {
  margin-right: 1rem;
}

.news_list_yq {
  display: flex;
  align-items: center;
}

@media screen and (max-width:940px) {
  .news_list_box {
    padding: 2.0833rem 0 3.0833rem;
    margin: auto;
    width: 90%;
  }

  .news_list_n {
    margin-bottom: 1.6667rem;
  }
}