.active {
    color: #0e3d8e;
}

.category_nav {
    background: #fff;
    min-height: 300px;
}

.root_category_name {
    background-image: linear-gradient(to top, #0e61af, #0372ba);
    
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding-left: 30px;
    font-size: 1.2rem;
}

.category_nav li {
    padding: 15px 15px 15px 26px;
    border-left: 3px solid transparent;
    font-size: 1rem;
    border-bottom: 1px solid #f2f2f2;
}
    .category_nav li.cr, .category_nav li:hover {
        border-left: 3px solid #0e3d8e;
    }
.lay-cnt {
    background: #fff;
    min-height: 300px;
    border-left: 5px solid #F8F9FA;
}

.cat_title {
    font-size: 1.1rem;
    font-weight: bold;
    color: #0e3d8e;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    background-image: linear-gradient(to top, #f1f1f1, #ffffff);
    border: solid 1px #ebebeb;
    padding-left: 1.5rem;
}
.articles_title {
    padding-left: 1.5rem;
    font-size: 1.2rem;
    color: #0e3d8e;
    height: 50px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: linear-gradient(to top, #f1f1f1, #ffffff);
    border: solid 1px #ebebeb;
    line-height: 50px;
}


.article_container {
    padding: 15px 35px 35px 35px;
    min-height: 300px;
    border-left: 5px solid #F8F9FA;
}

.article_title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #333;
    padding-bottom: 15px;
    line-height: 160%;
    border-bottom: 1px solid #ededed;
}

.article_info ul {
    text-align: center;
}
.article_info li {
    display: inline;
    padding: 0 15px;
    line-height: 50px;
    height: 50px;
    color: #aaa;
    font-size: 14px;
}
.content {
    font-size: 1rem;
    line-height: 220%;
    text-align: justify;
    color: #333;
    font-family: var(--bs-body-font-family) !important;
    font-weight: var(--bs-body-font-weight);
}

    .content p {
        text-indent: 2rem;
    }

/**********************************/
.newlists_box {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    padding: 1rem;
    gap: 1rem;
    min-height: 30rem;
}
    .newlists_box ul {
        width: 100%; 
    }
    .newlists_box li {
        display: flex; 
        align-items: center;
        width: 100%; 
        gap: 1rem;

        height: 45px;
        border-bottom: solid 1px #f5f5f5;
    }

        .newlists_box li a {
            display: flex; 
            align-items: center; 
            flex: 1; 
            text-decoration: none; 
            color: #333;
            gap: 0.5rem; 
            overflow: hidden; 
        }
.newlists_box li a .bi {
    color: #00689f; 
    flex-shrink: 0;
    width: 1rem; 
}

.newlists_box li a .a-text {
    flex: 1; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}

.newlists_box li .date {
    font-size: 0.8rem;
    color: #999;
    flex-shrink: 0; 
    white-space: nowrap; 
}


/*
.mod-new-4 {
    padding: 0px 35px 35px 35px;
    margin-bottom: 35px;
}

.mod-newlists-1 {
    margin-top: 0.4rem;
}
    .mod-newlists-1 li {
        line-height: 40px;
        height: 40px;
        overflow: hidden;
        position: relative;
        padding-right: 100px;
        padding-left: 15px;
    }

.mod-new-4 li {
    line-height: 45px;
    height: 45px;
    border-bottom: 1px solid #f5f5f5;
}
.mod-newlists-1 li a span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #999;
}
.mod-newlists-1 li::after {
    top: 20px;
}

.mod-newlists-1 li:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #0e3d8e;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 18px;
}


    */