* {
    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-head h2 {
    font-size: 26px;
    font-weight: 700;
    color: #024DB2;
    display: inline-block;
    position: relative;
    margin: 0;
}

.content-head h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #024DB2;
    position: absolute;
    bottom: -21px;
    left: 0;
}

.content-head {
    padding-bottom: 20px;
    border-bottom: 1px dashed #BFBFBF;
}
.list-left {
    width: 80%;
}
.list-left span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    background: #024DB2;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
}

.list-left div {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    padding: 0 20px;
    width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content-box a {
    border-bottom: 1px solid #DBDEE9;
    padding: 35px 10px;
}

.content-list .la-angle-right {
    font-size: 22px;
    color: #BFBFBF;
    font-weight: 700;
}
.skippage {
    margin: 20px 0 0;
    font-size: 14px;
    color: #333333;
}
.skippage>* {
    margin-bottom: 15px;
}
.skip>* {
    margin: 0 5px;
}
.pagination li {
    border: 1px solid #D6D6D6;
    font-size: 14px;
    width: 30px;
    text-align: center;
    margin: 0 5px;
}
.pagination li a {
    color: #333333;
    display: inline-block;
    padding: 6px 4px;
    width: 100%;
    font-weight: 700;
}
.pagination li:hover a{
    color: #fff;
}
.pagination .active a {
    color: #fff;
}
.skip input, .skip button {
    outline: 0 none;
    border: 1px solid #D6D6D6;
    background: transparent;
    padding: 5px;
}
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
}

input[type="number"] {
    -moz-appearance: textfield !important;
}
@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;
    }
    .content-body{
        padding: 15px 25px;
    }
    .content-box a{
        padding: 25px 10px;
    }
}

@media screen and (max-width:430px) {
    .head-box a img {
        width: 260px;
    }

    .head-box>h2 {
        font-size: 22px;
    }
}