.more {
  margin-top: 20px;
}
.more .button-more {
  position: unset;
  display: block;
  border: 1px solid #E10011;
  border-radius: 4.733vw;
  color: #E10011 !important;
  font-size: 3.733vw;
  line-height: 3.467vw;
  padding: 2.667vw 0;
  width: 42.667vw;
  text-align: center;
  margin: auto;
}
.news-list {
  background:#fff;
  overflow:hidden;
  clear: both;
  padding:10px;
  display: grid;
  grid-template-columns: 49% 49%;
  gap:10px;
}
.news-list .ui-list-img {
  width: 100%;
}
.news-list .ui-list-img div {
  margin: 0 3px;
}
.news-list .ui-list-img img {
  width: 100%;
  border-radius:6px 6px 0 0;
  max-height: 100px;
  object-fit: cover;
}
.news-list .ui-list-img strong {
  height: auto;
}
.news-list .ui-list-img p {
  margin: 0;
  padding: none;
  height: auto;
  line-height: auto;
  font-size: 12px;
  color: #999999;
}