.news-interview-list { margin: 0; padding: 0; list-style: none; }
.news-interview-list li { min-width: 0; overflow: hidden; border-top: 1px solid #f2f2f2; }
.news-interview-list li:first-child { border-top: 0; }
.news-interview-link { display: flex; align-items: center; width: 100%; min-width: 0; min-height: 32px; padding: 10px 15px; box-sizing: border-box; }
.news-interview-thumb { display: block; flex: 0 0 119px; width: 119px; height: 83px; margin-right: 11px; overflow: hidden; background: #f4f4f4; }
.news-interview-thumb img { width: 119px; height: 83px; object-fit: cover; }
.news-interview-desc { display: block; flex: 1 1 auto; min-width: 0; max-width: 100%; }
.news-interview-subject { display: -webkit-box; max-height: 2.72em; overflow: hidden; color: #3d85c6; font-size: 1.07em; line-height: 1.36; letter-spacing: -1px; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.news-interview-category { display: inline; margin-right: 4px; color: #3d85c6; }
.news-interview-subtitle { display: block; width: 100%; max-width: 100%; margin-top: 5px; overflow: hidden; color: #666; font-size: .93em; line-height: 1.36; text-overflow: ellipsis; white-space: nowrap; }
@media screen and (max-width: 320px) {
	.news-interview-thumb { flex-basis: 94px; }
	.news-interview-thumb,
	.news-interview-thumb img { width: 94px; height: 66px; }
}
