/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 0.14rem;
    vertical-align: baseline;
    box-sizing: border-box;
    line-height: 1.42857143;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.pointer {
    cursor: pointer;
}

.underline {
    border-bottom: 1px solid #ddd;
}

.underline.is-dotted {
    border-style: dotted;
}

.underline.is-dashed {
    border-style: dashed;
}

@media (min-width: 1366px) {
    .container-xl {
        max-width: 1330px;
    }
}

.navbar {
    padding: 0;
    background-color: #fff;
}

.nav-item {
    width: 1.04rem;
    position: relative;
}

.nav-link {
    height: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

.nav-link.dropdown-toggle::after {
    display: none;
}

.nav-link__text {
    font-size: 0.16rem;
}

.nav-link__en {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.nav-item .dropdown-menu {
    margin: 0;
    min-width: 0;
    width: 1.44rem;
    left: -0.2rem;
    display: block !important;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: all .1s ease;
    border: none;
    text-align: center;
    border-radius: 0;
}

.nav-item .dropdown-menu::after {
    content: '';
    width: 0;
    top: 0;
    left: 50%;
    height: 3px;
    position: absolute;
    background-color: #1d56a0;
    will-change: left width;
    transition: all .3s ease;
}

.nav-item .dropdown-menu .dropdown-item {
    line-height: 2.5;
    padding: 0 0.1rem;
    font-size: 0.14rem;
}

.nav-item .dropdown-menu.show {
    max-height: 10rem;
    padding: 0.1rem 0;
    box-shadow: 0 12px 12px #0000001f;
}

.nav-item .dropdown-menu.show::after {
    width: 100%;
    left: 0;
}

.navbar-nav {
    flex: 1;
    justify-content: center;
}

.navbar-clear {
    height: 1rem;
}

/* 导航栏 */
.navbar-brand__img {
    width: 5rem;
    max-width: 344px;
    display: block;
}

.common-footer {
    position: relative;
    background-color: #014993;
}

.common-footer::after {
    content: '';
    background-color: #e7e7e7;
    height: 0.14rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.common-footer-hd {
    z-index: 2;
    margin: 0 0.5rem;
    text-align: center;
    position: relative;
    background-color: #219267;
}

.common-footer-link {
    font-size: 0.17rem;
    line-height: 2;
    margin: 0 0.42rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}

.common-footer-link:hover {
    color: #fff;
}

.common-footer-bd {
    line-height: 5.5;
    text-align: center;
    font-size: 0.14rem;
    color: #fff;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-2 {
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.flex-1 {
    flex: 1;
    min-width: 0;
}

.btn {
    font-size: 0.14rem;
    padding: 0.06rem 0.12rem;
}

.block-md {
    display: none;
}

body, html {
    background-color: #e7e7ee;
}


.page-item {
    display: inline-flex;
    align-items: center;
    margin: 0 0.05rem;
}

.page-link {
    padding: 0.075rem 0.1rem;
    text-align: center;
    min-width: 0.34rem;
    border-color: #ccc;
    border-radius: 0 !important;
    background-color: transparent !important;
}

.page-link:focus {
    box-shadow: 0 0 0 .02rem rgba(0, 123, 255, .25);
}

.page-link:hover, .page-link.active {
    border-color: #007bff;
    color: #007bff;
    ;
}

.container {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
}

@media (max-width: 767.98px) {
    .container {
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }

    .navbar-collapse {
        margin: 0 -0.24rem;
        background-color: #fff;
    }

    .navbar .navbar-toggler {
        padding: 0.24rem;
        display: flex;
        align-items: center;
    }

    .navbar .navbar-toggler-icon {
        width: 1rem;
        height: 1rem;
        display: inline-block;
        vertical-align: middle;
    }

    .hidden-md {
        display: none !important;
    }

    .block-md {
        display: block !important;
    }

    .navbar .container-xl {
        flex-direction: row-reverse;
        padding: 0 0.24rem;
    }

    .navbar .nav-item {
        width: 100%;
        flex-direction: column;
    }

    .nav-link__en {
        display: none;
    }

    .navbar .dropdown-menu {
        width: 100%;
        box-shadow: none !important;
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        padding: 0;
        background-color: #e7e7e7;
    }

    .nav-item .nav-link {
        height: 1.5rem;
    }

    .nav-item .nav-link__text {
        font-size: 0.5rem;
    }

    .nav-item .dropdown-menu .dropdown-item {
        font-size: 0.4rem;
        line-height: 3;
    }

    .navbar .dropdown-menu::after {
        display: none;
    }

    .common-footer .container {
        padding: 0;
    }

    .common-footer-hd {
        margin: 0;
    }

    .common-footer-link {
        font-size: 0.5rem;
        line-height: 2.5;
    }

    .common-footer-bd {
        font-size: 0.4rem;
        line-height: 2;
        padding: 0.2rem 0;
    }

    .common-footer::after {
        display: none;
    }

    .page-link {
        padding: 0.25rem;
        font-size: 0.4rem;
    }
}