* {
    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: 15px/1 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif !important;
    background: #f7f7f7;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.SNFW {
    background: #ffffff;
    border-radius: 4px;
    margin-top: 25px;
    padding: 20px;
    box-sizing: border-box;
}

.SNFW {
    width: 49%;
}

.SNFWContainerTitle {
    font-size: 30px;
    font-weight: 600;
    color: #363636;
    margin-bottom: 20px;
    overflow: hidden;
}

.SNFWContainerTitle div {
    flex-shrink: 0;
}

.bRight {
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    margin-right: 10px;
}

.bRight::before {
    content: "";
    width: 8px;
    height: 30px;
    background: #53b61f;
    position: absolute;
    left: 0px;
}

.titleLine1 {
    flex: 1;
}

.SNFW li {
    line-height: 42px;
    border-bottom: 1px dashed #dfdfdf;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.SNFW a {
    color: #151515;
}

.SNFWContent {
    display: inline-block;
    width: 75%;
    color: #151515;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    position: relative;
}

.SNFWDate {
    color: #a1a0a0;
}

.BSFW {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

.BSFW a {
    display: inline-block;
    width: 23.8%;
    height: 110px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.BSFW a img,
.DWZS a img {
    margin-right: 10px;
}

.BSFW .NYJY {
    color: #65a230;
    background: #ecfbcd;
}

.BSFW .TLJLH {
    color: #c58c30;
    background: #faeec9;
}

.BSFW .SCMZ {
    color: #3d82b8;
    background: #e0f7fd;
}

.BSFW .JZSC {
    color: #ba4c41;
    background: #fbe2dc;
}

.DWZS a {
    display: inline-block;
    width: 49%;
    line-height: 1.5;
    background: #ecffe1;
    display: flex;
    align-items: center;
    padding: 15px 25px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .w1200 {
        width: calc(100% - 20px);
        margin: 0 auto;
    }

    .SNFWContainerList,
    .SNFW,
    .BSFW a,
    .DWZS a {
        width: 100%;
    }

    .BSFW a {
        margin-bottom: 15px;
    }

    .SNFW {
        margin-top: 15px;
    }

    .SNFWContainerTitle {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .SNFWContainerTitle span {
        margin: 0px 10px;
    }

    .titleLine2 {
        width: calc(50% - 70px);
        height: 20px;
    }
}