.news_main {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: calc(100% - 234px);
}

.media {
  height: calc(100% - 17px);
}

.media .media-title {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  color: rgba(0, 0, 0, 1);
  margin: 17px 0 12px;
}

.media-list {
  height: calc(100% - 30px);
  overflow: hidden;
  position: relative;
  touch-action: none;
}

.media-list li {
  border-bottom: 1px solid rgba(209, 209, 209, 1);
}

.media-list li:last-child {
  border: none;
}

.media-list li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(34, 113, 188, 1);
  width: calc(100% - 40px);
  margin: 18px 20px;
  display: block;
}