.lateralNav{}
.lateralNav h5{
    height: 48px;
    line-height: 48px;
    color: #548ccb;
    font-size: 16px;
    font-weight: 600;
    padding-left: 12px;
    border-bottom: 1px solid #e1e1e1;
}
.lateralNav ul{}
.lateralNav li{}
.lateralNav li a{
    height: 38px;
    line-height: 38px;
    color: #7e7e7e;
    font-size: 14px;
    font-weight: 600;
    padding-left: 12px;
    display: block;
}
.lateralNav li a:hover{
    background: #f7f7f7;
    color: #545354;
}

.lateralNav ul > li:last-child{
    border-bottom: 1px solid #e1e1e1;
} 