.news-box {
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

.news-box > li:first-child {
  font-size: 1.5rem;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 767px) {
  .news-box > li:first-child {
    font-size: 1.25rem;
  }
}

.news-box > li:last-child {
  color: #848484;
}

.news-box a {
  text-decoration: none;
  color: #000000;
}
/*# sourceMappingURL=f041.css.map */