.article-holder{
    display: flex;
    padding: 1.5rem 0;
}
.article-holder:not(:first-child){
    border-top: 1px dashed #dcdee1;
}


.topic-label{
    border-bottom: 1px solid #0000001a;
    padding-bottom: 5px;
}
.topic-label a{
    border-bottom: 2px solid indianred;
    padding-bottom: 4px;
    font-size: 10pt;
}
.top-topic-thumbnail > div{
    height: 220px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
}
.top-topic-thumbnail > div::after, .article-thumbnail > div::after{
    content: '';
    display: block;
    position: absolute;
    background: #ffffff4f;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .5s all;
    visibility: hidden;
    opacity: 0;
}
.top-topic-thumbnail:hover div::after, .article-thumbnail:hover div::after{
    opacity: 1;
    visibility: visible;
}
.category{
    color: #b7bbbf;
    font-size: small;
    transition: .25s all;
    display: block;
}

.lmt-4-lines{
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 98px;
    line-height: 24px;
}
.lmt-2-lines{
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 48px;
    line-height: 24px;
}
.lmt-3-lines{
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 72px;
    line-height: 24px;
}
.article-thumbnail > div{
    height: 150px;
    width: 200px;
    display: inline-block;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
/* .article-thumbnail > div::after{
    content: '';
    display: block;
    position: absolute;
    background: #ffffff4f;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .5s all;
    visibility: hidden;
    opacity: 0;
} */
/* .article-thumbnail:hover div::after{
    visibility: visible;
    opacity: 1;
} */
.article-title{

}
.article-description{
    color: var(--secondary);
}
.article-time{
    color: #6c757d;
}

.sidebar ul{
    padding: 0 0 0 .75rem;
    margin: 0;
}
.sidebar ul li{
    padding: .25rem 0;
    list-style: none;
}
.sidebar ul li a{

}
.sidebar ul li:not(:first-child){
    border-top: 1px dashed #dcdee1;
}
