* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    background: #fff;
}

header {
    padding: 15px 0;
    background: linear-gradient(180deg, #004EB5 0%, #729EFA 100%);
    position: relative;
}

.head-box h2 {
    font-size: 30px;
    font-weight: 700;
    color: #FFF;
    margin-left: 30px;
}

.head-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 800px;
    height: 100%;
    background: url(../../img/1.png) 0 0 no-repeat;
    background-size: cover;
}

footer {
    background: #18366D;
    padding: 15px 0;
}

.foot-font>div {
    margin: 0 20px;
    color: #ffffffcc;
    font-size: 14px;
}

.foot-font>div a {
    color: #ffffffcc;
}

.foot-font>div a:hover {
    color: #215EB9;
}

.head-box a {
    z-index: 1;
}

.head-box h2 {
    z-index: 1;
}

.content {
    flex: 1;
}


.breadcrumb {
    background: transparent;
    font-size: 14px;
    color: #727591;
    padding: 15px 10px;
    margin-bottom: 0;
}

.breadcrumb>li+li:before {
    color: #333333;
    content: ">";
    padding: 0 5px;
}

.breadcrumb li a {
    font-size: 14px;
    color: #727591;
}

.content-body {
    background: #fff;
    padding: 27px 55px;
}

.content {
    position: relative;
}

.content-bg {
    width: 100%;
    height: 400px;
    background: linear-gradient(180deg, #2792ED 0%, rgba(39, 146, 237, 0) 100%);
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.content-box {
    padding: 25px 55px;
    background: #fff;
    flex: 1;
}

.content-title {
    text-align: center;
}

.content-title h2 {
    font-size: 26px;
    font-weight: 700;
    color: #1E2141;
    margin: 0;
}

.content-title {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.content-text p {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-indent: 2em;
}

.content-text {
    padding: 25px 0;
    flex: 1;
}

.content-link {
    padding: 15px 25px;
    background: #F5F5F5;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    font-size: 16px;
    color: #333333;
}

.content-docx {
    color: #004EB5;
    cursor: pointer;
}

.content-docx div:hover {
    color: #0072FF;
}

@media screen and (max-width:1023px) {
    .foot-font>div {
        width: 100%;
    }

    .foot-font>div>span {
        display: inline-block;
        width: 50%;
        text-align: right;
    }
}

@media screen and (max-width:768px) {
    .head-box>h2 {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .head-box a {
        margin: 0 auto 10px;
    }
}

@media screen and (max-width:430px) {
    .head-box a img {
        width: 260px;
    }

    .head-box>h2 {
        font-size: 22px;
    }
}