body{
    background-color: white!important;
}
.r-body{
    height: auto!important;
}
.css-body .l-body{
    background-color: white;
}
.css-body .r-body{
    background-color: white;
}
.l-margin{
    background-color: #f5f5f5;
    border: none;
}
.r-margin{
    background-color: white;
}

.list-content .active{
    background-color: white;
}
.css-list .list-content a:hover{
    background-color: #a9d6fb;
}


.func-menu-body{
    padding:0px 10px;
}
.func-menu-header{
    font-size: 16px;
    padding: 0px 15px;
    height: 48px;
    line-height: 48px;
    border-bottom: 3px solid #4585eb;
}

.sub-menu-nav a{
    margin-right: 0px;
}


.func-menu-header .menu-header-item{
    color: #333;
    margin-right: 30px;
    background-color: white;
}
.func-menu-header .active{
    color: #4585eb;
}

.func-menu-header .right-item{
    color: #0994dc;
    float: right;
    cursor: pointer;
}
.func-menu-header .right-item:hover{
    text-decoration: underline;
}

.func-menu-item{
    border-bottom: 1px dashed #d6d8dc;
    padding:5px 15px;
}
.func-menu-item span{
    display: inline-block;
    margin: 10px 0px;
}

.func-menu-item .func-btn-wrapper{
    display: none;
}
.func-menu-body .active{
    background-color: #f8f8f8;
}
.func-menu-body .active .func-btn-wrapper{
    display: block;
}


.func-menu-item span:before{
    margin-right: 10px;
    display: inline-block;
    content: "";
    height: 5px;
    width: 5px;
    background-color: #74b1ee;
    margin-bottom: 3px;
}
.func-btn{
    display: inline-block;
    border:1px solid #53ACF3;
    color: #53ACF3;
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}
.func-btn:hover{
    color: #53ACF3;
    background-color: #EDF6FC;
}
.func-btn img{
    vertical-align: -3px;
}