.menubox {
    width: 100%;
    height: 3.125rem;
    padding: 0 0.625rem;
    position: relative;
}

.logo a:first-child {
    display: inline-block;
    width: 6.5625rem;
    margin-right: 1.5625rem;
}

.logo a:last-child {
    display: inline-block;
    width: 4.4375rem;
}

.openlist,
.closelist {
    width: 2.1875rem;
    height: 2.1875rem;
}

.closelist {
    display: none;
}

.nav {
    display: none;
    width: 100%;
    height: calc(100vh - 3.125rem);
    background-color: #14288c;
    position: absolute;
    top: 3.125rem;
    left: 0;
    z-index: 99999;
    overflow-y: auto;
}

.nav li {
    width: 100%;
}

.nav>li:nth-child(2),
.nav>li:nth-child(4),
.nav>li:nth-child(5),
.lBox>li:nth-child(even) {
    background-color: #3650d2;
}

.lBox {
    background-color: #14288c;
}

.nav li a {
    padding: 0 1rem;
    font-size: 1rem;
    line-height: 3.125rem;
    color: #ffffff;
}

.lBox li {
    padding: 0 1rem;
}

.nav div {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 1.2rem;
}

.nav div a {
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.25;
}

.banner {
    display: flex;
}

.main {
    background-color: #ffffff;
    min-height: 57vh;
}

.contentmain {
    padding: 0.625rem 1rem 1.875rem;
}

.contentmain dl {
    width: 100%;
    margin-bottom: 0.625rem;
    background: #ddeafa;
}

.contentmain dl dt img {
    width: 7.5rem;
}

.contentmain dl dd {
    padding: 0.625rem;
}

.contentmain dl dd a {
    font-size: 0.8125rem;
    line-height: 1.25em;
    color: #333333;
}

.page {
    text-align: center;
    padding: 0 0.3125rem;
    margin: 1.25rem 0 1.875rem;
}

.page img {
    width: auto;
    height: 0.9375rem;
}

.page a,
.page span {
    font-size: 0.9375rem;
    line-height: 2.5rem;
    color: #0f7dd5;
}

.page .prev,
.page .next {
    width: 6.25rem;
    height: 2.5rem;
    background-color: #0f7dd5;
    margin: 0;
}

.footer {
    background: #ffffff;
    color: #666666;
    border-top: 1px solid #e96c17;
    margin: 0;
}

.footer a {
    color: #666666 !important;
}