@media screen and (max-width: 768px) {
  .news-wrapper {
    width: 100vw;
    height: auto;
    overflow-x: hidden;
  }
  .news-wrapper-left {
    display: none;
  }
  .news-wrapper-right {
    width: 100vw;
    height: auto;
    padding: 0 12px;
  }
  .news-wrapper-right .news-list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    padding: 0;
    padding-bottom: 6px;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .news-wrapper-right .news-list .item .time {
    flex-shrink: 0;
    margin-right: 12px;
    line-height: 20px;
    font-size: 18px;
  }
}
