* {
    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;
    letter-spacing: 1px;
}

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

.title {
    width: 312px;
    height: 86px;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    background: url(../images/title-BG.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 38px;
    box-sizing: border-box;
}

.list {
    width: 440px;
    height: 454px;
    background: url(../images/list-BG.png) no-repeat;
    background-size: 100% 100%;
    padding: 0px 30px;
    box-sizing: border-box;
}

.list .title {
    margin-bottom: 20px;
}

.list ul a {
    width: 100%;
    display: inline-block;
    color: #121212;
    line-height: 54px;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list ul a::before,
.list-1 a::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #b9b9b9;
    border-radius: 50%;
    position: absolute;
}

.list ul a::before {
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

.title-1 {
    width: 297px;
    height: 72px;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    background: url(../images/title-BG1.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 18px;
    box-sizing: border-box;
    margin: 30px 0px 20px;
}

.list-1 a {
    display: inline-block;
    width: 588px;
    height: 125px;
    line-height: 32px;
    color: #121212;
    background: url(../images/content-BG.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
    padding: 12px 20px 12px 35px;
    box-sizing: border-box;
    position: relative;
}

.list-1 a::before {
    top: 25px;
    left: 20px;
}

.list-2 a {
    display: inline-block;
    width: 588px;
    height: 152px;
    background: #ffecec;
    margin-bottom: 20px;
    padding: 20px 15px 15px 45px;
    box-sizing: border-box;
    position: relative;
}

.list-2 a .num {
    width: 34px;
    height: 34px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    line-height: 34px;
    background: #de1212;
    border-radius: 0px 20px 20px 0px;
    position: absolute;
    top: 20px;
    left: 0px;
}

.list2Title {
    width: 100%;
    font-size: 18px;
    color: #1e1e1e;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.list2Content {
    font-size: 15px;
    color: #4d4d4d;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.list2Date {
    font-size: 12px;
    color: #787070;
}

.flag {
    display: inline-block;
    width: 100%;
    height: 120px;
    font-size: 36px;
    color: #ffe094;
    font-weight: 600;
    background: url(../images/flag-BG.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}