* {
    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: #ffffff url(../images/headerTitle.png) no-repeat;
    background-size: 100% 825px;
background-position: 0px 230px;
}

.w1200 {
    width: 1200px;
    background: #ffffff;
    margin: 420px auto 0px;
    padding: 20px;
    box-sizing: border-box;
}

.w566 {
    width: 566px;
}

.listTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.listTitle div {
    font-size: 28px;
    color: #46bb07;
    font-weight: 600;
    margin: 0px 15px;
    flex-shrink: 0;
}

.listTitle img {
    flex: 1;
}

.cardItem {
    background: #f4faf3;
    border: 1px solid #e2f2df;
    border-radius: 6px;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.cardContent {
    width: calc(100% - 30px);
    color: #1e1e1e;
}

.cardItem img {
    flex-shrink: 0;
    margin-top: 8px;
    margin-right: 12px;
}

.cardContent .content {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.date-1 {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    background: #63b162;
    border-radius: 4px;
    padding: 0px 5px;
    box-sizing: border-box;
    margin-top: 10px;
}

.resultLItem {
    color: #1e1e1e;
    background: #f2fbf0;
    padding: 20px 15px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.date-2 {
    font-size: 14px;
    color: #8c918b;
    margin-top: 10px;
}

.listItem li {
    line-height: 42px;
    border-bottom: 1px dashed #e1e5eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listContent {
    width: calc(100% - 101px);
    color: #121212;
    padding-left: 18px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.listContent::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #121212;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
    left: 0%;
}

.listDate,
.date {
    color: #707070;
}

.cardItem2 {
    height: 120px;
    font-size: 24px;
    font-weight: 600;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding-left: 8%;
    box-sizing: border-box;
    margin-top: 20px;
}

.cardItem2:nth-of-type(1) {
    color: #059bb6;
    background: #bbeff8;
}

.cardItem2:nth-of-type(2) {
    color: #42ab51;
    background: #caf6d0;
}

.cardItem2:nth-of-type(3) {
    color: #cb7d22;
    background: #ffd8ab;
}

.cardItem2:nth-of-type(4) {
    color: #286cc6;
    background: #b9dcf8;
}

.cardItem2 img {
    margin-right: 20px;
}

.CJHTTitle img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.CJHTTitle::before {
    content: "";
    width: 100%;
    height: 7px;
    background: #bfe2ac;
    position: absolute;
    top: 0px;
    left: 0px;
}

.CJHTTitle {
    height: 60px;
    margin: 40px 0px 20px;
    position: relative;
}

.CJHDItem {
    width: 567px;
    height: 115px;
    background: url(../images/CJHD-BG.png) no-repeat;
    background-size: 100% 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.CJHDItem img {
    margin-right: 15px;
}

.CJHDItem > div {
    width: calc(100% - 80px);
}

.CJHDItem .content {
    width: 100%;
    color: #1e1e1e;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.readMore {
    width: 156px;
    height: 32px;
    font-size: 15px;
    color: #9e9e9e;
    line-height: 32px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    display: inline-block;
    margin: 20px auto;
}

@media screen and (max-width: 768px) {
    body {
        background-size: 100% 200px;
    }

    .w1200 {
        width: 100%;
        margin: 0 auto;
        margin-top: 100px;
    }

    .w566,
    .cardItem,
    .CJHDItem,
    .resultR {
        width: 100%;
    }

    .cardItem div {
        font-size: 18px;
    }

    .listTitle {
        overflow: hidden;
    }
}