.nsc-title {
    color: #fff;
    background: #06447f;
    padding: 20px 0px;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.nsc-menu-item {
    display: block;
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #e9e9e9;
    background: url(/static/modules/cms/images/nydh-li.png) no-repeat 20px center;
    padding-left: 46px;
    font-size: 15px;
    transition: all .5s;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

.nsc-menu-item.nmiej {
    padding-left: 61px;
    background: url(/static/modules/cms/images/nydh-li.png) no-repeat 35px center;
}

.nsc-menu-item.active {
    background-color: #dfdbdb;
}

.nsider-lxwm {
    margin-top: 20px;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

.nsider-lxwm .title {
    width: 100%;
    height: 50px;
    background: #06447f;
    padding-left: 24px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 50px;
    box-sizing: border-box;
    position: relative;
}

.nsider-lxwm .title span {
    display: inline-block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.2);
    margin-left: 5px;
    font-weight: normal;
}

.nsider-lxwm .title:after {
    content: "";
    width: 5px;
    height: 18px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    left: 12px;
    top: 17px;
}

.nsider-lxwm .contact .tel img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.nsider-lxwm .contact .tel span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #aeaeae;
}

.nsider-lxwm .contact .tel b {
    display: block;
    text-align: center;
    margin-top: 5px;
    font-size: 26px;
    color: #06447f;
}

.nsider-lxwm .dizhi {
    margin: 0 auto;
    font-size: 14px;
    color: #5d5d5d;
    line-height: 29px;
    padding-left: 5px;
    padding-bottom: 10px;
    padding-top: 5px;
    margin-top: 10px;
    border-top: 1px solid #e9e9e9;
}