.top-header {
    width: 100%;
    background: rgba(0, 108, 215, .8);
    height: 50px;
    line-height: 50px;
    background-size: cover;
    color: #ffffff;
    z-index: 99;
}

.nav-toggle {
    width: 220px;
    height: 100%;
    /*background: #5a6169;*/
    background: #354152;
    transition: all .3s;;
    position: fixed;
    overflow-y: auto;
    font-size: 14px;
}

.nav-toggle a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    transition: all .3s;
}

.nav-toggle .nav-item > a {
    line-height: 60px;
    height: 60px;
}

.nav-toggle a:active span {
    color: #ABB1B7;
}

.nav-togglea span {
    margin-left: 10px;
    text-decoration: none;
}

.nav-item {
    position: relative;
    clear: both;
    /*border-top:1px solid #9e9d9d;*/
    overflow: hidden;
}

.nav-item:first-child {
    border-top: 0;
}

/*.nav-item:last-child{*/
/*border-bottom:1px solid #9e9d9d;*/
/*}*/
.nav-item.nav-show {
    background: #283540;
    color: #ffffff;
    border: 0;
}

.nav-item a img {
    width: 28px;
    vertical-align: -8px;
    margin-right: 10px;
}

.nav-item a:hover .tiao {
    visibility: visible;
}

.nav-item a .tiao {
    width: 2px;
    height: 60px;
    background: #5faee3;
    margin-right: 12px;
    display: inline-block;
    float: left;
    visibility: hidden;
}

.nav-item ul {
    display: none;
    background: #ffffff;
    width: 100%;
}

.nav-item.nav-show ul {
    display: inline-block;
}

.nav-item.nav-show a span {
    color: #ffffff;
}

.icon-list li {
    height: 40px;
    width: 100%;
    line-height: 40px;
    background: #283540;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.icon-list li:hover {
    color: #5faee3;
}

.icon-list li.nav-active {
    color: #ffffff;
    background: #3d4b5e;
}

.icon-list li a {
    height: 40px;
    padding-left: 49px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav-item > a:hover {
    text-decoration: none;
}

.nav-more {
    float: right;
    margin-right: 30px;
    font-size: 12px;
    transition: transform .3s;
    line-height: 60px;
}

.nav-more::after {
    content: "\e258";
}

.nav-show .nav-more {
    transform: rotate(90deg);
}

.nav-show > a:before, .nav-item > a:hover:before {
    opacity: 1;
}

.icon-list li a:hover {
    color: #5faee3;
    background: transparent;
}

.main-container {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    overflow-y: auto;
    overflow-x: hidden;
}

.main-container .breadcrumb .active {
    color: #337ab7;
}

.main-container .breadcrumb {
    background: #ffffff;
    color: #080808;
    margin-bottom: 10px;
}

.main-container .breadcrumb a:hover {
    color: #26aae3;
}

.main-container .breadcrumb > li + li:before {
    content: '>';
    color: #080808;
}

.main-container .main-container-body {
    background: #ffffff;
    width: 100%;
    min-height: calc(100% - 48px);
    padding: 14px;
}

.right {
    position: fixed;
    width: calc(100% - 220px);
    min-width: 880px;
    height: calc(100% - 51px);
    margin: 0 10px 0 220px;
    border-left: 10px solid #f0f0f0;
    border-top: 10px solid #f0f0f0;
    border-right: 10px solid #f0f0f0;
    /*border:10px solid #f0f0f0;*/
    overflow: hidden;
}

@media screen and (max-width: 1400px) {
    .nav-toggle {
        width: 180px !important;
    }

    .nav-more {
        margin-right: 24px;
    }

    .right {
        width: calc(100% - 180px) !important;
        margin: 0 10px 0 180px;
    }
}
