/************************** 重置css **************************/
/* common */
.mg-b-15 {
    margin-bottom: 15px;
}

/* end common */

.navbar-inverse .navbar-nav>li>a {
    height: 100%;
    line-height: 24PX;
}

#xiaoxi .dropdown-toggle {
    position: relative;
}

/* nav */
.sidenav .list-group:not(:last-child) {
    border-bottom: 2px solid #eee;
}

.sidenav .list-group .list-group-heading {
    list-style-type: none;
    color: #a5a6ad;
    margin-bottom: -2px;
    margin-left: 10px;
    font-size: 14px;
    padding: 10px 10px;
    /* border-bottom: 3px solid #f1f1f1; */
}

.sidenav .list-group .list-group-item:hover {
    /* background-color: #eff6ff; */
}

.sidenav .list-group .list-group-item.active {
    /* border-left: 2px solid #9ea3c5;
    background: #e7f2ff; */
    border-left: 2px solid #18bc9c;
    background: #e5ffec;
    box-shadow: -2px 2px 2px 0 #eaeaea;
}

.sidenav .list-group .list-group-item.active>a {
    color: #434550;
}

/* end nav */
/* 内容二级导航 */
.nav-content {
    font-size: 24px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding: 10px 0 10px 15px;
    font-family: "SimHei";
}

.nav-content a{
    color: #797979;
    letter-spacing: -0.05em;
    font-family: "SimHei";
}
.nav-content a:hover{
    text-decoration: underline;
}

/* end 内容二级导航 */
















@media (max-width: 1200px) and (min-width: 992px) {
    .col-md-pd30 {
        padding-left: 30px;
    }
}
