body,
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    color: #333;
}

header a,
footer a {
    text-decoration: none;
}

header {
    width: 100%;
    background: linear-gradient(#e4f0fd, #fff);
    border-bottom: solid 24px #5c8dc0;
    position: relative;
    padding: 24px 0;
}

header .width1200,
footer .width1200 {
    width: 1200px;
    margin: 0 auto;
}

header .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .line .slogan {
    font-family: kaiti;
    font-size: 20px;
    color: #0B5DB1;
}

footer {
    width: 100%;
    border-top: 8px solid #5c8dc0;
    padding: 24px 0;
    background-color: #fff;
    margin-top: 16px;
}

footer a {
    color: #333;
}

footer .line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .line img {
    vertical-align: middle;
}

footer .line p {
    margin: 0;
    line-height: 32px;
}