/* 导航 */
.ewb-nav {
    background-color: #e83535;
}

.ewb-nav-item a {
    line-height: 45px;
    color: #fff;
}

.ewb-nav-item.cur a,
.ewb-nav-item a:hover {
    color: #333;
    background-color: #fff;
}

/* 当前位置 */
.ewb-loc {
    color: #c0c0c0;
    line-height: 46px;
    padding-left: 18px;
    border-bottom: 1px solid #eee;
    background: url('../images/sub/loc.png') no-repeat left center;
}

.ewb-loc>a {
    color: #c0c0c0;
}