.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;
}

.box6 {
    margin-bottom: 1.875rem;
}

.title {
    padding-right: 0.625rem;
}

.title p {
    font-size: 1.125rem;
    line-height: 2.5rem;
    font-weight: bold;
}

.title p img {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.625rem;
    vertical-align: middle;
}

.title span {
    transition: all 0.4s;
}

.title span img {
    width: 0.9375rem;
    height: 0.4375rem;
}

.box1 .title {
    border-bottom: 1px solid #324b98;
}

.box1 .title p {
    color: #324b98;
}

.box2 .title {
    border-bottom: 1px solid #42a6bb;
}

.box2 .title p {
    color: #42a6bb;
}

.box3 .title {
    border-bottom: 1px solid #588d4a;
}

.box3 .title p {
    color: #588d4a;
}

.box4 .title {
    border-bottom: 1px solid #e6bd3a;
}

.box4 .title p {
    color: #e6bd3a;
}

.box5 .title {
    border-bottom: 1px solid #6272de;
}

.box5 .title p {
    color: #6272de;
}

.box6 .title {
    border-bottom: 1px solid #354e75;
}

.box6 .title p {
    color: #354e75;
}

.list {
    display: none;
    transition: all 0.4s;
    padding-bottom: 0.625rem;
}

.list dl {
    width: 100%;
    padding: 0.625rem 0.3125rem;
    border-bottom: 2px solid #e9f6fd;
}

.list dl dt img {
    width: 4.375rem;
}

.list dl dd {
    padding: 0.3125rem 0 0 0.625rem;
}

.list dl dd a {
    font-size: 0.8125rem;
    line-height: 1.25em;
    color: #204ca4;
}

.show {
    display: block;
}