/* 大屏五列卡片布局 */
@media (min-width: 1400px) {
    .posts-item.card {
        width: calc(20% - 16px) !important;
    }
    .swiper-scroll .posts-item.card {
        width: calc(20% - 11px) !important;
    }
    .posts-item.card .item-thumbnail { padding-bottom: 60%; }
    .posts-item.card .item-heading { font-size: 13px; min-height: 2.6em; }
    .posts-item.card .item-meta item { font-size: 11px; }
    .sidebar .posts-item.card { width: calc(50% - 16px) !important; }
}
@media (min-width: 1800px) {
    .posts-item.card .item-heading { font-size: 14px; }
}
