* {
    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/1.8 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif !important;
}

header {
    height: 60px;
    font-size: 20px;
    color: #1a5ba4;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    position: relative;
}

header img {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 30px;
}

.tab {
    background: #2c7acc;
    padding: 10px 15px;
}

.tab ul {
    width: 100%;
    overflow: auto;
    display: flex;
}

.tab ul a {
    color: #ffffff;
    flex-shrink: 0;
    display: inline-block;
    margin-right: 10px;
    padding: 3px 15px;
}

.tab ul a.on {
    color: #1167b7;
    background: #ffffff;
    border-radius: 4px;
}

.slideBox-1 {
    height: 210px;
    position: relative;
}

.b-bottom {
    border-bottom: 10px solid #f2f4f5;
}

.p-top0 {
    padding-top: 0px!important;
}

.slideBox-1 a {
    position: relative;
}

.slideBox-1 a div {
    width: 100%;
    height: 40px;
    color: #ffffff;
    line-height: 40px;
    background: rgba(121, 122, 122, 0.8);
    position: absolute;
    bottom: 0px;
    padding-left: 15px;
    box-sizing: border-box;
}

.slideBox-1 .slideBtn-1 {
    height: 5px;
    display: flex;
    position: absolute;
    bottom: 17.5px;
    right: 15px;
}

.slideBox-1 .slideBtn-1 div {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff;
}

.slideBox-1 .slideBtn-1 div.on {
    width: 16px;
    border-radius: 20px;
    background: #ed2626;
}

.slideBox-1 .slideBtn-1 div:not(:last-of-type) {
    margin-right: 8px;
}

.slideBox-2 {
    padding: 15px;
}

.slideBtn-2 {
    border-bottom: 1px solid #cfcfcf;
}

.slideBtn-2 div {
    font-size: 18px;
    color: #666666;
    margin-right: 20px;
    padding-bottom: 8px;
}

.slideBtn-2 div.on {
    color: #2c7acc;
    border-bottom: 3px solid #2c7acc;
}

.mainTitle {
    width: 80%;
    font-size: 18px;
    color: #ff0000;
    font-weight: 600;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 10px auto;
}

.subContent {
    color: #666666;
    text-indent: 2em;
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 10px;
}

.readMore {
    color: #ee0000;
}

.slideContent-2 ul li {
    margin-top: 10px;
}

.slideContent-2 ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slideContent-2 ul li a .content {
    width: 80%;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 15px;
    box-sizing: border-box;
    position: relative;
}

.slideContent-2 ul li a .content::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #9b9b9b;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -2.5px;
}

.slideContent-2 ul li a .date {
    color: #909090;
}

.subTitle-2 {
    width: calc(100% - 30px);
    font-size: 18px;
    color: #ffffff;
    line-height: 2.4;
    background: #e6eff6;
    margin: 0 auto;
}

.subTitle-2 span {
    display: inline-block;
    width: 100px;
    text-align: center;
    background: #0070a9;
}

.imgList a {
    width: 48.5%;
    margin-top: 10px;
}

.w100 {
    width: 100% !important;
}

.imgList a img {
    width: 100%;
}

.more {
    color: #666666;
    position: absolute;
    top: -52px;
    right: 0px;
}