@charset "UTF-8";* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0
}

li {
    list-style: none
}

html,body {
    width: 100%;
    margin: 0 auto
}

html {
    font-size: 5.2083333333333vw
}

@media (max-width: 1199px) {
    html {
        font-size: 6.6vw
    }
}

@media (max-width: 767px) {
    html {
        font-size: 13.3vw
    }
}

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px
}

:focus {
    outline: 0
}

a,button,input[type="button"],input[type="submit"],input[type="reset"] {
    cursor: pointer
}

* html .clearfix {
    height: 0%
}

*+html .clearfix {
    min-height: 0%
}

*+html .clearfix {
    min-height: 0%
}

body {
    color: #333;
    background: #ffffff;
    font: .18rem 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px
}

@media (max-width: 1199px) {
    body {
        font-size: 14px
    }
}

a {
    color: #000;
    text-decoration: none
}

a:hover {
    color: #064992
}

.di_in {
    display: inline-block
}

.di_no {
    display: none
}

.di_bl {
    display: block
}

.te_c {
    text-align: center
}

.p_r {
    position: relative
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.container {
    padding-left: 1.6rem;
    padding-right: 1.6rem
}

@media (max-width: 1199px) {
    .container {
        padding-left: .2rem;
        padding-right: .2rem
    }
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    padding-top: .25rem;
    align-items: flex-end
}

.header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2.5rem;
    background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, 0));
    z-index: -1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.header.fixed::after {
    height: 100%
}

.header .logo {
    margin-right: .7rem
}

.header .logo img {
    height: .65rem
}

.header .nav-con {
    align-items: flex-end
}

.header .search {
    border: 1px #FFF solid;
    height: .3rem;
    border-radius: .15rem;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    -ms-border-radius: .15rem;
    -o-border-radius: .15rem;
    overflow: hidden;
    width: 1.8rem
}

.header .search input[type='submit'] {
    width: .2rem;
    height: .2rem;
    background: url(../images/search.svg)no-repeat center;
    background-size: 100%;
    margin-left: .1rem
}

.header .search span {
    width: 1px;
    height: .15rem;
    background-color: #FFF;
    opacity: .3;
    margin: 0 .05rem
}

.header .search input[type='text'] {
    width: 100%;
    background: none;
    height: .3rem;
    color: #FFF
}

.header .search input::placeholder {
    color: #FFF
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: .5rem;
    height: .5rem;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.menu-btn.close {
    background-image: url(../images/close.svg)
}

.nav {
    width: 100%
}

.nav li>a {
    font-size: .2rem;
    color: #FFF;
    font-weight: bold;
    line-height: .65rem
}

.nav .drop {
    left: -.1rem;
    right: -.1rem;
    top: .6rem;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: #FFF;
    line-height: 2.4;
    font-size: .16rem
}

.banner {
    z-index: 1
}

.banner img {
    width: 100%
}

.banner .swiper-slide {
    overflow: hidden
}

.banner .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.5rem;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    z-index: 1
}

.banner .swiper-pagination-bullet {
    background-color: #FFF;
    width: .16rem;
    height: .16rem;
    margin: 0 .1rem !important
}

.footer {
    background-color: #064992;
    width: 100%;
    overflow: hidden;
    padding-bottom: .4rem;
    padding-top: .2rem
}

.footer .link {
    line-height: 1.8;
    color: #FFF;
    font-size: .16rem
}

.footer .link .flex-1{
justify-content: space-between;
}

.footer .link a {
    color: #FFF;
    width:13%;
}

.footer .logo img {
    height: .65rem
}

.footer .copyright {
    margin-top: .2rem;
    border-top: 1px rgba(255, 255, 255, .3) solid;
    padding-top: .2rem;
    font-size: .14rem;
    color: #FFF
}

.footer .copyright .text-con {
    line-height: 2
}

.footer .copyright .text {
    white-space: nowrap;
    margin-top: 35px;
}

.footer .copyright .text .flex-1 {
    margin-right: .2rem
}

.footer .copyright .text .flex-1:last-child {
    margin-right: 0
}

.footer .copyright .erwma .pic {
    width: .8rem;
    height: .8rem;
    background-color: #FFF;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto
}

.footer .copyright .erwma img {
    width: 100%
}

.footer .copyright .erwma .txt {
    margin-top: .1rem
}

@font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: url('../fonts/SourceHanSerifCN-Bold.otf')
}

.title-con {
    font-family: 'SourceHanSerifCN-Bold';
    font-size: .36rem
}

.title-con>div {
    margin-right: .6rem
}

.title-con .title {
    padding-top: .25rem;
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: .22rem;
    cursor: pointer;
    background-size: .71rem;
    transition: all 0.5s;
}

.title-con>div:last-child {
    margin-right: 0
}

.title-con .more {
    position: absolute;
    right: 0;
    bottom: .25rem;
    font-size: .16rem;
    font-family: 'Microsoft YaHei';
    background: url(../images/more.svg)no-repeat right center;
    padding-right: .5rem;
    display: none
}

.title-con .on .more {
    display: block
}

.home-content {
    margin-top: .5rem
}

.home-content .title-con .title {
    color: #A5A5A5
}

.home-content .title-con .on .title {
    color: #1D1D1D;
    background-image: url(../images/icon1.png)
}

.home-content .title-con  .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 11px;
    opacity:0;
    transition:all 0.5s;
    background: url(../images/line.svg)no-repeat left bottom
}
.home-content .title-con .on .title::after {
   opacity:1
}

.home-content .content {
    margin-top: .45rem
}

.home-news {
    margin-bottom: .7rem
}

.home-news .item {
    width: 32%;
    margin-right: 2%;
    height: 3.4rem;
    overflow: hidden
}

.home-news .item::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 40%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    z-index: 2
}

.home-news .item:last-child {
    margin-right: 0
}

.home-news .item .date {
    position: absolute;
    left: .15rem;
    top: .15rem;
    background-color: rgba(6, 73, 146, .8);
    color: #FFF;
    width: .72rem;
    height: .72rem;
    border-radius: 0 .1rem 0 .1rem;
    -webkit-border-radius: 0 .1rem 0 .1rem;
    -moz-border-radius: 0 .1rem 0 .1rem;
    -ms-border-radius: 0 .1rem 0 .1rem;
    -o-border-radius: 0 .1rem 0 .1rem;
    font-size: 12px;
    z-index: 10
}

.home-news .item .date span {
    font-size: .3rem;
    margin-top: .05rem
}

.home-news .item .tit {
    position: absolute;
    left: .3rem;
    right: .3rem;
    bottom: .2rem;
    color: #FFF;
    line-height: 1.8;
    font-weight: 600;
    z-index: 10
}

.home-news li {
    width: 23.5%;
    margin-right: 2%;
    border: 1px #E6E6E6 solid;
    padding: .4rem;
    height: 3.25rem;
    margin-top: .5rem;
    background-color: #FFF
}

.home-news li:last-child {
    margin-right: 0
}

.home-news li .date {
    color: #064992
}

.home-news li .date::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -.3rem;
    width: .32rem;
    height: 4px;
    background-color: #064992
}

.home-news li .tit {
    line-height: 1.8;
    margin-top: .45rem;
    font-weight: 600;
}

.home-news li .des {
    font-size: .14rem;
    color: #888888;
    text-indent: .28rem;
    margin-top: .15rem;
    line-height: 1.7
}

.home-news li span {
    position: absolute;
    right: .4rem;
    bottom: .1rem;
    width: .4rem;
    height: .3rem;
    background: url(../images/arrow3.svg)no-repeat right center;
    background-size: 100%;
    z-index: 10
}

.home-notice .item {
    width: 32%;
    height: 1.9rem;
    background-color: #EEF6FF;
    border-radius: 0 .15rem 0 .15rem;
    -webkit-border-radius: 0 .15rem 0 .15rem;
    -moz-border-radius: 0 .15rem 0 .15rem;
    -ms-border-radius: 0 .15rem 0 .15rem;
    -o-border-radius: 0 .15rem 0 .15rem;
    padding: .3rem .4rem;
    margin-bottom: .5rem;
    margin-right: 2%
}

.home-notice .item:nth-of-type(3n) {
    margin-right: 0
}

.home-notice .item .date {
    color: #9E9E9E;
    border-bottom: 1px #D9D9D9 solid;
    padding-bottom: .1rem
}

.home-notice .item .date span {
    color: #064992;
    font-size: .42rem;
    margin-right: .1rem
}

.home-notice .item .date .arrow {
    position: absolute;
    right: 0;
    bottom: .3rem;
    width: .14rem;
    height: .11rem;
    background: url(../images/arrow4.svg)no-repeat center;
    background-size: 100%
}

.home-notice .item .tit {
    margin-top: .15rem;
    line-height: 1.7;
    font-weight: 600;
}

.home-bg {
    background: linear-gradient(0deg, #DAECFF 0%, rgba(255, 255, 255, 0) 100%);
    padding-bottom: 2rem
}

.home-content1 {
    background: url(../images/bg1.png)no-repeat center top;
    background-size: auto 4rem;
    padding-top: .4rem
}

.home-content1 .title-con .more {
    color: #FFF;
    background-image: url(../images/more1.svg)
}

.home-content1 .title-con .title {
    background-image: url(../images/icon2.png);
    color: #FFF;
    opacity: .6
}

.home-content1 .title-con .on .title {
    color: #FFF;
    opacity: 1
}

.home-content1 .title-con .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 11px;
    background: url(../images/line1.svg)no-repeat left bottom
}

.home-content1 .title-con .on .title::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: -.4rem;
    width: 0;
    height: 0;
    border-left: .12rem transparent solid;
    border-right: .12rem transparent solid;
    border-bottom: .1rem #FFF solid
}

.home-content1 .content {
    background-color: #FFF;
    padding: .4rem;
    margin-top: .4rem;
    padding-top: 0
}

.home-content1 .item {
    width: 48%;
    margin-right: 4%;
    margin-top: .4rem;
    border: 1px #E6E6E6 solid;
    -webkit-border-radius: .2rem 0 .2rem 0;
}

.home-content1 .item:nth-child(even) {
    margin-right: 0
}

@font-face {
    font-family: 'Impact-Regular';
    src: url('../fonts/Impact-Regular.ttf')
}

.home-content1 .item .date {
    background-color: #F2F2F2;
    width: .86rem;
    height: .86rem;
    border-radius: .2rem 0 .2rem 0;
    -webkit-border-radius: .2rem 0 .2rem 0;
    -moz-border-radius: .2rem 0 .2rem 0;
    -ms-border-radius: .2rem 0 .2rem 0;
    -o-border-radius: .2rem 0 .2rem 0;
    color: #AAA;
    font-size: .16rem
}

.home-content1 .item .date span {
    /* font-family: 'Impact-Regular'; */
    color: #064992;
    font-size: .3rem
}

.home-content1 .item .text-con {
    padding: 0 .2rem;
    height: 1.2rem
}

.home-content1 .item .tit {
    margin-top: .05rem;
    font-weight: 600;
}

.home-content1 .item .des {
    font-size: .14rem;
    line-height: 1.7;
    margin-top: .1rem;
    opacity: .6
}

@media (min-width: 1025px) {
    .nav li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg)
    }

    .nav .drop a:hover {
        background-color: #064992;
        color: #FFF
    }

    .footer .link a:hover {
        text-decoration: underline
    }

    .home-news .item:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05)
    }

    .home-news li:hover {
        box-shadow: 0 .1rem .15rem rgba(0, 0, 0, .1)
    }

    .home-news li:hover span {
        background-image: url(../images/arrow2.svg)
    }

    .home-notice .item:hover {
        background: url(../images/tbg2.png)no-repeat center;
        background-size: cover;
        color: #FFF
    }

    .home-notice .item:hover .date, .home-notice .item:hover .date span {
        color: #FFF
    }

    .home-notice .item:hover .arrow {
        background-image: url(../images/arrow5.svg)
    }

    .home-content1 .item:hover .text-con {
        background-color: #064992;
        padding: .2rem;
        color: #FFF
    }

    .home-content1 .item:hover .text-con .tit {
        margin-top: 0
    }

    .home-content1 .item:hover .date {
        background-color: #7DA3CB;
        color: #FFF;
        border-radius: .2rem 0 0 0;
        -webkit-border-radius: .2rem 0 0 0;
        -moz-border-radius: .2rem 0 0 0;
        -ms-border-radius: .2rem 0 0 0;
        -o-border-radius: .2rem 0 0 0
    }

    .home-content1 .item:hover .date span {
        color: #FFF
    }
}

@media (max-width: 1199px) {
    .header {
        height: 1.1rem;
        align-items: center;
        padding-top: 0
    }

    .header::after {
        height: 100%
    }

    .header.on {
        background-color: #064992;
        border-bottom: 1px rgba(255, 255, 255, .3) solid
    }

    .header.on::after {
        display: none
    }

    .header .logo {
        margin-right: 0
    }

    .header .search {
        height: .5rem;
        width: 90%;
        border-radius: .25rem;
        -webkit-border-radius: .25rem;
        -moz-border-radius: .25rem;
        -ms-border-radius: .25rem;
        -o-border-radius: .25rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: .3rem
    }

    .header .search input[type='submit'] {
        width: .3rem;
        height: .3rem
    }

    .header .search input[type='text'] {
        height: .45rem
    }

    .menu-btn {
        display: block
    }

    .nav-con {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.1rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #064992;
        z-index: 999;
        height: calc(100vh - 1.1rem);
        padding: .2rem .3rem
    }

    .nav>li {
        width: 100%
    }

    .nav li>a {
        height: .9rem;
        line-height: .9rem;
        font-size: 16px
    }

    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: .9rem;
        width: .6rem
    }

    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: .32rem;
        height: .32rem;
        position: absolute;
        left: .1rem;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%)
    }

    .nav .cur .arrow::after {
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg)
    }

    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        padding: 0;
        background: none;
        right: auto;
        padding-left: .2rem
    }

    .nav .drop a {
        color: #FFF
    }

    .nav .drop a, .footer .link, .footer .copyright {
        font-size: 14px
    }

    .home-news .item .date span {
        font-size: 20px
    }

    .home-news .item .date {
        width: 60px;
        height: 50px
    }

    .home-news li {
        padding: .3rem;
        height: auto
    }

    .home-news li .des, .title-con .more, .home-content1 .item .des, .home-content1 .item .date {
        font-size: 12px
    }

    .home-notice .item {
        height: 140px
    }

    .home-notice .item .date span, .home-content1 .item .date span {
        font-size: 24px
    }

    .title-con {
        font-size: 24px
    }

    .home-content1 .item .date {
        width: 60px;
        height: 60px
    }

    .home-content1 .item .text-con {
        height: auto
    }
}

@media (max-width: 950px) {
    .footer .logo {
        width: 100%;
        margin-bottom: .3rem;
        margin-top: .3rem
    }
}

@media (max-width: 767px) {
    .header .logo img {
        height: .6rem
    }

    .footer .copyright .text-con, .footer .copyright .erwma {
        width: 100%
    }

    .footer .copyright .erwma {
        margin-top: .3rem
    }

    .footer .copyright .erwma .pic {
        width: 1rem;
        height: 1rem
    }

    .footer .link a {
        margin-right: .3rem
    }

    .home-news .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: .3rem;
        height: 3.8rem
    }

    .home-news .item:last-child {
        margin-bottom: 0
    }

    .home-news li {
        width: 49%
    }

    .home-news li:nth-child(even) {
        margin-right: 0
    }

    .home-notice .item {
        width: 100%;
        margin-right: 0;
        height: auto
    }

    .title-con {
        font-size: 20px
    }

    .home-content1 .title-con .more {
        bottom: -.2rem
    }

    .home-content1 .title-con>div {
        margin-right: .2rem
    }

    .home-content1 .title-con .title {
        font-size: 17px
    }

    .home-content1 .item {
        width: 100%;
        margin-right: 0
    }
}

.sidebar {
    width: 2.94rem;
    margin-top: -1.07rem;
    z-index: 10;
    margin-right: 1rem
}

.sidebar .title {
    width: 100%;
    font-size: .3rem;
    color: #FFF;
    background: url(../images/tbg1.png)no-repeat center;
    height: 1.07rem;
    line-height: 1.07rem;
    background-size: cover
}

.sidebar ul {
    margin-left: .1rem;
    background-color: #FFF;
    z-index: 9;
    box-shadow: 0 .1rem .15rem rgba(0, 0, 0, .1);
    padding-bottom: 1.2rem;
    padding-left: .25rem;
    padding-right: .25rem
}

.sidebar .sub::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: .7rem;
    right: 0;
    background-color: #064992;
    z-index: -1
}

.sidebar .sub li {
    border-bottom: 1px dashed rgba(17, 64, 108, .2);
    background-color: #FFF
}

.sidebar .sub li>a {
    line-height: 1rem;
    font-size: .24rem;
    padding-left: .2rem
}

.sidebar .sub li>a.tit::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: .16rem;
    background: url(../images/arrow1.svg)no-repeat center;
    background-size: 100%
}

.sidebar .subnav {
    display: none;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    border-top: 1px dashed #e5e5e5;
    padding-left: .4rem
}

.sidebar .subnav a {
    font-size: 0.16rem;
    line-height: 0.4rem
}

.sidebar .sub li.on>a {
    color: #064992
}

.crumbs {
    font-size: .16rem;
    background: url(../images/home.svg)no-repeat left center;
    padding-left: .3rem;
    background-size: .16rem
}

.pub-title .title {
    font-size: 0.24rem;
    font-weight: bold;
    margin-right: .3rem
}

.pub-title .line {
    background-color: #064992;
    height: 1px;
    margin-right: .3rem
}

.pub-content {
    margin-top: .6rem;
    padding-bottom: .7rem
}

.page {
    margin-top: .4rem
}

.page a {
    line-height: .3rem;
    border: 1px #c5b7b7 solid;
    font-size: .16rem;
    padding: 0 .1rem;
    margin-right: .1rem
}

.page span {
    margin-right: .1rem
}

.page a:last-child {
    margin-right: 0
}

.page a.on {
    background-color: #064992;
    color: #FFF;
    border-color: #064992
}

.news-list {
    margin-top: .2rem
}

.news-list .item {
    padding: .3rem .35rem;
    background-color: #F5F9FF;
    margin-top: .35rem
}

.news-list .item .pic {
    width: 3rem;
    height: 1.9rem;
    overflow: hidden;
    margin-right: .5rem
}

.news-list .item .tit {
    line-height: 1.8;
    margin-top: .2rem
}

.news-list .item .des {
    color: #898989;
    line-height: 1.8;
    margin-top: .1rem;
    font-size: .14rem
}

.news-list .item .date {
    font-size: .16rem;
    color: rgba(42, 111, 213, .5);
    margin-top: .1rem
}

.news-list .item .date span {
    color: #064992;
    font-size: .24rem;
    margin-right: .1rem
}

.text-list {
    margin-top: .3rem
}

.text-list .item {
    border-bottom: 1px dashed #CBCBCB;
    line-height: .75rem;
    padding-left: .3rem
}

.text-list .item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .09rem;
    height: .09rem;
    background-color: #064992;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.text-list .item .tit {
    margin-right: .3rem
}

.text-list .item .date {
    font-size: .14rem;
    color: #064992;
    background: url(../images/date.svg)no-repeat left center;
    padding-left: .25rem
}

.details {
    padding-top: .5rem;
    padding-bottom: 1rem
}

.details h1 {
    font-weight: normal;
    font-size: .26rem
}

.details .info {
    color: #A8A8A8;
    font-size: .14rem;
    line-height: 2;
    border-bottom: 1px rgba(141, 141, 141, .3) solid;
    margin-top: .2rem;
    padding-bottom: .1rem
}

.details .body {
    line-height: 2;
    font-size: .16rem;
    color: #2C2C2C
}

.details .body p {
    margin-top: .3rem;
    text-indent: .32rem
}

.details .body img {
    max-width: 100%;
    margin-top: .3rem;
    height: auto !important
}

.details .prev-next {
    line-height: 2;
    margin-top: .6rem;
    font-size: .16rem;
    border-top: 1px #A8A8A8 solid;
    padding-top: .4rem
}

.details .prev-next span {
    color: #064992
}

@media (min-width: 1025px) {
    .news-list .item:hover {
        background-color: #064992;
        color: #FFF
    }

    .news-list .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05)
    }

    .news-list .item:hover .tit, .news-list .item:hover .des, .news-list .item:hover .date, .news-list .item:hover .date span {
        color: #FFF
    }
}

@media (max-width: 1199px) {
    .sidebar .title {
        font-size: 20px
    }

    .pub-title .title, .details h1 {
        font-size: 18px
    }

    .sidebar .sub li>a, .news-list .item .date span {
        font-size: 16px
    }

    .sidebar .subnav a, .news-list .item .tit, .details .body, .details .prev-next {
        font-size: 14px
    }

    .crumbs, .news-list .item .date, .news-list .item .des, .page a, .text-list .item .date, .details .info {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .sidebar {
        width: 100%;
        margin-right: 0;
        margin-top: .3rem
    }

    .sidebar .title {
        background-color: #064992
    }

    .sidebar .title>span {
        width: 0.7rem;
        height: 0.7rem;
        background: url(../images/sub_left_down2.png) no-repeat center center;
        background-size: .2rem;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%)
    }

    .sidebar .sub {
        display: none
    }

    .crumbs {
        display: none
    }

    .news-list .item .pic {
        margin-right: 0;
        width: 100%;
        height: 3.6rem;
        margin-bottom: .3rem
    }
}