* {
    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;
}

.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-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    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;
}

.c-pointer {
    cursor: pointer;
}

body {
    font: 16px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif !important;
    background: #f7f7f7;
    letter-spacing: 1px;
    position: relative;
}

.headerLogo {
    position: absolute;
    top: 30px;
    left: calc(50% - 750px);
}

.w1200 {
    width: 1200px;
    margin: 45px auto;
}

.w100 {
    width: 100%;
}

.w580 {
    width: 580px;
}

.mb35 {
    margin-bottom: 35px;
}

.card {
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #c6e5ff;
    padding: 24px 30px 30px;
    box-sizing: border-box;
}

.title {
    display: inline-block;
    width: 282px;
    height: 70px;
    font-size: 33px;
    color: #ffffff;
    font-weight: 600;
    line-height: 70px;
    background: url(../images/title-BG.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    margin: 0px auto 45px;
}

.listItem li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listItem li:not(:last-of-type) {
    margin-bottom: 20px;
}

.content {
    width: calc(100% - 80px);
    color: #121212;
    padding-left: 18px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.content::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #121212;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
    left: 0%;
}

.date {
    font-size: 14px;
    color: #919191;
}

.cardItem {
    width: 263px;
    height: 170px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    padding-top: 109px;
    box-sizing: border-box;
}

.cardList .cardItem:nth-of-type(1) {
    color: #d47416;
    background: url(../images/card-BG1.png) no-repeat;
    background-size: 100% 100%;
}

.cardList .cardItem:nth-of-type(2) {
    color: #0e69bd;
    background: url(../images/card-BG2.png) no-repeat;
    background-size: 100% 100%;
}

.cardList .cardItem:nth-of-type(3) {
    color: #649e12;
    background: url(../images/card-BG3.png) no-repeat;
    background-size: 100% 100%;
}

.cardList .cardItem:nth-of-type(4) {
    color: #039fb1;
    background: url(../images/card-BG4.png) no-repeat;
    background-size: 100% 100%;
}

.DWZSItem {
    width: 545px;
    height: 100px;
    background: #f1f7f8;
    border-radius: 8px;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.DWZSItem img {
    margin-right: 15px;
}

.DWZSItem > div {
    width: calc(100% - 80px);
}

.question {
    color: #000000;
    margin-bottom: 6px;
}

.DWZSItem .date {
    color: #9da1a1;
}

@media screen and (max-width: 768px) {
    .w1200 {
        width: calc(100% - 30px);
    }

    .w580,
    .cardItem,
    .DWZSItem {
        width: 100%;
    }

    .cardItem {
        margin-bottom: 30px;
    }
}