.bread-nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-top: 13px;
    color: #333;
    margin: 0px 15px;
}

.bread-nav-content p {
    font-weight: bolder;
    font-size: 20px;
    padding-left: 13px;
    /* border-bottom: 1px solid #06447f; */
    padding-bottom: 15px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.bread-nav-content .more {
    font-size: 15px;
    color: #999;
    padding-bottom: 10px;
}

.bread-nav-content p:after {
    content: "";
    width: 5px;
    height: 25px;
    background: #06447f;
    position: absolute;
    left: 0px;
}

.nsider-mobile.hidden-md.hidden-lg {
    width: 100vw;
    position: relative;
    left: -15px;
    /* border-top: 1px solid #dadada; */
    /* background: #e6e6e6; */
    width: calc(100% + 30px);
    border-bottom: 1px solid #dadada;

    position: relative;
    top: -1px;
}

.nsider-mobile .ul {
    font-size: 0px;
    /* border-top: 1px solid #dadada; */
    /* border-bottom: 1px solid #dadada; */
    /* margin: 0px 15px; */
    border-left: 1px solid #dadada;
    /* border-right: 1px solid #dadada; */
    background: #e6e6e6;
}

.nsider-mobile .ul li {
    display: block;
    width: 25%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    background: #e6e6e6;
    border-top: 1px solid #dadada;
    /* border-right: 1px solid #dadada; */
    /* border-bottom: 1px solid #dadada; */
    /* position: relative;
    top: 1px;
    left: 1px; */
}

.bread-nav-body {
    width: calc(100% + 30px);
    background-color: #f2f2f2;
    position: relative;
    left: -15px;
    border-bottom: 1px solid #dadada;
}

.nsider-mobile .ul li.active {
    border-top: 1px solid #06447f;
    background: #06447f;
}

.nsider-mobile .ul li a {
    font-size: 12px;
}

.nsider-mobile .ul li.active a {
    color: #ffffff;
}

@media (max-width: 800px) {
    .bread-nav-content p {
        font-size: 15px;
    }

    .bread-nav-content .more {
        font-size: 13px;
    }
}

@media (max-width: 960px) {
    .bread-nav-content {
        border-bottom: 0px solid #dadada;
    }
}