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

.c-pointer {
    cursor: pointer;
}

body {
    min-height: 746px;
    font: 16px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif !important;
    background: #fafcfd url(../images/header.png) no-repeat;
    background-size: 100% 746px;
    letter-spacing: 1px;
}

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

.cardItem {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 0px 5px #f7fafd;
    padding: 40px 30px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.title {
    width: 100%;
    height: 58px;
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    font-style: italic;
    background: url(../images/title-BG1.png) no-repeat;
    background-size: 100% 100%;
}

.noticeItem {
    text-decoration: none !important;
    width: 550px;
    height: 82px;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.noticeDate {
    width: 80px;
    height: 100%;
    color: #ffffff;
    text-align: center;
    background: #ffba5d;
    padding-top: 20px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.noticeDate div:nth-of-type(2) {
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
}

.noticeContent {
    width: calc(100% - 80px);
    height: 100%;
    color: #222121;
    background: #fffaf5;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    box-sizing: border-box;
}

.readMore {
    display: inline-block;
    width: 98px;
    height: 32px;
    font-size: 15px;
    color: #f85711;
    text-align: center;
    line-height: 32px;
    border-radius: 20px;
    border: 1px solid #f85711;
    margin-top: 30px;
}

.list-BG {
    width: 550px;
    background: #fffaf5;
    padding: 30px 25px;
    box-sizing: border-box;
    margin-top: 30px;
}

.title-1 {
    width: 100%;
    display: flex;
    align-items: center;
}

.title-1 div {
    font-size: 30px;
    color: #f85711;
    font-weight: 600;
    font-style: italic;
    margin: 0px 8px;
    flex-shrink: 0;
}

.title-1 img:nth-of-type(2) {
    width: calc(100% - 235px);
}

.readMore-1 {
    font-size: 15px;
    color: #f85711;
    margin-left: 12px;
    flex-shrink: 0;
}

.listItem {
 text-decoration: none !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.listItem div:nth-of-type(1) {
    color: #121212;
    width: calc(100% - 120px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listItem div:nth-of-type(2) {
    color: #888683;
}

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

    .noticeItem,
    .list-BG {
        width: 100%;
    }
}