.article-introtext {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*blog bottom*/
.cat-children.mb-4 {
    display: none !important;
}