@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: 'SourceHanSerifCN-Bold';
    src: url('../fonts/SourceHanSerifCN-Bold.otf');
}

@font-face {
    font-family: 'SourceHanSerifCN-Regular';
    src: url('../fonts/SourceHanSerifCN-Regular.otf');
}

@font-face {
    font-family: 'SourceHanSerifCN-SemiBold';
    src: url('../fonts/SourceHanSerifCN-SemiBold.otf');
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: .2rem 'SourceHanSerifCN-Regular', 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #004071;
}


/*块级转化*/

.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: 2.4rem;
    padding-right: 2.4rem;
}

@media (max-width:1199px) {
    .container {
        width: 100%;
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    padding-left: .6rem;
    height: 1.4rem;
}

.header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 2.5rem;
    background-image: linear-gradient(#83C6CD 15%, rgba(131, 198, 205, .8), rgba(131, 198, 205, 0));
}

.header.fixed,
.pub-header {
    background-color: #83C6CD;
}

.header.fixed::after,
.pub-header::after {
    display: none;
}

.header .top {
    justify-content: flex-end;
    align-items: flex-end;
    color: #FFF;
    font-size: .18rem;
}

.header .top .home {
    background: url(../images/home.png)no-repeat left center;
    background-size: .17rem;
    padding-left: .25rem;
    color: #FFF;
    margin-right: .3rem;
    line-height: .4rem;
}

.header .top .lang-con span {
    background: url(../images/lang.png)no-repeat left center;
    background-size: .16rem;
    padding-left: .25rem;
    color: #FFF;
    line-height: .4rem;
}

.header .top .search {
    width: 3.7rem;
    height: .5rem;
    /* background-color: #E1DAA6; */
    /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%); */
    /* clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%); */
    background: url(../images/search_bg.png) no-repeat center;
    background-size: 100% 100%;
    padding-left: 5%;
    padding-left: .6rem;
}

.header .top .search input[type='text'] {
    background: none;
}

.header .top .search input[type='submit'] {
    width: .6rem;
    background: url(../images/search.png)no-repeat center;
    background-size: .21rem;
}

.logo img {
    height: .73rem;
}

.menu-btn {
    display: none;
    background: url(../images/menu.png)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.png);
}

.nav {
    padding-right: .15rem;
}

.nav li {
    margin-right: .15rem;
}

.nav li>a {
    line-height: .6rem;
    color: #FFF;
    font-family: 'SourceHanSerifCN-Bold';
    ;
}

.nav .drop {
    width: 1.4rem;
    left: 50%;
    top: .6rem;
    margin-left: -.7rem;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: #FFF;
    line-height: 2.4;
    white-space: nowrap;
    font-size: .16rem;
    box-shadow: 0 .05rem .1rem rgba(0, 0, 0, .1);
   padding: 0.05rem 0.1rem;
    box-sizing: border-box;
}
.nav .drop .di_bl{
   line-height: 0.22rem;
    white-space: normal;
padding:0.05rem 0;
}
.footer {
    width: 100%;
    background: url(../images/f-bg.png)no-repeat center;
    background-size: cover;
    height: 2.45rem;
    padding-bottom: .2rem;
    /*overflow: hidden;*/
    padding-top: .5rem;
    color: #FFF;
}

.footer a {
    color: #FFF;
}

.footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, .6);
    padding-top: .2rem;
    font-size: .16rem;
    color: #FFF;
    margin-top: .5rem;
}

.footer .copyright a {
    margin: 0 .1rem;
}

.footer .con {
    font-size: .18rem;
}

.footer .info {
    line-height: 1.7;
}

.footer .info>div {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .18rem;
    padding-left: .25rem;
}

.footer .info .address {
    background-image: url(../images/address.png);
}

.footer .info .code {
    background-image: url(../images/code.png);
}

.footer .erwma {
    margin-right: .2rem;
}

.footer .erwma:last-child {
    margin-right: 0;
}

.footer .erwma>img {
    width: .6rem;
}

.footer .erwma .erwma-img {
    position: absolute;
    left: 50%;
    top: .6rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    background-color: #FFF;
    display: none;
    padding: .05rem;
}

.footer .erwma .erwma-img img {
    width: 100%;
}

.footer .erwma:hover .erwma-img {
    display: block;
}

@media (min-width:1025px) {
    .nav li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    
    .nav li:hover>a {
        color: rgba(255, 255, 255, 0.7);
    }
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
    .header {
        height: 1.1rem;
        padding-left: .2rem;
    }
    .header::after {
        height: 2rem;
    }
    .header.on {
        background-color: #83C6CD;
    }
    .header.on::after {
        display: none;
    }
    .menu-btn,
    .nav {
        display: block;
    }
    .header .top {
        color: #333;
        display: block;
    }
    .header .top .home,
    .header .top .lang-con {
        display: none;
    }
    .header .top .search {
        width: 100%;
        clip-path: none;
        height: 40px;
        padding-left: 20px;
    }
    .header .top .search input[type='submit'] {
        width: 60px;
        background-size: 18px;
    }
    .nav-con {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.1rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 1.1rem);
        padding: .2rem;
    }
    .nav li {
        margin-right: 0;
    }
    .nav li>a {
        font-size: 16px;
        color: #333;
        line-height: 60px;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        width: 30px;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.png)no-repeat center;
        background-size: 100%;
        width: 20px;
        height: 20px;
        position: absolute;
        left: .1rem;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .nav .cur .arrow::after {
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
    }
    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        background: none;
        box-shadow: none;
        margin-left: 0;
        font-size: 14px;
        padding-left: 20px;
    }
    .footer .con,
    .footer .copyright {
        font-size: 12px;
    }
    .footer {
        height: auto;
    }
  .footer .erwma .erwma-img{
  width: 1.5rem;
    height: 1.5rem;
  bottom: .6rem;
top:auto;
}

}

@media (max-width:767px) {
    .header {
        height: 65px;
    }
    .logo img {
        height: 45px;
    }
    .nav-con {
        top: 65px;
        height: calc(100vh - 65px);
    }
    .footer {
        padding-top: 15px;
    }
    .footer .erwma-con {
        /* display: none; */
        margin: 20px auto 0 auto;
    }
    .footer .erwma-con .erwma{
        margin: 0 .2rem;
    }
    .footer .erwma-con .erwma>img {
        width: .8rem;
    }
    .footer .erwma .erwma-img {
        top: unset;
        bottom: 110%;
        width: 1.2rem;
        height: 1.2rem;
    }
    .footer .info {
        display: flex;
        margin-top: 15px;
        width: 100%;
    }
    .footer .info .address {
        margin-right: 20px;
    }
    .footer .copyright {
        margin-top: 20px;
    }
}

.banner,
.n-banner {
    overflow: hidden;
}

.banner img,
.n-banner img {
    width: 100%;
}

.banner .swiper-pagination {
    width: auto;
    justify-content: flex-end;
    padding-left: 1.7rem;
}

.banner .swiper-pagination::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.5rem;
    height: 1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #FFF;
}

.banner .swiper-pagination-bullet {
    width: .14rem;
    height: .14rem;
    background-color: #FFF;
    margin: 0 .1rem !important;
    opacity: .7;
}

.banner .swiper-pagination-bullet-active {
    width: .4rem;
    height: .4rem;
    background: url(../images/banner-icon.png)no-repeat center;
    background-size: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.banner .swiper-button-white {
    background-color: rgba(0, 0, 0, .5);
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-size: .14rem;
    border: 1px rgba(255, 255, 255, .6) solid;
    top: auto;
    bottom: .45rem;
    right: .5rem;
    margin-top: auto;
}

.banner .swiper-button-prev {
    left: auto;
    right: 1.2rem;
}

.pub-bg {
    background: #e7f4f5 url(../images/pub-bg.png)no-repeat center top;
    background-size: 100%;
    display: inline-block;
    width: 100%;
    padding-bottom: .6rem;
}

.pub-title {
    width: 100%;
    height: 1.4rem;
    background: url(../images/pub-title.png)no-repeat center top;
    background-size: 100% 100%;
    margin-top: -.6rem;
    overflow: hidden;
}

.pub-title .title {
    font-size: .36rem;
    font-family: 'SourceHanSerifCN-SemiBold';
    line-height: 1.2;
    padding-top: .3rem;
    color: #000;
}

.pub-title .title .line {
    width: 1px;
    height: .5rem;
    background-color: #74BFC7;
    position: absolute;
    left: -.2rem;
    top: 0;
}

.pub-title .title .line span {
    position: absolute;
    left: 50%;
    bottom: -.14rem;
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #74BFC7;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.pub-title .title .line span::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: .24rem;
    height: .24rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #74BFC7;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.crumbs {
    font-size: .16rem;
    font-family: 'SourceHanSerifCN-SemiBold';
    line-height: 1;
    margin-top: .2rem;
    padding-left: .7rem;
}

.crumbs a {
    margin-right: .1rem;
    padding-right: .14rem;
}

.crumbs a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #333;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
 .crumbs a:nth-last-of-type(1):after{
        display: none;
    }

.crumbs.nry a:nth-last-of-type(1):after{
    display: block;
}
.sidebar {
    width: 2.9rem;
    margin-top: .7rem;
    margin-right: .7rem;
}

.sidebar .title {
    width: 100%;
    height: .99rem;
    background: url(../images/sidebar-title.png)no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
    line-height: .99rem;
    font-family: 'SourceHanSerifCN-SemiBold';
    font-size: .3rem;
    color: #FFF;
}

.sidebar ul {
    min-height: 5rem;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    border: 1px rgba(255, 255, 255, 0.5) solid;
    padding-top: .3rem;
}

.sidebar li {
    margin-top: .2rem;
    padding-left: .2rem;
   position: relative;
}

.sidebar li>a {
    line-height: .5rem;
    padding-left: .2rem;
    border-radius: .2rem 0 0 0;
    -webkit-border-radius: .2rem 0 0 0;
    -moz-border-radius: .2rem 0 0 0;
    -ms-border-radius: .2rem 0 0 0;
    -o-border-radius: .2rem 0 0 0;
    font-family: 'SourceHanSerifCN-SemiBold';
}
.sidebar .arrow {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: .5rem;
    height: .5rem;
    display: block;
    cursor: pointer;
}

.sidebar .arrow::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transform: translate();
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: .2rem;
    height: .2rem;
    background: url(../images/arrow-qing.png)no-repeat center;
    background-size: 100%;
}
.sidebar li.on>a {
    background-color: #FFF;
    color: #004071;
}
.sidebar li.on .arrow::after {
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
}

.sidebar .sub {
    line-height: 2;
    font-size: .18rem;
    padding: .1rem 0;
    border-bottom: 1px rgba(255, 255, 255, .5) solid;
   background:#fff;
}

.sidebar .sub>a {
    padding-left: .5rem;
    color: #333;
}

.sidebar .sub>a::before {
    content: '·';
    display: inline-block;
    margin-right: .15rem;
}
.sidebar .sub>a.on,
.sidebar .sub>a:hover{
  color: #004071;
}
.pub-content {
    margin-top: .7rem;
   min-height: 4.5rem;
}

.txt-list .item {
    border-bottom: 1px #B1B2B3 dashed;
    line-height: 1.3;
    font-family: 'SourceHanSerifCN-SemiBold';
    margin-bottom: .33rem;
    padding-bottom: .33rem;
}

.txt-list .item .tit {
    background: url(../images/icon1.png)no-repeat left center;
    background-size: .15rem;
    padding-left: .25rem;
    margin-right: .3rem;
}

.txt-list .item .date {
    font-size: .16rem;
    color: rgba(51, 51, 51, 0.6);
}

.page {
    margin-top: .7rem;
    line-height: .3rem;
    font-size: .16rem;
}

.page a {
    border: 1px #DCDCDC solid;
    width: .3rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    height: .3rem;
    margin: 0 .05rem;
}

.page .idx,
.page .last {
    width: .48rem;
}

.page .prev,
.page .next {
    background: url(../images/arrow.png)no-repeat center;
    background-size: .1rem;
}

.page .prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.page .on {
    background-color: #BDE4E8;
    color: #FFF;
    border-color: #BDE4E8;
}

.details h1 {
    font-size: .24rem;
    font-family: 'SourceHanSerifCN-SemiBold';
    line-height: 1.3;
}

.details .info {
    margin-top: .3rem;
    font-size: .16rem;
    color: rgba(51, 51, 51, 0.6);
    overflow: hidden;
}

.details .info span {
    margin: 0 .1rem;
}

.details .info>div::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: .12rem;
    width: 4.25rem;
    background: url(../images/line-left.png)no-repeat right center;
    left: -4.3rem;
    background-size: 100% 100%;
}

.details .info>div::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: .12rem;
    width: 4.25rem;
    background: url(../images/line-right.png)no-repeat left center;
    right: -4.3rem;
    background-size: 100% 100%;
}

.details .body {
    margin-top: .4rem;
    line-height: 1.8;
    font-size: .18rem;
}

.details .body p {
    margin-bottom: .2rem;
    text-indent: .36rem;
   font-size: .18rem!important;
   line-height: 0.34rem!important;
  font-family: 'SourceHanSerifCN-Regular'!important;
}
.details .body p span{
  font-size: .18rem!important;
   line-height: 0.34rem!important;
  font-family: 'SourceHanSerifCN-Regular'!important;
}
.details .body img {
    max-width: 100% !important;
    height:auto!important;
   display: block;
    margin: auto;
}
.details .body table{
   margin:auto;
  border-spacing:1px;background:#e6e6e6;
}
.details .body table td{
   box-sizing:border-box;padding:5px;background:#e7f4f5;
}
.details .body table td p{
    margin-bottom: 0;
    text-indent: 0rem;
}

.details .prev-next {
    margin-top: .4rem;
}

.details .prev-next a {
    line-height: .5rem;
    background-color: rgba(255, 255, 255, .6);
    margin-top: .1rem;
    font-family: 'SourceHanSerifCN-SemiBold';
    font-size: .18rem;
}

.details .prev-next a>span {
    width: 1rem;
    border-left: rgba(131, 198, 205, .3) solid 5px;
    font-size: .16rem;
    color: #83C6CD;
    background-color: #FFF;
    margin-right: .2rem;
}

.details .prev-next a>span::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: .2rem;
    height: .1rem;
    background-color: rgba(131, 198, 205, .3);
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%)
}

.img-list {
    margin-top: .7rem;
}

.img-list .item {
    margin-bottom: .3rem;
    padding: .3rem;
    background-color: #F0F8F9;
    border: 1px rgba(131, 198, 205, 0.2) solid;
    overflow: hidden;
    font-family: 'SourceHanSerifCN-SemiBold';
}

.img-list .item .pic {
    width: 2.8rem;
    overflow: hidden;
    padding-top: 11.6%;
    margin-right: .3rem;
}

.img-list .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.img-list .item .text-con {
    padding-right: 1.4rem;
    padding-top: .3rem;
}

.img-list .item .tit {
    font-size: .22rem;
    line-height: 1;
}

.img-list .item .des {
    line-height: 0.32rem;
    font-size: .16rem;
    text-indent: .32rem;
    margin-top: .1rem;
    color: rgba(51, 51, 51, 0.6);
   height:0.64rem;
  overflow:hidden;
}

.img-list .item .date {
    position: absolute;
    right: 0;
    top: .3rem;
    background: url(../images/date.png)no-repeat left center;
    background-size: .16rem;
    padding-left: .25rem;
    font-size: .16rem;
    color: rgba(51, 51, 51, 0.6);
}

.teacher-list .item {
    padding: .2rem;
    background-color: #F0F8F9;
    margin-bottom: .2rem;
    font-family: 'SourceHanSerifCN-SemiBold';
    border: 1px #FFF solid;
}

.teacher-list .item .pic {
    width: 1.3rem;
    overflow: hidden;
    padding-top: 17.596%;
    margin-right: .6rem;
}

.teacher-list .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
  max-width:100%;
  width:auto;
max-height: 100%;
height:auto;
top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%);
}

.teacher-list .item .name {
    /*width: 1.54rem;*/
    min-width: 1.54rem;
    line-height: .43rem;
    background: url(../images/tbg2.png)no-repeat left top;
    background-size: 100% 100%;
       overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.teacher-list .item .des {
    font-size: .16rem;
    color: #666;
    line-height: 2;
    text-indent: .32rem;
    margin-top: .2rem;
    height: .64rem;
}

.teacher-list .item .more {
    justify-content: flex-end;
    font-size: .14rem;
    color: rgba(51, 51, 51, 0.6);
    margin-top: .15rem;
}

.teacher-list .item .more span::before {
    content: '';
    width: .15rem;
    height: .28rem;
    background: url(../images/icon1.png)no-repeat center;
    background-size: 100%;
    margin-right: .1rem;
    display: block;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.teacher-list .item .more span::after {
    content: '';
    width: .15rem;
    height: .28rem;
    background: url(../images/icon1.png)no-repeat center;
    background-size: 100%;
    margin-left: .1rem;
    display: block;
}

@media (min-width:1025px) {
    .sidebar li>a:hover {
        background-color: #FFF;
        color: #004071;
    }
    .txt-list .item:hover .date {
        color: #333;
    }
    .img-list .item:hover {
        background: url(../images/tbg1.png)no-repeat right top;
        background-size: cover;
        box-shadow: 0 .05rem .1rem rgba(0, 0, 0, .1);
    }
    .img-list .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .teacher-list .item:hover {
        border-color: #83C6CD;
    }
}

@media (max-width:1199px) {
    .banner .swiper-button-white {
        width: 30px;
        height: 30px;
        background-size: 10px;
        bottom: 10px;
    }
    .pub-title {
        padding-left: .4rem;
    }
    .crumbs,
    .txt-list .item .date,
    .page,
    .details .info,
    .details .prev-next a>span,
    .img-list .item .date,
    .img-list .item .des,
    .teacher-list .item .des,
    .teacher-list .item .more {
        font-size: 12px;
    }
    .pub-title .title,
    .sidebar .title {
        font-size: 24px;
    }
    .sidebar li>a {
        line-height: 34px;
    }
    .sidebar .sub>a {
        font-size: 13px;
    }
    .sidebar {
        margin-right: .5rem;
    }
    .sidebar .arrow {
        width: 34px;
        height: 34px;
    }
    .sidebar .arrow::after {
        width: 40%;
        height: 40%;
    }
    .page {
        line-height: 26px;
    }
    .page a {
        height: 28px;
        width: 28px;
    }
    .page .idx,
    .page .last {
        width: 50px;
    }
    .crumbs {
        padding-left: 0;
    }
    .details h1 {
        font-size: 18px;
    }
    .details .body,
    .details .prev-next a,
    .img-list .item .tit {
        font-size: 14px;
    }
    .details .prev-next a>span {
        width: 70px;
    }
    .details .prev-next a {
        line-height: 40px;
    }
    .teacher-list .item .name {
        width: 105px;
        line-height: 30px;
    }
    .teacher-list .item .des {
        height: 48px;
    }
    .teacher-list .item .pic {
        width: 100px;
    }
}

@media (max-width:950px) {
    .n-banner img {
        width: auto;
        height: 5.8rem;
    }
    .sidebar {
        /* display: none; */
        width: 100%;
        margin-right: 0;
    }
    .sidebar .title {
        position: relative;
    }
    .sidebar .title::after{
        content: "";
        position: absolute;
        right: 5%;
        top: 50%;
        width: .6em;
        height: .6em;
        background: url(../images/arrow.png) no-repeat center;
        background-size: contain;
        transform: translateY(-50%);
        transition: all .5s;
    }
    .sidebar .title.cur::after {
        transform: translateY(-50%) rotate(90deg);
    }
    .sidebar>ul {
        display: none;
        min-height: unset;
    }
    .pub-content {
        width: 100%;
    }
}

@media (max-width:767px) {
    
    .pub-title {
        height: 100px;
        height: auto;
        background-image: url(../images/pub-title-mb.png);
        padding-bottom: 20px;
    }
    .pub-title .title {
        font-size: 20px;
    }
    .n-banner img {
        height: 320px;
    }
    .img-list {
        margin-top: .4rem;
    }
    .img-list .item {
        padding: .2rem;
    }
    .img-list .item .pic {
        width: 30%;
        margin-right: .2rem;
        padding-top: 16%;
    }
    .img-list .item .text-con {
        padding-right: 80px;
        padding-top: .15rem;
    }
    .img-list .item .date {
        top: .15rem;
    }
}

@media (max-width:540px) {
    .n-banner img {
        height: 240px;
    }
    .pub-title {
        /* height: 100px; */
        margin-top: -50px;
    }
    .img-list .item .pic {
        width: 100%;
        margin-right: 0;
        padding-top: 55%;
    }
    .img-list .item .text-con {
        margin-top: .2rem;
    }
    .teacher-list .item .pic {
        margin-right: .3rem;
    }
}

.home-title {
    background: url(../images/titbg.png)no-repeat center top;
    padding-top: .45rem;
    background-size: .82rem;
}

.home-title .title {
    font-size: .4rem;
    font-family: 'SourceHanSerifCN-SemiBold';
    line-height: 1.1;
}

.home-title .title span {
    margin-right: .6rem;
    color: #68B7BF;
}

.home-title .en {
    text-transform: uppercase;
    color: #B3B3B3;
    font-size: .18rem;
    line-height: 1.2;
}

.home-title .more {
    position: absolute;
    right: 0;
    bottom: .2rem;
    font-size: .18rem;
    color: #83C6CD;
}

.home-title .more::before {
    content: '';
    width: .15rem;
    height: .28rem;
    background: url(../images/icon1.png)no-repeat center;
    background-size: 100%;
    margin-right: .1rem;
    display: block;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-title .more::after {
    content: '';
    width: .15rem;
    height: .28rem;
    background: url(../images/icon1.png)no-repeat center;
    background-size: 100%;
    margin-left: .1rem;
    display: block;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-title .line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 1px;
    height: .9rem;
    z-index: 9;
    background-color: #74BFC7;
    top: 0;
}

.home-title .line span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: .24rem;
    height: .24rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px #74BFC7 solid;
    bottom: -.12rem;
}

.home-title .line span::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: .08rem;
    height: .08rem;
    background-color: #74BFC7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.home-news {
    background: url(../images/bg1.png)no-repeat center;
    background-size: cover;
    height: 9.1rem;
    width: 100%;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
}

.home-news .home-title {
    margin-top: .25rem;
    z-index: 20;
}

.home-news .home-title::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 100%;
    height: .43rem;
    background: url(../images/icon.png)no-repeat center bottom;
    background-size: auto .43rem;
    top: -.65rem;
}

.home-news .home-title .line {
    top: -.4rem;
}

.home-news .home-title .line::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 4px;
    margin-left: -2px;
    height: .13rem;
    border-radius: .02rem;
    -webkit-border-radius: .02rem;
    -moz-border-radius: .02rem;
    -ms-border-radius: .02rem;
    -o-border-radius: .02rem;
    background-color: #83C6CD;
    top: -.13rem;
}

.home-news .content {
    margin-top: .4rem;
}

.home-news .focus {
    width: 8.6rem;
    margin-right: .7rem;
}

.home-news .focus .swiper-slide {
    padding-left: .3rem;
    font-family: 'SourceHanSerifCN-SemiBold';
}

.home-news .focus .pic {
    width: 100%;
    overflow: hidden;
    padding-top: 56.2%;
    z-index: 9;
}

.home-news .focus .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-news .focus .text-con {
    background-color: #83C6CD;
    width: 7rem;
    height: 4.5rem;
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
    margin-top: -3.2rem;
    margin-left: -.3rem;
    padding-left: .3rem;
    padding-top: 3.5rem;
}

.home-news .focus .tit {
    font-size: .22rem;
    line-height: 1.2;
    color: #FFF;
}

.home-news .focus .date {
    color: #FFF;
    font-size: .16rem;
    margin-top: .15rem;
    background: url(../images/date.png)no-repeat left center;
    background-size: .16rem;
    padding-left: .2rem;
}

.home-news .focus .swiper-pagination {
    padding-right: 2.3rem;
    text-align: right;
    bottom: .35rem;
}

.home-news .focus .swiper-pagination-bullet {
    background-color: #FFF;
    width: .18rem;
    height: 5px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    opacity: .6;
}

.home-news .focus .swiper-pagination-bullet-active {
    width: .3rem;
    opacity: 1;
}

.home-news li {
    padding-bottom: .3rem;
    margin-bottom: .2rem;
    border-bottom: 1px dashed #B1B2B3;
}

.home-news li:last-child {
    margin-bottom: 0;
}

.home-news li .pic {
    width: 2rem;
    padding-top: 22.5%;
    overflow: hidden;
    margin-right: .2rem;
    display: none;
}

.home-news li .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-news li .tit {
    line-height: 0.33rem;
    height: .66rem;
   overflow:hidden;
}

.home-news li .date {
    font-size: .16rem;
    margin-top: .2rem;
    background: url(../images/date.png)no-repeat left center;
    background-size: .16rem;
    padding-left: .2rem;
}

.home-news li.on .pic {
    display: block;
}

.home-notice {
    width: 100%;
    height: 8rem;
    z-index: 10;
    background: url(../images/bg2.png)no-repeat center;
    background-size: 100% 100%;
    margin-top: -.65rem;
    padding-top: 1.1rem;
}

.home-notice .home-title {
    background-image: url(../images/titbg1.png);
    color: #0D324E;
}

.home-notice .home-title .title span {
    color: #0D324E;
}

.home-notice .home-title .line {
    height: 1.1rem;
    top: -.5rem;
}

.home-notice .home-title .line span {
    border-color: #0D324E;
}

.home-notice .home-title .line,
.home-notice .home-title .line span::after {
    background-color: #0D324E;
}

.home-notice .home-title .en {
    color: #FFF;
}

.home-notice .home-title .more {
    color: #004071;
}

.home-notice .home-title .more::before,
.home-notice .home-title .more::after {
    background-image: url(../images/icon2.png);
}

.home-notice .content {
    margin-top: .5rem;
}

.home-notice .swiper-container {
    padding-bottom: .7rem;
}

.home-notice .swiper-slide {
    width: 4.4rem;
    padding-top: .45rem;
}

.home-notice .swiper-slide .item {
    width: 100%;
    height: 2.6rem;
    background: url(../images/titbg2.png)no-repeat center bottom;
    background-size: cover;
    padding: .3rem .5rem 0 .5rem;
}

.home-notice .swiper-slide .text {
    width: 1.21rem;
    height: .32rem;
    z-index: 20;
    margin-left: auto;
    margin-right: auto;
    color: #004071;
    font-size: .18rem;
    line-height: .32rem;
}

.home-notice .swiper-slide .text::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/titbg4.png)no-repeat center;
    background-size: 100% 100%;
}

.home-notice .swiper-slide .text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    background: url(../images/titbg5.png)no-repeat center;
    background-size: 100% 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.home-notice .swiper-slide .tit {
    margin-top: .35rem;
    line-height: 0.33rem;
    height: 0.66rem;
   overflow:hidden;
}

.home-notice .swiper-slide .date {
    width: .9rem;
    height: .9rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: -.45rem;
    z-index: 20;
    color: #FFF;
    font-size: .24rem;
}

.home-notice .swiper-slide .date span {
    z-index: 20;
    line-height: .9rem;
}

.home-notice .swiper-slide .date::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1;
    background-color: #83C6CD;
}

.home-notice .swiper-slide .date::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1;
    background-color: rgba(255, 255, 255, .6);
}

.home-notice .swiper-slide-active {
    width: 5.55rem;
    padding-top: 0;
}

.home-notice .swiper-slide-active .item {
    height: 3.4rem;
    padding: .5rem .8rem 0 .8rem;
}

.home-notice .swiper-slide-active .item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background-color: #E1DAA6;
}

.home-notice .swiper-slide-active .date {
    color: #333;
}

.home-notice .swiper-slide-active .date::before {
    background-color: #E1DAA6;
}

.home-notice .swiper-slide-active .date::after {
    background-color: #FFF;
    box-shadow: 0 .05rem .1rem rgba(0, 0, 0, .1);
}

.home-notice .swiper-button-black {
    width: .5rem;
    height: .5rem;
    background-color: #FFF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: .28rem;
    border: 1px #83C6CD solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.home-notice .swiper-button-prev {
    background-image: url(../images/prev.png);
    left: -.7rem;
}

.home-notice .swiper-button-next {
    background-image: url(../images/next.png);
    right: -.7rem;
}

.home-fast {
    width: 100%;
    background-image: linear-gradient(#FFF, #ddf4f6);
    padding-top: .3rem;
    height: 4.8rem;
    overflow: hidden;
}

.home-fast .container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: 0;
}

.home-fast .home-title .line {
    height: 1.5rem;
    top: -.6rem
}

.home-fast .container {
    width: 100%;
}
.home-fast .swiper-container {
    width: 100%;
    margin-top: .4rem;
    padding-bottom: .5rem;
}

.home-fast .item {
    width: 100%;
    padding-top: 100%;
    z-index: 20;
}

.home-fast .item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../images/titbg6.png)no-repeat center;
    background-size: 100% 100%;
}

.home-fast .item .con {
    position: absolute;
    left: 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%);
    top: 50%;
    z-index: 10;
}

.home-fast .item .icon {
    height: .58rem;
    width: .7rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin-left: auto;
    margin-right: auto;
}

.home-fast .item .i1 {
    background-image: url(../images/icon3.png);
}

.home-fast .item .i2 {
    background-image: url(../images/icon4.png);
}

.home-fast .item .i3 {
    background-image: url(../images/icon5.png);
}

.home-fast .item .i4 {
    background-image: url(../images/icon6.png);
}

.home-fast .item .i5 {
    background-image: url(../images/icon7.png);
}

.home-fast .item .tit {
    font-family: 'SourceHanSerifCN-SemiBold';
    line-height: 1;
    margin-top: .3rem;
}

.home-fast .swiper-pagination {
    align-items: flex-end;
    bottom: 0;
}

.home-fast .swiper-pagination-bullet {
    height: .07rem;
    width: .36rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: #83C6CD;
    transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    opacity: 1;
}

.home-fast .swiper-pagination-bullet-active {
    height: .11rem;
    width: .39rem;
    background-color: #004071;
}

.table-scroll {
    overflow-x: auto;
}

@media (min-width:1025px) {
    .home-title .more:hover {
        color: #004071;
    }
    .home-title .more:hover::before {
        margin-right: .2rem;
    }
    .home-title .more:hover::after {
        margin-left: .2rem;
    }
    .home-news .focus .swiper-slide:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .home-notice .swiper-slide:hover .text::before {
        width: 100%;
    }
    .home-fast .swiper-slide:hover .item::after {
        background-image: url(../images/titbg7.png);
    }
    .home-fast .swiper-slide:hover .item .i1 {
        background-image: url(../images/icon3-on.png);
    }
    .home-fast .swiper-slide:hover .item .i2 {
        background-image: url(../images/icon4-on.png);
    }
    .home-fast .swiper-slide:hover .item .i3 {
        background-image: url(../images/icon5-on.png);
    }
    .home-fast .swiper-slide:hover .item .i4 {
        background-image: url(../images/icon6-on.png);
    }
    .home-fast .swiper-slide:hover .item .i5 {
        background-image: url(../images/icon7-on.png);
    }
    .home-fast .swiper-slide:hover .item .tit {
        color: #FFF;
    }
    .home-fast .swiper-slide:hover .item::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: url(../images/titbg8.png)no-repeat center;
        background-size: 100% 100%;
        transform: translate(.1rem, .1rem);
        -webkit-transform: translate(.1rem, .1rem);
        -moz-transform: translate(.1rem, .1rem);
        -ms-transform: translate(.1rem, .1rem);
        -o-transform: translate(.1rem, .1rem);
    }
}

@media (max-width:1199px) {
    .home-title .title {
        font-size: 24px;
    }
    .home-title .en,
    .home-news .focus .tit {
        font-size: 14px;
    }
    .home-news .focus .date,
    .home-news li .date,
    .home-title .more,
    .home-notice .swiper-slide .text {
        font-size: 12px;
    }

    .home-news li .date {
        margin-top: .1rem;
    }
    .home-notice .swiper-slide .text {
        width: 91px;
        line-height: 28px;
        height: 28px;
    }
    .home-notice .swiper-button-black {
        width: 38px;
        height: 38px;
    }
    .home-notice .swiper-button-prev {
        left: 0rem;
    }
    .home-notice .swiper-button-next {
        right: 0rem;
    }
    .home-fast .home-title .line {
        height: 1.2rem;
    }
    .home-notice .swiper-slide .item {
        padding: .3rem 40px 0 40px;
    }
}

@media (max-width:950px) {
    .home-news {
        height: auto;
        padding-bottom: .5rem;
    }
    .home-news .focus {
        width: 100%;
        margin-right: 0;
    }
    .home-news ul {
        margin-top: .3rem;
    }
    .home-news .focus .text-con {
        width: 92%;
        height: 100%;
        clip-path: none;
        padding-bottom: .3rem;
    }
    .home-news li .pic {
        width: 40%;
    }
    .home-news li .tit {
        height: auto;
    }
    .home-fast {
        height: 6.4rem;
    }
}

@media (max-width:767px) {
    .home-news .focus .text-con {
        width: 96%;
    }
    .home-news .focus .swiper-pagination {
        padding-right: 1rem;
    }
    .home-notice .swiper-container {
        padding-bottom: 50px;
    }
    .home-notice .swiper-slide {
        padding-top: 0;
    }
    .home-notice .swiper-slide-active .item {
        height: 2.6rem;
    }
    .home-notice .swiper-slide .item {
        padding: .3rem .2rem;
        height: auto;
    }
    .home-notice .swiper-slide .date {
        position: relative;
        font-size: 18px;
        width: 68px;
        height: 68px;
        bottom: -50px;
        margin-top: -30px;
    }
    .home-notice .swiper-slide .date::after {
        width: 90px;
        height: 90px;
    }
    .home-notice {
        height: 600px;
    }
}

@media (max-width:540px) {
    .home-notice {
        height: 400px;
        margin-top: -.5rem;
    }
    .home-notice .content {
        margin-top: .3rem;
    }
    .home-notice .swiper-slide .date {
        font-size: 16px;
        width: 58px;
        height: 58px;
        bottom: -40px;
    }
    .home-notice .swiper-slide .date::after {
        width: 80px;
        height: 80px;
    }
    .home-notice .swiper-slide .item {
        padding: .3rem 60px;
    }
}


.pb_sys_style1 .p_no_d {
    border: 1px solid #60a7ae!important;
    background-color: #60a7ae!important;
}
.pb_sys_common .p_t{
    margin-bottom:5px!important;
}
.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,
.pb_sys_common .p_goto input, .pb_sys_common .p_search input,
.pb_sys_common .p_goto a, .pb_sys_common .p_search a{
  margin-bottom:5px!important;
  border: 1px solid #60a7ae!important;
}



.ie-tip{
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  background-color: #fff;
  z-index:999998;
  display: none;
}
.ie-tip .i-cont{
  width:600px;
  height:300px;
  position:fixed;
  top:50%;
  left:50%;
  margin:-150px 0 0 -300px;
  line-height: 1.8;
  color:#000;
  z-index:999999;
  text-align:center;
}
.ie-tip p{
  padding-top:10px;
  color:#000;
  width: 420px;
  margin:10px auto;
  font-size: 14px;
  line-height: 1.8;
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
  .home-news .focus .pic img,
  .home-news li .pic img,
  .img-list .item .pic img {
    font-family: 'object-fit: cover;';
  }
}
