* {
    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 {
    min-height: 2078px;
    font: 16px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif !important;
    letter-spacing: 1px;
    background: url(/qdzt/xxxcgcddesdjs/assets/images/body-BG.png) no-repeat;
    background-size: 100% 2078px;
    position: relative;
}

.title {
    position: absolute;
    top: 243px;
    left: 50%;
    transform: translateX(-50%);
}

.flag {
    position: absolute;
    top: 52px;
    left: 34%;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 880px;
    left: 50%;
    transform: translateX(-50%);
}

.cardItem {
    min-height: 133px;
    background: #ffffff;
    box-shadow: 0 2px 8px 0 #faf8f8;
    position: relative;
    padding: 100px 30px 50px;
    box-sizing: border-box;
    margin-bottom: 100px;
}

.cardTitle {
    width: 100%;
    height: 133px;
    font-size: 34px;
    color: #ffecb2;
    font-weight: 600;
    text-align: center;
    padding-top: 60px;
    box-sizing: border-box;
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
}

.cardTitle-1 {
    background: url(/qdzt/xxxcgcddesdjs/assets/images/title-BG.png) no-repeat;
    background-size: 100% 100%;
}

.cardTitle-2 {
    background: url(/qdzt/xxxcgcddesdjs/assets/images/title-BG1.png) no-repeat;
    background-size: 100% 100%;
}

.cardTitle-3 {
    background: url(/qdzt/xxxcgcddesdjs/assets/images/title-BG2.png) no-repeat;
    background-size: 100% 100%;
}

.title-1 {
    font-size: 29px;
    color: #e12123;
    text-align: center;
    font-weight: 600;
}

.content-1 {
    font-size: 13px;
    color: #dd0003;
    text-align: center;
    margin: 15px 0px 40px;
}

.readMore {
    font-size: 15px;
    color: #e10a1e;
    position: absolute;
    top: 70px;
    right: 30px;
}

.list a {
    display: inline-block;
    width: 530px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.listTitle {
    color: #e10a1e;
    font-weight: 600;
    margin-bottom: 15px;
}

.listContent {
    color: #333333;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}