.lists-box { margin: 26px 0 0px 0; } .lists-box:nth-last-of-type(1) { margin: 26px 0 80px 0; } .lists-box .line { display: block; width: 100%; height: 1px; background: #E6E6E6; margin: 10px; } .topic { cursor: pointer; padding: 8px 0 8px 0; } .topic .title { font-size: 18px; color: #333; flex: 1; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; } .topic:hover .title { color: #00A1EC; } .topic .dot { width: 6px; height: 6px; background: #00A1EC; border-radius: 50%; margin-right: 10px; } .topic .tags { margin-right: 2px; } @media (max-width:1199.98px) { .topic .dot { margin-right: 4px; } .topic .tags { margin-right: 0; font-size: 14px; } .date { font-size: 12px; } .topic .title { font-size: 14px; } .lists-box:nth-last-of-type(1) { margin: 16px 0 20px 0; } }