.list-title{
    padding: 20px 0 5px 0;
}
.list-title h3{
    font-size:16px
}
.navall-list-a {
    position: relative;
}

.navall-list-a .dot {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 5px;
    height: 100%;
    border-radius: 3px;
}

.navall-list-a .num {
    font-size: 14px;
}

.navall-list-a {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: start;
}

.navarticle-navall-list-a {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
    margin-top: 2px;
}

.navarticle-navall-list-a a {
    width: calc(16.666% - 8px);
    background: #333333;
    padding: 14px 10px;
    border-radius: 5px;
    position: relative;
    margin: 0 4px;
    margin-top: 8px;
    top: 0px;
    color: #d2d2d2;
    font-size: 14px;
    text-align: center;
}

.navarticle-navall-list-a a.active {
    color: #ff5a5a;
    font-weight: 800;
}

.navarticle-navall-list-a a .num {
    position: absolute;
    font-size: 12px;
    bottom: 10px;
    right: 10px;
    color: #585858;
}

.navall-list-a a {
    width: calc(16.666% - 10px);
    background: #1c0344;
    padding: 10px 5px;
    border-radius: 5px;
    position: relative;
    margin: 5px;
    top: 0px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}
body.theme-white .navall-list-a a{
    background: #120048;
}
body.theme-white .navall-list-a .num{
    color: #ffffff;
}
body.theme-white .navall-list-a a{
    color:#fff;
}
@media screen and (min-width: 768px) {}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1400px) {
    .navall-list-a a {
        width: calc(20% - 10px);
    }
}

@media screen and (max-width: 1200px) {


    .navall-list-a a {
        width: calc(33% - 10px);
    }

}

@media screen and (max-width: 1000px) {
    /*     .c-h-c-c{
width:calc(50% - 8px);
} */
}

@media screen and (max-width: 768px) {

    .navarticle-navall-list-a a {
        width: calc(50% - 8px);
    }


    .navall-list-a a {
        width: calc(50% - 10px);
    }
}