* {
    margin: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
input,
select {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

input {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.f-weight {
    font-weight: 600;
}

.t-align {
    text-align: center;
}

.f-style {
    font-style: italic;
}

.t-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.t-overflow-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.b-sizing {
    box-sizing: border-box;
}

.d-flex {
    display: flex;
}

.j-c-center {
    justify-content: center;
}

.j-c-spacebetween {
    justify-content: space-between;
}

.j-c-spacearound {
    justify-content: space-around;
}

.j-c-flexstart {
    justify-content: flex-start;
}

.j-c-flexend {
    justify-content: flex-end;
}

.a-i-center {
    align-items: center;
}

.a-i-flexstart {
    align-items: flex-start;
}

.a-i-flexend {
    align-items: flex-end;
}

.f-d-column {
    flex-direction: column;
}

.f-w-wrap {
    flex-wrap: wrap;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.p-fixed {
    position: fixed;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

body {
    font: 15px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif !important;
    letter-spacing: 1px;
    background: #f0f7ff !important;
    position: relative;
}

.w1200 {
    width: 1200px;
    margin: 45px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.title {
    width: 393px;
    height: 64px;
    font-size: 35px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 64px;
    background: url(../images/title-BG.png) no-repeat;
    background-size: 100% 100%;
    margin: 0px 403.5px 35px;
}

.cardSty-1 {
    width: 588px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #c6e5ff;
    padding: 30px 40px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list a:not(:last-of-type) {
    margin-bottom: 20px;
}

.list a .content {
    width: calc(100% - 80px);
    color: #121212;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list a .date {
    color: #717171;
}

.cardSty-2 {
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
    padding: 30px 25px 0px;
    box-sizing: border-box;
}

.cardItem {
    display: inline-block;
    width: 267px;
    height: 164px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    background: url(../images/card-BG1.png) no-repeat;
    background-size: 100% 100%;
    padding: 30px 0px 0px 25px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.cardItem:nth-of-type(1) {
    background: url(../images/card-BG1.png) no-repeat;
    background-size: 100% 100%;
}

.cardItem:nth-of-type(2) {
    background: url(../images/card-BG2.png) no-repeat;
    background-size: 100% 100%;
}

.cardItem:nth-of-type(3) {
    background: url(../images/card-BG3.png) no-repeat;
    background-size: 100% 100%;
}

.cardItem:nth-of-type(4) {
    background: url(../images/card-BG4.png) no-repeat;
    background-size: 100% 100%;
}

.cardItem:nth-of-type(5) {
    background: url(../images/card-BG5.png) no-repeat;
    background-size: 100% 100%;
}

.cardItem:nth-of-type(6) {
    background: url(../images/card-BG6.png) no-repeat;
    background-size: 100% 100%;
}

.cardItem:nth-of-type(7) {
    background: url(../images/card-BG7.png) no-repeat;
    background-size: 100% 100%;
}

.cardItem:nth-of-type(8) {
    background: url(../images/card-BG8.png) no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
    .w1200 {
        width: calc(100% - 40px);
    }

    .title {
        margin: 0px 0px 35px;
    }

    .cardSty-1 {
        width: 100%;
    }

    .cardItem {
        width: calc(50% - 10px);
        height: 89px;
        font-size: 16px;
        padding: 10px 0px 0px 5px;
    }
}