.news-group .nav-link{
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #a5acc2 !important;
}

.news-group .nav-item.clicked .nav-link{
    color: #00edbf !important;
}

.news-group .news .news-title a{
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #232d41;
}

.news-group .news .news-time{
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.48px;
    text-align: left;
    color: #707994;
}

.news-group .news .news-summary{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #3f4b69;
}

.paginationjs .paginationjs-pages li.active>a{
    background-color: #0d9f97;
}