* {
    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 {
    font: 15px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif !important;
    background: #f5f5f5;
}

.w1200 {
    width: 1200px;
    margin: 40px auto;
}

.cardItem {
    width: 100%;
    background: #ffffff;
    border-radius: 6px;
    padding: 35px 35px 0px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.cardTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.cardTitle img {
    flex: 1;
    margin: 0px 10px;
}

.cardTitle div {
    font-size: 38px;
    color: #f66701;
    font-family: 楷体;
    font-weight: 600;
    flex-shrink: 0;
}

.cardTitle a {
    font-size: 18px;
    color: #959595;
    flex-shrink: 0;
}

.list-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list-1 a {
    width: 550px;
    height: 84px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.dates {
    width: 80px;
    height: 100%;
    font-size: 14px;
    color: #f7f7f7;
    background: #f5914a;
    flex-shrink: 0;
}

.dates div:nth-of-type(1) {
    font-size: 16px;
    padding-top: 20px;
}

.dates div:nth-of-type(2) {
    font-size: 18px;
    font-weight: 600;
    margin-top: 2px;
}

.dateTitle {
    flex: 1;
    height: 100%;
    font-size: 17px;
    color: #0c0c0c;
    line-height: 84px;
    background: #f7f7f7;
    padding-left: 12px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cardList2 a {
    display: inline-block;
    width: 265px;
    height: 152px;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    border-radius: 6px;
    margin-bottom: 54px;
}

.cardList2 a:nth-of-type(1) {
    color: #2c77ba;
    background: #a5d2fa;
}

.cardList2 a:nth-of-type(2) {
    color: #21aa4b;
    background: #adf0c2;
}

.cardList2 a:nth-of-type(3) {
    color: #da8e1e;
    background: #ffe5bf;
}

.cardList2 a:nth-of-type(4) {
    color: #e44a24;
    background: #fcd3c9;
}

.cardList2 a img {
    margin-top: 30px;
}

.cardList2 a div {
    margin-top: 10px;
}

.questionItem {
    width: 550px;
    height: 102px;
    background: #f7f7f7;
    border-radius: 6px;
    padding: 20px 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.questionItem img {
    margin-right: 15px;
}

.questionItem > div {
    width: calc(100% - 80px);
}

.question {
    font-size: 18px;
    color: #0c0c0c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 6px;
}

.questionItem .date {
    font-size: 13px;
    color: #8b8b8b;
}

@media screen and (max-width: 768px) {
    .w1200 {
        width: calc(100% - 30px);
    }

    .list-1 a,
    .cardList2 a,
    .questionItem {
        width: 100%;
    }

    .cardTitle img {
        width: calc(100% - 300px);
    }
}