﻿


.right-content .topNav {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #888888ff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    paragraph-spacing: 0;
    text-align: left;
    display: block;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 10px;
}



.left-content ul {
    text-align: left;
}

    .left-content ul li a {
        margin-top: 6px;
        padding: 9px;
        width: 154px;
        font-weight: 400;
        font-size: 14px;
        color: #333333;
        letter-spacing: 0;
        line-height: 14px;
        display: flex;
    }

.left-content .menu.active {
    background: #3182FF;
    border-radius: 8px;
}

.left-content a {
    color: #333333;
    margin: auto;
}

.left-content .menu.active {
    color: #FFFFFF !important;
}

body {
    width: 100%;
    height: 100%;
    background-color: #EBEFF6;
}

.left-content span {
    line-height: 20px;
}

left-content li a {
    cursor: pointer;
}



.left-content .submenu.active {
    background: #F6F6F8;
    border-radius: 8px;
}

.left-content .submenu div {
    color: #666666 !important;
    letter-spacing: 0;
    line-height: 14px;
}

.left-content .submenu.active div {
    font-weight: 400;
    font-size: 14px;
    color: #666666 !important;
    letter-spacing: 0;
    line-height: 14px;
}

.left-content .menu.active .show {
    background: url('../../../../static/img/101/sub_menu_ic_down_w.png') no-repeat center center;
    margin: 0 10px 0 auto;
    width: 10px;
    height: 20px;
    line-height: 20px;
}

.left-content .menu .show {
    background: url('../../../../static/img/101/m_ic_down.png') no-repeat center center;
    margin: 0 10px 0 auto;
    width: 10px;
    height: 20px;
    line-height: 20px;
}

.left-content .menu.active .hide {
    transform: scaleY(-1);
    background: url('../../../../static/img/101/sub_menu_ic_down_w.png') no-repeat center center;
    margin: 0 10px 0 auto;
    width: 10px;
    height: 20px;
    line-height: 20px;
}

.left-content .menu .hide {
    transform: scaleY(-1);
    background: url('../../../../static/img/101/m_ic_down.png') no-repeat center center;
    margin: 0 10px 0 auto;
    width: 10px;
    height: 20px;
    line-height: 20px;
}

.left-content li ul {
    display: none;
}





.font_24 {
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    letter-spacing: 0;
    line-height: 24px;
}

.font_20 {
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    line-height: 20px;
}

.font_18 {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    line-height: 18px;
}

.font_16 {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 16px;
}

.font_14 {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 14px;
}

.font_12 {
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
    line-height: 12px;
}
