* {
    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;
}

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

body {
    font: 15px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif !important;
    background: #f9f9f9 url(../images/body-BC.png) no-repeat;
    background-size: 100% 992px;
    position: relative;
}

.headerLogo {
    position: absolute;
    top: 30px;
    left: 230px;
}

.JYFWZT {
    margin-top: 195px;
}

.bodyLogo {
    position: absolute;
    top: 85px;
    right: -70px;
}

.mainTitle {
    width: 380px;
    height: 82px;
    font-size: 28px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    font-style: italic;
    background: url(../images/title-BC.png) no-repeat;
    background-size: 100% 100%;
    padding: 11px 0px 0px 18px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.ZCWJ li {
    width: 590px;
    height: 192px;
    background: url(../images/ZCWJ-BC.png) no-repeat;
    background-size: 100% 100%;
    padding: 25px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.ZCWJ .title {
    font-size: 17px;
    color: #000000;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.content:not(.list .content) {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.date {
    font-size: 12px;
    color: #999999;
}

.more {
    display: inline-block;
    width: 130px;
    height: 38px;
    color: #9999a6;
    text-align: center;
    line-height: 38px;
    border: 1px solid #999999;
    border-radius: 20px;
    margin-bottom: 30px;
}

.ZWXX li {
    width: 590px;
    height: 120px;
    background: #ffffff;
    box-shadow: 1px 3px 5px 3px #ecf1f4;
    padding: 25px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.ZWXX li a {
    display: flex;
    align-items: center;
}

.ZWXX .title {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.ZWXX li a > img {
    margin-right: 15px;
}

.ZWXX li a > div {
    width: calc(100% - 63px);
}

.slideTab div {
    width: 188px;
    height: 60px;
    font-size: 20px;
    color: #d8dce4;
    font-weight: 600;
    background: #9ca8c3;
    line-height: 60px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
}

.slideTab div.on {
    color: #ffffff;
    background: #2a5fda;
}

.list {
    background: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 1px 3px 5px 3px #f0f2f4;
    margin-bottom: 20px;
}

.list li {
    margin-top: 25px;
}

.list .content {
    width: calc(100% - 100px);
    color: #1e1e1e;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;
}

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

.list .date {
    font-size: 15px;
    color: #949494;
}

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

    .JYFWZT,
    .ZWXX li,
    .ZCWJ li {
        width: 100%;
    }

    .headerLogo {
        width: 60%;
        top: 10px;
        left: 15px;
    }

    .bodyLogo {
        width: 40%;
        right: 10px;
    }
    .slideBox {
        border: 0px!important;
    }

    .slideTab {
        overflow: auto;
    }

    .slideTab div {
        width: 100px;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        flex-shrink: 0;
    }

    .slideTab div:not(:last-of-type) {
        margin-right: 5px;
    }
}