a:hover {
    text-decoration: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

a:focus {
    outline: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: 0px;
    -webkit-text-size-adjust: none;
}

li {
    list-style: none;
}

* {
    font-family: '微软雅黑';
}

body {
    background: #fff;
    color: #333;
}

a {
    color: #333;
}

.hide {
    display: none;
}

.dqlm {
    width: 100%;
    height: 1.2rem;
    background: #288fe1;
    text-align: center;
}


/* .dqlm span {
    line-height: 0.6rem;
    font-size: 0.25rem;
    color: #fff;
    margin-right: 0.5rem;
} */

.dqlm a {
    float: left;
    display: inline-block;
    background: url(jt.png) no-repeat;
    background-size: 0.2rem 0.34rem;
    width: 0.2rem;
    height: 0.34rem;
    margin-top: 0.43rem;
    margin-left: 0.3rem;
}

.dqlm_title {
    width: 100%;
    padding: 0 0.3rem;
    height: 1.08rem;
    border-bottom: 0.01rem solid #eeeeee;
}

.dqlm_title span {
    font-size: 0.4rem;
    line-height: 1.08rem;
}

.btn_nav {
    width: 0.4rem;
    height: 1.2rem;
    background: url(btn_nav.png) no-repeat center right;
    background-size: 0.4rem 0.32rem;
    float: right;
    margin-right: 0.3rem;
}

.nav {
    width: 100%;
    height: 1.33rem;
    background: #00609c;
    display: flex;
    align-items: center;
}

.nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav ul li {
    width: 25vw;
    height: 0.93rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav ul li:first-child {
    width: 22w;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #fff;
}

.nav ul li:nth-child(2) {
    border-right: 1px dashed #fff;
}

.nav ul li:nth-child(3) {
    border-right: 1px dashed #fff;
}

.nav ul li:first-child img {
    width: 0.6rem;
    height: 0.6rem;
}

.nav ul li a {
    font-size: 0.34rem;
    color: #fff;
}

.height-space {
    width: 100%;
    height: 0.3rem;
    clear: both;
}

.first_box {
    width: 100%;
    height: 4.4rem;
    margin: 0 auto;
}

.first_box .a1 img {
    width: 100%;
    height: 3.5rem;
    z-index: -1;
    position: absolute;
}

.first_box .a1 {
    display: inline-block;
    width: 100%;
    height: 3.5rem;
    background: url(first_bk.png) no-repeat center center;
    background-size: 1.2rem 1.2rem;
    position: relative;
}

.first_box .a2 {
    line-height: 0.8rem;
    font-size: 0.32rem;
    font-weight: bold;
}

.wap_fourcen {
    height: auto;
    overflow: hidden;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.wap_fourcen ul li {
    width: 100%;
    min-height: 1.72rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
}

.wap_fourcen li a {
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.4rem;
    display: inline-block;
    width: 100%;
    min-height: 0.8rem;
}

.wap_fourcen li a:active {
    color: #333;
}

.wap_fourcen li .sp_time {
    line-height: 0.6rem;
    font-size: 0.25rem;
    color: #999;
    float: right;
    text-align: right;
    width: 35%;
}

.wap_fourcen li .sp_ly {
    line-height: 0.6rem;
    font-size: 0.25rem;
    width: 65%;
    color: #999;
    float: left;
    text-align: left;
}

.wap_fourcen .wap_more {
    color: #355e92;
    display: block;
    line-height: 0.6rem;
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 0.15rem;
    background: #cce3f9
}

.list_sub {
    display: none;
}

.list_sub {
    display: none;
}

.bk {
    width: 100%;
    height: 1.6rem;
}

.bk a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0.2rem 0.3rem;
    justify-content: space-between;
    align-items: center;
}

.bk a .bkname {
    font-size: 0.38rem;
    color: #0556c9;
    height: 100%;
    width: 3.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}