/* 列表页 */
.comment-card {
    background: url('/static/pc/icon/hot-title.png') no-repeat;
}

/* 详情页 */
.hospital-card {
    box-shadow: 0 8px 32px 5px rgba(225, 225, 225, 0.2);
    background: url('/static/pc/icon/shield.png') no-repeat right;
}

.hosp-news-title {
    background: url('/static/pc/icon/hos-news.png') no-repeat;
    height: 21px;

}

.hosp-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

/* 医院筛选 */
.filter-card a {
    white-space: nowrap;
}