.header {
    position: relative;
    padding-top: 3.75rem;
}

.titlelist {
    position: relative;
}

.hide {
    display: none;
}

.current {
    width: 100%;
    height: 2.5rem;
    background-color: #0041a0;
}

.current p,
.titlelist ul li a {
    font-size: 1.125rem;
    line-height: 2.5rem;
    color: #ffffff;
}

.current span {
    width: 0px;
    height: 0px;
    border: 0.3rem solid transparent;
    border-top-color: #ffffff;
    margin-left: 0.5rem;
    position: relative;
    top: 0.25rem;
}

.titlelist ul {
    display: none;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 2.5rem;
    left: 0;
    z-index: 100;
}

.titlelist ul li {
    width: 100%;
    height: 2.5rem;
    border-top: 1px solid #ffffff;
    background-color: #2160ba;
}

.contentmain ul {
    width: 100%;
}

.contentmain ul li {
    width: 100%;
    height: 5rem;
    padding: 0.3125rem 0 0 0.625rem;
    border-bottom: 2px solid #e9f6fd;
}

.contentmain ul li a {
    font-size: 0.8125rem;
    line-height: 1.25em;
    color: #204ca4;
}

.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: #204eb4;
}

.page .prev,
.page .next {
    width: 6.25rem;
    height: 2.5rem;
    background-color: #204fb4;
    margin: 0;
}