.top-news-item{
  width:100%;
}

.top-news-item>a{
  display:flex;
  padding-bottom:1em;
  border-bottom:1px solid #000;
  flex-wrap:wrap;
}

.top-news-item+.top-news-item>a{
  margin-top:1em;
}

.top-news-date{
  width:130px;
  color:#D33149;
  font-weight:bold;
}

.top-news-title{
  width:calc(100% - 130px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size:16px;
}

@media(max-width:599px){
  .top-news-date{
  width:100%;
  margin-bottom:8px;
}

.top-news-title{
  width:100%;
}
}

.top-new-news-block{
  background-color:#f5f5f5;
  padding: 2em 5rem;
}
