:root {
    --top-banner-height: 7rem;
}

/*@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl .container-xxxl {
        max-width: 1320px;
    }
}
*/

.top-banner .logo {
    /*background-size: auto 7rem;*/
    background-size: contain;
}
/*
.document-nav {
    color: #696974;
    padding-top:1rem;
}

    .document-nav .breadcrumb-item + .breadcrumb-item::before {
        color: #D6D6D6;
    }

    .document-nav a, .document-nav a:link {
        font-size: 1rem;
        text-decoration: none;
        color: #002046;
    }*/



.list-title {
    font-size: 1.5rem;
    line-height: 3rem;
    padding-top: 1rem;
    color: #2b2b2b;
    font-weight: 600;
    max-width: 58rem;
    margin-left: auto;
    margin-right: auto;
}

.news-list {
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 58rem;
    margin-left: auto;
    margin-right: auto;
}

    .news-list a, .news-list a:link {
        text-decoration: none;
       

    }

    .news-list .item {
        margin-top: 1rem;
        padding-bottom: 1rem;
    }

        .news-list .item .title {
            color: #333;
            font-size: 1rem;
            line-height: 1.5rem;
            height:3rem;
            font-weight: 550;

            display: -webkit-box;
            overflow: hidden;
            white-space: normal !important;
            text-overflow: ellipsis;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical
        }

        .news-list .item .date {
            color: #808080;
            font-size: 0.8rem;
            line-height:1.5rem;        
        }
        .news-list .item .desc {
            color: #666666;
            font-size: 0.9rem;
            line-height: 1.4rem;
            display: -webkit-box;
            overflow: hidden;
            white-space: normal !important;
            text-overflow: ellipsis;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical
        }

.news-pages {
    max-width: 58rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    .news-pages a, .news-pages a:link {
        text-decoration: none;
        color: #666;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
        font-size: 0.875rem;
    }

    .news-pages .current, .news-pages .current:link {
        color: #004BA3;
    }