a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
    box-sizing: border-box
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    background: #f2f4f5
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    color: #333
}

a:hover {
    color: #222;
    text-decoration: underline
}

img {
    width: 100%;
    min-height: 100%
}

.header {
    font-size: .42666667rem;
    color: #80add6;
    background: #fff;
    text-align: center
}

.header .top {
    height: 1.33333333rem;
    width: 100%;
    background: #004b8e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .26666667rem
}

.header .top .logo {
    height: 1.33333333rem;
    width: 3.4rem;
    display: block;
}
.header .top .logo  a{
    display: flex;align-items: center;
    height: 100%;
}
.header .top .logo  a img{
    max-height: 80%;
    min-height: auto;
    width: auto;
}
.header .user {
    width: .66666667rem;
    height: .66666667rem;
    background: url(../img/ico_user.png) center/contain no-repeat;
    border-radius: 100%
}

.header .search {
    width: .66666667rem;
    height: .66666667rem;
    background: url(../img/ico_search.png) center/contain no-repeat
}
.nav_ul{
    display: flex;
    overflow-x:scroll;
    overflow-y:hidden;
}
.nav_ul::-webkit-scrollbar {
    height: 0;
}
.header .nav {
    height: 1.06666667rem;
    white-space: nowrap;
    line-height: 1.06666667rem;
    font-size: .37333333rem;

    padding: 0 .2rem;
    position: relative;
    border-bottom: 1px solid #d7d7d7;
}
.swiper-slide img{
    min-height: auto;
    max-height: 100% !important;
}
.header .nav .nav-left, .header .nav .nav-right {
    position: fixed;
    top: 1.33333333rem;
    right: -.26666667rem;
    width: .6rem;
    height: 1.06666667rem;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, .1) 4%, #fff 56%)
}

.header .nav .nav-left.nav-left, .header .nav .nav-right.nav-left {
    left: -.26666667rem;
    background-image: linear-gradient(-90deg, rgba(255, 255, 255, .1) 4%, #fff 56%)
}

.header .nav li {
    display: inline-block;
    white-space: nowrap;
    margin: 0 .2rem;
    color: #323333
}

.header .nav li.current {
    color: #0d63b0
}

.focus {
    height: .93333333rem;
    line-height: .93333333rem;
    background: #f2f3f5;
    font-size: .4rem;
    position: relative
}

.focus .titleBar {
    background: #0d63b0;
    float: left;
    color: #fff;
    padding: 0 .26666667rem 0 .4rem;
    position: relative;
    margin-right: .26666667rem;
    height: 100%
}

.focus .titleBar:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top: .93333333rem solid #0d63b0;
    position: absolute;
    right: -.17333333rem;
    top: 0
}

.focus .content {
    width: 100%;
    height: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    padding-left: 1.86666667rem;
    padding-right: .4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.index-article {
    background: #fff
}

.index-article .swiper-slide {
    position: relative;
    height: 4.66666667rem;
    overflow: hidden
}

.index-article .swiper-slide p {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    padding: 0 2.66666667rem 0 .26666667rem;
    color: #fff;
    left: 0;
    bottom: 0;
    height: .93333333rem;
    line-height: .93333333rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.index-article .swiper-pagination {
    right: .26666667rem;
    left: auto;
    width: auto;
    bottom: 15px
}

.index-article .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: .16rem;
    height: .16rem
}

.index-article .swiper-pagination-bullet-active {
    background: #eb4258
}

.article-list {
    margin-bottom: .26666667rem;
    background: #fff
}

.article-list .column_nav{
    display: flex;
    justify-content: space-between;
    padding: .25rem .2rem;
    background-color: #F2F4F5;
}

.article-list .column_nav p:first-of-type{
    display: flex;
}


.article-list .column_nav .blue{
    width: 3px;
    height: 100%;
    background-color: #0D63B0;
    display: block;
    border-radius: 2px;
    margin-right: .3rem;
}

.article-list .column_article{
    display: flex;
    justify-content: space-between;
    padding: .37333333rem .26666667rem .26666667rem;
    border-bottom: 1px #d3d7db solid;
    overflow: hidden;
    background-color: white;
}

.article-list .left{
    flex: 1;
}

.article-list .left .left_title{
    font-size: .48rem;
    line-height: .66666667rem;
    margin-bottom: .16rem;
    height: 1.33333333rem;
    overflow: hidden;
}

.article-list .left .left_tag, .article-list .column_nav p:last-of-type{
    color: #abafb3;
    font-size: .32rem;
}

.article-list .right{
    width: 3.09333333rem;
    height: 1.92rem;
    overflow: hidden;
}

.article-list .right img{
    width: 100%;
    min-height: 100%;
}





.article-list.mb0 {
    margin-bottom: 0
}

.article-list li {
    padding: .37333333rem .26666667rem .26666667rem;
    border-bottom: 1px #d3d7db solid;
    overflow: hidden
}

.article-list .title {
    font-size: .48rem;
    line-height: .66666667rem;
    margin-bottom: .16rem;
    height: 1.33333333rem;
    overflow: hidden
}

.article-list .info {
    color: #abafb3;
    font-size: .32rem
}

.article-list .info a {
    color: #abafb3
}

.article-list .img {
    float: right;
    width: 3.09333333rem;
    height: 1.92rem;
    overflow: hidden
}

.article-list .img img {
    width: 100%;
    min-height: 100%
}

.article-list .loadMore {
    text-align: center;
    padding: .53333333rem 0;
    font-size: .42666667rem;
    color: #abafb3
}

.title-bar {
    height: 1.12rem;
    line-height: 1.12rem;
    background: #fff;
    padding: 0 .26666667rem;
    font-size: .42666667rem
}

.title-bar:before {
    content: "";
    width: .08rem;
    height: .4rem;
    float: left;
    background: #1065b1;
    margin-right: .26666667rem;
    margin-top: .37333333rem
}

.special-acticle {
    position: relative;
    margin-bottom: .26666667rem;
    background: #fff
}

.special-acticle .img {
    width: 100%;
    height: 4rem;
    overflow: hidden
}

.special-acticle .img img {
    width: 100%;
    min-height: 100%
}

.special-acticle .title {
    height: .90666667rem;
    line-height: .90666667rem;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    width: 100%;
    padding: 0 .26666667rem;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

footer{
    width: 100%;
    background-color: #004B8E;
    font-size: 12px;
    color: white;
    text-align: center;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
footer p:first-of-type{
    font-size: 16px;

}
footer p{
    font-weight: 200;
}
.runk {display: flex;flex-wrap: wrap}
.runk a{padding:10px 24px;display: block}