.news-list-items { margin: 0; padding: 0; list-style: none; }
.news-list-items li { border-top: 1px solid #f2f2f2; }
.news-list-items li:first-child { border-top: 0; }
.news-list-link { display: flex; align-items: center; min-width: 0; padding: 10px 15px; line-height: 1.36; }
.news-list-category { flex: none; margin-right: 5px; color: #3d85c6; }
.news-list-subject { display: block; min-width: 0; overflow: hidden; color: #222; font-size: 1.07em; letter-spacing: -1px; text-overflow: ellipsis; white-space: nowrap; }
