﻿.lists h5 {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    width: 540px;
    overflow: hidden;
}

.lists span {
    float: right;
    margin-right: 18px;
    line-height: 36px;
}

.lists h5 i {
    margin-right: 10px;
    color: #d1252c;
}

.nav-pills > li > a {
    border-radius: 0px;
    padding: 5px 20px;
}

.nav-pills > li > a > i {
    margin-right: 10px;
}

ul.anet_sider_nav li {
    border: solid 1px #ddd;
}