@media (max-width: 768px) {  #sidebar {display: none;}  }

.text-truncate-4{
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.list-right{
    border: 1px solid #F5F5F5;
    background: #F9F9F9;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.font-16{
    font-size: 16px;
    font-weight: 500;
}

.line-1{
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.active a{
    border-bottom: 1px solid #000000;
    color: red;
}
