* {
    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: #e4f5fd !important;
    position: relative;
}

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

.w580 {
    width: 580px;
    margin-bottom: 40px;
}

.w100 {
    width: 100%;
}

.cardItem {
    background: #ffffff;
    border-radius: 6px;
    padding: 35px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.cardItem:first-of-type,
.cardItem:last-of-type {
    margin-bottom: 20px;
}

.title {
    width: 100%;
    height: 45px;
    padding: 0px 20px 0px 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.title-1 {
    background: url(../images/title-BG1.png) no-repeat;
    background-size: 100% 100%;
}

.title-2 {
    background: url(../images/title-BG2.png) no-repeat;
    background-size: 100% 100%;
}

.title-3 {
    background: url(../images/title-BG3.png) no-repeat;
    background-size: 100% 100%;
}

.title-4 {
    background: url(../images/title-BG4.png) no-repeat;
    background-size: 100% 100%;
}

.title-5 {
    background: url(../images/title-BG5.png) no-repeat;
    background-size: 100% 100%;
}

.title-6 {
    background: url(../images/title-BG6.png) no-repeat;
    background-size: 100% 100%;
}

.title div {
    display: flex;
    align-items: center;
}

.title div span {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-left: 10px;
}

.title a {
    color: #343434;
}


.cardItem-1 {
    width: 550px;
    box-shadow: 0 2px 8px 0 #eeeeee;
    padding: 20px 40px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
}

.cardItem-1:not(:first-of-type)::before {
    content: "";
    width: 34px;
    height: 4px;
    background: #0d9fff;
    position: absolute;
    top: 0px;
    left: 0px;
}

.newest {
    width: 21px;
    height: 45px;
    font-size: 10px;
    color: #ffffff;
    text-align: center;
    background: url(../images/newest-icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.card1Title {
    height: 56px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.card1Date {
    font-size: 12px;
    color: #b2b2b2;
}

.readMore-1 {
    display: inline-block;
    width: 200px;
    color: #026fec;
    line-height: 44px;
    text-align: center;
    border: 1px solid #026fec;
    border-radius: 50px;
    margin-top: 10px;
}

.readMore-2 {
    font-size: 15px;
    color: #343434;
}

.list a {
    line-height: 53px;
    display: flex;
    justify-content: space-between;
}

.list a:not(:last-of-type) {
    border-bottom: 1px dashed #d9d9d9;
}

.list a div:nth-of-type(1) {
    width: calc(100% - 120px);
    color: #000000;
    padding-left: 16px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list a div:nth-of-type(1)::before {
    content: "";
    width: 5px;
    height: 5px;
    background: url(../images/content-icon.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

.list a div:nth-of-type(2) {
    color: #b2b2b2;
}

.cardItem-2 {
    width: 260px;
    height: 220px;
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    padding-top: 24px;
    box-sizing: border-box;
}

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

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

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

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

.cardItem-2 div {
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

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

    .w580,
    .cardItem-2 {
        width: 100%;
    }

    .cardItem-2 {
        margin-bottom: 20px;
    }
}