@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw !important;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw !important;
    }
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}


/*原文件配置*/

@font-face {
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    src: url('../fonts/AlibabaPuHuiTi-2-55-Regular.eot');
    src: url('../fonts/AlibabaPuHuiTi-2-55-Regular.eot?#iefix') format('embedded-opentype');
}

body {
    color: #333;
    background: #ffffff;
    font: .18rem 'AlibabaPuHuiTi-2-55-Regular', 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
    overflow-x: hidden;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #00479d;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    max-width: 19.2rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

@media (max-width:1199px) {
    .container {
        width: 100%;
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

.pic:before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .6;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@font-face {
    font-family: 'Archivo-Regular';
    src: url('../fonts/Archivo-Regular.ttf');
}

.header {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #FFF;
    height: 1.25rem;
}

.header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background-image: linear-gradient(90deg, #e60012, #004098);
}

.header .logo {
    margin-right: .5rem;
}

.header .logo img {
    height: .83rem;
}

.header .logo .i1 {
    margin-right: .4rem;
}

.header .search-btn {
    background: url(../images/search.png)no-repeat center;
    width: .25rem;
    margin-right: .3rem;
    background-size: 100%;
    cursor: pointer;
}

.header .lang a {
    font-size: .14rem;
    padding: 0 .15rem;
    line-height: .2rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    white-space: nowrap;
}

.header .lang a.on {
    background-color: #00479d;
    color: #FFF;
}

.search-content {
    background: rgba(0, 71, 157, .8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100001;
    display: none;
    width: 100%;
    height: 100%;
}

.search-content .close {
    position: absolute;
    right: .6rem;
    top: .6rem;
    width: .6rem;
    height: .6rem;
    background: url(../images/close1.svg)no-repeat center;
    background-size: .4rem;
    cursor: pointer;
    z-index: 10;
}

.search-content .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 7rem;
    height: .7rem;
    border-bottom: 1px #FFF solid;
}

.search-content .content input[type='text'] {
    color: #FFF;
    font-size: .18rem;
    background: none;
    padding-left: .15rem;
}

.search-content .content input[type='text']::placeholder {
    color: #FFF;
}

.search-content .content input[type='submit'] {
    width: .6rem;
    background: url(../images/search1.png)no-repeat center;
    background-size: .3rem;
}

.header .m-con {
    display: none;
}

.header .m-lang {
    font-size: 14px;
    line-height: 24px;
}

.header .m-lang a {
    width: 60px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    color: #6e6e6e;
}

.header .m-link {
    margin-top: .9rem;
    margin-left: .2rem;
    margin-right: .2rem;
}

.header .m-link .tit {
    color: #00479d;
    border-bottom: 1px #00479d solid;
    font-size: 16px;
    line-height: 1.7;
    padding-bottom: .05rem;
}

.header .m-link .con {
    line-height: 2.4;
    margin-top: .1rem;
}

.header .m-lang a.on {
    background-color: #00479d;
    color: #FFF;
}

.header .m-search {
    background-color: #00479d;
    padding: .3rem .2rem;
    margin-top: .5rem;
    margin-left: -.3rem;
    margin-right: -.3rem;
}

.header .m-search>div {
    background-color: #FFF;
    overflow: hidden;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    height: 50px;
}

.header .m-search>div input[type='text'] {
    padding-left: 15px;
    width: 100%;
}

.header .m-search>div input[type='submit'] {
    width: 40px;
    background: url(../images/search.png)no-repeat center;
    background-size: 24px;
}

.header .m-con {
    margin-top: 1rem;
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu-btn.close {
    background-image: url(../images/close.svg);
}

.nav li {
    margin-right: .35rem;
}

.nav li>a {
    font-size: .22rem;
    line-height: 1.25rem;
    color: #6e6e6e;
    white-space: nowrap;
}

.nav .drop {
    width: 1.2rem;
    left: 50%;
    top: 1.25rem;
    margin-left: -.6rem;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: #FFF;
    padding: .1rem 0;
    line-height: 2.4;
    font-size: .16rem;
    box-shadow: 0 .05rem .1rem rgba(0, 0, 0, .1);
}

.nav .drop::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(90deg, #e60012, #004098);
}

.nav .drop a {
    white-space: nowrap;
}

#back-to-top {
    position: fixed;
    right: 0;
    bottom: .4rem;
    width: .6rem;
    height: .6rem;
    background: url(../images/top.png)no-repeat center;
    background-size: 100%;
    cursor: pointer;
}

.footer {
    background: url(../images/f-bg.jpg)no-repeat left top;
    background-size: cover;
    height: 4.3rem;
    padding-top: .5rem;
    color: #FFF;
}

.footer a {
    color: #FFF;
}

.footer .logo img {
    height: .94rem;
}

.footer .logo .i1 {
    padding-right: .4rem;
    margin-right: .4rem;
    border-right: 1px solid rgba(255,255,255,.5);
}

.footer .link {
    margin-top: .1rem;
}

.footer .link .tit {
    font-weight: bold;
    border-bottom: 1px rgba(255, 255, 255, .3) solid;
    line-height: 2.4;
}

.footer .link a {
    margin-right: .5rem;
}

.footer .link .text-con {
    padding: .2rem 0;
}

.footer .copyright {
    border-top: 1px rgba(255, 255, 255, .3) solid;
    line-height: 1.8;
    font-size: .16rem;
    padding-top: .1rem;
}

.footer .f-nav {
    line-height: 2;
}

.footer .con {
    margin-left: .9rem;
    width: 4.6rem;
}

.footer .address .tit {
    border-bottom: 1px rgba(255, 255, 255, .3) solid;
    line-height: 2;
}

.footer .address .txt {
    line-height: 1.9;
    margin-top: .1rem;
}

.footer .erwma-con {
    margin-top: .6rem;
   display:none;
}

.footer .erwma-con .item {
    width: 1.15rem;
    margin-right: .5rem;
}

.footer .erwma-con .item:last-child {
    margin-right: 0;
}

.footer .erwma-con .erwma {
    width: 100%;
    overflow: hidden;
    height: 1.15rem;
}

.footer .erwma-con .erwma img {
    width: 100%;
}

.footer .erwma-con .tit {
    font-size: .16rem;
    margin-top: .1rem;
    line-height: 1.4;
}

.footer .m-copyright {
    display: none;
}

@media (min-width:1025px) {
    .nav li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
    .header {
        justify-content: space-between;
    }
    .header .lang {
        display: none;
    }
    .header .search-btn {
        width: 22px;
        margin-right: 40px;
        display: none;
    }
    .header .logo {
        margin-right: 0;
    }
    .menu-btn,
    .header .m-con {
        display: block;
    }
    .nav-con {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.25rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 1.25rem);
        padding: .2rem .3rem;
        background-color: #f5f5f5;
    }
    .nav {
        display: block;
    }
    .nav li {
        margin-right: 0;
        border-bottom: 1px #dadada solid;
    }
    .nav li>a {
        line-height: 60px;
        font-size: 16px;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        width: 30px;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/jia.png)no-repeat center;
        background-size: 100%;
        width: 100%;
        height: 60px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .nav .cur .arrow::after {
        display: none;
    }
    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        padding-top: 0;
        background: none;
        padding-bottom: 0;
        font-size: 14px;
        margin-left: auto;
        box-shadow: none;
        padding-bottom: .3rem;
    }
    .nav .drop::after {
        display: none;
    }
    .nav .drop>div {
        display: flex;
    }
    .nav .drop>div a {
        margin-right: .3rem;
        padding-right: .3rem;
    }
    .nav .drop>div a::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        width: 1px;
        height: 50%;
        background-color: #dadada;
    }
    .nav .drop>div a:last-child {
        margin-right: 0;
        padding-right: 0;
    }
    .nav .drop>div a:last-child::after {
        display: none;
    }
    .footer {
        height: auto;
        padding-bottom: .3rem;
    }
    .footer .con {
        margin-left: .5rem;
    }
    .footer .copyright,
    .footer .erwma-con .tit {
        font-size: 12px;
    }
    .footer .erwma-con .item {
        width: 85px;
    }
    .footer .erwma-con .erwma {
        height: 85px;
    }
    .search-content .content input[type='text'] {
        font-size: 14px;
    }
}

@media (max-width:950px) {
    .footer .con {
        width: 100%;
        margin-left: 0;
        margin-top: .4rem;
        border-top: 1px #3a69ab solid;
        padding-top: .4rem;
        padding-left: 1.6rem;
       padding-left:0rem;
    }
    .footer {
        background-size: 150% 100%;
        display: block;
    }
    .footer .logo {
        width: 100%;
        justify-content: center;
    }
    .footer .logo img {
        height: 45px;
    }
    .footer .f-nav {
        display: none;
        margin-top: .2rem;
    }
    .footer .link,
    .footer .copyright {
        display: none;
    }
    .footer .con {
        display: flex;
    }
    .footer .address {
        flex: 1;
        margin-right: .2rem;
    }
    .footer .erwma-con {
        margin-top: 0;
    }
    .footer .m-copyright {
        display: block;
        font-size: 12px;
        border-top: 1px #3a69ab solid;
        margin-top: .2rem;
        padding-top: .1rem;
        line-height: 1.5;
    }
}

@media (max-width:767px) {
    .header {
        height: 65px;
    }
    .header .logo img {
        height: 40px;
    }
    .nav-con {
        top: 65px;
        height: calc(100% - 65px);
    }
    .footer .con {
        padding-left: .7rem;
    }
    .footer .f-nav a {
        margin-right: .15rem;
    }
    .footer .f-nav a:last-child {
        margin-right: 0;
    }
    .footer .erwma-con .item {
        margin-right: .2rem;
    }
    .footer .link a {
        margin-right: .2rem;
    }
    .footer .link .text-con,
    .footer .address .txt {
        font-size: 12px;
    }
    .footer .address .tit {
        border-bottom-color: #3a69ab;
    }
    .footer .logo img {
        height: 35px;
    }
}

@media (max-width:540px) {
    /* .footer .logo img {
        height: auto;
        width: 100%;
    } */
    /* .footer .con {
        padding-left: 0;
    } */
}

@media (max-width:420px) {
    .header .logo img {
        height: 35px;
    }
}

.banner,
.banner .swiper-slide {
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.banner .swiper-pagination {
    text-align: right;
    padding-right: 1.6rem;
}

.banner .swiper-pagination-bullet {
    width: .15rem;
    height: .15rem;
    background-color: #FFF;
    margin-right: .3rem !important;
}

.banner .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.home-title {
    font-size: .3rem;
    color: #6e6e6e;
    line-height: 1.2;
}

.home-list,
.home-news {
    margin-top: 1.2rem;
    width: 48%;
    margin-bottom: 1.5rem;
    padding-bottom: 1.35rem;
}

.home-list .more,
.home-news .more {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1.7rem;
    height: .4rem;
    border-radius: .2rem;
    background-color: #6e6e6e;
    color: #FFF;
    padding-left: .2rem;
    line-height: .4rem;
}

.home-list .more::after,
.home-news .more::after {
    content: '';
    position: absolute;
    right: .2rem;
    top: 0;
    width: .54rem;
    height: 100%;
    background: url(../images/more.png)no-repeat center;
    background-size: 100%;
}

.home-list .content,
.home-news .content {
    margin-top: .35rem;
}

.text-list .item {
    width: 100%;
    height: 1.8rem;
    background-color: #f5f5f5;
    margin-bottom: .3rem;
    overflow: hidden;
    border-radius: .15rem;
    overflow: hidden;
}

.text-list .item:last-child {
    margin-bottom: 0;
}

.text-list .item .date {
    background-color: #00479d;
    color: #FFF;
    width: 1.2rem;
    padding: .2rem;
    font-family: 'Archivo-Regular';
}

.text-list .item .date .year {
    border-bottom: 1px rgba(255, 255, 255, .3) solid;
    padding-bottom: .05rem;
    line-height: 1.1;
   margin-top:0.3rem;
}

.text-list .item .date span {
    font-size: .5rem;
    line-height: 1;
    margin-top: .15rem;
}

.text-list .item .text-con {
    padding: .2rem .35rem 0 .35rem;
}

.text-list .item .tit {
    font-size: .25rem;
    color: #00479d;
    line-height: 1.5;
    margin-top: .1rem;
    height: .75rem;
}

.text-list .item .info {
    color: #6e6e6e;
    line-height: 1.1;
    margin-top: .1rem;
}

.text-list .item .text {
    color: #6e6e6e;
    line-height: 1.1;
    border-bottom: 1px #dadada solid;
    padding-bottom: .05rem;
}

.state1 {
    color: #e60012;
}

.state2 {
    color: #f08300;
}

.text-list .item .text span {
    margin-left: .1rem;
}

.home-news {
    width: 7.6rem;
}

.home-news .first {
    width: 100%;
    height: 6.3rem;
    overflow: hidden;
    background-color: #00479d;
    border-radius: .15rem;
    box-shadow: .05rem .05rem .1rem rgba(0, 0, 0, .1);
}

.home-news .first .pic {
    overflow: hidden;
    padding-top: 51.3%;
}

.home-news .first .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-news .first .text-con {
    padding: .2rem .3rem;
    color: #FFF;
}

.home-news .first .tit {
    line-height: 1.3;
    font-size: .25rem;
    height: .65rem;
}

.home-news .first .des {
    margin-top: .1rem;
    line-height: 1.7;
    height: .62rem;
  overflow:hidden;
}

.home-news .first .date {
    text-align: right;
    font-family: 'Archivo-Regular';
    margin-top: .3rem;
    line-height: 1;
}

.home-news .con {
    padding-left: .35rem;
    padding-right: .35rem;
    margin-top: .2rem;
}

.home-news .con .item {
    border-bottom: 1px #dadada solid;
    padding-top: .45rem;
    padding-bottom: .45rem;
}

.home-news .con .item .tit {
    font-size: .25rem;
    color: #00479d;
    line-height: 1.3;
    margin-right: .4rem;
    height: 65px;
}

.home-news .con .item .date {
    white-space: nowrap;
    color: #6e6e6e;
    font-family: 'Archivo-Regular';
    line-height: 1.8;
}

.home-news .con .item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    background-color: #00479d;
    transition: all .5s;
}

.home-news .con .item:last-child {
    border-bottom: 0;
}

.home-news .con .item:last-child::after {
    display: none;
}

@media (min-width:1025px) {
    .text-list .item:hover {
        box-shadow: .05rem .05rem .1rem rgba(0, 0, 0, .1);
        background-color: #FFFFFF;
    }
    .home-news .con .item:hover::after {
        width: 100%;
    }
    .home-news .first:hover .pic:before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }
    .home-news .first:hover .pic img {
        transform: scale(1.05);
    }
    .home-list .more:hover,
    .home-news .more:hover {
        background-color: #00479d;
    }
}

@media (max-width:1199px) {
    .banner .swiper-pagination {
        padding-right: .2rem;
    }
    .banner .swiper-pagination-bullet {
        margin-right: .1rem !important;
    }
    .home-title {
        font-size: 20px;
    }
    .home-list,
    .home-news {
        margin-top: .5rem;
    }
    .text-list .item .date .year,
    .home-news .first .date,
    .home-news .con .item .date,
    .home-news .first .des {
        font-size: 12px;
    }
    .text-list .item .tit,
    .home-news .con .item .tit,
    .home-news .first .tit {
        font-size: 16px;
    }
    .home-news .first .des {
        height: 42px;
    }
    .home-news .first .tit {
        height: 42px;
    }
    .home-news .con .item .tit {
        height: 42px;
    }
    .text-list .item .date span {
        font-size: 28px;
        line-height: 1.3;
    }
    .home-list .more,
    .home-news .more {
        line-height: 24px;
        height: 24px;
        border-radius: 12px;
        width: 110px;
        bottom: auto;
        left: auto;
        top: 0;
        right: 0;
    }
}

@media (max-width:950px) {
    .home-list,
    .home-news {
        width: 100%;
    }
    .home-list {
        margin-bottom: 0;
    }
    .text-list .item {
        height: auto;
    }
    .text-list .item .date span {
        font-size: 28px;
        line-height: 1.2;
    }
    .home-news .first {
        height: auto;
    }
    .home-news {
        margin-bottom: 0;
        padding-bottom: .5rem;
    }
}

@media (max-width:767px) {
    .banner img {
        /* width: auto; */
        /* height: 3.5rem; */
    }
}

@media (max-width:540px) {
    .text-list .item .tit,
    .home-news .con .item .tit,
    .home-news .first .tit {
        font-size: 14px;
    }
    .home-list,
    .home-news {
        padding-bottom: 40px;
    }
}

.n-banner {
    overflow: hidden;
}

.n-banner img {
    width: 100%;
}

.pub-title {
    line-height: .6rem;
    color: #FFF;
    background:#004098;
    background-image: linear-gradient(90deg, #004098, 70%, #e50112);
    font-size: .25rem;
}

.submenu {
    line-height: .8rem;
    border-bottom: 1px #dadada solid;
}

.submenu a {
    margin-right: .8rem;
    color: #6e6e6e;
    font-size: .25rem;
}

.submenu a.on::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    background-color: #00479d;
    height: 4px;
    border-radius: 2px;
}

.submenu a:last-child {
    margin-right: 0;
}

.pub-bg {
    background: url(../images/bg1.jpg)no-repeat center top;
    background-size: cover;
    padding-bottom: 2rem;
}

.pub-bg1 {
    background: url(../images/bg2.jpg)no-repeat center top;
    background-size: cover;
    padding-bottom: 2rem;
}

.about,
.us {
    margin-top: .9rem;
}

.about {
    color: #6e6e6e;
    font-size: .2rem;
}

.about .text {
    margin-right: .6rem;
    line-height: 1.8;
}

.about .text p {
    margin-bottom: .4rem;
    text-indent: .4rem;
   text-align: justify;
}

.about .text p:last-child {
    margin-bottom: 0;
}

.about .focus {
    width: 9.3rem;
}

.about .focus .swiper-slide {
    overflow: hidden;
    height: 5.8rem;
    border-radius: .15rem;
}

.about .focus .swiper-container {
    padding-bottom: .6rem;
}

.about .focus .swiper-pagination-bullet {
    background-color: #00479d;
    width: .15rem;
    height: .15rem;
    margin: 0 .1rem !important;
}

.us .card {
    margin-bottom: .55rem;
}

.us .tit {
    line-height: .3rem;
    width: 1rem;
    border-radius: .15rem;
    color: #FFF;
    font-size: .2rem;
    color: #FFF;
    background-color: #6e6e6e;
    margin-bottom: .25rem;
}

.us .text-con {
    margin-right: 1rem;
    line-height: 1.8;
    font-size: .2rem;
  text-align: justify;
}

.us .map {
    width: 9.3rem;
    overflow: hidden;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    border-radius: .2rem;
}

.us .map1 {
    width: 12rem;
    overflow: hidden;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    border-radius: .2rem;
}

.us .map img,
.us .map1 img {
    width: 100%;
}

.us .t1 {
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: .05rem;
}

.us .con {
    margin-top: .4rem;
}

@media (max-width:1199px) {
    .pub-title {
        line-height: 50px;
        font-size: 18px;
    }
    .submenu a,
    .us .tit {
        font-size: 15px;
    }
    .submenu a {
        margin-right: .2rem;
    }
    .about,
    .us .text-con {
        font-size: 14px;
    }
    .about .focus {
        width: 50%;
    }
    .pub-bg,
    .pub-bg1 {
        padding-bottom: 1rem;
    }
    .us .tit {
        line-height: 24px;
        border-radius: 12px;
        width: 80px;
    }
    .us .map1 {
        width: 100%;
    }
}

@media (max-width:950px) {
    .about .focus {
        width: 100%;
        margin-top: .4rem;
    }
    .about .focus .swiper-slide {
        height: auto;
        padding-top: 65%;
    }
    .about .focus .swiper-slide img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .about .text {
        margin-right: 0;
    }
    .us .map {
        width: 100%;
    }
    .us .text-con {
        margin-right: 0;
    }
}

@media (max-width:767px) {
    .pub-bg,
    .pub-bg1 {
        padding-bottom: .6rem;
    }
    .about,
    .us {
        margin-top: .4rem;
    }
    .n-banner img {
        /* width: auto; */
        /* height: 3.4rem; */
    }
}

.news-list {
    margin-top: .45rem;
}

.news-list .item {
    width: 31%;
    margin-right: 3.2%;
    margin-top: .8rem;
    border-radius: .2rem;
    overflow: hidden;
    height: 4.3rem;
    background-color: #FFF;
}

.news-list .item.item:nth-of-type(3n) {
    margin-right: 0;
}

.news-list .item .pic {
    overflow: hidden;
    padding-top: 57.2%;
}

.news-list .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.news-list .item .text-con {
    padding: .25rem .3rem;
}

.news-list .item .tit {
    font-size: .25rem;
    color: #00479d;
    font-weight: bold;
    line-height: 1.3;
    height: .65rem;
}

.news-list .item .date {
    color: #6e6e6e;
    font-family: 'Archivo-Regular';
    margin-top: .15rem;
}

.page {
    margin-top: .9rem;
    font-family: 'Archivo-Regular';
    color: #6e6e6e;
}

.page a {
    line-height: .38rem;
    width: .4rem;
    border-radius: 50%;
    background-color: #FFF;
    border: 1px #e1e1e1 solid;
    margin-right: .1rem;
    color: #6e6e6e;
}

.page span {
    margin-right: .1rem;
}

.page input {
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background-color: #FFF;
    border: 1px #e1e1e1 solid;
    margin: 0 .1rem;
}

.news-details {
    margin-top: 1.2rem;
}

.news-details h1 {
    padding-left: 2rem;
    padding-right: 2rem;
    border-bottom: 1px #dadada solid;
    color: #00479d;
    line-height: 1.3;
    padding-bottom: .1rem;
}

.news-details .info {
    padding-left: 2rem;
    padding-right: 2rem;
    color: #6e6e6e;
    margin-top: .2rem;
    line-height: 1.2;
}

.news-details .info span {
    margin-right: .5rem;
}

.news-details .info span:last-child {
    margin-right: 0;
}

.news-details .body {
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: 1.8;
    color: #6e6e6e;
    font-size: .2rem;
    margin-top: .6rem;
}

.news-details .body p {
    text-indent: .4rem;
}

.news-details .body img {
    max-width: 100%;
   height:auto!important;
   margin-left:-0.4rem;
}

.news-details .body .txt {
    text-align: right;
    margin-top: .8rem;
}

@media (min-width:1025px) {
    .news-list .item:hover {
        box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    }
    .news-list .item:hover .pic::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }
    .news-list .item:hover .pic img {
        transform: scale(1.05);
    }
}

@media (max-width:1199px) {
    .news-list .item {
        height: auto;
        margin-top: .4rem;
    }
    .news-list .item .tit {
        font-size: 16px;
        height: 44px;
    }
    .page a,
    .page input {
        width: 30px;
        line-height: 28px;
    }
    .page input {
        height: 30px;
    }
    .news-details {
        margin-top: .6rem;
    }
    .news-details h1,
    .news-details .info,
    .news-details .body {
        padding-left: 0;
        padding-right: 0;
    }
    .news-details h1 {
        font-size: 18px;
    }
    .news-details .body {
        font-size: 14px;
    }
}

@media (max-width:950px) {
    .news-list .item {
        width: 48.5%;
        margin-right: 3%;
    }
    .news-list .item.item:nth-of-type(3n) {
        margin-right: 3%;
    }
    .news-list .item.item:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media (max-width:767px) {
    .news-list .item {
        width: 100%;
        margin-right: 0%;
    }
}

.teacher-list {
    margin-top: .1rem;
}

.teacher-list .item {
    width: 48%;
    background-color: #fff;
    overflow: hidden;
    height: 3.2rem;
    border-radius: .15rem;
    margin-top: .8rem;
}

.teacher-list .item .pic {
    overflow: hidden;
    width: 2.4rem;
  float:left;
}

.teacher-list .item .text-con {
    padding: .4rem .3rem;
       overflow: hidden;
}
.teacher-list .item .tit{
  /*height: 0.7rem;*/
}
.teacher-list .item .name {
    font-size: .35rem;
    color: #00479d;
    line-height: 1.1;
       width: calc(100% - 1rem);
}

.teacher-list .item .info {
    font-size: .2rem;
    color: #6e6e6e;
    margin-top: .2rem;
    line-height: 1.7;
    height: 0.75rem;
}

.teacher-list .item .home {
    width: 1rem;
    line-height: .38rem;
    border-radius: .2rem;
    border: 1px #e1e1e1 solid;
    color: #6e6e6e;
}

.teacher-list .item .txt {
    margin-top: .1rem;
    line-height: 1.7;
    color: #6e6e6e;
}

.teacher-list .item .txt>div {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.teacher-list .item .txt>div:nth-child(1) {
    background-image: url(../images/yjt.svg);
}

.teacher-list .item .txt>div:nth-child(2) {
    background-image: url(../images/youx.svg);
}
.teacher-list .item .txt>div:nth-child(3) {
    background-image: url(../images/bgs.svg);
}
@media (min-width:1025px) {
    .teacher-list .item:hover {
        box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    }
    .teacher-list .item:hover .pic::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }
    .teacher-list .item:hover .pic img {
        transform: scale(1.05);
    }
}

@media (max-width:1199px) {
    .teacher-list .item {
        box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    }
    .teacher-list .item .name {
        font-size: 18px;
    }
    .teacher-list .item .home {
        width: 80px;
        line-height: 24px;
        border-radius: 12px;
    }
    .teacher-list .item .info {
        font-size: 14px;
        margin-top:0.1rem;
           height: 0.5rem;
    }
    .teacher-list .item .txt {
        font-size: 12px;
           line-height: 1.5;
    }
}

@media (max-width:767px) {
    .teacher-list .item {
        width: 100%;
        margin-top: .4rem;
    }
}

.xueshu {
    margin-top: .9rem;
}

.xueshu .title {
    color: #00479d;
    font-size: .35rem;
    line-height: 1.1;
    font-weight: bold;
    margin-top: .9rem;
}
.xueshu .text-list{
  min-height:7.5rem;
}
.xueshu .con {
    margin-top: .3rem;
}

.xueshu .con .swiper-slide {
    overflow: hidden;
    border-radius: .15rem;
    background-color: #FFF;
}

.xueshu .con .pic {
    overflow: hidden;
    padding-top: 56.645%;
}

.xueshu .con .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.xueshu .con .text-con {
    padding: .2rem .4rem;
}

.xueshu .con .text {
    color: #6e6e6e;
}

.xueshu .con .tit {
    font-size: .25rem;
    color: #00479d;
    line-height: 1.5;
    margin-top: .1rem;
    height: .75rem;
}

.xueshu .con .info {
    color: #6e6e6e;
    line-height: 1.6;
    margin-top: .1rem;
}

.xueshu .con .info span {
    width: .8rem;
}

.xueshu .con .text {
    color: #6e6e6e;
    line-height: 1.1;
    border-bottom: 1px #dadada solid;
    padding-bottom: .05rem;
}

.xueshu .con .swiper-pagination {
    display: none;
}

.xueshu .box {
    margin-top: .3rem;
}

.xueshu .text-list .item .tit {
    height: auto;
}

.xueshu .text-list .item .info {
    line-height: 1.7;
}

.xueshu .text-list .item .info span {
    width: .8rem;
}

.xueshu .loading {
    width: 1.5rem;
    line-height: .4rem;
    background-color: #b2b2b2;
    border-radius: .2rem;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: .6rem;
}

aside {
    width: 5rem;
    margin-left: .5rem;
}

aside .box {
    background-color: #FFF;
    border-radius: .2rem;
    overflow: hidden;
    margin-bottom: .3rem;
    padding: .3rem;
    color: #6e6e6e;
}

aside .box:last-child {
    margin-bottom: 0;
}

aside .tit {
    font-weight: bold;
    border-bottom: 1px #dadada solid;
    padding-bottom: .05rem;
}

aside .txt {
    margin-top: .15rem;
    line-height: 1.6;
}
aside .tips{
   display:none;
}
aside .wzhi {
    /*margin-top: .9rem;*/
}

aside .wzhi .go {
    width: 1.7rem;
    line-height: .4rem;
    border-radius: .2rem;
    background-color: #c4c4c4;
    margin-top: .2rem;
    padding-left: .2rem;
    color: #FFF;
}

aside .wzhi .go::after {
    content: '';
    position: absolute;
    right: .1rem;
    top: 0;
    width: .6rem;
    height: 100%;
    background: url(../images/more.png)no-repeat center;
    background-size: 100%;
}

aside .tags {
    line-height: 2;
    margin-top: .1rem;
}

aside .tags a {
    color: #6e6e6e;
}

.course {
    margin-top: .9rem;
    margin-bottom: 1.5rem;
}

.course h1 {
    border-bottom: 1px #dadada solid;
    font-size: .4rem;
    line-height: 1.3;
    color: #00479d;
    font-family: 'Archivo-Regular';
    padding-bottom: .1rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.course .info {
    color: #b2b2b2;
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: 1.7;
    margin-top: .2rem;
}

.course .text-con {
    padding: .3rem 2rem;
    margin-top: .2rem;
    background-color: #f5f5f5;
    line-height: 1.9;
    color: #6e6e6e;
   font-size: 0.2rem;
}

.course .text-con span {
    width: 1.1rem;
}

.course .text-con div {
    font-family: 'Archivo-Regular';
}

.course .body {
    padding-left: 2rem;
    padding-right: 2rem;
}

.course .body .title {
    margin-top: .8rem;
    color: #00479d;
    font-size: .25rem;
    line-height: .35rem;
}

.course .body .text {
    color: #6e6e6e;
    line-height: 1.9;
    font-size: .2rem;
    margin-top: .3rem;
   text-align: justify;
}

.course .body img {
    max-width: 100%;
    margin-top: .2rem;
}

.course .go {
    background-color: #e60012;
    width: 2rem;
    line-height: .4rem;
    border-radius: .2rem;
    padding-left: .2rem;
    color: #FFF;
    font-size: .25rem;
}

.course .go::after {
    content: '';
    position: absolute;
    right: .2rem;
    top: 0;
    width: .54rem;
    height: 100%;
    background: url(../images/more.png)no-repeat center;
    background-size: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.course .body .icon1,
.course .body .icon2,
.course .body .icon3 {
    padding-left: .4rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto .35rem;
}

.course .body .icon1 {
    background-image: url(../images/icon3.png);
}

.course .body .icon2 {
    background-image: url(../images/icon4.png);
}

.course .body .icon3 {
    background-image: url(../images/icon5.png);
}

.course .title-con {
    margin-top: .1rem;
}

.course .title-con .title {
    margin-right: .1rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    background-color: #00479d;
    padding-left: 2rem;
    line-height: .6rem;
    color: #FFF;
    font-size: .25rem;
}

.course .title-con .title span {
    margin-right: 1.2rem;
    cursor: pointer;
}

.course .title-con .title span::after {
    content: '';
    position: absolute;
    right: -.6rem;
    top: 50%;
    width: 1px;
    height: .2rem;
    background-color: #FFF;
    opacity: .3;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.course .title-con .title span:last-child {
    margin-right: 0;
    padding-right: 0;
}

.course .title-con .title span:last-child::after {
    display: none;
}

.course .title-con .title span.on::before {
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #e60012;
    z-index: 0;
}

.course .title-con .go {
    line-height: .6rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.course .wrapper {
    margin-top: .7rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.course .wrapper .Contact {
    font-size: .25rem;
    line-height: 1.6;
    color: #6e6e6e;
}

.course .wrapper .Contact .txt {
    margin-bottom: .4rem;
}

.course .wrapper .Contact .txt strong {
    width: 1.3rem;
}

.course .wrapper .body {
    padding-left: 0;
    padding-right: 0;
}

.course .wrapper .body .con {
    margin-top: .3rem;
}

.course .wrapper .body .con>#vsb_content {
    display: flex !important;
    flex-wrap: wrap;
}

.course .wrapper .body .con .item {
    margin-top: .5rem;
    background-color: #f5f5f5;
    width: 100%;
    padding: .3rem;
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.course .wrapper .body .con .item:nth-child(2) {
    width: 48.5%;
}

.course .wrapper .body .con .item:nth-child(3) {
    margin-left: 3%;
    width: 48.5%;
}

.course .wrapper .body .con .box {
    margin-top: .2rem;
       line-height: 1.9;
    font-size: .2rem;
color: #6e6e6e;
  text-align: justify;
     
}
.course .wrapper .body .con .box li{
   list-style: initial;
   margin-left: 0.18rem;
}
.course .wrapper .body .con .item:nth-child(4) .box{
  
}
.course .wrapper .body .con .item .tit {
    font-size: .25rem;
    color: #00479d;
    border-bottom: 1px #dadada solid;
    padding-bottom: .1rem;
}

.course .wrapper .body .con .item .name {
    line-height: 1.8;
    font-size: .15rem;
    color: #6e6e6e;
}

.course .wrapper .body .con .item .name span {
    font-size: .2rem;
    margin-right: .1rem;
}

.course .wrapper .body .con .item:nth-child(3) .box .name {
    width: 50%;
}

.course .wrapper .information {
    margin-top: .3rem;
}

.course .wrapper .information .map {
    width: 5.8rem;
    overflow: hidden;
  padding-left: 0.3rem;
    box-sizing: border-box;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.course .wrapper .information .map img {
    width: 100%;
}

.course .hangzhou {
    z-index: 10;
}

.course .hangzhou::after {
    content: '';
    position: absolute;
    left: -4rem;
    right: -4rem;
    top: 2.5rem;
    bottom: -1.5rem;
    z-index: -1;
    background-color: #f5f5f5;
}

.course .hangzhou .card {
    height: 5.2rem;
    overflow: hidden;
    border-radius: .15rem;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    -ms-border-radius: .15rem;
    -o-border-radius: .15rem;
    width: 30.6%;
    margin-right: 4%;
    margin-bottom: .5rem;
    background-color: #FFF;
}

.course .hangzhou .card:nth-of-type(3n) {
    margin-right: 0;
}

.course .hangzhou .card.first {
    background: url(../images/img9.jpg)no-repeat center;
    background-size: cover;
    padding: .4rem .5rem;
}

.course .hangzhou .card.first a {
    border-bottom: 1px #eda76b solid;
    line-height: .9rem;
    font-size: .3rem;
    color: #FFF;
}

.course .hangzhou .card.first a span {
    font-size: .25rem;
    padding-left: .1rem;
}

.course .hangzhou .card.first a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: .14rem;
    background: url(../images/arrow1.png)no-repeat center;
    background-size: 100%;
    opacity: .3;
}

.course .hangzhou .card .pic {
    overflow: hidden;
    padding-top: 66.046%;
}

.course .hangzhou .card .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.course .hangzhou .card .txt-con {
    padding: .2rem .3rem;
}

.course .hangzhou .card .txt-con .tit {
    font-size: .25rem;
    color: #00479d;
    line-height: 1.1;
    border-bottom: 1px #dadada solid;
    padding-bottom: .1rem;
}

.course .hangzhou .card .txt-con .txt {
    line-height: 1.7;
    color: #6e6e6e;
    margin-top: .05rem;
}

.course .hangzhou .card .pop-con {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #6e6e6e;
    color: #FFF;
    padding: .3rem;
    opacity: 0;
    cursor: pointer;
}

.course .hangzhou .card .pop-con .tit {
    line-height: 1.1;
    border-bottom: 1px rgba(255, 255, 255, .3) solid;
    padding-bottom: .1rem;
    font-size: .25rem;
}

.course .hangzhou .card .pop-con .pop-content {
    height: calc(100% - .3rem - .3rem);
    overflow-y: auto;
    width: 100%;
    margin-top: .1rem;
}

.course .hangzhou .card .pop-con .pop-content::-webkit-scrollbar {
    width: 4px;
    /* 滚动条宽度 */
}

.course .hangzhou .card .pop-con .pop-content::-webkit-scrollbar-track {
    background: none;
    /* 轨道颜色 */
}

.course .hangzhou .card .pop-con .pop-content::-webkit-scrollbar-thumb {
    background: #b2b2b2;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.course .hangzhou .card .pop-con .pop-content::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* 滑块悬停颜色 */
}

@media (min-width:1025px) {
    aside .tags a:hover {
        color: #00479d;
    }
    aside .wzhi .go:hover {
        background-color: #00479d;
    }
    .course .go:hover::after {
        right: .05rem;
    }
    .course .hangzhou .card:hover .pop-con {
        opacity: 1;
    }
    .course .hangzhou .card.first a:hover::after {
        opacity: 1;
    }
}

@media (max-width:1199px) {
    .xueshu .con .text-con {
        padding: .2rem;
    }
    .xueshu .con .tit {
        font-size: 18px;
        height: 52px;
    }
    .xueshu .con .info span {
        width: 60px;
    }
    .xueshu .con .swiper-container {
        padding-bottom: .5rem;
    }
    .xueshu .con .swiper-pagination {
        display: block;
        bottom: 0;
    }
    .xueshu .con .swiper-pagination-bullet {
        width: .15rem;
        height: .15rem;
        background-color: #00479d;
    }
    .xueshu .text-list .item .info span {
        width: 60px;
    }
    .xueshu .text-list .item .text-con {
        padding-bottom: .2rem;
    }
    aside .wzhi .go {
        width: 110px;
        line-height: 30px;
        border-radius: 15px;
    }
    aside .wzhi .go::after {
        width: 30px;
    }
    .xueshu .title {
        font-size: 24px;
        margin-top: .4rem;
    }
    .xueshu .loading {
        width: 120px;
        line-height: 32px;
        border-radius: 16px;
    }
    .course {
        margin-top: .5rem;
        margin-bottom: .6rem;
    }
    .course h1,
    .course .info,
    .course .wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .course h1 {
        font-size: 18px;
    }
    .course .text-con,
    .course .body {
        padding-left: .3rem;
        padding-right: .3rem;
    }
    .course .text-con span {
        width: 70px;
    }
    .course .body .title {
        font-size: 16px;
    }
    .course .go {
        width: 120px;
        line-height: 24px;
        border-radius: 12px;
    }
    .course .go::after {
        width: 30px;
    }
    .course .title-con .title {
        padding-left: .3rem;
    }
    .course .title-con .title {
        font-size: 16px;
        line-height: 40px;
    }
    .course .title-con .go {
        line-height: 40px;
    }
    .course .body .text,
    .course .wrapper .body .con .item .name,
    .course .wrapper .Contact {
        font-size: 14px;
    }
    .course .wrapper .body .con .item .tit {
        font-size: 18px;
    }
    .course .wrapper,
    .course .body .title {
        margin-top: .4rem;
    }
    .course .wrapper .body .con {
        margin-top: 0;
    }
    .course .wrapper .body .con .item .name span,
    .course .hangzhou .card.first a,
    .course .go {
        font-size: 15px;
    }
    .course .hangzhou .card.first a span,
    .course .hangzhou .card .txt-con .tit {
        font-size: 14px;
    }
    .course .hangzhou .card .pop-con {
        display: none;
    }
    .course .hangzhou .card .txt-con .txt {
        font-size: 12px;
    }
    .course .hangzhou .card {
        height: auto;
    }
    .course .hangzhou::after {
        bottom: -.6rem;
    }
}

@media (max-width:950px) {
    .course .wrapper .body .con .item {
        margin-top: .3rem;
    }
    .course .wrapper .body .con .item:nth-child(3) .box .name {
        width: 100%;
    }
}

@media (max-width:767px) {
    aside {
        width: 4100%;
        margin-left: 0;
    }
    .course .wrapper .body .con .item:nth-child(2),
    .course .wrapper .body .con .item:nth-child(3) {
        width: 100%;
        margin-left: 0;
    }
    .course .wrapper .information .map {
        width: 100%;
        padding-left: 0;
    }
    .course .title-con .title span {
        margin-right: .8rem;
    }
    .course .title-con .title span::after {
        right: -.4rem;
    }
    .course .hangzhou .card {
        width: 48.5%;
        margin-right: 3%;
    }
    .course .hangzhou .card:nth-of-type(3n) {
        margin-right: 3%;
    }
    .course .hangzhou .card:nth-child(even) {
        margin-right: 0;
    }
    aside .tags {
        display: flex;
        flex-wrap: wrap;
    }
    aside .tags a {
        width: 50%;
    }
}

@media (max-width:540px) {
    .course .title-con .title span {
        margin-right: .4rem;
    }
    .course .title-con .title span::after {
        right: -.2rem;
    }
    .course .text-con>div {
        display: block;
    }
}

.job {
    margin-top: .9rem;
}

.job h1 {
    border-bottom: 1px #dadada solid;
    font-size: .4rem;
    line-height: 1.3;
    color: #00479d;
    padding-bottom: .1rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.job .info {
    color: #b2b2b2;
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: 1.7;
    margin-top: .2rem;
}

.job .info span {
    margin-right: .5rem;
}

.job .info span:last-child {
    margin-right: 0;
}

.job .body {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: .4rem;
    line-height: 1.8;
    color: #6e6e6e;
    font-size: .2rem;
}

.job .body .tit {
    color: #00479d;
}

.job .body .con {
    overflow: hidden;
}

.job .body .con span {
    width: 1.1rem;
}

.job .body .mt {
    margin-top: .6rem;
}

.job .body .down .tit {
    background: url(../images/down.jpg)no-repeat left center;
    padding-left: .45rem;
    background-size: .32rem;
    line-height: .3rem;
}

.job .body .down .txt {
    margin-top: .2rem;
}

.job .body .box .text{
  text-align: justify;
  word-break: break-all;
}

@media (max-width:1199px) {
    .job {
        margin-top: .5rem;
        margin-bottom: .8rem;
    }
    .job h1,
    .job .body,
    .job .info {
        padding-left: 0;
        padding-right: 0;
    }
    .job h1 {
        font-size: 18px;
    }
    .job .body {
        font-size: 14px;
    }
    .job .body .con span {
        width: 80px;
    }
}




.ssjg{min-height:6.5rem;
  overflow:hidden;
}
.list_rsou{ width:100%;}
.list_rsou ul{ width:100%; float:left;}
.list_rsou ul li{ width:100%; float:left;border-bottom: #ccc 1px dashed;
position: relative;
}
.list_rsou ul li::before{
    content: "";
    position: absolute;
    left: 0px; top:25px;
    width: 5px; height: 5px;
    border-radius: 50%;
    background: #00479d;
}
.list_rsou ul li a{ margin-left: 14px;
    font-size: 16px; color: #333; float: left;
     line-height: 55px; height: 55px;
     overflow:hidden; white-space:nowrap; text-overflow:ellipsis;
     width:-moz-calc(100% - 100px);
     width:-webkit-calc(100% - 100px);
     width:calc(100% - 100px);
transition:all 0.4s;
    -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;}    
.list_rsou ul li i{ float: right; 
    font-size: 14px; color: #666;
    line-height: 55px;
  font-style: normal;
}
.list_rsou ul li:hover a{ color: #00479d; text-indent: 16px;
    transition:all 0.4s;}


.sspage{ width:100%; float:left; text-align:center; margin-top:25px;
font-size: 14px;
    color: #333;}
.sspage a{ color: #01548a;}

.qzssjg_no { width:600px; margin:50px auto 0px; overflow:hidden; font-size:14px; color:#333; line-height:25px;}



@media only screen and (max-width:700px) {
    .qzssjg_no{
        width: 500px;
    } 
}


@media only screen and (max-width:600px) {
    .qzssjg_no{
        width: 400px;
    } 
}
@media only screen and (max-width:500px) {
    .qzssjg_no{
        width: 300px;
    } 
}