.sidebar-news-nav-title {
    /*font-size: 25px;*/
    font-weight: bold;
    color: #FFF;
    text-align: center;
    /*height: 90px;*/
    /*line-height: 90px;*/
}

@media screen and (max-width: 767px) {
    .navbar-toggler {
        background-color: #FFF;
    }

    .sidebar-news-nav-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        position: relative;
        padding: 0 8px !important;
        background-color: #0C53AB !important;
        border-bottom: 4px solid #444;
    }

    .sidebar-news-nav-title {
        font-size: 20px;
        height: 50px;
        line-height: 50px;
    }

    .sidebar-news-nav-content {
        width: 100%;
        position: absolute;
        top: 54px;
        left: 0;
        z-index: 999;
        background-color: #FFF;
        /*padding: 10px;*/
        box-shadow: 0 5px 10px -5px #AAA;
        font-size: 15px;
    }

    #sidebarNav {
        margin: 10px;
    }

    .sidebar-news-childnav-list {
        display: none;
    }

    .sidebar-news-nav-item {
        height: 28px;
        line-height: 28px;
    }

    .sidebar-news-nav-item-active {
        font-weight: bold;
    }
}

/* IPAD、PC端 */
@media screen and (min-width: 768px) {
    .sidebar-news-nav-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 270px;
        border: 1px solid #DDD;
        padding: 0 !important;
        /*margin-top: 20px;*/
    }

    .sidebar-news-nav-title {
        width: 100%;
        font-size: 25px;
        height: 90px;
        line-height: 90px;
        background-color: #0C53AB;
        border-bottom: 4px solid #444;
    }

    .sidebar-news-nav-content {
        /*padding: 12px;*/
        color: #666;
        font-size: 16px;
        line-height: 1.6;
    }

    .sidebar-news-nav-list {
        flex-wrap: wrap !important;
    }

    .sidebar-news-nav-item {
        width: 100%;
        padding: 0 12px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        /*height: 40px;*/
        flex-wrap: wrap;
        background-color: #F5F5F5;
        /*height: 50px;*/
        line-height: 50px;
    }

    .sidebar-news-nav-item-link {
        font-weight: normal;
    }

    .sidebar-news-nav-item-active>.sidebar-news-nav-info>.sidebar-news-nav-item-link,
    .sidebar-news-nav-item-active>.sidebar-news-nav-item-link {
        color: #0C53AB;
        font-weight: bold;
    }

    .sidebar-news-nav-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        border-bottom: 1px solid #CCC;
    }

    .sidebar-news-nav-item-link {
        display: inline;
    }

    .sidebar-news-childnav-list {
        width: 100%;
        /*padding-left: 30px;*/
        line-height: 50px;
        display: none;
    }

    .sidebar-news-childnav-item {
        line-height: 40px;
        /*background-color: #EFEFEF;*/
    }
}