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

a {
    text-decoration: none;
    display: inline-block;
}

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;
    background: #e7f9f1;
    position: relative;
}

.w1200 {
    width: 1200px;
    margin: 0px auto 65px;
}

.cardItem {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 0px 5px #e2f4eb;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 30px;
}

.w585 {
    width: 585px;
}

.w100 {
    width: 100%;
}

.cardTitle {
    height: 56px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cardTitle img {
    margin-right: 12px;
}

.cardTitle-1 {
    width: 200px;
    background: url(/hasrmzf/hazt/sllzt_assets/images/title-BG1.png) no-repeat;
    background-size: 100% 100%;
}

.cardTitle-2 {
    width: 200px;
    background: url(/hasrmzf/hazt/sllzt_assets/images/title-BG2.png) no-repeat;
    background-size: 100% 100%;
}

.cardTitle-3 {
    width: 200px;
    background: url(/hasrmzf/hazt/sllzt_assets/images/title-BG3.png) no-repeat;
    background-size: 100% 100%;
}

.cardTitle-4 {
    width: 340px;
    background: url(/hasrmzf/hazt/sllzt_assets/images/title-BG4.png) no-repeat;
    background-size: 100% 100%;
}

.cardTitle-5 {
    width: 200px;
    background: url(/hasrmzf/hazt/sllzt_assets/images/title-BG5.png) no-repeat;
    background-size: 100% 100%;
    flex-shrink: 0;
}

.readMore {
    color: #4d556a;
}

.mb10 {
    margin-bottom: 10px;
}

.listItem a {
    width: 100%;
    line-height: 50px;
    border-bottom: 1px dashed #e6e6e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.listItem a div:nth-of-type(1)::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 2px solid #68a433;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

.listItem a div:nth-of-type(2) {
    font-size: 14px;
    color: #999ca3;
}

.flagList a {
    width: 560px;
    height: 70px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    line-height: 70px;
    padding-left: 32px;
    box-sizing: border-box;
}

.flagList a:nth-of-type(1) {
    background: url(/hasrmzf/hazt/sllzt_assets/images/card-BG1.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
}

.flagList a:nth-of-type(2) {
    background: url(/hasrmzf/hazt/sllzt_assets/images/card-BG2.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
}

.flagList a:nth-of-type(3) {
    background: url(/hasrmzf/hazt/sllzt_assets/images/card-BG3.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
}

.flagList a:nth-of-type(4) {
    background: url(/hasrmzf/hazt/sllzt_assets/images/card-BG4.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
}

.flagList a:nth-of-type(5) {
    background: url(/hasrmzf/hazt/sllzt_assets/images/card-BG5.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
}

.flagList a:nth-of-type(6) {
    background: url(/hasrmzf/hazt/sllzt_assets/images/card-BG6.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
}

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

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