



/*2026*/


/*vnt-toc*/
.vnt-toc {
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 5px;
    overflow: hidden;
}


.vnt-toc__title{
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    padding: 8px 50px 8px 50px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}
.vnt-toc__title::before{
    content: "\f107";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'FontAwesome'; 
}
.vnt-toc.active .vnt-toc__title::before{
    content: "\f106";
}

.vnt-toc__title::after{
    content: "\f0c9";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'FontAwesome'; 
    font-weight: 900;
}


.vnt-toc__list{
    padding: 16px 20px 22px;
    border-top: 1px solid #dcdcdc;
}
.vnt-toc__list ul{
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
}
.vnt-toc__list li{
    margin-bottom: 5px;
    list-style: none;
}
.vnt-toc__list li:last-child{
    margin-bottom: 0;
}
.vnt-toc__list li a{
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #000080;
}
.vnt-toc__list ul li ul{
    padding-left: 10px !important;
    padding-top: 5px !important;
}
.vnt-toc__list li li a{
    font-size: 13px;
    line-height: 22px; 
    font-weight: normal;
}


.vnt-toc-head {
    font-weight: bold;
}




#vnt-catpost{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% - 325px);
    z-index: 112;
}
#vnt-catpost a{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 3px;
    position: relative;
    border:1px solid #2e3192;
    color: #2e3192;
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    background-color: #fff;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    text-decoration: none;
}
#vnt-catpost.active a{
    opacity: 1;
    pointer-events: auto;
}
.vntlinktpost{
    position: fixed;
    left: 0;
    top: 50%;
    transform: translate(50%, -50%) scale(0);
    width: 300px;
    z-index: 1111111111112;
    height: 100vh;
    background-color: rgba(244, 244, 244, 1);
    border-left: 1px solid #474747;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    pointer-events: none;
}
.vntlinktpost.active.vscroll{
    width: 270px;
    transform: translate(0, -50%) scale(1);
    transition-delay: 0.3s;
    opacity: 1;
    visibility: unset;
    pointer-events: auto;
}
.vntlinktpost .lpclose{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}
.vntlinktpost .lptitle{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    padding: 12px 50px 12px 16px;
    border-bottom: 1px solid #dcdcdc;
}
.vntlinktpost .lptitle i{
    margin-right: 18px;
    font-size: 20px;
}
.vntlinktpost .lpconts{
    height: calc(100% - 50px);
    overflow: hidden;
    overflow-y: auto;
}
.vntlinktpost .lpconts::-webkit-scrollbar{
    width: 5px;
    background-color: transparent;
}
.vntlinktpost .lpconts::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    border-radius: 25px;
}
.vntlinktpost .lpconts li a{
    display: block;
    position: relative;
    font-size: 13px;
    line-height: 24px;
    padding: 5px 20px;
    color: #000080;
    z-index: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.vntlinktpost .lpconts > ul > li > a, .vntlinktpost .lpconts > ul > li > .msub > a{
    font-weight: bold;
}
.vntlinktpost .lpconts > ul > li .msub{
    position: relative;
}
.vntlinktpost .lpconts > ul > li .msub .mnbutton{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20px;
    z-index: 1;
    cursor: pointer;
    pointer-events: auto;
}
.vntlinktpost .lpconts > ul > li .msub .mnbutton::before{
    content: '\f107';
    font: normal normal normal 14px / 1 FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
        -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.vntlinktpost .lpconts > ul > li.active .msub .mnbutton::before{
    transform: translate(-50%, -50%) rotate(180deg);
}
.vntlinktpost .lpconts li a::before{
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #dddddd;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vntlinktpost .lpconts li.current a::before {
    background: #000080;
}
.vntlinktpost .lpconts li.current > a::before, .vntlinktpost .lpconts li.current > .msub >  a::before{
    width: 100%;
}
.vntlinktpost .lpconts li.current > a, .vntlinktpost .lpconts li.current > .msub > a{
    color: #fff;
}
.vntlinktpost .lpconts li.current > .msub > .mnbutton{
    color: #fff;
}
.vntlinktpost .lpconts > ul > li li a{
    padding-left: 40px;
}







@media all and (max-width: 767px) {
    .vnt-toc__list{ 
        padding: 15px;
    }
    #vnt-catpost {
        left: 0;
    }
} 