@import "base.css"; :root {
    --animate-duration: .5s;
    --animate-delay: .5s;
    --animate-repeat: 1
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

html {
    font-size: 100px
}

header {
    background: url(../images/tbg1.png) right;
    background-size: cover;
}

.no_scroll {
    overflow: hidden
}

@font-face {
    font-family: "sySong";
    src: url("../fonts/sySong.woff") format("woff");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: "Advent";
    src: url("../fonts/Advent.woff") format("woff");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: "DINPro";
    src: url("../fonts/DINPro.woff") format("woff");
    font-style: normal;
    font-weight: normal
}

.sySong, .slick_bar h3 em, .list_img h3, .list_news .txt h3, .list_notice h3, .list_stu .txt h3, .list_icon a {
    font-family: "sySong"
}

.f_nav {
    font-family: 'Noto Serif SC'
}

#browser-modal {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 9990009
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111d5e;
    opacity: .9;
    z-index: -1
}

#browser-modal .browser-content {
    width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: #fff;
    border-radius: 5px
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px
}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 20px auto;
    height: 130px
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url(../images/bro.png) no-repeat 0 0
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(../images/bro.png) no-repeat 0 -100px
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url(../images/bro.png) no-repeat 0 -200px
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url(../images/bro.png) no-repeat 0 -300px
}

#browser-modal .browser-content .browser-item a {
    cursor: pointer;
    display: block
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

body {
    overflow-x: hidden
}

section, .w1600 {
    max-width: 1600px;
    margin: 0 auto
}

.cover_bg, .cover_img>div:first-child {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.cover_img {
    position: relative;
    overflow: hidden
}

a:hover .cover_img>div:first-child, .cover_img:hover>div:first-child {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.link_news a:hover i {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.cover_img div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.slick-dots li {
    cursor: pointer
}

.no_scroll {
    overflow: hidden
}

#J_dotLine {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

header, .slick_bar, footer, article {
    position: relative;
    z-index: 3;
}

.t_top {
    line-height: .4rem;
    height: .4rem;
    padding: .12rem 0 0;
}

.t_logo {
    line-height: 1.18rem;
    max-width: calc(100% - 4rem);
}

.t_logo, .t_search {
    z-index: 9999
}

.t_logo img {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
}

.t_link {
    line-height: .16rem;
}

.t_link .t_search {
    width: .19rem;
    height: .19rem;
    background: url(../images/t_search.png) 50% no-repeat;
    background-size: 0.18rem;
    border: none !important;
    margin: 0 .14rem 0 0;
}

.t_link a {
    display: inline-block;
    padding: 0 .14rem;
    color: #fff;
    font-size: .12rem;
    font-family: '\5B8B\4F53', arial;
    border-right: 1px solid #fff;
    vertical-align: top;
    font-family: "sySong";
}

.t_link a:last-child {
    border: none;
    /* border-right:1px solid #fff; */
}

.t_link a:hover {
    text-decoration: underline
}

.t_search i {
    width: 26px;
    height: 26px;
    background: url(../images/i_search.png) 50% no-repeat;
    border-radius: 50%
}

.t_nav {
    position: absolute;
    top: .4rem;
    right: 50%;
    margin-right: -836px;
    z-index: 6;
}

.t_nav>ul {
    max-width: 1600px;
    margin: 0 auto
}

.t_nav li {
    display: inline-block;
    position: relative;
    font-size: .18rem;
    vertical-align: top;
}

.t_nav .on h3 a {
}

.t_nav .on:hover h3 a {
    opacity: .8;
}

.t_nav h3 {
    font-weight: normal;
    position: relative;
    z-index: 3
}

.t_nav h3 a {
    font-size: .2rem;
    display: block;
    color: #fff;
    line-height: 1.18rem;
    font-weight: 700;
    white-space: nowrap;
    padding: 0 .36rem;
}

.t_nav a {
    display: block;
    color: #fff
}

.t_nav .sub_nav {
    position: absolute;
    font-size: 14px;
    padding: 6px 8px;
    background: rgba(227,40,69,.9);
    width: -webkit-max-content;
    width: -moz-max-content;
    min-width: 100%;
    z-index: 6;
}

.t_nav li:hover h3 a {
    opacity: .8;
}

.t_nav .sub_nav a {
    padding: .1rem;
    font-size: .16rem;
    color: #fff;
    line-height: 1.6;
    white-space: nowrap
}

.t_nav .sub_nav a:hover {
    /* color: #111d5e; */
}

.t_nav .sub_nav {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3)
}

.t_nav .sub_nav a:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.search_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #666;
    transition: all 0.5s;
    z-index: 99999;
    display: none
}

.search_wrap .search_box {
    position: fixed;
    width: calc(100% - .6rem);
    max-width: 660px;
    z-index: 999;
    z-index: 3;
    display: none
}

.search_wrap .i_txt {
    width: 100%;
    height: 50px;
    position: relative;
    border: none;
    background: none;
    padding: 0 96px 0 15px;
    background: #fff;
    font-size: 16px
}

.search_wrap .submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 50px;
    cursor: pointer
}

.search_wrap .close {
    position: fixed;
    right: 5%;
    top: 10%;
    width: .32rem;
    height: .32rem;
    background-size: cover;
    cursor: pointer;
    transition-duration: .5s;
    z-index: 9999
}

.search_wrap .close:hover {
    transform: rotate(90deg)
}

.search_wrap .bck {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 3
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-arrow {
    cursor: pointer
}

.slick_bar a {
    padding-top: 21%;
    display: block;
    position: relative;
}

.slick_bar.mb2 a {
    padding-top: 34.17%;
    border-bottom: none;
    -webkit-transform: scale(1.1);
    transition: 5s transform ease-in;
}

.slick_bar.mb3 a {
    /* padding-top:18.3%; */
}

.slick_bar.mb3 .slick-arrow {
    position: absolute;
    right: 50%;
    bottom: .3rem;
    width: .5rem;
    height: .5rem;
    background: rgba(227,40,69,.7);
    background-repeat: no-repeat;
    border-radius: 50%;
    background-size: .11rem;
    z-index: 6;
}

.slick_bar.mb3 .slick-arrow:hover {
    background-color: #e32845
}

.slick_bar.mb3 .slick-prev {
    margin-right: -734px;
    background-image: url(../images/prev.png);
    background-position: 48% 50%
}

.slick_bar.mb3 .slick-next {
    margin-right: -800px;
    background-image: url(../images/next.png);
    background-position: 52% 50%
}

.slick_bar.mb2 .slick-active a {
    -webkit-transform: scale(1);
}

.slick_bar .slick-slide {
    position: relative;
    overflow: hidden;
}

.slick_bar.mb2 .slick-slide {
    padding: 0;
}

.slick_bar h3 {
    position: absolute;
    right: 50%;
    bottom: -.33rem;
    line-height: .75rem;
    padding: 0 0 0 .52rem;
    margin-right: -860px;
    font-size: 0;
    width: 40%;
    white-space: nowrap
}

.slick_bar .slick-active h3 {
    margin-right: -800px
}

.slick_bar h3 em {
    font-size: .3rem;
    max-width: calc(100% - .8rem)
}

.slick_bar h3:before, .slick_bar h3:after {
    content: '';
    background: #111d5e;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.slick_bar h3:before {
    left: 0;
    right: 0;
    transform: skew(-26deg)
}

.slick_bar h3:after {
    left: 100px;
    right: -500%
}

.slick_bar h3 em, .slick_bar h3 span {
    position: relative;
    z-index: 6;
    display: inline-block;
    vertical-align: top
}

.slick_bar h3 span, .more {
    font-size: .12rem;
    font-family: '\5B8B\4F53', arial;
    display: inline-block;
    vertical-align: text-bottom;
    padding: 0 0 0 .12rem;
    border-left: 1px solid #111d5e;
    line-height: 12px;
    margin: 0 0 0 .4rem;
    color: #111d5e;
}

.more:hover {
    border-left-color: #111d5e
}

.white .more {
    border-left-color: #fff;
    color: #fff;
}

.more:hover {
    color: #e32845;
    border-left-color: #e32845;
}

more:hover {
    border-left-color: #e32845;
    color: color: #e32845;
}

.slick_bar .slick-dots {
    position: absolute;
    font-size: 0;
    right: 50%;
    margin-right: -800px;
    bottom: 1.02rem;
    text-align: center;
    z-index: 3
}

.slick_bar.mb2 .slick-dots {
    left: 0;
    right: 0;
    margin-right: 0;
    text-align: center;
    bottom: .4rem
}

.slick_bar .slick-dots li {
    display: inline-block;
    background: #fff;
    width: .12rem;
    height: .12rem;
    margin: 0 0 0 .2rem;
    position: relative;
    cursor: pointer;
    border-radius: 50px;
    vertical-align: middle
}

.slick_bar .slick-dots .slick-active {
    background: #e32845
}

.f1 {
    padding: .3rem 0 .56rem
}

.f3_1 {
    padding: .9rem 0 1.2rem;
    background: url(../images/cbg.jpg) 50% no-repeat;
    background-size: cover
}

.tit3 {
    font-size: .3rem;
    color: #d62829;
    padding: 0 0 .14rem;
    position: relative;
    font-weight: 700;
    margin: 0 0 .6rem;
    display: block
}

.tit3.white {
    color: #fff
}

.tit3.tc:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 1.2rem;
    height: .04rem;
    background: #d62829;
}

.bot_wrap {
    padding: .7rem 0;
    background: url(../images/bg_back.jpg) 50% no-repeat;
    background-size: cover;
}

.slick_news {
    width: calc(50% - 45px);
    overflow: hidden;
}

.slick_news .cover_img {
    float: left;
    padding-top: 3.3rem;
    width: 3.3rem;
}

.slick_news time {
    float: left;
    font-size: 26px;
    text-align: center;
    color: #033f7d;
    width: 120px;
    text-align: center;
    font-family: Arial;
    padding: 10px 0 0
}

.slick_news time span {
    font-size: 50px;
    display: block
}

.slick_news .txt {
    float: right;
    width: calc(100% - 3.3rem);
    background: #fff;
    padding: .3rem .38rem;
    font-size: 16px;
    color: #333;
    position: relative;
    height: 3.3rem;
}

.slick_news .txt:before {
    content: 'FOCUS';
    position: absolute;
    right: .4rem;
    bottom: .38rem;
    color: #f9eef0;
    font-size: .7rem;
    font-family: Impact;
    line-height: .7rem;
}

.slick_news a:hover .txt:before {
    /* height:100% */
}

.slick_news .txt h3,.slick_news .txt p {
    position: relative;
    z-index: 6
}

.slick_news a:hover .txt,.slick_news a:hover h3 {
    /* color: #fff */
}

.slick_news .txt h3 {
    font-size: .2rem;
    padding: 0 0 .16rem;
    color: #333;
    font-weight: 700;
    margin: 0 0 .2rem;
    position: relative;
    font-family: sySong;
    color: #111d5e;
}

.slick_news .txt p {
    line-height: .36rem;
    height: 1.08rem;
    font-size: .14rem;
    color: #666;
    text-indent: 2em;
    background: url(../images/bg_line.png) 0 0;
    background-size: auto .36rem;
}

.notice_wrap {
    width: calc(50% - 30px)
}

.slick_news .txt h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: .56rem;
    height: .08rem;
    background: #111d5e;
}

.slick_news .txt p {
}

.slick_news .slick-dots {
    position: absolute;
    right: .4rem;
    bottom: .38rem;
}

.slick_news .slick-dots li {
    display: inline-block;
    width: .2rem;
    height: .2rem;
    line-height: .2rem;
    background: #111d5e;
    border-radius: 50%;
    font-size: .14rem;
    text-align: center;
    color: #fff;
    margin-left: .2rem;
}

.slick_news .slick-dots .slick-active {
    background: #555;
}

.news3_wrap {
    margin: 0 0 1rem
}

.slick_news3 {
    width: 5.08rem
}

.slick_news3 .cover_img {
    padding-top: 3.02rem
}

.slick_news3 .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0
}

.slick_news3 .slick-dot {
    display: inline-block;
    background: #111d5e;
    width: 20%;
    height: 5px
}

.slick_news3 .slick-dot.slick-active {
    background: #e32845;
}

.list_news3 {
    width: calc(100% - 6.2rem);
    margin: -.16rem 0 0;
}

.list_news3 a {
    display: block;
    overflow: hidden;
    padding: .16rem .9rem .16rem 0;
    position: relative;
    height: .6rem;
}

.list_news3 .on {
    color: #111d5e;
    height: 1.4rem;
}

.list_news3 a:hover h3 {
    color: #111d5e
}

.list_news3 time {
    float: left;
    width: 1.2rem;
    font-size: .18rem;
    color: #111d5e;
    font-family: DINPro;
}

.list_news3 time em {
    display: block;
    font-size: .72rem;
    line-height: 1em;
    margin-top: -.03rem;
}

.list_news3 time p {
    padding: 0 0 0 .05rem
}

.list_news3 .txt {
    float: right;
    width: calc(100% - 1.2rem);
    position: relative
}

.list_news3 a:not(.on) .txt:before {
    content: '';
    position: absolute;
    width: .19rem;
    height: .19rem;
    background: url(../images/arrow3.png) 50% no-repeat;
    background-size: cover;
    left: -.74rem;
    top: .07rem;
}

.list_news3 h3,.list_bot h3 {
    font-size: .2rem;
    font-family: 'Noto Serif SC';
    font-weight: 700;
}

.list_news3 .txt p {
    font-size: .16rem;
    line-height: .34rem;
    margin: .12rem 0 0;
    max-height: .68rem
}

.list_news3 a:not(.on) time,.list_news3 a:not(.on) .txt p {
    display: none
}

.list_news3 .on b:after {
    background: #111d5e;
    margin-top: -.4rem;
}

.list_news3 .on b:before {
    width: 0
}

.list_news3 b {
    position: absolute;
    right: 0;
    width: 20px;
    top: 0;
    bottom: 0
}

.list_news3 b:before,.list_news3 b:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 16px;
    background: #666
}

.list_news3 b:after {
    width: 16px;
    height: 2px;
}

.list_bus {
    border-left: 1px solid #ccc;
}

.list_bus a {
    float: left;
    width: 14.3%;
    border: 1px solid #ccc;
    border-left: 0;
    padding: .34rem 0 .4rem;
    margin: -1px;
    font-size: .12rem;
    overflow: hidden;
    position: relative;
}

.list_bus a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background: #d62829;
    border-radius: 50%;
}

.list_bus a:hover:before {
    width: 150%;
    height: 180%
}

.list_bus i {
    display: block;
    height: 72px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.list_bus a >* {
    position: relative;
    z-index: 6
}

.list_bus a:hover >* {
    color: #fff
}

.list_bus h3 {
    font-size: .2rem;
    color: #d62829;
    margin: .16rem 0 .12rem
}

.list_bus p {
    padding: 0 10px
}

.list_bus a:hover i {
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -ms-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate;
}

@keyframes icon-bounce {
    0%,100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-webkit-keyframes icon-bounce {
    0%,100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-moz-keyframes icon-bounce {
    0%,100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-o-keyframes icon-bounce {
    0%,100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

.work3_wrap {
    background: #fff7f8;
    padding: .86rem 0
}

.slick_workbd {
    width: calc(70% - .33rem);
    background: #fff
}

.slick_workbd .slick-slide {
    padding: .53rem .7rem .52rem;
}

.slick_workbd h3 {
    font-size: .24rem;
    color: #111d5e;
    font-weight: 700;
    margin: 0 0 .12rem
}

.h_info {
    position: relative;
}

.h_info:before {
    content: '';
    position: absolute;
    top: -.07rem;
    left: -.07rem;
    width: 1.06rem;
    height: 1.06rem;
    background: #fadde1;
    border-radius: 50%;
}

.slick_workbd .cover_img {
    width: 1.02rem;
    height: 1.02rem;
    border-radius: 50%;
}

.slick_workbd .txt {
    width: calc(100% - 1.44rem);
    padding: .2rem 0 0 0;
}

.slick_workbd .txt p {
    font-size: .12rem;
    color: #66
}

.slick_workbd .b_txt {
    line-height: .35rem;
    height: 1.05rem;
    color: #333;
    font-size: .18rem;
    margin: .2rem 0 0;
}

.slick_workhd {
    width: calc(30% - .33rem);
    margin: -.12rem 0;
    position: relative;
}

.slick_workhd .slick-arrow {
    position: absolute;
    width: .4rem;
    height: .4rem;
    border: 1px solid #c7cbda;
    top: -.86rem;
}

.slick_workhd .slick-prev:hover {
    background-color: #111d5e;
    border-color: #111d5e
}

.slick_workhd .slick-next:hover {
    background-color: #e32945;
    border-color: #e32945
}

.slick_workhd .slick-prev {
    background: url(../images/prev1.png) 50% no-repeat;
    right: .82rem
}

.slick_workhd .slick-next {
    background: url(../images/next1.png) 50% no-repeat;
    right: 0
}

.slick_workhd .slick-prev:hover {
    background-image: url(../images/prev1_on.png)
}

.slick_workhd .slick-next:hover {
    background-image: url(../images/next1_on.png)
}

.slick_workhd .slick-slide {
    margin: .11rem 0;
}

.slick_workhd .slick-slide.slick-current a {
    background: #e32945;
    color: #fff
}

.slick_workhd .slick-slide.slick-current h3 {
    color: #fff
}

.slick_workhd .slick-slide a {
    display: block;
    overflow: hidden;
    padding: .16rem;
    background: #fff
}

.slick_workhd .cover_bg {
    float: left;
    width: .64rem;
    height: .64rem;
    border-radius: 50%
}

.slick_workhd .txt {
    float: right;
    width: calc(100% - .88rem)
}

.slick_workhd h3 {
    font-size: .2rem;
    margin: .08rem 0 .06rem;
    color: #333
}

.slick_workhd p {
    font-size: .12rem
}

.bot3_wrap {
    padding: .9rem 0 1.2rem;
    background: url(../images/bot.jpg) 50% no-repeat;
    background-size: cover
}

.bot3_wrap:before,.bot3_wrap:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%
}

.bot3_wrap:before {
    left: 0;
    background: rgba(16,28,90,.9);
}

.bot3_wrap:after {
    left: 50%;
    background: rgba(16,28,90,.95)
}

.download_wrap,.res_wrap {
    position: relative;
    z-index: 6
}

.download_wrap {
    width: calc(50% - .7rem)
}

.res_wrap {
    width: calc(50% - .7rem)
}

.list_bot a {
    color: #fff;
    padding: .18rem .36rem .18rem .32rem;
    display: block;
    font-size: .12rem;
    height: .66rem;
}

.list_bot .on {
    background: rgba(255,255,255,.1);
    border-radius: 4px;
    padding: .26rem .36rem .26rem .32rem;
    height: 1.76rem;
}

.list_bot h3 {
    position: relative;
    margin: 0 -.3rem 0 0;
    padding: 0 .8rem 0 0;
}

.list_bot h3 b {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 50%;
    width: .66rem;
    height: .66rem;
    background: url(../images/r.png) 50% no-repeat;
    margin-top: -.3rem;
}

.list_bot .on h3 b {
    transform: rotate(90deg);
}

.list_bot p {
    line-height: .25rem;
    height: .75rem;
    color: #d7d8d9;
    margin: .2rem 0 0;
}

.list_bot a:not(.on) {
    border-bottom: 1px solid #3f4c7d
}

.list_bot a:not(.on) p {
    display: none
}

.list_link {
    width: calc(50% - 45px);
    margin: -.34rem 0 0 0;
    overflow: hidden;
}

.list_link a {
    float: left;
    width: calc(50% - .24rem);
    text-align: right;
    color: #111d5e;
    padding: .14rem 0;
    border-bottom: 1px solid #111d5e;
    margin-top: .28rem;
}

.list_link a:nth-child(even) {
    margin-left: .48rem;
}

.list_link h3 {
    font-size: .3rem;
    font-family: 'sySong';
}

.list_link p {
    font-size: .14rem;
}

.notice_wrap {
    width: calc(50% - 30px)
}

.tit {
    font-size: .24rem;
    margin: 0 0 .22rem
}

.tit span {
    font-size: .14rem;
    vertical-align: text-top;
    margin: 0 0 0 8px;
    text-transform: uppercase
}

.tab_wrap .tit a {
    display: inline-block;
    color: #999;
    vertical-align: top;
    margin: 0 .5rem 0 0
}

.tab_wrap .tit .on {
    color: #111d5e
}

.f1 .list_img {
    width: calc(50% - 45px);
}

.list_img a {
    float: left;
    width: calc(50% - .3rem);
    color: #333
}

.list_img a:not(:first-child) {
    margin-left: .6rem
}

.list_img .cover_img {
    padding-top: 1.98rem
}

.list_img .txt {
    margin: .24rem 0 0;
    font-size: .14rem
}

.list_img h3, .list_stu .txt h3 {
    font-size: .18rem;
    line-height: .29rem;
    height: .56rem;
    margin: 0 0 .16rem
}

.list_img time {
    padding: 0 0 0 .36rem;
    background: url(../images/time.png) 0 50% no-repeat;
    background-size: .16rem
}

.list_img span {
    color: #111d5e;
    padding: 0 6px;
    border-left: 1px solid #111d5e;
    border-right: 1px solid #111d5e;
    margin: 0 0 0 15px;
    line-height: 12px;
    display: inline-block
}

.list_img a:hover h3, .list_news a:hover h3 {
    color: #d62829;
}

.f1 .list_news {
    width: calc(50% - 45px);
    margin: -.2rem 0 -.16rem
}

.list_news a {
    display: block
}

.list_news a {
    position: relative;
    display: block;
    padding: .13rem 0 .14rem;
    font-size: .18rem;
    overflow: hidden
}

.list_news a:hover {
    padding-left: 22px
}

.list_news a:before {
    content: '';
    position: absolute;
    left: 0;
    height: 0;
    width: 4px;
    background: #d62829;
}

.list_news a:hover:before {
    height: calc(100% - 30px)
}

.list_news .txt {
    float: left;
    width: calc(100% - 1.4rem);
    color: #5a5a5a;
    font-size: .14rem;
    position: relative
}

.list_news a:not(:first-child) .txt:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -.18rem;
    border-bottom: 1px solid #ebebeb
}

.list_news .txt h3 {
    font-size: .18rem;
    color: #333;
    margin: 0 0 .08rem
}

.list_news .txt p {
    line-height: .29rem;
    height: .56rem
}

.list_news time {
    margin-top: 0.03rem;
    font-size: .24rem;
    color: #111d5e;
    float: right;
    width: .65rem;
    line-height: 0.41rem;
    background: #f4f4f6;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.list_news time em {
    font-size: .24rem;
    line-height: .41rem;
    background: #d62829;
    display: block;
    color: #fff;
}

.list_news a:hover time em {
}

.news_l,.news_r {
    width: calc(50% - 30px)
}

.list_time a {
    display: block;
    padding: 6px 0;
    font-size: 18px
}

.list_time a:hover time {
    background: #e4e8ed
}

.list_time time {
    display: inline-block;
    width: 100px;
    background: #d0d5db;
    color: #033f7b;
    text-align: center;
    line-height: 32px;
    margin: 0 20px 0 0;
    vertical-align: middle;
    font-size: 0
}

.list_time time span {
    background: #033f7b;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    width: 34px;
    vertical-align: top
}

.list_time time p {
    width: calc(100% - 34px);
    display: inline-block;
    vertical-align: middle;
    font-size: 14px
}

.list_notice {
    margin: -.2rem -.45rem
}

.list_notice a {
    float: left;
    width: calc(50% - 90px);
    border: .1rem solid #f6f6f6;
    margin: .2rem .45rem;
    padding: .2rem .38rem;
    font-size: .14rem;
    position: relative
}

.list_notice a:hover h3, .list_stu a:hover h3 {
    color: #d62829;
}

.list_notice time {
    position: absolute;
    right: .38rem;
    background: #d62829;
    color: #fff;
    padding: .03rem .12rem;
    border-radius: 4px;
    bottom: .2rem;
}

.list_notice time:before {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../images/time_white.png) 50% no-repeat;
    display: inline-block;
    vertical-align: -2px;
    margin: 0 .12rem 0 0
}

.list_notice time:after {
    content: '';
    position: absolute;
    left: 0;
    top: -.05rem;
    bottom: 0;
    right: 0;
    background: #f3e1e0;
    border-radius: 4px;
    z-index: -1;
}

.list_notice h3 {
    font-size: .18rem;
    color: #333;
    margin: 0 0 .08rem
}

.list_notice p {
    line-height: .28rem;
    height: .56rem;
    padding: 0 1.4rem 0 0
}

.list_notice a>i:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: .1rem solid;
    border-left: .1rem solid;
    border-color: #d62829;
    position: absolute;
    left: -.1rem;
    top: -.1rem;
    transition: ease .65s;
    z-index: -1;
}

.list_notice a>i:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: .1rem solid;
    border-bottom: .1rem solid;
    border-color: #d62829;
    position: absolute;
    right: -.1rem;
    bottom: -.1rem;
    transition: ease .65s;
    z-index: -1
}

.list_notice a:hover>i:before, .list_notice a:hover>i:after {
    width: 100%;
    height: calc(100% + .1rem);
    visibility: visible;
    z-index: 6
}

.list_img a>i:after {
    display: block;
    width: 0;
    height: 0;
    border-right: 5px solid;
    border-bottom: 5px solid;
    border-color: #546f44;
    position: absolute;
    right: -5px;
    bottom: -5px;
    transition: ease .65s
}

.f3 {
    padding: .64rem 0
}

.list_stu {
    margin: -.2rem -.26rem
}

.list_stu a {
    float: left;
    width: calc(20% - .52rem);
    margin: .2rem .26rem
}

.list_stu .cover_img {
    padding-top: 57.475%
}

.list_stu .txt {
    font-size: .12rem;
    margin: 20px 0 0;
    color: #999
}

.list_stu .txt h3 {
    font-size: .18rem;
    text-align: left;
    color: #333;
    margin: 0 0 .12rem
}

.list_stu .txt p {
    font-family: '\5B8B\4F53', arial
}

.con_wrap .list_stu {
    margin: -.2rem -.26rem
}

.con_wrap .list_stu a {
    float: left;
    width: calc(25% - .52rem);
    margin: .2rem .26rem
}

.list_icon a {
    display: inline-block;
    width: 12.5%;
    color: #333;
    font-size: .18rem
}

.list_icon a:hover i {
    transform: rotateY(360deg)
}

.list_icon i {
    display: block;
    height: 62px;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0 0 .1rem
}

.i1 {
    background-image: url(../images/i1.png)
}

.i2 {
    background-image: url(../images/i2.png)
}

.i3 {
    background-image: url(../images/i3.png)
}

.i4 {
    background-image: url(../images/i4.png)
}

.i5 {
    background-image: url(../images/i5.png)
}

.i6 {
    background-image: url(../images/i6.png)
}
.i7 {
    background-image: url(../images/i7.png)
}

a:hover .i1 {
    background-image: url(../images/i1_on.png)
}

a:hover .i2 {
    background-image: url(../images/i2_on.png)
}

a:hover .i3 {
    background-image: url(../images/i3_on.png)
}

a:hover .i4 {
    background-image: url(../images/i4_on.png)
}

a:hover .i5 {
    background-image: url(../images/i5_on.png)
}

a:hover .i6 {
    background-image: url(../images/i6_on.png)
}

a:hover .i7 {
    background-image: url(../images/i7_on.png)
}

footer {
    background: #111d5e;
    color: #fff;
    position: relative;
    padding: .56rem 0 .26rem;
    font-size: .12rem;
    /* margin: .6rem 0 0; */
}

.f_fl {
    width: 3.34rem;
    border-right: 1px solid #a00305;
    min-height: .28rem;
}

.f_logo {
    max-height: .45rem;
    max-width: 3.34rem
}

.f_logo img {
    display: inline-block;
    vertical-align: top;
    max-height: .45rem
}

.f_about {
    font-size: .12rem;
    line-height: .22rem;
    padding: 0 0 0 .56rem;
}

.f_about >h3 {
    font-size: .16rem;
    margin: 0 0 .2rem
}

.f_copy {
    color: #ffffff;
    margin: .1rem 0 0;
    font-size: .12rem;
}

.f_nav {
    max-width: calc(100% - 4.4rem);
    overflow: hidden;
    font-size: 0;
    text-align: right;
}

.f_nav li:not(:nth-child(4n)) {
    /* padding:0 7% 0 0; */
}

.f_nav li {
    display: inline-block;
    min-height: 1.4rem;
    vertical-align: top;
    width: 2.8rem;
    margin-bottom: .2rem;
}

.f_nav h3, .f_list {
    display: inline-block;
    vertical-align: top
}

.f_list {
}

.f_nav h3 {
    font-size: .2rem;
    margin: 0 .3rem 0 0;
    text-align: left;
    width: 1.3rem;
    text-align: right;
}

.f_nav li .f_list:not(:nth-child(2)) {
    margin-left: .34rem
}

.f_list a {
    display: block;
    font-size: .12rem;
    line-height: .26rem;
}

.tit2 {
    margin: 0 0 .4rem
}

.tit2 h3 {
    font-size: .3rem;
    color: #d62829;
    font-weight: 700
}

.tit2 .line,.tit2 .line:before {
    position: absolute;
    top: 50%;
    margin-top: -.05rem;
    height: .1rem;
}

.tit2 .line {
    left: 1.56rem;
    right: .84rem;
    background: url(../images/line_dot.png) 50%;
    background-size: auto 100%;
}

.yq_line {
    right: 0!important
}

.tit2 .line:before {
    content: '';
    left: 0;
    width: .8rem;
    background: #d62829;
}

.tit2 .more {
    color: #d62829;
    border: none;
    font-size: .16rem;
    font-family: "Microsoft Yahei",\5FAE\8F6F\96C5\9ED1,Arial
}

.work_wrap {
    margin-top: 0.1rem;
}

.work_wrap,.notice2_wrap {
    width: calc(50% - .4rem);
}

.slick_work {
    max-height: 5rem;
    overflow: hidden;
}

.slick_work .cover_img {
    padding-top: 5rem;
    color: #fff;
}

.slick_work h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem 1.7rem .2rem .2rem;
    font-size: .24rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0,0,0, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b2000000', GradientType=0);
}

.slick_work .slick-dots {
    position: absolute;
    right: .3rem;
    bottom: .3rem;
    font-size: 0
}

.slick_work .slick-dot {
    display: inline-block;
    width: .12rem;
    height: .12rem;
    background: #fff;
    border-radius: 50%;
    margin: 0 0 0 .22rem
}

.slick_work .slick-dot.slick-active {
    background: #d62829;
}

.f2_1 {
    padding: .7rem 0 .3rem;
}

.list_news2 {
    margin: -.18rem 0
}

.list_news2 a {
    padding: .15rem 0;
}

.list_news2 time {
    float: left;
    width: .76rem;
    font-size: .16rem;
    color: #666;
    font-weight: 700;
    border: none;
    background: #f6efef;
}

.list_news2 time em {
    font-size: .3rem;
    line-height: .39rem;
    height: .4rem;
    font-family: sySong
}

.list_news2 .txt {
    float: right;
    width: calc(100% - 1.2rem);
}

.list_news2 .txt h3 {
    margin: -.02rem 0 .11rem;
}

.list_news2 .txt p {
    line-height: .26rem;
    height: .52rem
}

.list_news2 a:hover {
    padding-left: 0;
    padding-right: .22rem
}

.list_news2 a:before {
    right: 0;
    left: inherit;
}

.f2_2 {
    padding: .3rem 0 .6rem
}

.list_guide {
    margin: -.2rem
}

.list_guide a {
    float: left;
    width: calc(25% - .4rem);
    margin: .2rem;
    font-size: 0
}

.list_guide .cover_img,.list_guide .txt {
    display: inline-block;
    vertical-align: middle
}

.list_guide .cover_img {
    width: .94rem;
    height: .94rem
}

.list_guide .txt {
    width: calc(100% - 1.14rem);
    margin: 0 0 0 .2rem;
    font-size: .16rem
}

.list_guide .txt span {
    color: #111d5e
}

.list_guide .txt b {
    display: inline-block;
    color: #ddd;
    margin: 0 .14rem
}

.list_guide .txt time {
    color: #999
}

.list_guide h3 {
    font-size: .18rem;
    font-family: sySong;
    color: #333;
    margin: .06rem 0 0
}

.f2_3 {
    padding: 1.04rem 0;
    background: url(../images/bg_dark.jpg) 50%;
    position: relative;
    overflow: hidden;
}

.slick_restxt {
    width: 36%;
    font-size: .14rem;
    padding: 0 0 .8rem;
}

.slick_restxt time {
    font-size: .7rem;
    font-family: Advent;
    color: #f0ba28;
    line-height: .7rem
}

.slick_restxt h3 {
    font-size: .28rem;
    font-family: sySong;
    line-height: .38rem;
    max-height: .76rem;
    margin: .26rem 0 .32rem;
    max-width: calc(100% - .7rem);
    color: #fff
}

.slick_restxt p {
    color: #bbb;
    line-height: .26rem;
    max-height: .52rem
}

.slick_restxt .slick-arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
}

.slick_restxt .slick-arrow:hover {
    background: #111d5e;
}

.slick_restxt .slick-arrow:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: .23rem !important
}

.slick_restxt .slick-next {
    left: .8rem
}

.slick_restxt .slick-prev:before {
    background: url(../images/t_prev.png) 50% no-repeat
}

.slick_restxt .slick-next:before {
    background: url(../images/t_next.png) 50% no-repeat
}

.slick_restxt .slick-prev:hover:before {
    background-image: url(../images/t_prev_white.png);
    -webkit-animation: ani_toleft 1s ease-in infinite;
    animation: ani_toleft 1s ease-in infinite
}

.slick_restxt .slick-next:hover:before {
    background-image: url(../images/t_next_white.png);
}

.slick_restxt .slick-next:hover:before {
    -webkit-animation: ani_toRight 1s ease-in infinite;
    animation: ani_toRight 1s ease-in infinite
}

-webkit-@keyframes ani_toleft {
    0%,100% {
        left: -3px
    }

    50% {
        left: 3px
    }
}

-moz-@keyframes ani_toleft {
    0%,100% {
        left: -3px
    }

    50% {
        left: 3px
    }
}

-ms-@keyframes ani_toleft {
    0%,100% {
        left: -3px
    }

    50% {
        left: 3px
    }
}

@keyframes ani_toleft {
    0%,100% {
        left: -3px
    }

    50% {
        left: 3px
    }
}

-webkit-@keyframes ani_toRight {
    0%,100% {
        left: 3px
    }

    50% {
        left: -3px
    }
}

-moz-@keyframes ani_toRight {
    0%,100% {
        left: 3px
    }

    50% {
        left: -3px
    }
}

-ms-@keyframes ani_toRight {
    0%,100% {
        left: 3px
    }

    50% {
        left: -3px
    }
}

@keyframes ani_toRight {
    0%,100% {
        left: 3px
    }

    50% {
        left: -3px
    }
}

.slick_res {
    width: 56.45%;
    margin: 0 -.4rem;
    overflow: hidden;
    position: absolute;
    z-index: 6;
    max-height: 3.1rem;
    overflow: hidden;
}

.slick_res .cover_img {
    padding-top: 67.392%
}

.slick_res .slick-slide {
    margin: 0 .4rem
}

.f2_4 {
    padding: .6rem 0;
}

.f2_4 .list_row {
    min-height: 4rem;
}

.news_col3 {
    float: left;
    width: calc(33.333333% - .43rem)
}

.news_col3:nth-child(2) {
    margin: 0 .65rem 0 .64rem
}

.list_row a {
    display: block;
    font-size: .2rem;
    line-height: .58rem;
    font-family: sySong;
    color: #333;
    position: relative;
    padding: 0 1rem 0 .26rem;
}

.list_row a:hover,.link_down .con a:hover {
    color: #d62829;
}

.list_row a b {
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #333;
    background-size: 100%;
    border-radius: 50%;
    margin-top: -3px;
}

.list_row a:hover b {
    background: #d62829;
}

.list_row a:not(:last-child):before,.list_row a:not(:last-child):after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    border-bottom: 1px dashed #eee;
}

.list_row a:not(:last-child):before {
    right: 0;
}

.list_row a:not(:last-child):after {
    width: 0;
    border-color: #d62829;
    z-index: 6;
}

.list_row a:not(:last-child):hover:after {
    width: 100%;
}

.list_row time {
    position: absolute;
    right: 0;
    top: 0;
    font-size: .15rem;
    color: #666;
    font-family: "Microsoft Yahei",\5FAE\8F6F\96C5\9ED1,Arial
}

.list_row .m_time {
    display: none
}

.f2_5 {
    padding: 0 0 1.1rem;
    overflow: hidden;
}

.list_stu2 a {
    position: relative;
    padding-top: .2rem
}

.list_stu2 time {
    position: absolute;
    top: 0;
    right: .12rem;
    background: #fff;
    padding: .04rem .06rem;
    font-size: .12rem;
    color: #666;
    line-height: .22rem;
    z-index: 6
}

.list_stu2 a:hover time {
    background: #111d5e;
    color: #fff;
}

.list_stu2 a:hover time em {
    color: #f0ba28
}

.list_stu2 time em {
    display: block;
    font-size: .28rem;
    color: #111d5e;
    line-height: .28rem;
    font-family: sySong
}

.list_stu2 .txt h3 {
    margin: 0 0 .2rem
}

.list_stu2 .txt p {
    white-space: inherit;
    line-height: .22rem;
    height: .65rem;
    font-size: .13rem;
    text-align: left
}

.link_down {
    margin: .5rem 0 0
}

.link_down li {
    position: relative;
    margin: .2rem 0
}

.link_down h3 {
    background: #f6f6f6;
    font-size: .18rem;
    color: #333;
    padding: 0 .18rem;
    border-left: .04rem solid #d62829;
    line-height: .5rem;
    font-family: sySong;
    cursor: pointer
}

.link_down h3:before,.link_down h3:after {
    content: '';
    position: absolute;
    width: .5rem;
    height: .5rem;
    top: 0;
    right: 0
}

.link_down h3:before {
    background: #d62829;
}

.link_down h3:after {
    background: url(../images/link_down.png) 50% no-repeat;
    background-size: .12rem
}

.link_down li:hover h3:after {
    transform: rotate(180deg)
}

.link_down .con {
    position: absolute;
    left: 0;
    min-width: 100%;
    bottom: 100%;
    background: rgba(255,255,255,1);
    padding: .15rem;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 -.03rem .06rem rgba(0,0,0,.1)
}

.link_down li:hover .con {
    visibility: visible;
    opacity: 1
}

.link_down li:hover {
    transform: translateY(-.06rem)
}

.link_down .con a {
    display: block;
    padding: .1rem
}

.link_down .con a:not(:first-child) {
    border-top: 1px dashed #ddd;
}

.link_topic {
    display: block;
    margin: .3rem 0 0
}

.link_topic .shine {
    opacity: 0
}

.link_topic:hover .shine {
    opacity: 1
}

.link_topic img {
    width: 100%;
    height: 1.24rem
}

.footer3 {
    background: #d62829;
    clear: both;
}

.footer3 section {
    padding: .22rem 0;
}

.footer3,.footer3 a {
    color: #fff;
    position: relative;
    z-index: 3;
}

.f_txt,.f_r {
    line-height: .25rem;
}

.footer2 a:hover {
    color: #fff;
}

.f_logo2 {
    top: -.3rem;
    bottom: 0;
    padding: 0 .44rem;
    background: #f62f30;
}

.f_logo2 img {
    display: block;
    margin: 0.45rem auto 0.45rem;
    max-height: 0.75rem;
    max-width: 100%;
}

.f_txt {
    line-height: .23rem;
    font-size: .12rem;
    z-index: -1;
}

.f_txt span:not(:first-child) {
    margin: 0 0 0 .24rem
}

.footer2 .f_share {
    margin: .2rem 0 0
}

.clearfix:after {
    z-index: 99;
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.f_link {
    width: 290px;
    margin: 0 0 0 .7rem;
    font-size: .12rem;
}

.f_list a {
    float: left;
    width: 50%
}

.footer3 .f_logo2 p {
    color: #fff;
    font-size: .2rem;
    line-height: .4rem;
    font-family: sySong;
}

.inset_bar {
    width: 100%;
    overflow: hidden
}

.inset_bar .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70px
}

.inset_bar .slick-left {
    position: absolute;
    top: 0;
    bottom: 0
}

.inset_bar .slick-right {
    position: absolute;
    top: 0;
    bottom: 0
}

.inset_img {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1
}

.aside_tit h2 {
    font-size: .26rem;
    line-height: .66rem;
    font-family: 'Noto Serif SC'
}

aside {
    width: 3.1rem;
    margin: -.9rem 0 .5rem;
}

.aside_tit {
    padding: .1rem .2rem;
    background: #d62829;
    color: #fff;
    font-size: .18rem;
}

.aside_tit h2 {
    font-size: .24rem;
    line-height: .7rem;
    font-family: auto;
    font-weight: 700;
}

.aside_tit p {
    opacity: .5
}

.nav_list a {
    position: relative;
    line-height: .24rem;
    display: block;
    padding: .2rem .4rem .2rem .24rem;
    color: #333;
    font-size: .2rem;
}

.nav_list>a {
    padding-right: .4rem;
    font-weight: 700;
}

.nav_list>a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    height: 0;
    background: #e32845;
}

.nav_list>a:hover:before {
    height: 100%
}

.nav_list>a:not(:first-child) {
    border-top: 2px solid #fff
}

.nav_list a b {
    position: absolute;
    right: 28px;
    top: 50%;
    margin-top: -3px;
    width: .5rem;
    top: 0;
    bottom: 0;
    right: 0;
    color: #999;
    font-size: 16px;
}

.nav_list a b:before {
    content: '';
    position: absolute;
    font-family: monospace, serif;
    z-index: 6;
    background: url(../images/i_down.png) 50% no-repeat;
    z-index: 6;
    width: .2rem;
    height: .2rem;
    background-size: 60%
}

.nav_list {
    background: #f7f3f7;
    border-bottom: 2px solid #fff;
}

.nav_list .on {
    background: #fff;
    color: #d62829;
}

.nav_list .on b {
    right: 0;
    font-size: 12px;
    color: #fff
}

.nav_list a.on b {
    transform: rotate(180deg)
}

.nav_list a b:after {
    content: '';
    position: absolute;
    width: .2rem;
    height: .2rem;
    border-radius: 50%;
    background: #aaa
}

.nav_list .on b:after, .nav_list .sub_con .active:before, .nav_list .sub_con a:hover:before {
    background: #e32845;
}

.nav_list .sub_con {
    padding: 10px 0;
    display: none
}

.nav_list .sub_con a {
    padding-left: 21%;
    font-size: .15rem;
    background: none;
    line-height: 1.6;
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
    color: #666;
}

.nav_list .sub_con a:before {
    content: '';
    position: absolute;
    width: .06rem;
    height: .06rem;
    background: #999;
    border-radius: 100px;
    left: 15%;
    top: 50%;
    margin-top: -.03rem;
}

.nav_list .sub_con a:not(:first-child) {
    border-top: 1px dashed #ddd
}

.nav_list .active, .nav_list .active:hover {
    color: #e32845
}

.ser {
    border-bottom: 0;
    font-size: .16rem;
    text-align: left;
    padding: .4rem .2rem .4rem;
    background: #f7f3f7;
    border-radius: 0 0 0.15rem 0.15rem;
}

.ser form {
    display: block!important;
    position: relative;
}

.ser form .inp {
    height: .45rem;
    width: 100%;
    background: #fff;
    border-radius: .3rem;
    border: 0;
    line-height: .45rem;
    padding: 0 .5rem 0 .15rem;
    font-size: .16rem;
}

.ser form .sub {
    position: absolute;
    right: 0;
    top: 0;
    height: .45rem;
    width: .45rem;
    background: url(../images/serbtn.svg) no-repeat center;
    background-size: .22rem .22rem;
    border: 0;
    cursor: pointer
}

.pb_sys_common {
    font-size: 13px;
    font-family: SimSun;
    line-height: 12px;
    color: #222
}

.pb_sys_common a {
    text-decoration: none
}

.pb_sys_common .p_pages {
    margin-left: -5px
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
    border: 1px solid #ccc;
    padding: 5px 8px;
    margin: 0 0 0 5px;
    height: 24px;
    -height: auto;
    line-height: 12px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle
}

.pb_sys_common .p_t {
    line-height: 12px;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o {
    color: #ccc
}

.pb_sys_common .p_fun a, .pb_sys_common .p_no a {
    color: #222
}

.pb_sys_common .p_dot {
    margin-left: 4px;
    margin-right: -4px;
    color: #222
}

.pb_sys_common .p_goto input, .pb_sys_common .p_search input {
    font-family: SimSun;
    font-size: 12px;
    border: 1px solid #aaa;
    height: 22px;
    line-height: 20px;
    box-sizing: border-box;
    vertical-align: middle;
    outline-width: thin;
    outline-color: #034794;
    margin: 0 2px;
    padding: 0 1px
}

.pb_sys_common .p_goto input {
    width: 22px;
    text-align: center
}

.pb_sys_common .p_search input {
    width: 100px;
    text-align: left
}

.pb_sys_common .p_goto input:hover, .pb_sys_common .p_goto input:focus, .pb_sys_common .p_search input:hover, .pb_sys_common .p_search input:focus {
    border: 1px solid #034794
}

.pb_sys_common .p_goto a, .pb_sys_common .p_search a {
    border: 1px solid #ccc;
    padding: 5px 6px;
    color: #222;
    margin: 0;
    height: 24px;
    -height: auto;
    line-height: 12px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle
}

.pb_sys_common .p_dosize_d, .pb_sys_common .p_dosize a {
    border-right: 1px solid #ccc;
    padding: 1px 5px;
    color: #888
}

.pb_sys_common .p_dosize_d {
    color: #222
}

.pb_sys_common .p_dosize a:hover {
    color: #222
}

.pb_sys_common .p_dosize_last_d, .pb_sys_common .p_dosize_last a {
    border-right-width: 0
}

.pb_sys_normal .p_first, .pb_sys_normal .p_first_d, .pb_sys_normal .p_last, .pb_sys_normal .p_last_d {
    display: none
}

.pb_sys_normal2 .p_first, .pb_sys_normal2 .p_first_d, .pb_sys_normal2 .p_last, .pb_sys_normal2 .p_last_d, .pb_sys_normal2 .p_prev_d, .pb_sys_normal2 .p_next_d {
    display: none
}

.pb_sys_full2 .p_first_d, .pb_sys_full2 .p_last_d, .pb_sys_full2 .p_prev_d, .pb_sys_full2 .p_next_d {
    display: none
}

.pb_sys_short .p_no, .pb_sys_short .p_no_d, .pb_sys_short .p_no_o, .pb_sys_short .p_dot {
    display: none
}

.pb_sys_short2 .p_no, .pb_sys_short2 .p_no_d, .pb_sys_short2 .p_no_o, .pb_sys_short2 .p_dot, .pb_sys_short2 .p_first, .pb_sys_short2 .p_first_d, .pb_sys_short2 .p_last, .pb_sys_short2 .p_last_d {
    display: none
}

.pb_sys_style1 .p_no a:hover, .pb_sys_style1 .p_fun a:hover, .pb_sys_style1 .p_goto a:hover, .pb_sys_style1 .p_search a:hover, .pb_sys_style2 .p_no a:hover, .pb_sys_style2 .p_fun a:hover, .pb_sys_style2 .p_goto a:hover, .pb_sys_style2 .p_search a:hover, .pb_sys_style3 .p_no a:hover, .pb_sys_style3 .p_fun a:hover, .pb_sys_style3 .p_goto a:hover, .pb_sys_style3 .p_search a:hover, .pb_sys_style4 .p_no a:hover, .pb_sys_style4 .p_fun a:hover, .pb_sys_style4 .p_goto a:hover, .pb_sys_style4 .p_search a:hover {
    background-color: #f5f5f5
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #034794;
    color: #fff;
    background-color: #034794
}

.pb_sys_style2 .p_no_d {
    border: 1px solid #f04646;
    color: #fff;
    background-color: #f04646
}

.pb_sys_style3 .p_no_d {
    border: 1px solid #32b907;
    color: #fff;
    background-color: #32b907
}

.pb_sys_style4 .p_no_d {
    border: 1px solid #888;
    color: #fff;
    background-color: #888
}

.pb_sys_style5 .p_fun_d, .pb_sys_style5 .p_no_d, .pb_sys_style5 .p_no_o, .pb_sys_style5 .p_fun a, .pb_sys_style5 .p_no a, .pb_sys_style5 .p_goto a, .pb_sys_style5 .p_search a, .pb_sys_style6 .p_fun_d, .pb_sys_style6 .p_no_d, .pb_sys_style6 .p_no_o, .pb_sys_style6 .p_fun a, .pb_sys_style6 .p_no a, .pb_sys_style6 .p_goto a, .pb_sys_style6 .p_search a, .pb_sys_style7 .p_fun_d, .pb_sys_style7 .p_no_d, .pb_sys_style7 .p_no_o, .pb_sys_style7 .p_fun a, .pb_sys_style7 .p_no a, .pb_sys_style7 .p_goto a, .pb_sys_style7 .p_search a, .pb_sys_style8 .p_fun_d, .pb_sys_style8 .p_no_d, .pb_sys_style8 .p_no_o, .pb_sys_style8 .p_fun a, .pb_sys_style8 .p_no a, .pb_sys_style8 .p_goto a, .pb_sys_style8 .p_search a {
    border: 1px solid transparent
}

.pb_sys_style5 .p_no_d, .pb_sys_style5 .p_no a:hover, .pb_sys_style6 .p_no_d, .pb_sys_style6 .p_no a:hover, .pb_sys_style7 .p_no_d, .pb_sys_style7 .p_no a:hover, .pb_sys_style8 .p_no_d, .pb_sys_style8 .p_no a:hover {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px
}

.pb_sys_style5 .p_fun a:hover, .pb_sys_style5 .p_goto a:hover, .pb_sys_style5 .p_search a:hover, .pb_sys_style6 .p_fun a:hover, .pb_sys_style6 .p_goto a:hover, .pb_sys_style6 .p_search a:hover, .pb_sys_style7 .p_fun a:hover, .pb_sys_style7 .p_goto a:hover, .pb_sys_style7 .p_search a:hover, .pb_sys_style8 .p_fun a:hover, .pb_sys_style8 .p_goto a:hover, .pb_sys_style8 .p_search a:hover {
    text-decoration: underline
}

.pb_sys_style5 .p_no_d, .pb_sys_style5 .p_no a:hover {
    border: 1px solid #034794;
    color: #fff;
    background-color: #034794
}

.pb_sys_style6 .p_no_d, .pb_sys_style6 .p_no a:hover {
    border: 1px solid #f04646;
    color: #fff;
    background-color: #f04646
}

.pb_sys_style7 .p_no_d, .pb_sys_style7 .p_no a:hover {
    border: 1px solid #32b907;
    color: #fff;
    background-color: #32b907
}

.pb_sys_style8 .p_no_d, .pb_sys_style8 .p_no a:hover {
    border: 1px solid #888;
    color: #fff;
    background-color: #888
}

.p_fun_d {
    padding: 0 10px
}

.pb_sys_common .p_pages span, .pb_sys_common .p_pages span a {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    color: #666;
    padding-top: 0;
    padding-bottom: 0
}

.pb_sys_common .p_pages span {
    margin: 0 1px;
    position: relative;
    display: inline-block
}

.pb_sys_common .p_pages span a {
    margin: 0;
    padding: 0 10px;
    position: relative
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_pages span a {
    border-color: #e1e6ea;
    background: #fff
}

.pb_sys_style1 .p_pages .p_no_d {
    background: #111d5e;
    border-color: #111d5e;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    min-width: 30px;
}

.pb_sys_common .p_t {
    margin-left: 10px !important
}

.list_txt {
    margin: -22px 0
}

.list_txt time {
    position: inherit;
    bottom: inherit;
    display: block;
    margin: 16px 0 0
}

.details_wrap, .news_bd {
    margin: 0 auto;
    overflow: hidden;
}

.pos {
    width: .24rem;
    height: .2rem;
    background: url('../images/pos.png') 50% no-repeat;
    background-size: 100%;
    vertical-align: -.05rem;
    margin: 0 .08rem 0 0
}

.site_nav {
    color: #666;
    margin-right: 0px;
    font-family: 'Noto Serif SC'
}

.site_nav b {
    color: #bbb
}

.site_nav a, .site_nav em {
    display: inline-block;
    line-height: .3rem;
    padding: 0 .1rem
}

.site_nav a:hover, .nav_list a:hover {
    color: #d62829;
}

.nav_list li>a:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 0;
    left: 0;
    background: #105598;
    animation: 1.4s ease-out 0s
}

.nav_list li>a:hover:before {
    height: 30px
}

.nav_list .on>a:hover:before {
    content: none
}

.con_wrap {
    width: calc(100% - 4rem);
    margin: .9rem 0 1.7rem;
    overflow: hidden;
    min-height: 200px;
}

.con_wrap .tit {
    margin-bottom: .3rem;
    line-height: .4rem;
    padding: 0 0 .2rem;
    border-bottom: 1px solid #ddd
}

.con_wrap .tit h3 {
    font-size: .3rem;
    color: #111d5e;
    font-weight: 700;
    font-family: 'Noto Serif SC';
}

.con_wrap .list_notice {
    margin: .3rem -.25rem
}

.con_wrap .list_notice a {
    width: calc(50% - .5rem);
    margin: .2rem .25rem
}

article {
    position: relative
}

.page_wrap {
    margin-top: .8rem;
}

.list_lab.col2 a {
    width: calc(50% - 44px);
    padding-top: 31.657%
}

.news_hd {
    padding: 0 0 30px;
    color: #333;
    font-family: 'Noto Serif SC';
    font-size: .3rem;
    text-align: center;
}

.con_wrap h3 {
    font-family: 'sySong' !important;
}

































.news_hd h3 {
    font-size: .3rem;
    color: #d62829;
    margin-bottom: 14px;
    font-family: 'sySong';
    font-weight: 700;
}

.news_hd p {
    line-height: .44rem;
    font-family: auto;
    border-bottom: 1px solid #f5f5f5;
}

.news_hd p span {
    margin: 0 14px;
    color: #999
}
.news_hd .bmtit {
    color: #333;
    font-family: 'Noto Serif SC';
    font-size: .3rem;
    text-align: center;
    position: relative;
    line-height: .6rem;
    margin-bottom: 20px;
    padding: 0;
}
.news_hd .bmtit::after{content:'';width: 120px;height: 5px;position:absolute;bottom: 0px;left: 50%;background: red;transform: translateX(-50%);}
.news_bd {
    font-size: .2rem;
    line-height: 2;
    color: #333;
    text-align: justify;
    text-indent: 2em;
}

.news_bd p {
    margin-bottom: 20px;
}

p.vsbcontent_img {
    margin: 30px auto;
}

.list_avatar {
    margin: 0 -.2rem -.72rem
}

.list_avatar a {
    float: left;
    width: calc(20% - .4rem);
    margin: 0 .2rem .36rem;
    position: relative
}

.list_avatar .cover_img {
    padding-top: 141.6%
}

.list_avatar h3 {
    line-height: .24rem;
    bottom: .3rem;
    padding: .1rem .24rem .1rem .18rem;
    font-size: .16rem;
    position: absolute;
    max-width: calc(100% - .16rem);
    overflow: hidden
}

.list_avatar h3:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: #111d5e;
    left: -10px;
    right: 6px;
    z-index: 1;
    transform: skew(-16deg);
}

.list_avatar em {
    display: block;
    position: relative;
    z-index: 3
}

.avatar_wrap .hd {
    margin-bottom: 30px
}

.avatar_wrap .hd h2 {
    font-size: 30px;
    color: #009dab;
    font-weight: 700
}

.avatar_wrap .hd .txt {
    width: calc(100% - 3.1rem)
}

.avatar_wrap .hd img {
    width: 280px;
    height: auto
}

.avatar_wrap .bd h2 {
    color: #009dab;
    font-weight: 700;
    border-left: .04rem solid #009dab;
    padding-left: 10px;
    font-size: 24px
}

.avatar_wrap .bd .con {
    padding: 20px 0 30px;
    line-height: 1.8;
    color: #333
}

.avatar_wrap .post {
    background: #f5f5f5;
    padding: 20px;
    margin: .4rem 0 .3rem
}

.list_item .item {
    border-radius: 6px;
    overflow: hidden;
    color: #222
}

.list_item h3 {
    position: relative;
    padding: .14rem .2rem;
    display: block;
    color: #333;
    font-size: .18rem;
    line-height: .24rem;
    color: #fff;
    background: #111d5e;
    background-size: cover;
}

.list_item .con {
    font-size: .15rem;
    padding: .15rem .2rem;
    background: #e9eff6;
    z-index: 99;
    position: relative
}

.list_item .con, .list_item .con * {
    word-break: break-all
}

.list_item .con a {
    line-height: .26rem
}

.list_item .additem {
    display: none
}

.list_item.row>li:not(:first-child) {
    margin: .3rem 0 0
}

.list_name {
    overflow: hidden
}

.list_name a {
    float: left;
    width: 16.666666%;
    padding: .05rem
}

ul.szdown li, ul.szdown li a {
    font-size: .2rem;
    text-indent: 2em;
    color: #111d5e;
}

ul.szdown {
    margin-top: 20px;
    font-size: .2rem;
    line-height: 2;
    margin-bottom: 50px;
}

.f_share {
    font-size: 0;
    vertical-align: middle;
    margin: 0 0 0 .1rem;
}

.f_share li {
    position: relative;
    transition: .3s all ease-in;
}

.f_share li:not(:first-child) {
    margin-left: 40px;
}

.f_share h3 a {
    display: block;
    width: .36rem;
    height: 0.7rem;
    color: #c8cbd5;
    font-size: 0;
    background: url(../images/wechat.png) 50% no-repeat;
    background-size: 100%;
}

.f_share h3 i,.f_share h3 p {
    position: relative;
    z-index: 6
}

.f_share .con {
    position: absolute;
    bottom: calc(100% + 14px);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: 0 0 6px rgba(0,0,0,.2)
}

.f_share .con:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -7px;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #fff transparent transparent transparent
}

.f_share li:hover {
    transform: translateY(-6px);
}

.f_share li:hover h3 a:before {
    height: 100%
}

.f_share li:hover .con {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

.f_share .con img {
    width: 1.2rem;
    height: 1.2rem;
    max-width: initial;
    display: block;
}

@media (max-width: 1640px) {
    .t_nav {
        right:0;
        margin-right: 0
    }

    .slick_bar.mb3 .slick-arrow {
        margin-right: 0
    }

    .slick_bar.mb3 .slick-prev {
        right: .96rem
    }

    .slick_bar.mb3 .slick-next {
        right: .2rem
    }

    .footer2 .f_share {
        margin: .2rem .4rem 0 0
    }

    section, .w1600 {
        max-width: none;
        padding: 0 .2rem
    }

    .footer2 section {
        padding: .26rem .2rem
    }

    .slick_bar h3 {
        right: 0;
        margin-right: -.6rem;
        padding-right: .2rem
    }

    .slick_bar .slick-active h3 {
        margin-right: 0
    }

    .slick_bar .slick-dots {
        right: 20px;
        margin-right: 0
    }
}

@media (max-width: 1599px) {
    .f_nav {
        max-width:calc(100% - 3.34rem)
    }

    .f_nav li:not(:nth-child(4n)) {
        /* padding:0 0.54rem 0 0 */
    }

.t_logo img{
width:80%;
}
}

@media (max-width: 1520px) {
}

@media (max-width: 1400px) {
    .f1 .list_img,.f1 .list_news,.slick_news,.list_link {
        width:calc(50% - .5rem)
    }

    .slick_news .slick-dots li {
        width: .3rem;
        height: .3rem;
        line-height: .3rem;
    }

    .slick_bar h3 {
        max-width: 90%
    }

    .slick_bar h3 em {
        font-size: .26rem
    }

    .list_notice {
        margin: -.15rem -.25rem
    }

    .list_notice a {
        float: left;
        width: calc(50% - .5rem);
        margin: .15rem .25rem
    }

    .list_stu {
        margin: -0.15rem
    }

    .list_stu a {
        float: left;
        width: calc(20% - .3rem);
        margin: .15rem
    }
}

@media (max-width: 1360px) {
    .list_bus a {
        width:33.333333%
    }

    .list_bus a:nth-child(1),.list_bus a:nth-child(2),.list_bus a:nth-child(3) {
        border-bottom: none
    }
}

@media (max-width: 1300px) {
    .t_logo {
        line-height:1.2rem
    }

    .list_news time {
        width: .8rem;
        line-height: .5rem
    }

    .list_news time em {
        line-height: .5rem
    }

    .list_news2 time {
        line-height: .41rem
    }

    .list_news2 time em {
        line-height: .39rem
    }

    .list_bus i {
        transform: scale(.8);
    }
}

@media (max-width: 1199px) {
    .f_txt {
        float:none;
        text-align: center;
        margin: 1.4rem 0 0;
        line-height: .36rem
    }

    .f_logo2 {
        bottom: inherit;
        left: 50%;
        /* padding: 0 .44rem .36rem; */
        width: 80%;
    }

    .footer2 .f_share {
        float: none;
        margin: .4rem auto 0
    }

    .f_share h3 a {
        margin: 0 auto
    }

    .footer3 .f_r {
        float: none;
        text-align: center
    }

    .f_about,.f_link {
        display: block;
        width: auto;
        margin: 0;
    }

    .f_nav li {
        width: 3.4rem
    }

    .f_list a {
        font-size: .12rem;
        line-height: .4rem
    }

    .f_about {
        padding: 0;
        padding: .24rem 0;
        border-top: 1px dashed rgba(255,255,255,.1);
        border-bottom: 1px dashed rgba(255,255,255,.1);
        margin: .3rem 0
    }

    .f_nav li:not(:nth-child(4n)) {
        /* padding:0 0.9rem .3rem 0 */
    }

    .f_fl, .f_nav {
        float: none;
        width: auto
    }

    .f_fl {
        text-align: center;
        border: none
    }

    .f_nav {
        max-width: none;
        text-align: center;
        margin: 0 0 .5rem
    }

    .f_about {
        line-height: 18px
    }

    .f_logo {
        max-width: 80%
    }

    .f_logo img {
        max-height: none
    }
}

@media (max-width: 1100px) {
    .list_icon i {
        background-size:auto .56rem;
        height: .62rem
    }

    .f_nav li:not(:nth-child(4n)) {
        /* padding:0 0.48rem .3rem 0 */
    }
}

@media (max-width: 1023px) {
    .list_news2 time {
        width:1rem
    }

    .list_news2 .txt {
        width: calc(100% - 1.4rem);
    }

    .list_guide a {
        width: calc(50% - 0.4rem);
    }

    .list_stu2 time {
        padding: 4px 4px;
        line-height: 22px
    }

    .list_stu2 time em {
        font-size: .4rem;
        line-height: 24px
    }

    .con_wrap .list_stu a {
        width: calc(33.333333% - .52rem);
        margin: .2rem .26rem
    }
}

@media (max-width: 768px) {
    .tit h3 span {
        display:none;
    }

    .f_logo2 {
        width: 80% !important;
    }
.t_logo img{
width:100%;
}

}

@media (min-width: 768px) {
    .t_nav h3 b, .menu, .aside_tit h2 b {
        display:none
    }

    .sub_nav {
        -webkit-transition: .3s all ease-in;
        -moz-transition: .3s all ease-in;
        -ms-transition: .3s all ease-in;
        transition: .3s all ease-in
    }

    .t_nav .sub_nav {
        top: calc(100% + 10px);
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden
    }

    .t_nav li:hover .sub_nav {
        top: 100%;
        top: 100%;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }
}

@media (max-width: 767px) {
    html {
        font-size:50px
    }

    section, .w1600 {
        padding: 0 .3rem
    }

    .list_link {
        margin: .2rem 0 0
    }

    .list_link a {
        width: calc(50% - .2rem)
    }

    .list_link a:nth-child(even) {
        margin-left: .4rem;
    }

    .f_share h3 a {
        width: .46rem;
        height: .38rem
    }

    .menu {
        right: 15px;
        display: block;
        width: 26px;
        transition: all .3s ease;
        z-index: 99999
    }

    .menu span {
        width: 100%;
        height: 2px;
        display: block;
        background: #fff;
        transition: all .3s ease;
        border-radius: 100px
    }

    .menu span+span {
        margin-top: 8px
    }

    .menu.on {
        margin-top: 6px
    }

    .menu.on span {
        transform: rotate(45deg)
    }

    .menu.on span:nth-child(2) {
        transform: rotate(-45deg) translate(7px, -7px)
    }

    .menu.on span:nth-child(3) {
        display: none
    }

    header {
        z-index: 1000;
        background-position: 80% 100%;
        background-size: auto 100%;
    }

    .t_nav {
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #d62829;
        text-align: left;
        z-index: 999;
        margin-right: 0;
        display: none;
        overflow-y: auto;
        overflow-x: hidden;
        padding-top: 120px;
        padding-bottom: 20px;
        margin: 0;
        z-index: 998;
    }

    .t_nav li {
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding: 0;
        width: auto
    }

    .t_nav h3 a {
        font-size: .3rem;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        transition: none;
        line-height: 1.8;
        padding: 10px 50px 10px 15px;
        border-top: none;
        color: #fff;
        white-space: initial;
    }

    .t_nav h3 b {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 50px;
        text-align: center;
        line-height: 1.04rem;
        height: 1.04rem;
        color: rgba(255, 255, 255, .6);
        font-size: 20px;
        cursor: pointer;
        font-weight: normal;
        top: 50%;
        margin-top: -.52rem
    }

    .t_nav .on h3 a {
        color: #fff;
    }

    .t_nav .on b {
        transform: rotate(-45deg);
        margin-top: -.55rem
    }

    .t_nav .on h3 a {
        height: auto;
        padding: 10px 50px 10px 15px
    }

    .t_nav .sub_nav {
        display: none;
        position: initial;
        top: 0;
        background: none;
        padding: 5px 0 10px;
        width: auto;
        background: rgba(0, 0, 0, .2);
        left: initial;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        min-width: auto;
        box-shadow: none
    }

    .t_nav .sub_nav a {
        padding: .16rem .6rem;
        color: #fff;
        opacity: .7;
        display: block;
        width: auto;
        background-position: 20px 13.5px;
        text-align: left;
        font-size: .26rem;
    }

    .t_nav .sub_nav a:hover {
        background-position: 20px -25.5px
    }

    .t_nav li:hover h3 a {
        color: #fff
    }

    .search_wrap .close {
        width: .4rem;
        height: .4rem
    }

    .slick_bar a {
        padding-top: 42.8%
    }

    .slick_bar .slick-dots {
        bottom: 1.4rem
    }

    .f1 .list_img, .f1 .list_news, notice_wrap, .list_img a, .list_notice a, .list_stu a, aside, .con_wrap,.slick_news, .list_link,.work_wrap, .notice2_wrap,.news_col3,.slick_news3,.list_news3,.slick_workbd,.slick_workhd,.download_wrap,.res_wrap {
        float: none !important;
        width: auto
    }

    .list_news3 {
        margin: .3rem 0 0
    }

    .t_top {
        height: .6rem;
        padding: .22rem 0 0;
    }

    .t_logo {
        line-height: 1.2rem;
        max-width: calc(100% - 1.6rem)
    }

    .t_link a:not(.t_search) {
        /* display:none */
    }

    .t_link .t_search {
        position: absolute;
        right: 44px;
        top: .53rem;
        width: .9rem;
        height: .9rem;
        padding: 0;
        background-image: url(../images/t_search_x.png);
        background-size: auto;
        margin: 0;
    }

    .slick_bar h3 em {
        max-width: calc(100% - 1.2rem);
        font-size: .3rem
    }

    .slick_bar h3 span {
        vertical-align: middle
    }

    .f1 {
        padding: .5rem 0 .9rem
    }

    .f1 .list_news {
        margin: .5rem 0 -.16rem
    }

    .tit {
        font-size: .4rem;
        margin: 0 0 .44rem
    }

    .tit h3 {
        font-size: .4rem
    }

    .tit2 h3 {
        font-size: .42rem
    }

    .tit2 .line {
        left: 2rem;
        right: 1.2rem;
    }

    .tit span {
        display: none;
        font-size: .28rem;
        margin: 0 0 0 .16rem;
        text-transform: uppercase;
    }

    .tab_wrap .tit a {
        margin: 0 .4rem 0 0
    }

    .tab_wrap .tit a:last-child {
        margin: 0
    }

    .list_img .cover_img {
        padding-top: 3.96rem
    }

    .list_img .txt {
        margin: .32rem 0 0;
        font-size: .28rem
    }

    .list_img h3, .list_stu .txt h3 {
        font-size: .32rem;
        line-height: .5rem;
        height: auto;
        margin: 0 0 .32rem
    }

    .list_img time {
        padding: 0 0 0 .6rem;
        background-size: .32rem
    }

    .list_news a {
        padding: .26rem 0 .28rem;
        font-size: .36rem
    }

    .list_news a:hover {
        padding-left: .44rem
    }

    .list_news a:hover:before {
        height: calc(100% - 30px)
    }

    .list_news .txt {
        width: calc(100% - 1.6rem);
        font-size: .28rem
    }

    .list_news .txt h3 {
        font-size: .32rem;
        color: #333;
        margin: 0 0 .16rem
    }

    .list_news .txt p {
        line-height: .5rem;
        height: 1rem
    }

    .list_news time {
        font-size: .48rem;
        width: 1.3rem;
        line-height: .74rem
    }

    .list_news time em {
        font-size: .48rem;
        line-height: .78rem
    }

    .list_notice {
        margin: 0
    }

    .list_notice a {
        border: .2rem solid #f6f6f6;
        margin: .4rem 0;
        padding: .3rem .2rem;
        font-size: .28rem;
        display: block
    }

    .list_notice time {
        right: .2rem;
        padding: .04rem .14rem;
        bottom: .4rem
    }

    .list_notice time:before {
        content: '';
        width: 14px;
        height: 14px;
        background: url(../images/time_white.png) 50% no-repeat;
        display: inline-block;
        vertical-align: -2px;
        margin: 0 .12rem 0 0
    }

    .list_notice h3 {
        font-size: .4rem;
        color: #333;
        margin: 0 0 .16rem
    }

    .list_notice p {
        line-height: .5rem;
        height: 1rem;
        padding: 0 1.6rem 0 0
    }

    .list_notice a>i:before {
        border-top: .2rem solid #111d5e;
        border-left: .2rem solid #111d5e;
        left: -.2rem;
        top: -.2rem
    }

    .list_notice a>i:after {
        border-right: .2rem solid #111d5e;
        border-bottom: .2rem solid #111d5e;
        right: -.2rem;
        bottom: -.2rem
    }

    .list_notice a:hover>i:before, .list_notice a:hover>i:after {
        height: calc(100% + .2rem)
    }

    .con_wrap .list_notice {
        margin: 0 0 -.2rem
    }

    .con_wrap .list_notice a {
        width: auto;
        margin: .4rem 0
    }

    .f3 {
        padding: .6rem 0
    }

    .list_stu {
        margin: -.2rem 0
    }

    .list_stu a {
        margin: .2rem 0
    }

    .list_stu .txt {
        font-size: .24rem;
        margin: .3rem 0 .5rem
    }

    .list_stu .txt h3 {
        margin: 0 0 .24rem
    }

    .list_icon {
        margin: -.3rem 0
    }

    .list_icon a {
        width: 25%;
        font-size: .32rem;
        padding: .3rem 0
    }

    footer {
        padding: 1rem 0;
        font-size: .24rem;
        /* margin:1rem 0 0 */
    }

    .f_nav {
        display: none;
        padding: 0 0 0 .4rem
    }

    .f_nav li {
        width: 50%;
        padding: 0 0 .5rem 1.7rem !important;
        position: relative
    }

    .f_nav h3 {
        position: absolute;
        left: 0;
        top: 0;
        font-size: .3rem;
        margin: 0
    }

    .f_list {
        display: block;
        text-align: left;
        width: 80%;
        margin: .2rem auto 0;
        max-width: 300px;
    }

    .f_list a {
        /* font-size: .24rem */
    }

    .f_fl {
        min-height: initial
    }

    .f_logo {
        max-height: .9rem
    }

    .f_logo img {
        max-height: .9rem
    }

    .f_about {
    }

    .f_about >h3 {
        font-size: .32rem;
        margin: 0 0 .3rem
    }

    .f_copy {
        white-space: nowrap;
    }

    .tit3 {
        font-size: .42rem;
        padding: 0 0 .26rem;
    }

    .slick_bar.mb3 a {
        padding-top: 21%
    }

    .tit3.tc:before {
        width: .82rem;
        height: .06rem
    }

    .list_news3 a {
        padding: .26rem .9rem .26rem 0;
        height: 1rem;
    }

    .list_news3 .on {
        height: 1.8rem
    }

    .list_news3 time {
        font-size: .26rem
    }

    .list_news3 time em {
        font-size: .88rem
    }

    .list_news3 a:not(.on) .txt:before {
        width: .3rem;
        height: .3rem;
        top: .1rem
    }

    .list_news3 .txt p {
        font-size: .26rem
    }

    .list_bus a {
        width: 50%
    }

    .list_bus a:nth-child(4) {
        border-bottom: 0
    }

    .slick_workhd h3 {
        margin: .2rem 0 0;
        text-align: center
    }

    .work_tab {
        margin: .3rem 0 0
    }

    .res_wrap {
        margin: 1.8rem 0 0;
    }

    .list_bot a {
        font-size: .26rem;
        height: 1rem;
        padding: .24rem .36rem .24rem .32rem;
    }

    .list_bot .on {
        height: 2.3rem;
    }

    .list_bot h3 {
        padding: 0 1rem 0 0;
    }

    .list_bot p {
        line-height: .34rem;
        height: 1.02rem;
    }

    .bot3_wrap {
        padding: .9rem 0 1.4rem;
    }

    .bot3_wrap:before,.bot3_wrap:after {
        width: 100%
    }

    .bot3_wrap:before {
        height: calc(50% - .15rem)
    }

    .bot3_wrap:after {
        left: 0;
        top: calc(50% - .15rem);
        height: calc(50% + .15rem)
    }

    .slick_workhd p {
        display: none
    }

    .slick_workhd .txt {
        float: none;
        width: auto;
    }

    .slick_workhd .cover_bg {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .slick_workhd .slick-arrow {
        width: .6rem;
        height: .6rem;
        top: -1.1rem
    }

    .list_news3 h3, .list_bot h3,.slick_workbd h3 {
        font-size: .3rem;
    }

    .slick_work h3 {
        padding: 1.6rem 1.8rem .2rem .3rem;
        font-size: .32rem;
    }

    .slick_work .slick-dots {
        bottom: .34rem
    }

    .slick_work .slick-dot {
        width: .18rem;
        height: .18rem
    }

    .work_wrap {
        margin: 0 0 .6rem
    }

    .list_news2 time {
        font-size: .14rem
    }

    .list_news2 time em {
        height: .8rem;
        font-size: .56rem
    }

    .slick_res {
        position: relative;
        width: auto;
        margin: 0 .3rem .5rem;
        top: inherit;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .slick_res .slick-slide {
        margin: 0
    }

    .slick_restxt {
        width: auto;
        font-size: .28rem;
        padding: 0 0 1.2rem;
    }

    .slick_restxt time {
        font-size: .9rem
    }

    .slick_restxt h3 {
        max-width: none;
        font-size: .32rem;
        line-height: .42rem;
        max-height: 0.84rem;
    }

    .slick_restxt p {
        line-height: .4rem;
        max-height: .8rem;
    }

    .slick_restxt .slick-arrow {
        width: .8rem;
        height: .8rem
    }

    .slick_restxt .slick-arrow:before {
        background-size: .4rem !important
    }

    .slick_restxt .slick-next {
        left: 1.2rem
    }

    .list_guide {
        margin: 0
    }

    .list_guide a {
        width: auto;
        display: block;
        float: none;
        margin: .4rem 0
    }

    .list_guide .cover_img {
        width: 1.6rem;
        height: 1.6rem;
    }

    .list_guide .txt {
        width: calc(100% - 2rem);
        font-size: .3rem;
        margin: 0 0 0 .4rem
    }

    .list_guide h3 {
        font-size: .32rem;
        margin: .2rem 0 0
    }

    .news_col3:nth-child(2) {
        margin: .4rem 0
    }

    .list_row a {
        font-size: .32rem;
        line-height: 1rem;
        padding: 0 1.2rem 0 0.46rem;
    }

    .list_row a b {
        /* width:.26rem */
    }

    .list_row time {
        font-size: .28rem
    }

    .list_row time {
        display: none
    }

    .list_row .m_time {
        display: block
    }

    .link_down li {
        margin: .3rem 0
    }

    .link_down h3 {
        font-size: .32rem;
        padding: 0 .8rem 0 .3rem;
        line-height: .8rem;
        border-left-width: .08rem
    }

    .link_down h3:before,.link_down h3:after {
        width: .8rem;
        height: .8rem
    }

    .link_down h3:after {
        background-size: .24rem
    }

    .link_topic img {
        height: auto;
        margin: .4rem 0 0
    }

    .list_stu2 {
        margin: 0
    }

    .list_stu2 a {
        display: block
    }

    .list_stu2 .txt p {
        line-height: .36rem;
        height: .72rem;
        font-size: .26rem;
    }

    .list_stu2 time em {
        font-size: .5rem
    }

    .f_txt {
        line-height: .4rem;
        margin: 2rem 0 0;
    }

    .f_share .con img {
        width: 1.8rem;
        height: 1.8rem
    }

    .nav_list {
        padding: 0;
        display: none
    }

    .nav_list a {
        padding: .28rem .8rem .28rem .48rem;
        font-size: .34rem;
        line-height: .48rem
    }

    .nav_list a b:before, .nav_list a b:after {
        width: .34rem;
        height: .34rem
    }

    .nav_list .sub_con a {
        font-size: .3rem;
        padding-top: 3%;
        padding-bottom: 3%
    }

    aside {
        margin: 0 -.3rem .8rem
    }

    .aside_tit {
        padding: 10px 20px;
        position: relative
    }

    .aside_tit h2 {
        font-size: 20px;
        line-height: 26px
    }

    .aside_tit b {
        position: absolute;
        right: 6px;
        width: 40px;
        text-align: center;
        height: 100%;
        top: 0;
        line-height: 44px
    }

    .aside_tit.on b {
        transform: rotate(45deg)
    }

    .inset_bar img {
        /* margin-left: -50%; */
        width: 180%;
        left: 50%;
        position: relative;
        max-width: none;
        transform: translateX(-50%);
    }

    .con_wrap .tit {
        padding: 0 0 .32rem;
        margin-bottom: .6rem
    }

    .con_wrap .tit h3 {
        font-size: .42rem;
        text-align: center;
        float: none;
        font-weight: 700;
        margin: 0 0 .2rem
    }

    .news_bd {
        font-size: .4rem;
        line-height: 1.8;
    }

    .slick_bar h3 span, .more {
        font-size: .27rem;
    }

    ul.szdown,ul.szdown li, ul.szdown li a {
        font-size: .32rem
    }

    .site_nav {
        float: none;
        margin: 0
    }

    .news_hd {
        font-size: 12px
    }

    .news_hd h3 {
        font-size: .5rem
    }

    .news_hd p span {
        margin: 0 6px
    }

    .page_wrap {
        margin: 30px 0 0
    }

    .p_pages .p_no_d, .p_pages .p_no, .p_pages .p_dot {
        display: none !important
    }

    .pos {
        width: .34rem;
        height: .28rem
    }

    .news_hd p {
        line-height: .8rem
    }

    .con_wrap .list_stu {
        margin: 0 0 -.2rem
    }

    .con_wrap .list_stu a {
        width: auto;
        margin: .2rem 0
    }

    .list_avatar {
        margin: 0 -.2rem
    }

    .list_avatar a {
        width: calc(50% - .4rem);
        margin: 0 .2rem .36rem;
        position: relative
    }

    .list_avatar h3 {
        line-height: .48rem;
        bottom: .6rem;
        padding: .12rem .48rem .15rem .32rem;
        font-size: .32rem;
        position: absolute;
        max-width: calc(100% - .32rem)
    }

    .list_item h3 {
        padding: .28rem .4rem;
        font-size: .36rem;
        line-height: .48rem
    }

    .list_item .con {
        font-size: .3rem;
        padding: .3rem .4rem
    }

    .list_item .con a {
        line-height: .52rem
    }

    .list_item.row>li:not(:first-child) {
        margin: .6rem 0 0
    }

    .list_name a {
        width: 50%;
        padding: .1rem
    }

    .con_wrap {
        min-height: 100px;
        width: 100% !important;
    }
}

.fanyetiao table {
    display: table;
    margin: 0 auto;
    width: auto
}

.fanyetiao table tbody tr td table tbody tr * {
    font-size: 14px !important
}

.fanyetiao table tbody tr td table tbody tr td div span {
    height: 20px !important
}

.fanyetiao table tbody tr td table tbody tr td div a {
    height: 20px !important
}

@media screen and (max-width: 443px) {
    .fanyetiao table tbody tr td table tbody tr * {
        font-size:12px !important
    }

    .fanyetiao table tbody tr td table tbody tr td {
        display: table;
        line-height: 30px
    }

    .f_copy {
        white-space: inherit;
    }

    .footer3 .f_r {
        margin-top: 0.3rem;
    }

    .footer3 .f_txt {
        line-height: .6rem;
    }
}

.nav_list .sub_con .active {
    font-weight: 700;
}   -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px
}

.pb_sys_style5 .p_fun a:hover, .pb_sys_style5 .p_goto a:hover, .pb_sys_style5 .p_search a:hover, .pb_sys_style6 .p_fun a:hover, .pb_sys_style6 .p_goto a:hover, .pb_sys_style6 .p_search a:hover, .pb_sys_style7 .p_fun a:hover, .pb_sys_style7 .p_goto a:hover, .pb_sys_style7 .p_search a:hover, .pb_sys_style8 .p_fun a:hover, .pb_sys_style8 .p_goto a:hover, .pb_sys_style8 .p_search a:hover {
    text-decoration: underline
}

.pb_sys_style5 .p_no_d, .pb_sys_style5 .p_no a:hover {
    border: 1px solid #034794;
    color: #fff;
    background-color: #034794
}

.pb_sys_style6 .p_no_d, .pb_sys_style6 .p_no a:hover {
    border: 1px solid #f04646;
    color: #fff;
    background-color: #f04646
}

.pb_sys_style7 .p_no_d, .pb_sys_style7 .p_no a:hover {
    border: 1px solid #32b907;
    color: #fff;
    background-color: #32b907
}

.pb_sys_style8 .p_no_d, .pb_sys_style8 .p_no a:hover {
    border: 1px solid #888;
    color: #fff;
    background-color: #888
}

.p_fun_d {
    padding: 0 10px
}

.pb_sys_common .p_pages span, .pb_sys_common .p_pages span a {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    color: #666;
    padding-top: 0;
    padding-bottom: 0
}

.pb_sys_common .p_pages span {
    margin: 0 1px;
    position: relative;
    display: inline-block
}

.pb_sys_common .p_pages span a {
    margin: 0;
    padding: 0 10px;
    position: relative
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_pages span a {
    border-color: #e1e6ea;
    background: #fff
}

.pb_sys_style1 .p_pages .p_no_d {
    background: #111d5e;
    border-color: #111d5e;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    min-width: 30px;
}

.pb_sys_common .p_t {
    margin-left: 10px !important
}

.list_txt {
    margin: -22px 0
}

.list_txt time {
    position: inherit;
    bottom: inherit;
    display: block;
    margin: 16px 0 0
}

.details_wrap, .news_bd {
    margin: 0 auto;
    overflow: hidden;
}

.pos {
    width: .24rem;
    height: .2rem;
    background: url('../images/pos.png') 50% no-repeat;
    background-size: 100%;
    vertical-align: -.05rem;
    margin: 0 .08rem 0 0
}

.site_nav {
    color: #666;
    margin-right: 0px;
    font-family: 'Noto Serif SC'
}

.site_nav b {
    color: #bbb
}

.site_nav a, .site_nav em {
    display: inline-block;
    line-height: .3rem;
    padding: 0 .1rem
}

.site_nav a:hover, .nav_list a:hover {
    color: #d62829;
}

.nav_list li>a:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 0;
    left: 0;
    background: #105598;
    animation: 1.4s ease-out 0s
}

.nav_list li>a:hover:before {
    height: 30px
}

.nav_list .on>a:hover:before {
    content: none
}

.con_wrap {
    width: calc(100% - 4rem);
    margin: .9rem 0 1.7rem;
    overflow: hidden;
    min-height: 200px;
}

.con_wrap .tit {
    margin-bottom: .3rem;
    line-height: .4rem;
    padding: 0 0 .2rem;
    border-bottom: 1px solid #ddd
}

.con_wrap .tit h3 {
    font-size: .3rem;
    color: #111d5e;
    font-weight: 700;
    font-family: 'Noto Serif SC';
}

.con_wrap .list_notice {
    margin: .3rem -.25rem
}

.con_wrap .list_notice a {
    width: calc(50% - .5rem);
    margin: .2rem .25rem
}

article {
    position: relative
}

.page_wrap {
    margin-top: .8rem;
}

.list_lab.col2 a {
    width: calc(50% - 44px);
    padding-top: 31.657%
}

.news_hd {
    padding: 0 0 30px;
    color: #333;
    font-family: 'Noto Serif SC';
    font-size: .3rem;
    text-align: center;
}

.con_wrap h3 {
    font-family: 'sySong' !important;
}






.news_hd .bmtit {
    color: #333;
    font-family: 'Noto Serif SC';
    font-size: .3rem;
    text-align: center;
    position: relative;
    line-height: .6rem;
    margin-bottom: 20px;
    padding: 0;
}
.news_hd .bmtit::after{content:'';width: 100%;height: .05rem;position:absolute;bottom: -8px;left: 50%;background: red;transform: translateX(-50%);}


























.news_hd h3 {
    font-size: .3rem;
    color: #d62829;
    margin-bottom: 14px;
    font-family: 'sySong';
    font-weight: 700;
}

.news_hd p {
    line-height: .44rem;
    font-family: auto;
    border-bottom: 1px solid #f5f5f5;
}

.news_hd p span {
    margin: 0 14px;
    color: #555;
    font-size: .2rem;
}

.news_bd {
    font-size: .2rem;
    line-height: 2;
    color: #333;
    text-align: justify;
    text-indent: 2em;
}

.news_bd p {
    margin-bottom: 20px;
}

p.vsbcontent_img {
    margin: 30px auto;
}

.list_avatar {
    margin: 0 -.2rem -.72rem
}

.list_avatar a {
    float: left;
    width: calc(20% - .4rem);
    margin: 0 .2rem .36rem;
    position: relative
}

.list_avatar .cover_img {
    padding-top: 141.6%
}

.list_avatar h3 {
    line-height: .24rem;
    bottom: .3rem;
    padding: .1rem .24rem .1rem .18rem;
    font-size: .16rem;
    position: absolute;
    max-width: calc(100% - .16rem);
    overflow: hidden
}

.list_avatar h3:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: #111d5e;
    left: -10px;
    right: 6px;
    z-index: 1;
    transform: skew(-16deg);
}

.list_avatar em {
    display: block;
    position: relative;
    z-index: 3
}

.avatar_wrap .hd {
    margin-bottom: 30px
}

.avatar_wrap .hd h2 {
    font-size: 30px;
    color: #009dab;
    font-weight: 700
}

.avatar_wrap .hd .txt {
    width: calc(100% - 3.1rem)
}

.avatar_wrap .hd img {
    width: 280px;
    height: auto
}

.avatar_wrap .bd h2 {
    color: #009d   right: 5%;
    top: 10%;
    width: .32rem;
    height: .32rem;
    background-size: cover;
    cursor: pointer;
    transition-duration: .5s;
    z-index: 9999
}

.search_wrap .close:hover {
    transform: rotate(90deg)
}

.search_wrap .bck {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 3
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-arrow {
    cursor: pointer
}

.slick_bar a {
    padding-top: 21%;
    display: block;
    position: relative;
}

.slick_bar.mb2 a {
    padding-top: 34.17%;
    border-bottom: none;
    -webkit-transform: scale(1.1);
    transition: 5s transform ease-in;
}

.slick_bar.mb3 a {
    /* padding-top:18.3%; */
}

.slick_bar.mb3 .slick-arrow {
    position: absolute;
    right: 50%;
    bottom: .3rem;
    width: .5rem;
    height: .5rem;
    background: rgba(227,40,69,.7);
    background-repeat: no-repeat;
    border-radius: 50%;
    background-size: .11rem;
    z-index: 6;
}

.slick_bar.mb3 .slick-arrow:hover {
    background-color: #e32845
}

.slick_bar.mb3 .slick-prev {
    margin-right: -734px;
    background-image: url(../images/prev.png);
    background-position: 48% 50%
}

.slick_bar.mb3 .slick-next {
    margin-right: -800px;
    background-image: url(../images/next.png);
    background-position: 52% 50%
}

.slick_bar.mb2 .slick-active a {
    -webkit-transform: scale(1);
}

.slick_bar .slick-slide {
    position: relative;
    overflow: hidden;
}

.slick_bar.mb2 .slick-slide {
    padding: 0;
}

.slick_bar h3 {
    position: absolute;
    right: 50%;
    bottom: -.33rem;
    line-height: .75rem;
    padding: 0 0 0 .52rem;
    margin-right: -860px;
    font-size: 0;
    width: 40%;
    white-space: nowrap
}

.slick_bar .slick-active h3 {
    margin-right: -800px
}

.slick_bar h3 em {
    font-size: .3rem;
    max-width: calc(100% - .8rem)
}

.slick_bar h3:before, .slick_bar h3:after {
    content: '';
    background: #111d5e;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.slick_bar h3:before {
    left: 0;
    right: 0;
    transform: skew(-26deg)
}

.slick_bar h3:after {
    left: 100px;
    right: -500%
}

.slick_bar h3 em, .slick_bar h3 span {
    position: relative;
    z-index: 6;
    display: inline-block;
    vertical-align: top
}

.slick_bar h3 span, .more {
    font-size: .12rem;
    font-family: '\5B8B\4F53', arial;
    display: inline-block;
    vertical-align: text-bottom;
    padding: 0 0 0 .12rem;
    border-left: 1px solid #111d5e;
    line-height: 12px;
    margin: 0 0 0 .4rem;
    color: #111d5e;
}

.more:hover {
    border-left-color: #111d5e
}

.white .more {
    border-left-color: #fff;
    color: #fff;
}

.more:hover {
    color: #e32845;
    border-left-color: #e32845;
}

more:hover {
    border-left-color: #e32845;
    color: color: #e32845;
}

.slick_bar .slick-dots {
    position: absolute;
    font-size: 0;
    right: 50%;
    margin-right: -800px;
    bottom: 1.02rem;
    text-align: center;
    z-index: 3
}

.slick_bar.mb2 .slick-dots {
    left: 0;
    right: 0;
    margin-right: 0;
    text-align: center;
    bottom: .4rem
}

.slick_bar .slick-dots li {
    display: inline-block;
    background: #fff;
    width: .12rem;
    height: .12rem;
    margin: 0 0 0 .2rem;
    position: relative;
    cursor: pointer;
    border-radius: 50px;
    vertical-align: middle
}

.slick_bar .slick-dots .slick-active {
    background: #e32845
}

.f1 {
    padding: .3rem 0 .56rem
}

.f3_1 {
    padding: .9rem 0 1.2rem;
    background: url(../images/cbg.jpg) 50% no-repeat;
    background-size: cover
}

.tit3 {
    font-size: .3rem;
    color: #d62829;
    padding: 0 0 .14rem;
    position: relative;
    font-weight: 700;
    margin: 0 0 .6rem;
    display: block
}

.tit3.white {
    color: #fff
}

.tit3.tc:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 1.2rem;
    height: .04rem;
    background: #d62829;
}

.bot_wrap {
    padding: .7rem 0;
    background: url(../images/bg_back.jpg) 50% no-repeat;
    background-size: cover;
}

.slick_news {
    width: calc(50% - 45px);
    overflow: hidden;
}

.slick_news .cover_img {
    float: left;
    padding-top: 3.3rem;
    width: 3.3rem;
}

.slick_news time {
    float: left;
    font-size: 26px;
    text-align: center;
    color: #033f7d;
    width: 120px;
    text-align: center;
    font-family: Arial;
    padding: 10px 0 0
}

.slick_news time span {
    font-size: 50px;
    display: block
}

.slick_news .txt {
    float: right;
    width: calc(100% - 3.3rem);
    background: #fff;
    padding: .3rem .38rem;
    font-size: 16px;
    color: #333;
    position: relative;
    height: 3.3rem;
}

.slick_news .txt:before {
    content: 'FOCUS';
    position: absolute;
    right: .4rem;
    bottom: .38rem;
    color: #f9eef0;
    font-size: .7rem;
    font-family: Impact;
    line-height: .7rem;
}

.slick_news a:hover .txt:before {
    /* height:100% */
}

.slick_news .txt h3,.slick_news .txt p {
    position: relative;
    z-index: 6
}

.slick_news a:hover .txt,.slick_news a:hover h3 {
    /* color: #fff */
}

.slick_news .txt h3 {
    font-size: .2rem;
    padding: 0 0 .16rem;
    color: #333;
    font-weight: 700;
    margin: 0 0 .2rem;
    position: relative;
    font-family: sySong;
    color: #111d5e;
}

.slick_news .txt p {
    line-height: .36rem;
    height: 1.08rem;
    font-size: .14rem;
    color: #666;
    text-indent: 2em;
    background: url(../images/bg_line.png) 0 0;
    background-size: auto .36rem;
}

.notice_wrap {
    width: calc(50% - 30px)
}

.slick_news .txt h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: .56rem;
    height: .08rem;
    background: #111d5e;
}

.slick_news .txt p {
}

.slick_news .slick-dots {
    position: absolute;
    right: .4rem;
    bottom: .38rem;
}

.slick_news .slick-dots li {
    display: inline-block;
    width: .2rem;
    height: .2rem;
    line-height: .2rem;
    background: #111d5e;
    border-radius: 50%;
    font-size: .14rem;
    text-align: center;
    color: #fff;
    margin-left: .2rem;
}

.slick_news .slick-dots .slick-active {
    background: #555;
}

.news3_wrap {
    margin: 0 0 1rem
}

.slick_news3 {
    width: 5.08rem
}

.slick_news3 .cover_img {
    padding-top: 3.02rem
}

.slick_news3 .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0
}

.slick_news3 .slick-dot {
    display: inline-block;
    background: #111d5e;
    width: 20%;
    height: 5px
}

.slick_news3 .slick-dot.slick-active {
    background: #e32845;
}

.list_news3 {
    width: calc(100% - 6.2rem);
    margin: -.16rem 0 0;
}

.list_news3 a {
    display: block;
    overflow: hidden;
    padding: .16rem .9rem .16rem 0;
    position: relative;
    height: .6rem;
}

.list_news3 .on {
    color: #111d5e;
    height: 1.4rem;
}

.list_news3 a:hover h3 {
    color: #111d5e
}

.list_news3 time {
    float: left;
    width: 1.2rem;
    font-size: .18rem;
    color: #111d5e;
    font-family: DINPro;
}

.list_news3 time em {
    display: block;
    font-size: .72rem;
    line-height: 1em;
    margin-top: -.03rem;
}

.list_news3 time p {
    padding: 0 0 0 .05rem
}

.list_news3 .txt {
    float: right;
    width: calc(100% - 1.2rem);
    position: relative
}

.list_news3 a:not(.on) .txt:before {
    content: '';
    position: absolute;
    width: .19rem;
    height: .19rem;
    background: url(../images/arrow3.png) 50% no-repeat;
    background-size: cover;
    left: -.74rem;
    top: .07rem;
}

.list_news3 h3,.list_bot h3 {
    font-size: .2rem;
    font-family: 'Noto Serif SC';
    font-weight: 700;
}

.list_news3 .txt p {
    font-size: .16rem;
    line-height: .34rem;
    margin: .12rem 0 0;
    max-height: .68rem
}

.list_news3 a:not(.on) time,.list_news3 a:not(.on) .txt p {
    display: none
}

.list_news3 .on b:after {
    background: #111d5e;
    margin-top: -.4rem;
}

.list_news3 .on b:before {
    width: 0
}

.list_news3 b {
    position: absolute;
    right: 0;
    width: 20px;
    top: 0;
    bottom: 0
}

.list_news3 b:before,.list_news3 b:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 16px;
    background: #666
}

.list_news3 b:after {
    width: 16px;
    height: 2px;
}

.list_bus {
    border-left: 1px solid #ccc;
}

.list_bus a {
    float: left;
    width: 14.3%;
    border: 1px solid #ccc;
    border-left: 0;
    padding: .34rem 0 .4rem;
    margin: -1px;
    font-size: .12rem;
    overflow: hidden;
    position: relative;
}

.list_bus a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background: #d62829;
    border-radius: 50%;
}

.list_bus a:hover:before {
    width: 150%;
    height: 180%
}

.list_bus i {
    display: block;
    height: 72px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.list_bus a >* {
    position: relative;
    z-index: 6
}

.list_bus a:hover >* {
    color: #fff
}

.list_bus h3 {
    font-size: .2rem;
    color: #d62829;
    margin: .16rem 0 .12rem
}

.list_bus p {
    padding: 0 10px
}

.list_bus a:hover i {
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -ms-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate
