@charset "UTF-8"; html {
    font-size: 100px;
}


.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{
    padding:8px 10px !important;
    height:auto !important;
    margin:3px !important; 
     border-radius:5px;
    font-size:.14rem !important;
        font-family: Albert Sans, Arial, "PingFang SC", "Microsoft YaHei", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #39BFA9!important;
    color: #fff;
    background-color: #39BFA9!important;

   
}

body {
    font-family: Albert Sans, Arial, "PingFang SC", "Microsoft YaHei", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #333333;
    padding: 0;
    margin: 0;
    font-size: 0.16rem;
}

h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, hr, input, p {
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
}

a {
    color: inherit;
    font: inherit;
    text-decoration: none;
    outline: none;
    transition: all 0.5s ease;
}

a:hover {
    text-decoration: none;
}

a:focus {
    border: none;
    outline: none;
    text-decoration: none;
}

.clearfix {
    zoom: 1; }

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    border: none;
    outline: none;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

@media (min-width: 1080px) {
    .container {
        width: 14.42rem;
        padding: 0;
    }
}


.pic {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pic .img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s linear;
}

img {
    max-width: 100%;
    border: none;
    transition: all 0.5s ease;
}

/* 通用样式 */
.flex {
    display: box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* 动画延迟结束 */
/* 视频弹窗 */
.vwrap {
    display: none;
    z-index: 1040000;
    width: 100%;
    /* height: 100%; */
    position: fixed;
}

.vwrap .videobtg {
    z-index: 900;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    overflow: hidden;
}

.vwrap .videobox {
    z-index: 1200;
    width: 1200px;
    position: fixed;
    left: 50%;
    top: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90vh;
}

.vwrap .videobox #videobox {
    width: 100%;
    max-height: 90vh;
    /* display: inline-block; */
    /* background:#000; */
    border-radius: 0.1rem;
    overflow-y: auto;
    /* position: absolute; */
}

.vwrap .videobox #videobox * {
    max-height: 100%;
}

.vwrap .videobox #videobox .img_hezi {
    padding-bottom: 60% !important;
}

.vwrap .videobox #videobox video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

#videobox_wrapper {
    height: 100% !important;
}

.vwrap .close {
    z-index: 999;
    width: 31px;
    height: 31px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: -42px;
    text-align: center;
}

.vwrap .close i {
    display: block;
    width: 31px;
    height: 31px;
    transition: 400ms;
}

.vwrap .close i svg {
    transition: 0.6s;
}

.vwrap .close:hover i svg {
    transform: rotate(180deg);
}

@media (max-width: 992px) {
    .vwrap .videobox {
        width: 100%;
        /* left: 3%; */
        margin-left: 0;
    }

    .vwrap .close {
        right: 0;
        top: -35px;
    }
}

@media (max-height: 500px) {
    .vwrap .videobox {
        width: 60%;
    }

    .vwrap .videobox #videobox .img_hezi {
        padding-bottom: 50% !important;
    }
}

/* 视频弹窗 */
/* header */
.header {
    width: 100%;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 0.25rem 0 0;
}

.header .container {
    width: 100%;
    padding: 0 0.2rem;
    max-width: 19.2rem;
}

.header .logo {
    font-size: 0;
    transition: all 0.5s;
}

.header .logo img {
    height: 0.57rem;
}

.header .header-rt img {
    width: 0.3rem;
    height: 0.3rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.header .header-rt .icon {
    position: relative;
    padding: 0.13rem 0.12rem;
}

.header .header-rt .icon:before {
    content: "";
    background: #DCD2EA;
    width: 1px;
    height: 0.2rem;
    position: absolute;
    left: 0;
    top: 0.18rem;
}

.header .header-rt .full-menu-btn {
    cursor: pointer;
    padding-right: 0;
}

/* 搜索 */
.search-box {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    transition: all 0.3s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
}

.search-box .serform {
    width: 90%;
    margin: 0 auto;
    transition: 0.2s 0.1s;
}

.search-box .close {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
}

.search-box.showDiv {
    opacity: 1;
    visibility: visible;
}

.search-box.showDiv .serform {
    transform: translateY(0);
    transition: 0.5s 0.3s;
}

.search-bar {
    max-width: 5.5rem;
    margin: 0 auto;
    position: relative;
}

.search-bar .txt {
    height: 0.5rem;
    border: 0;
    border-right: 0;
    padding-right: 0.9rem;
    width: 100%;
    padding-left: 0.15rem;
    background: #fff;
    border-radius: 5px 10px 10px 5px;
    box-sizing: border-box;
}

.search-bar .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 0.8rem;
    height: 0.5rem;
    overflow: hidden;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    outline: none;
    border-style: none;
    background: linear-gradient(to right, #358CC2, #75207d);
}

.search-bar .btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: url(../images/search.png) no-repeat center;
}

/* 导航 */
.navbar ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.navbar li {
    position: relative;
    display: inline-block;
    padding: 0 0.2rem 0.25rem 0.2rem;
    font-size: 0;
    color: #771E7F;
    cursor: pointer;
}

.navbar li .lv1 {
    display: block;
    position: relative;
    line-height: 0.56rem;
    font-size: 0.18rem;
    font-weight: 800;
    color: #771E7F;
}

.navbar li.current > a, .navbar li:hover > a {
    background: linear-gradient(270deg, #A9337D 0%, #93209E 49%, #CE25DF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.navbar .subnav {
    position: absolute;
    z-index: 2000;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 2rem;
    display: none;
    padding: 0.1rem 0.25rem 0.75rem;
    background: linear-gradient(180deg, #93209E 0%, rgba(117, 32, 125, 0) 100%);
}

.navbar .subnav:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 10px solid #93209E;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.navbar .subnav dl {
    position: relative;
}

.navbar .subnav a {
    display: block;
    width: 100%;
    line-height: 0.28rem;
    padding: 0.1rem 5px;
    font-size: 0.16rem;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
}

.navbar .subnav a:after {
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: width 0.3s ease;
}

.navbar .subnav a:hover:after {
    width: 100%;
}

.navbar li:hover .subnav {
    display: block;
}

.full-menu {
    position: fixed;
    z-index: 9999999;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-size: cover;
    transition: all 0.5s ease 0s;
    transform: translateY(-100%);
}

.full-menu .close {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    width: 0.5rem;
    height: 0.5rem;
    font-size: 0;
    cursor: pointer;
}

.full-menu .close img {
    width: 100%;
}

.full-menu .inner {
    position: absolute;
    z-index: 2;
    left: 0px;
    right: 0px;
    top: 1rem;
    bottom: 0px;
    overflow-y: auto;
}

.full-menu ul {
    max-width: 15.6rem;
    margin: 0px auto;
    flex-wrap: wrap;
    align-items: normal;
}

.full-menu ul li {
    width: 25%;
    text-align: center;
    padding-bottom: 0.45rem;
    font-size: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(1rem);
    opacity: 0;
}

.full-menu ul li .lv1 {
    display: block;
    font-size: 0.24rem;
    font-weight: bold;
    padding: 0px 0.1rem 0.1rem;
    border-bottom: 2px solid #ffb812;
    color: #fff;
}

.full-menu ul li .subnav {
    padding: 0.1rem 0px;
}

.full-menu ul li .subnav dd {
    font-size: 0;
}

.full-menu ul li .subnav a {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin: 0.1rem 0px;
    color: #fff;
}

.full-menu ul li .subnav a:hover {
    color: #ffb812;
}

.show-full {
    overflow: hidden;
}

.show-full .full-menu {
    transform: translateY(0px);
}

.show-full .full-menu li {
    opacity: 1;
    transform: translateY(0px);
}

.menu-btn, .phone-menu {
    display: none;
}

/* banner焦点图 */
.section-banner {
    position: relative;
    width: 100%;
    background: url(../images/banner-bg.png) no-repeat;
    background-size: cover;
}

.section-banner .banner {
    width: 100%;
    position: relative;
}

.section-banner .banner .pic {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 50%;
}

.section-banner .banner .img {
    transition: 6s 1s linear;
    transform: scale(1);
}

.section-banner .banner .swiper-slide-active .img {
    transform: scale(1.05);
}

.section-banner .banner .txtbox {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.section-banner .banner .txt {
    position: relative;
    width: 10.5rem;
    margin: 0 auto;
    padding: 0.2rem 0;
}

.section-banner .banner .txt .tit {
    display: block;
    font-size: 0.3rem;
    font-weight: bold;
    color: #700B7C;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-banner .banner .txt .abst {
    margin-top: 0.2rem;
    color: #B191B5;
    font-size: 0.16rem;
    line-height: 0.24rem;
    height: 0.96rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.section-banner .banner-pagination {
    position: absolute;
    z-index: 9;
    width: 1.72rem;
    height: 1.72rem;
    border-radius: 50%;
    background: url(../images/banner-page.png) no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    left: .5rem;
    font-size: 0;
    transition: 0.3s linear;
}

.section-banner .banner-pagination .swiper-pagination-current {
    font-size: 0.3rem;
    color: #700B7C;
    font-weight: 500;
    position: absolute;
    top: 0.38rem;
    left: 0.6rem;
}

.section-banner .banner-pagination .swiper-pagination-total {
    font-size: 0.48rem;
    color: #9C919E;
    font-weight: 500;
    position: absolute;
    bottom: 0.3rem;
    right: 0.4rem;
}

/* banner焦点图结束 */
/* 通用样式 */
.index-title {
    position: relative;
}

.index-title h2 {
    color: #27254C;
    font-size: 0.55rem;
    font-weight: bold;
    letter-spacing: -0.02em;
}

.index-more {
    padding-bottom: 0.35rem;
    background: url(../images/ico-line.png) bottom center no-repeat;
    background-size: 100% auto;
    overflow: hidden;
    text-align: right;
}

.index-more a {
    display: inline-block;
    position: relative;
    padding-right: 0.25rem;
    background: url(../images/ico-sanjiao.png) right center no-repeat;
    background-size: 6px auto;
    color: #700B7C;
    font-size: 0.14rem;
    font-weight: 500;
    transition: 0.3s linear;
}

.index-more a:hover {
    padding-right: 0.15rem;
}

.webkit-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 通用样式 */
/* 首页中部区域 */
.section1 {
    position: relative;
    overflow: hidden;
}

.section1 .section-banner .txtbox, .section1 .section-news {
    padding-left: 0;
    transition: 0.3s linear;
}

.index-page .left-top {
    position: fixed;
    width: 0;
    left: -0.7rem;
    top: 0;
    height: 100%;
    padding: 1.85rem 0.35rem 0.5rem;
    color: #fff;
    transition: width 0.3s linear;z-index:9;
}

.index-page .left-top .title{display:none;}

.index-page .left-top:after {
    content: "";
    background: linear-gradient(180deg, #7A58A8 0%, #75207C 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.index-page .left-top .icon {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    width: 0.5rem;
    height: 0.68rem;
    background: url(../images/ico-topjiao.png) center center no-repeat;
    background-size: 100% 100%;
    background: #794b9e;
    border-radius: 0 .1rem .1rem 0;
    right: -0.3rem;
    top: 25%;
}

.index-page .left-top .icon img {
    position: absolute;
    right: 0.1rem;
    top: 50%;
    transform: translateY(-50%);
}

.index-page.left-top .title {
    position: relative;
    z-index: 9;
    padding-bottom: 0.3rem;
    border-bottom: 2px solid #fff;
    opacity: 0;
    visibility: hidden;
}

.index-page.left-top .title h2 {
    font-size: 0.24rem;
    font-weight: bold;
}

.index-page .list-top {
    position: relative;
    z-index: 9;
    margin-top: 0.1rem;
    opacity: 0;
    visibility: hidden;
}

.index-page .list-top li {
    padding: 0.3rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    position: relative;
}

.index-page .list-top li:after {
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: width 0.3s ease;
}

.index-page .list-top li a {
    color: #FFFFFF;
    font-size: 0.18rem;
    line-height: 0.24rem;
    max-height: 0.72rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-page .list-top li:hover:after {
    width: 100%;
}

.index-page.showDiv .left-top {
    width: 3.56rem;
    left: 0;
}

.index-page.showDiv .left-top .title, .index-page.showDiv .left-top .list-top {
    visibility: visible;
    opacity: 1;
}
.index-page.showDiv .section-banner .txtbox,
.index-page.showDiv .section-news,
.index-page.showDiv .section2,.index-page.showDiv .section3,
.index-page.showDiv .section4,
.index-page.showDiv .section5,
.index-page.showDiv .section6,
.index-page.showDiv .section7,
.index-page.showDiv .section8{
    padding-left: 3.56rem;
}
.index-page.showDiv .section-banner .banner-pagination {
    left: 3.75rem;
}


.section-news {
    background: #F7F9FD;
    padding: 0.5rem 0 0.88rem;
}

.index-news {
    width: 14.42rem;
    margin: 0 auto;
}

.index-news .index-title {
    margin-top: 0.4rem;
}

.index-news .news-swiper {
    padding-top: 0.4rem;
    position: relative;
}

.index-news .news-swiper .news-pic {
    display: block;
}

.index-news .news-swiper .pic {
    border-radius: 0.15rem;
    overflow: hidden;
    padding-bottom: 73%;
    height: auto;
}

.index-news .news-swiper .img:hover {
    transform: scale(1.05);
}

.index-news .news-swiper .news-txt {
    margin-top: 0.4rem;
    padding: 0.28rem 0 0.12rem;
    border-top: 1px solid rgba(39, 37, 76, 0.24);
    border-bottom: 1px solid rgba(39, 37, 76, 0.24);
}

.index-news .news-swiper .news-txt a {
    display: block;
    font-size: 0.2rem;
    font-weight: 500;
    color: #27254C;
    line-height: 0.24rem;
    height: 0.74rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.index-news .news-swiper .news-txt a span {
    display: inline;
    background: linear-gradient(to right, #7A58A8, #75207C) no-repeat;
    background-size: 0 2px;
    background-position: 0 100%;
    padding-bottom: 2px;
    transition: background-size 0.8s ease;
}

.index-news .news-swiper .news-txt a:hover span {
    background-size: 100% 2px;
}

.index-news .news-swiper .news-txt .date {
    margin-top: 0.3rem;
    position: relative;
    line-height: 0.3rem;
}

.index-news .news-swiper .news-txt .date:before {
    content: "";
    width: 10px;
    height: 100%;
    background: #39BFA9;
    position: absolute;
    left: 0;
    top: 0;
}

.index-news .news-swiper .news-txt .date span {
    position: relative;
    margin-left: 6px;
    font-size: 0.18rem;
    color: #000000;
}

.index-news .news-swiper .news-prev, .index-news .news-swiper .news-next {
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 8px;
    background: #F9F6FD;
    box-shadow: 0px -4px 10px 0px #FFFFFF;
    position: absolute;
    bottom: 100%;
    z-index: 9;
    cursor: pointer;
    transition: 0.3s;
}

.index-news .news-swiper .news-prev:after, .index-news .news-swiper .news-next:after {
    content: "";
    width: 12px;
    height: 7px;
    background: url(../images/ico-jiantou1.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
}

.index-news .news-swiper .news-prev:hover, .index-news .news-swiper .news-next:hover {
    background: #9937A2;
}

.index-news .news-swiper .news-prev:hover:after, .index-news .news-swiper .news-next:hover:after {
    background: url(../images/ico-jiantou2.png) no-repeat center;
    background-size: 100%;
    transform: translate(-50%, -50%) rotate(180deg);
}

.index-news .news-swiper .news-prev {
    right: 0.6rem;
}

.index-news .news-swiper .news-prev:hover:after {
    background: url(../images/ico-jiantou2.png) no-repeat center;
    background-size: 100%;
    transform: translate(-50%, -50%) rotate(0deg);
}

.index-news .news-swiper .news-next {
    right: 0;
}

.index-news .news-swiper .news-next:after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.section2 {
    padding: 1.1rem 0 0.4rem;
}

.index-research {
    margin-top: 0.7rem;
    background: url(../images/section02-bg.png) 100px top no-repeat;
    background-size: auto 100%;
    overflow: hidden;
    position: relative;
}

.index-research .index-title {
    position: absolute;
    left: 0;
    top: 0.55rem;
}

.index-research .inner {
    position: relative;
}

.index-research .inner ul li {
    width: calc(25% - 8px);
    background: #FFFFFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.03);
    margin-bottom: 0.16rem;
    padding: 0.45rem;
    border-radius: 0.15rem;
    transition: 0.3s linear;
}

.index-research .inner ul li:first-child {
    margin-left: 25%;
}

.index-research .inner ul li:last-child {
    margin-right: 25%;
}

.index-research .inner ul .box {
    display: block;
    position: relative;
    padding-top: 1rem;
    padding-bottom: .6rem;
}

.index-research .inner ul .icon {
    width: 0.72rem;
    height: 0.72rem;
    background: #FFFFFF;
    border-radius: 4px;
    position: relative;
    padding: 0.1rem;
    position: absolute;
    top: 0;
    left: 0;
}

.index-research .inner ul .icon img {
    width: 100%;
}

.index-research .inner ul .tit {
    font-size: 0.22rem;
    color: #27254C;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 0.28rem;
    height: 1.6rem;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 4; */
    /* -webkit-box-orient: vertical; */
}

.index-research .inner ul .num {
    color: #D0D0D0;
    font-size: 0.24rem;
    font-weight: 600;
    position: absolute;
    right: 0;
    bottom: -0.1rem;
}

.index-research .inner ul li:hover {
    background: url(../images/reasearch-item-bg.png) 100px 255px no-repeat #39BFA9;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.03);
}

.index-research .inner ul li:hover .tit {
    color: #fff;
}

.index-research .inner ul li:hover .num {
    color: #fff;
}

.section3 {
    padding: 0.7rem 0 0.9rem;
    background: #F7F9FD;
    position: relative;
    overflow: hidden;
}

.section3:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/section03-bg.png) left bottom no-repeat;
}

.section3 .container {
    position: relative;
    z-index: 2;
}

.index-director {
    position: relative;
    margin-top: 0.7rem;
    display: flex;
    justify-content: space-between;
}

.index-director .index-title {
    margin-bottom: 1rem;
}

.index-director .txtbox {
    float: left;
    width: calc(100% - 7rem);
}

.index-director .txtbox .tit {
    color: #27254C;
    display: block;
    font-size: 0.48rem;
    font-weight: bold;
    letter-spacing: -0.02em;
    padding-bottom: 0.24rem;
    position: relative;
}

.index-director .txtbox .tit:after {
    content: "";
    width: 0.52rem;
    height: 4px;
    background: #39BFA9;
    position: absolute;
    left: 0;
    bottom: 0;
}

.index-director .txtbox .abst {
    margin-top: 0.45rem;
    color: #27254C;
    font-size: 0.2rem;
    line-height: 0.32rem;
    font-weight: 500;
}

.index-director .txtbox .abst p {
    margin-top: 0.45rem;
    color: #27254C;
    font-size: 0.2rem!important;
    line-height: 0.32rem!important;
    font-weight: 500;
    text-indent: 0em!important;
}

.index-director .picbox {
    float: right;
    width: 5.5rem;
    height: 5.5rem;
    position: relative;
}

.index-director .picbox:after {
    content: "";
    width: 2rem;
    height: 2rem;
    background: #1FEBCA;
    filter: blur(92px);
    position: absolute;
    bottom: 0.5rem;
    left: -0.5rem;
}

.index-director .picbox .pic {
    border-radius: 50%;
    position: relative;
    z-index: 2;
    display: block;
}

.index-director .picbox .pic .img:hover {
    transform: scale(1.05);
}

.section4 {
    padding: 0.7rem 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #F0FFFD 100%);
    position: relative;
    overflow: hidden;
}

.section4:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/section04-bg.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.section4 .container {
    position: relative;
    z-index: 2;
}

.section4 .index-title {
    margin-top: 0.7rem;
}

.index-faculty {
    position: relative;
}

.index-faculty .faculty-swiper {
    overflow: hidden;
    padding-top: 0.8rem;
    height: 8rem;
}

.index-faculty .swiper-container {
    padding-top: 1.1rem;
    transform: translateX(-50px);
    overflow: visible;
    position: relative;
}

.index-faculty .swiper-container .pic {
    border-radius: 0.15rem;
    overflow: hidden;
    padding-bottom: 134%;
    height: auto;
}

.index-faculty .swiper-container .pic * {
    transition: 0.3s linear;
}

.index-faculty .swiper-container .pic:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(5, 59, 50, 0) 52%, #053B32 100%);
}

.index-faculty .swiper-container .pic .t {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.2rem 0;
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
    font-family: Belleza;
}

.index-faculty .swiper-container .pic:hover .img {
    transform: scale(1.05);
}

.index-faculty .swiper-container .txt {
    width: 280%;
    margin-left: -90%;
    margin-top: 0.25rem;
    text-align: center;
    transform: scaleX(0);
    transition: 0.3s linear;
    position: relative;
    padding-bottom: 0.1rem;
}

.index-faculty .swiper-container .txt:before {
    content: "";
    width: 0.77rem;
    height: 0.53rem;
    position: absolute;
    left: 0;
    bottom: 0.5rem;
    background: url(../images/ico-yinhao1.png) no-repeat;
    background-size: 100%;
}

.index-faculty .swiper-container .txt:after {
    content: "";
    width: 0.77rem;
    height: 0.53rem;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/ico-yinhao2.png) no-repeat;
    background-size: 100%;
}

.index-faculty .swiper-container .txt .tit {
    display: block;
    text-align: center;
    font-size: 0.4rem;
    color: #27254C;
    font-family: Caudex;
    font-weight: bold;
}

.index-faculty .swiper-container .txt h3 {
    font-family: Albert Sans;
    font-size: 0.24rem;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    padding: 0.1rem 0.2rem;
    border-bottom: 1px solid #39BFA9;
}

.index-faculty .swiper-container .txt .abst {
    text-align: left;
    font-family: Albert Sans;
    font-weight: normal;
    margin-top: 0.24rem;
    font-size: 0.18rem;
    color: #27254C;
    line-height: 0.24rem;
    height: 0.72rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.index-faculty .swiper-container .swiper-slide {
    margin: 0 10px;
    width: 2.5rem;
}

.index-faculty .swiper-container .swiper-slide-active {
    width: 3.6rem;
    transform: translateY(-1.1rem);
}

.index-faculty .swiper-container .swiper-slide-active .pic {
    padding-bottom: 128%;
}

.index-faculty .swiper-container .swiper-slide-active .pic:after {
    background: linear-gradient(180deg, rgba(57, 191, 169, 0) 60%, #39BFA9 100%);
}

.index-faculty .swiper-container .swiper-slide-active .pic .t {
    display: none;
}

.index-faculty .swiper-container .swiper-slide-active .txt {
    transform: scaleX(1);
}

.index-faculty .faculty-prev, .index-faculty .faculty-next {
    width: 0.56rem;
    height: 0.56rem;
    border-radius: 8px;
    background: #F9F6FD;
    box-shadow: 0px -4px 10px 0px #FFFFFF;
    position: absolute;
    bottom: 100%;
    z-index: 9;
    cursor: pointer;
    transition: 0.3s;
}

.index-faculty .faculty-prev:after, .index-faculty .faculty-next:after {
    content: "";
    width: 12px;
    height: 7px;
    background: url(../images/ico-jiantou1.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
}

.index-faculty .faculty-prev:hover, .index-faculty .faculty-next:hover {
    background: #9937A2;
}

.index-faculty .faculty-prev:hover:after, .index-faculty .faculty-next:hover:after {
    background: url(../images/ico-jiantou2.png) no-repeat center;
    background-size: 100%;
    transform: translate(-50%, -50%) rotate(180deg);
}

.index-faculty .faculty-prev {
    right: 0.6rem;
}

.index-faculty .faculty-prev:hover:after {
    background: url(../images/ico-jiantou2.png) no-repeat center;
    background-size: 100%;
    transform: translate(-50%, -50%) rotate(0deg);
}

.index-faculty .faculty-next {
    right: 0;
}

.index-faculty .faculty-next:after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.section5 {
    padding: 0.7rem 0 0.6rem;
}

.index-academic {
    position: relative;
    margin-top: 0.5rem;
}

.index-academic .index-title {
    position: absolute;
    left: 0;
    top: 0.5rem;
    z-index: 9;
}

.index-academic .academic-swiper {
    position: relative;
    padding-bottom: 0.6rem;
    padding-left: 0.65rem;
}

.index-academic .academic-swiper:after {
    content: "";
    width: 100%;
    height: 6.15rem;
    left: 0;
    bottom: 0;
    position: absolute;
    background: url(../images/academic-bg.png) no-repeat;
    background-size: cover;
}

.index-academic .academic-swiper .box {
    display: flex;
    position: relative;
    z-index: 5;
}

.index-academic .academic-swiper .box:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.78);
    position: absolute;
    top: 0;
    left: 0;
}

.index-academic .academic-swiper .picbox .pic {
    border-radius: 0.1rem;
}

.index-academic .academic-swiper .txtbox {
    width: calc(100% - 4.87rem);
    position: relative;
    z-index: 9;
    padding-right: 0.8rem;
    margin-top: 2.5rem;
    display: none;
}

.index-academic .academic-swiper .txtbox:after {
    content: "";
    width: 110%;
    height: 1px;
    background: #39BFA9;
    position: absolute;
    left: 0;
    top: 1.3rem;
}

.index-academic .academic-swiper .txtbox:before {
    content: "";
    width: 0.16rem;
    height: 0.16rem;
    background: #39BFA9;
    border-radius: 50%;
    position: absolute;
    left: 110%;
    top: 1.22rem;
}

.index-academic .academic-swiper .tit {
    display: block;
    color: #000000;
    font-size: 0.3rem;
    font-weight: 600;
    line-height: 0.36rem;
    height: 1.08rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.index-academic .academic-swiper .info {
    margin-top: 0.9rem;
    font-size: 0.16rem;
    line-height: 0.36rem;
    font-weight: 600;
    color: #27254C;
}

.index-academic .academic-swiper .swiper-slide {
    z-index: 1;
    transform: translate(-3.3rem, 0.85rem);
    width: auto;
}

.index-academic .academic-swiper .swiper-slide .picbox {
    width: 3.66rem;
    height: 5.18rem;
}

.index-academic .academic-swiper .swiper-slide .picbox .img:hover {
    transform: scale(1.05);
}

.index-academic .academic-swiper .swiper-slide-next {
    z-index: 2;
    transform: translate(-2rem, 0.5rem);
}

.index-academic .academic-swiper .swiper-slide-next .picbox {
    width: 4.24rem;
    height: 6rem;
}

.index-academic .academic-swiper .swiper-slide-active {
    z-index: 5;
    width: 10.75rem !important;
    transform: none;
}

.index-academic .academic-swiper .swiper-slide-active .box:after {
    display: none;
}

.index-academic .academic-swiper .swiper-slide-active .picbox {
    width: 4.86rem;
    height: 6.88rem;
}

.index-academic .academic-swiper .swiper-slide-active .txtbox {
    display: block;
}

.index-academic .academic-prev, .index-academic .academic-next {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0px -4px 10px 0px #FFFFFF;
    position: absolute;
    right: 0;
    bottom: 100%;
    z-index: 9;
    cursor: pointer;
    transition: 0.3s;
}

.index-academic .academic-prev:after, .index-academic .academic-next:after {
    content: "";
    width: 12px;
    height: 7px;
    background: url(../images/ico-jiantou1.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
}

.index-academic .academic-prev:hover, .index-academic .academic-next:hover {
    background: #9937A2;
}

.index-academic .academic-prev:hover:after, .index-academic .academic-next:hover:after {
    background: url(../images/ico-jiantou2.png) no-repeat center;
    background-size: 100%;
    transform: translate(-50%, -50%) rotate(180deg);
}

.index-academic .academic-prev {
    top: 50%;
    margin-top: 0.4rem;
}

.index-academic .academic-prev:hover:after {
    background: url(../images/ico-jiantou2.png) no-repeat center;
    background-size: 100%;
    transform: translate(-50%, -50%) rotate(0deg);
}

.index-academic .academic-next {
    top: 50%;
    margin-top: -0.4rem;
}

.index-academic .academic-next:after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.section6 {
    background: url(../images/section06-bg.png) no-repeat;
    background-size: cover;
    padding: 0.7rem 0;
}

.section6 .index-title {
    margin-top: 0.6rem;
}

.index-scientific {
    overflow: hidden;
    margin-top: 0.6rem;
}

.index-scientific .big-pic {
    position: relative;
}

.index-scientific .big-pic .swiper-container {
    width: 84%;
    margin: 0 auto;
}

.index-scientific .big-pic a {
    display: block;
    position: relative;
    border-radius: 0.15rem;
    overflow: hidden;
}

.index-scientific .big-pic .pic {
    height: 5.53rem;
}

.index-scientific .big-pic .pic .img:hover {
    transform: scale(1.05);
}

.index-scientific .big-pic .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1rem 2rem 1rem 1rem;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
}

.index-scientific .big-pic .txt h2 {
    font-size: 0.28rem;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-scientific .big-pic .txt .abst {
    margin-top: 0.2rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #fff;
    height: 0.48rem;
}

.index-scientific .big-pic .scientific-prev, .index-scientific .big-pic .scientific-next {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0px -4px 10px 0px #FFFFFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    transition: 0.3s;
}

.index-scientific .big-pic .scientific-prev:after, .index-scientific .big-pic .scientific-next:after {
    content: "";
    width: 12px;
    height: 7px;
    background: url(../images/ico-jiantou1.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
}

.index-scientific .big-pic .scientific-prev:hover, .index-scientific .big-pic .scientific-next:hover {
    background: #9937A2;
}

.index-scientific .big-pic .scientific-prev:hover:after, .index-scientific .big-pic .scientific-next:hover:after {
    background: url(../images/ico-jiantou2.png) no-repeat center;
    background-size: 100%;
    transform: translate(-50%, -50%) rotate(180deg);
}

.index-scientific .big-pic .scientific-prev {
    left: 0;
}

.index-scientific .big-pic .scientific-prev:hover:after {
    background: url(../images/ico-jiantou2.png) no-repeat center;
    background-size: 100%;
    transform: translate(-50%, -50%) rotate(0deg);
}

.index-scientific .big-pic .scientific-next {
    right: 0;
}

.index-scientific .big-pic .scientific-next:after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.index-scientific .small-pic {
    width: 76%;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 0.22rem 0.3rem;
    border-radius: 0.15rem;
    position: relative;
    z-index: 9;
    transform: translateY(-50%);
}

.index-scientific .small-pic .pic {
    padding-bottom: 50%;
    height: auto;
    border-radius: 0.1rem;
    overflow: hidden;
    cursor: pointer;
}

.index-scientific .small-pic .pic:after {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 0;
    left: 0;
    border: 5px solid #75207D;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 2;
}

.index-scientific .small-pic .swiper-slide-thumb-active .pic:after {
    opacity: 1;
    visibility: visible;
}

.section7 {
    padding: 0.7rem 0;
    background: url(../images/section07-bg.png) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.index-results {
    margin-top: 0.8rem;
    position: relative;
}

.index-results .swiper-container {
    margin-top: 0.8rem;
    font-family: Albert Sans;
}

.index-results .swiper-container .swiper-slide {
    background: rgba(255, 255, 255, 0.7);
    padding: 0.4rem 0.25rem;
    border-radius: 0.15rem;
    overflow: hidden;
    color: #27254C;
    font-size: 0.24rem;
    font-weight: 500;
}

.index-results .swiper-container .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/result-bg.png) no-repeat;
    background-size: cover;
    transition: 0.3s linear;
    opacity: 0;
    visibility: hidden;
}

.index-results .swiper-container a {
    position: relative;
    display: block;
    z-index: 2;
}

.index-results .swiper-container .tit {
    margin-top: 0.25rem;
    line-height: 0.3rem;
    height: 0.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-results .swiper-container .pic {
    margin-top: 0.5rem;
    padding-bottom: 67%;
    height: auto;
    border-radius: 0.1rem;
}

.index-results .swiper-container .swiper-slide:hover {
    color: #fff;
}

.index-results .swiper-container .swiper-slide:hover:before {
    opacity: 1;
    visibility: visible;
}

.index-results .results-prev, .index-results .results-next {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0px -4px 10px 0px #FFFFFF;
    position: absolute;
    top: 0;
    z-index: 9;
    cursor: pointer;
    transition: 0.3s;
}

.index-results .results-prev:after, .index-results .results-next:after {
    content: "";
    width: 12px;
    height: 7px;
    background: url(../images/ico-jiantou1.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
}

.index-results .results-prev:hover, .index-results .results-next:hover {
    background: #9937A2;
}

.index-results .results-prev:hover:after, .index-results .results-next:hover:after {
    background: url(../images/ico-jiantou2.png) no-repeat center;
    background-size: 100%;
    transform: translate(-50%, -50%) rotate(180deg);
}

.index-results .results-prev {
    right: 0.8rem;
}

.index-results .results-prev:hover:after {
    background: url(../images/ico-jiantou2.png) no-repeat center;
    background-size: 100%;
    transform: translate(-50%, -50%) rotate(0deg);
}

.index-results .results-next {
    right: 0;
}

.index-results .results-next:after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.section8 {
    padding: 0.7rem 0 2rem;
    position: relative;
    overflow: hidden;
}

.section8 .container {
    position: relative;
    z-index: 2;
}

.section8:after {
    content: "";
    width: 2.8rem;
    height: 1.49rem;
    background: #39BFA9;
    filter: blur(100px);
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%);
}

.section8 .index-title {
    margin-top: 0.7rem;
}

.index-recruitment {
    margin-top: 0.7rem;
}

.index-recruitment ul li {
    width: calc(33.3% - 0.15rem);
}

.index-recruitment ul li .box {
    display: block;
    padding: 0.6rem;
    position: relative;
}

.index-recruitment ul li .box:before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0.2rem;
    transition: width 0.3s linear;
}

.index-recruitment ul li .box a {
    display: block;
    position: relative;
    z-index: 2;
    color: #27254C;
}

.index-recruitment ul li h2 {
    font-size: 0.22rem;
    font-weight: 500;
       height: 1.9rem;
    line-height: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-recruitment ul li .info {
    margin-top: 0.5rem;
    border-top: 4px solid #700B7C;
    padding-top: 0.12rem;
    font-size: 0.24rem;
    line-height: 0.24rem;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-recruitment ul li .more {
    margin-top: 0.2rem;
    text-align: right;
    color: #700B7C;
    font-size: 0.2rem;
    line-height: 0.24rem;
    font-weight: normal;
}

.index-recruitment ul li .icon {
    display: inline-block;
    background: #700B7C;
    border-radius: 0.2rem;
    width: 0.6rem;
    height: 0.36rem;
    position: relative;
}

.index-recruitment ul li .icon img {
    width: 0.18rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index-recruitment ul li .box:hover:before {
    width: 100%;
}

.index-recruitment ul li .box:hover .info {
    border-top: 4px solid #39BFA9;
}

.index-recruitment ul li .box:hover .more p {
    color: #39BFA9;
}

.index-recruitment ul li .box:hover .icon {
    background: #39BFA9;
}

/* 底部 */
.footer {
    margin-top: -1.5rem;
    position: relative;
    z-index: 6;
    padding: 0.7rem 0.46rem 0.25rem;
}

.footer .inner {
    position: relative;
}

.footer .inner:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/footer-bg.png) top center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.footer .container {
    padding: 1.1rem 0 0.3rem;
}

.footer .info {
    overflow: hidden;
}

.footer .info .footer-logo {
    float: left;
    width: 4.42rem;
    padding-top: 0.1rem;
}

.footer .info .contact {
    float: right;
    width: calc(100% - 6rem);
    font-size: 0.22rem;
    color: #fff;
    line-height: 0.36rem;
}

.footer .cory {
    margin-top: 0.55rem;
    padding-top: 0.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    font-size: 0.18rem;
    color: #fff;
    text-align: right;
}

.footer .tree {
    width: 1.75rem;
    position: absolute;
    top: -0.2rem;
    right: 0.2rem;
    animation: sway 6s ease-in-out infinite;
}

.footer .tree img {
    width: 100%;
    transform: translateY(50%);
    transition: 5s linear;
}

.footer .tree.aos-animate img {
    transform: translateY(0);
}

/* 整体摆动动画：轻微左右摇摆 */
@keyframes sway {
    0%, 100% {
        transform: scaleY(1) rotate(-3deg);
    }

    50% {
        transform: scaleY(1) rotate(3deg);
    }
}

/* 破土生长动画：从土壤中向上伸展 */
@keyframes emerge {
    0% {
        transform: scaleY(0) translateY(30px);
        /* 埋在土里，底部在土壤下 */
    }

    70% {
        transform: scaleY(1.1) translateY(0);
        /* 生长过头一点（自然弹性） */
    }

    100% {
        transform: scaleY(1) translateY(0);
        /* 稳定到正常高度 */
    }
}

/* 底部 */
/* 列表页 */
.listbanner {
    height: 30vw;
    min-height: 220px;
    position: relative;
    margin-top: 1rem;
}

.listbanner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.4));
    z-index: 2;
    display: none;
}

.listbanner .txtbox {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20%;
    z-index: 5;
}

.listbanner .txtbox .inner {
    width: 80%;
}

.listbanner .txtbox .tit {
    display: block;
    font-size: 0.3rem;
    color: #47005E;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.listbanner .txtbox .abst {
    margin-top: 0.1rem;
    font-size: 0.16rem;
    line-height: 0.28rem;
    height: 1.12rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

.weizhi {
    margin: 0.3rem 0;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

.weizhi h2 {
    float: left;
    font-size: 0.3rem;
    line-height: 0.3rem;
    font-weight: normal;
    color: #000;
    padding-left: 15px;
    border-left: 4px solid #195ef3;
}

.location {
    float: right;
    font-size: 0.16rem;
    color: #999999;
}

.location i {
    font-size: 0.2rem;
    margin-right: 5px;
    color: #195ef3;
}

.list-page {
    position: relative;
    z-index: 3;
    padding-bottom: 2rem;
    min-height: 600px;
    background: url(../images2/list-bg-bottom.png) bottom right no-repeat;
    background-size: 70% auto;
}

.list-page:before {
    content: "";
    width: 100%;
    height: 50%;
    background: url(../images2/list-bg-top.png) top right no-repeat;
    position: absolute;
    right: 0;
    top: 1rem;
}

.list-page .left {
    float: left;
    width: 3.2rem;
}

.list-page .right {
    float: right;
    width: calc(100% - 3.6rem);
}

.list-page .page {
    text-align: center;
    padding: 30px 0;
}

.list-content {
    margin-top: .8rem;
}

.no-listnav {
    margin-top: .8rem;
}

.list-nav {
    /* margin: 0.5rem 0; */
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(57,191,169,0.2);
    border-radius: .15rem;
    margin-top: -.45rem;
    padding: 0rem .2rem;
}

.list-nav .ph-column {
    display: none;
}

.list-nav ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: auto;
}

.list-nav ul li {
    /* margin-right: 0.35rem; */
}

.list-nav ul li .lv2 {
    display: block;
    transition: 0.3s linear;
    padding: 0.0rem 0.35rem;
    /* border-radius: 0.5rem; */
    /* border: 1px solid #39BFA9; */
    font-size: 0.26rem;
    font-weight: normal;
    line-height: 0.9rem;
    color: #27254c;
    white-space: nowrap;
}

.list-nav ul li a span {
    display: inline-block;
    position: relative;
}

.list-nav ul li a span:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #39bfa9;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.list-nav ul li.current .lv2, .list-nav ul li:hover .lv2 {
    color: #39BFA9;
    background: url(../images2/list-nav-bg2.png) bottom center no-repeat;
}

.list-nav ul li.current span:after, .list-nav ul li:hover span:after {
    opacity: 1;
    visibility: visible;
}

.list-nav ul li .phone-lv3 {
    display: none;
}

.list-nav .lv3 {
    margin-top: .1rem;
    width: 100%;
    overflow-x: auto;
    display: none;
}

.list-nav .lv3>div {
    display: none;
}

.list-nav .lv3 .current {
    display: block;
}

.list-nav .lv3::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}

.list-nav .lv3::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 4px;
}

.list-nav .lv3::-webkit-scrollbar-thumb {
    background: #39bfa9;
    border-radius: 4px;
    transition: background 0.2s;
}

.list-nav .lv3 dl {
    display: flex;
    flex-wrap: nowrap;
}

.list-nav .lv3 dl a {
    display: block;
    padding: .1rem .15rem;
    border-radius: .2rem;
    border: 1px solid #ccc;
    margin: .1rem;
    white-space: nowrap;
}

.list-nav .lv3 dd.current a, .list-nav .lv3 dl a:hover {
    background: #39BFA9;
    color: #fff;
}

.left-nav {
    position: relative;
    padding-bottom: 1.1rem;
    background: #ffffff;
}

.left-nav .phone-column {
    display: none;
}

.left-nav .lv1 {
    padding: 0.4rem 0.2rem;
    position: absolute;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: 9;
    background: #39BFA9;
    text-align: center;
}

.left-nav .lv1 h2 {
    font-weight: bold;
    color: #fff;
    line-height: 0.36rem;
    font-size: 0.3rem;
}

.left-nav .subnav {
    padding: 0 0.2rem;
}

.left-nav .subnav li .lv2 {
    padding: 0.25rem 0.25rem;
    display: block;
    position: relative;
    background: url(../images/ico-jiantou2.png) right center no-repeat;
    background-size: 0.24rem auto;
    border-bottom: 1px dashed #c5c5c5;
}

.left-nav .subnav li .lv2 p {
    font-size: 0.2rem;
    text-align: center;
    color: #333;
}

.left-nav .subnav li .lv2 i {
    display: none;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.left-nav .subnav li.current .lv2 p, .left-nav .subnav li .lv2:hover p {
    color: #39BFA9;
}

.left-nav .subnav dd {
    display: none;
    border-bottom: 1px dashed #c5c5c5;
    padding: 0.1rem 0;
}

.left-nav .subnav dd a {
    font-size: 0.16rem;
    color: #333;
    padding: 0.12rem 0.25rem;
    display: block;
    text-align: center;
}

.left-nav .subnav dd a:hover {
    color: #39BFA9;
}

.left-nav .subnav li.current dd {
    display: block;
}

.list-news li {
    margin-bottom: 0.4rem;
}

.list-news a {
    display: flex;
    justify-content: space-between;
    padding: 0.4rem;
    border-radius: 0.15rem;
    position: relative;
    border: 1px solid #ededed;
    transition: 0.5s linear;
}

.list-news a:before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(#39BFA9, #39BFA9);
    border-radius: 0.2rem 0 0.2rem 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    transition: width 0.5s linear;
}

.list-news .pic {
    float: left;
    width: 3.4rem;
    height: 2.3rem;
    border-radius: .15rem;
}

.list-news .pic .img:hover {
    transform: scale(1.05);
}

.list-news .txt {
    position: relative;
    width: calc(100% - 3.9rem);
}

.list-news .txt .date {
    width: .9rem;
    height: .9rem;
    font-size: 0.14rem;
    text-align: center;
    background: #e8f8f5;
    border-radius: .15rem;
    color: #47b6a3;
    font-weight: bold;
}

.list-news .txt .date p {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.list-news .txt .date .day {
    font-size: 0.34rem;
    padding-top: .1rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative;
}

.list-news .txt .date .day:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #39BFA9;
    position: absolute;
    bottom: 0;
    left: 0;
}

.list-news .txt .time {
    margin-top: 0.2rem;
    font-size: 0.18rem;
    color: #39BFA9;
    display: none;
}

.list-news .txt .tt {
    display: flex;
    justify-content: space-between;
}

.list-news .txt .tit {
    width: calc(100% - 1.1rem);
    font-size: 0.22rem;
    line-height: .3rem;
    max-height: 1rem;
    font-weight: bold;
    color: #27254c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-news .txt .abst {
    margin-top: 0.4rem;
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.6rem;
    color: #27254c;
}

.list-news li:hover a {
    border: 1px solid #39bfa9;
}

.list-news li:hover .tit {
    color: #39bfa9 !important;
}

.list-news li:hover .date {
    background: #39bfa9;
    color: #fff;
}

.list-txt li {
    margin-bottom: 0.15rem;
    position: relative;
}

.list-txt li * {
    transition: 0.5s;
}

.list-txt a {
    display: block;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: space-between;
    background: #fafbfc;
    padding: 0.24rem 0.3rem;
    position: relative;
}

.list-txt a:before {
    content: "";
    width: 0;
    height: 100%;
    background: linear-gradient(#39BFA9, #39BFA9);
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.5s;
}

.list-txt .date {
    position: relative;
    float: left;
    width: 0.6rem;
    text-align: center;
    color: #39BFA9;
    font-size: 0.14rem;
    font-weight: bold;
}

.list-txt .date p {
    display: inline-block;
}

.list-txt .date .day {
    font-size: 0.3rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative;
}

.list-txt .date .day:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #39BFA9;
    position: absolute;
    bottom: 0;
    left: 0;
}

.list-txt .tit {
    position: relative;
    display: flex;
    align-items: center;
    float: right;
    width: calc(100% - 0.8rem);
}

.list-txt h2 {
    font-size: 0.18rem;
    font-weight: normal;
    color: #000;
    line-height: 0.3rem;
    max-height: 0.6rem;
}

.list-txt li:hover a {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.list-txt li:hover a:before {
    width: 100%;
}

.list-txt li:hover .date {
    color: #fff;
}

.list-txt li:hover .day:after {
    background: #fff !important;
}

.list-txt li:hover h2 {
    color: #fff;
}

.list-pics ul {
    overflow: hidden;
    margin: 0 -0.2rem;
}

.list-pics li {
    float: left;
    width: 33.3%;
    margin-bottom: 0.35rem;
}

.list-pics a {
    display: block;
    margin: 0 0.2rem;
    overflow: hidden;
    position: relative;
    border-radius: 0.2rem;
    background: #fff;
    background: #fafbfc;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.list-pics a .pic {
    width: 100%;
    padding-bottom: 65%;
    overflow: hidden;
    position: relative;
}

.list-pics a .pic .img {
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s linear;
}

.list-pics a .pic .img:hover {
    transform: scale(1.05);
}

.list-pics a .tit {
    padding: 0.15rem 0.1rem;
    position: relative;
}

.list-pics a .tit h2 {
    font-size: 0.18rem;
    color: #333333;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-teacher {
    overflow: hidden;
}

.list-teacher ul {
    overflow: hidden;
    margin: 0 -0.25rem;
    position:relative;
}
.list-teacher ul:before{
    content:"";
    width:1px;
    height:100%;
    position:absolute;
    left:50%;
    top:0;
    background:#ededed;
} 
.list-teacher li {
    float: left;
    width: 50%;
    padding:.5rem;  
    border-bottom: 1px solid #ededed;
}

.list-teacher li a {
    display: flex;
    flex-wrap:wrap;
    justify-content:space-between;
    overflow: hidden;
    /* background: #FFFFFF; */
}

.list-teacher li .pic {
    overflow: hidden;
    width:2.28rem;
    height:3.1rem;
    border-radius: 0.15rem;
}

.list-teacher li .pic .img:hover {
    transform: scale(1.05);
}

.list-teacher li .txt {
    width: calc(100% - 2.9rem);
    padding: 0.3rem 0 0;
    position: relative;
}

.list-teacher li .txt:after{
    content:"";
    background:url(../images2/teacher-jiantou.png) no-repeat;
    background-size:100%;
    width:.15rem;
    height:.15rem;
    position:absolute;
    bottom:.2rem;
    left:0;
}

.list-teacher li h2 {
    font-size: 0.26rem;
    line-height:.36rem;
    font-weight: bold;
    color: #27254c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-teacher li:hover {
    border-bottom:1px solid #39BFA9;
}
.list-teacher li:hover a h2 {
    color: #39BFA9;
}

.list-teacher li h3 {
    margin-top: 0.2rem;
    font-size: 0.18rem;
    font-weight:normal;
    color: #27254c;
    line-height: .24rem;
}

.list-teacher li h4 {
    margin-top: 0.2rem;
    font-size: 0.18rem;
    font-weight:normal;
    color: #27254c;
    line-height: .24rem;
    opacity:.7;
}

.list-teacher .txt .line {
    width: 100%;
    height: 1px;
    background: #c2ece5;
    margin: .3rem 0 .3rem -.2rem;
    position: relative;
}

.list-teacher .txt .line:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #c2ece5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.teacher-nav{
    overflow:hidden;
    padding-bottom:.2rem;
    border-bottom:1px solid #27254c;
}
.teacher-nav .nav-name{
    margin-bottom:.2rem;
    display:flex;
    justify-content:space-between;
}

.teacher-nav .nav-position{
    margin-bottom:.2rem;
    display:flex;
    justify-content:space-between;
}

.teacher-nav h2{
    width:1.8rem;
    font-size:.2rem;
    font-weight:normal;
    color:#39bfa9;
    text-align:right;
     line-height:.4rem;
}
.teacher-nav ul{
    display:flex;
    flex-wrap: wrap;
    width:calc(100% - 2rem);
}

.teacher-nav .nav-name ul li{
    flex:1;
    text-align:center;
}
.teacher-nav ul li:first-child{
    margin-right:.4rem;
}
.teacher-nav ul li:first-child a{
   width:.75rem;
}

.teacher-nav ul li a{
    color:#27254c;
    font-size:.2rem;
    display:block;
    line-height:.45rem;
    border-radius:.4rem;
}
.teacher-nav  .nav-position li{
    margin-right:.4rem;
    margin-bottom: .2rem;
}

.teacher-nav  .nav-position li a{
    padding:0 .25rem;
    border:1px solid #76ddcc;
}

.teacher-nav ul li.active a,
.teacher-nav ul li a:hover{
    background:#39bfa9;
    color:#fff;
}

/* 正文页 */
.article-page {
    background-color: #fff;
}

.article {
    overflow: hidden;
    padding: 0.2rem 0;
}

.article .tit {
    font-size: 0.24rem;
    color: #000;
    line-height: 1.5;
    text-align: center;
    font-weight: 600;
}

.article .info {
    margin: 0.2rem 0;
    padding-bottom: 0.15rem;
    border-bottom: 1px dashed #c5c5c5;
    color: #666;
    font-size: 0.14rem;
    color: #aaa;
    line-height: 0.22rem;
    text-align: center;
}

.article .info img {
    width: 26px;
    height: 26px;
    margin: 0 10px;
    vertical-align: middle;
}

.article .info span {
    margin: 0 10px;
}

.article .info .date {
    margin-left: 10px;
    padding: 0 10px;
}

.article .cont {
    padding: 0.2rem 0;
    font-size: 0.18rem;
    color: #333;
    line-height: 2;
}

.article .cont p {
    text-indent: 0em!important;
    margin-bottom: 0.15rem;
    font-size: 0.18rem!important;
    line-height: 32px!important;
}

.article .cont p img, .article .cont p video {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto !important;
}

.article .cont table p {
    text-indent: 0;
    padding: 0;
    line-height: 1.2;
}

.article .np {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid #ddd;
}

.article .np a {
    display: block;
    font-size: 0.16rem;
    color: #333333;
    line-height: 2;
    transition: 0.5s;
    padding-bottom: 10px;
}

.article .np a:hover {
    color: #00457D;
}

.listbanner .ltlmmc {
    position: absolute;
    left: 0px;
    bottom: 1.5rem;
    width: 100%;
    z-index: 5;
}

.listbanner .ltlmmc h1 {
    display: block;
    font-size: 0.7rem;
    line-height: 0.3rem;
    color: #FFFFFF;
    font-family: 'alphm';
    margin-bottom: 0.2rem;
}

.listbanner .ltlmmc h1 img {
    display: none;
}

.listbanner .ltlmmc span {
    display: block;
    padding-left: 0.25rem;
    background: url(../images/ic_home.png) no-repeat left center;
    background-size: .16rem;
    font-size: 0.16rem;
    color: #fff;
    margin-top: .3rem;
}

.listbanner .ltlmmc span a {
    color: #fff;
}

.listbanner .ltlmmc span a:hover {
    color: #39bfa9;
}

.ctbx {
    width: 92%;
    margin: 0 auto;
}

@media (min-width: 600px) {
    .ctbx {
        width: 90%;
    }
}

@media (min-width: 1360px) {
    .ctbx {
        width: 13rem;
    }
}

@media (min-width: 1440px) {
    .ctbx {
        width: 14rem;
    }
}

@media (min-width: 1660px) {
    .ctbx {
        width: 16.2rem;
    }
}

/* About */
.jjbox_bg {
    overflow: hidden;
    /* background: url(../images/jian_bg.png) no-repeat center top; */
    text-align: justify;
}

.jjbox_bg2 {
    padding-bottom: 1rem;
    background: url(../images/jian_bg2.png) no-repeat center bottom;
    overflow: hidden;
}

.jjsm {
    overflow: hidden;
}

.jjsm h1 {
    text-align: center;
    font-size: 0.4rem;
    color: #201E4C;
    font-family: 'alphm';
}

.jjsm h1 img {
    margin-right: 0.08rem;
}

.jjsm p {
    font-size: 0.2rem;
    line-height: 0.4rem;
    color: #333;
    margin-top: 0.4rem;
}

.jjfx {
    padding: 0.7rem 0 0.6rem;
    overflow: hidden;
    margin: .5rem 0;
    background: url(../images2/about-bg.png) no-repeat;
    background-size: cover;
}

.jjfx .text {
    width: calc(100% - 7.6rem);
    float: left;
    /* background: #f8f4fd url(../images/jjfx_bg.png) no-repeat right bottom; */
    /* border-radius: 0.3rem; */
    /* padding: 0.4rem 0.4rem; */
    box-sizing: border-box;
}

.jjfx h2 {
    font-size: 0.42rem;
    line-height: 0.5rem;
    font-weight: bold;
    color: #9538a2;
    margin-bottom: 0.25rem;
    overflow: hidden;
    /* font-family: 'alphm'; */
}

.jjfx .text dl dd {
    overflow: hidden;
    position: relative;
    margin-bottom: .15rem;
}

.jjfx .text dl dd:before {
    content: "";
    width: .1rem;
    height: .1rem;
    background: #9538a2;
    border-radius: 50%;
    position: absolute;
    top: .15rem;
    left: 0;
}

.jjfx .text dl dd b, .jjfx .text dl dd strong {
    width: 0.3rem;
    height: 0.3rem;
    line-height: 0.3rem;
    float: left;
    font-size: 0.18rem;
    color: #fff;
    background: #9937a2;
    border-radius: 50%;
    text-align: center;
    margin-top: 0.18rem;
    display: none;
}

.jjfx .text dl dd span {
    width: calc(100% - 0.3rem);
    float: right;
    font-size: 0.2rem;
    color: #333;
    line-height: 0.38rem;
}

.jjfx .pic {
    width: 6.4rem;
    float: right;
    min-height: 5.55rem;
    background: #f3f9f8;
    border-radius: 0.3rem;
    position: relative;
}

.jjfx .pic img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.jjfx_sm {
    overflow: hidden;
    padding-bottom: 0.5rem;
}

.jjfx_sm p {
    font-size: 0.2rem;
    line-height: 0.4rem;
    color: #333;
}

.jjtit {
    position: relative;
    overflow: hidden;
}

.jjtit::after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0.24rem;
    width: 100%;
    height: 1px;
    background: #D8D8D8;
}

.jjtit h1 {
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.5rem;
    color: #9937A2;
    background: #fff;
    padding-right: 0.3rem;
    position: relative;
    z-index: 5;
    float: left;
}

.jjlogo {
    text-align: center;
    padding: 0.6rem 0 0.65rem;
    overflow: hidden;
    width: 50%;
    margin: auto;
}

.jjlogo img {
    max-width: 100%;
}

.jjbs {
    padding: 0.5rem 0 0;
    overflow: hidden;
}

.jjbs dl {
    overflow: hidden;
    font-size: 0.2rem;
    line-height: 0.4rem;
    color: #333333;
}

.jjbs dl dt, .jjbs dl dd {
    width: 100%;
    /* float: left; */
    /* text-indent: 0.5rem; */
}

.jjbs dl dd {
    /* text-indent: 0.5rem; */
}

.jjbs p {
    font-size: 0.22rem;
    line-height: 0.4rem;
    color: #333333;
    margin-bottom: 0.5rem;
    /* text-indent: 0.5rem; */
}

.jjbs .jjbs_xz {
    width: 25%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.jjbs .jjbs_xz::after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 0.3rem;
    top: 50%;
    margin-top: -0.13rem;
    width: 0.26rem;
    height: 0.26rem;
    background: url(../images/jjbs_xz.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.jjbs .jjbs_xz a {
    display: block;
    padding: 0.19rem 0.9rem 0.19rem 0.6rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #39bfa9;
    border: #39bfa9 1px solid;
    border-radius: 0.4rem;
    transition: all 0.3s ease-out 0s;
}

.jjbs .jjbs_xz:hover {
    border-radius: 0.4rem;
}

.jjbs .jjbs_xz:hover a {
    border-radius: 0.4rem;
    color: #fff;
    background: #9937A2;
    border: #9937A2 1px solid;
}

.jjbs .jjbs_xz:hover::after {
    background: url(../images/jjbs_xz2.png) no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}

.jjbs .jjbs_xz a img {
    float: right;
    transform: translateY(0.1rem);
}

.jjbs .jjbs_xz a:hover {
    font-weight: bold;
}

@media (max-width: 1024px) {
    .jjfx {
        padding-top: 0.6rem;
    }

    .jjfx .text {
        width: calc(100% - 0rem);
    }

    .jjfx .pic {
        width: 100%;
        text-align: center;
    }

    .jjfx .pic img {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }

    .jjbs .jjbs_xz {
        width: 50%;
    }

    .jjbs .jjbs_xz a {
        padding-left: 0.3rem;
        padding-right: 0.6rem;
    }

    .jjfx .text, .jjfx .pic {
        min-height: auto;
    }

    .jjfx .text {
        padding: 0.5rem 0.2rem;
    }
}

/* About */
/* 院长寄语 */
.yzjy {
    position: relative;
}

.yzjy::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 5.82rem;
    width: 100%;
    height: 1.7rem;
    border-radius: 0.3rem;
    background: linear-gradient(260deg, rgba(153, 55, 162, 0) 84%, #9937A2 150%);
}

.yzjy .pic {
    width: 4.28rem;
    height: 7.52rem;
    position: absolute;
    left: 0;
    top: 0;
}

.yzjy .text {
    width: calc(100% - 4.28rem);
    float: right;
}

.yzjy .text .tit {
    padding-left: 2.2rem;
    padding-bottom: 0.5rem;
}

.yzjy .text .tit h1 {
    font-size: 0.4rem;
    color: #201E4C;
}

.yzjy .text .tit h1 img {
    margin-right: 0.08rem;
}

.yzjy .text .sm {
    padding-left: 0.8rem;
    padding-bottom: 0.1rem;
    position: relative;
}

.yzjy .text .sm::before, .yzjy .text .sm::after {
    content: "";
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    background: url(../images/ic_yh1.png) no-repeat;
    background-size: 100% 100%;
}

.yzjy .text .sm::before {
    left: -0.3rem;
    top: 0;
}

.yzjy .text .sm::after {
    right: 0;
    bottom: 0;
    transform: rotate(-180deg);
}

.yzjy .text .sm p {
    font-size: 0.2rem;
    line-height: 0.4rem;
    color: #333333;
    /* text-indent: 0.5rem; */
    margin-bottom: 0.2rem;
}

.yzjy .text .lk {
    margin-top: 0.15rem;
    text-align: right;
    font-size: 0.24rem;
    line-height: 0.5rem;
    color: #333333;
}

.yzjy .text .lk h3 {
    font-weight: bold;
}

@media (max-width: 1024px) {
    .jjfx {
        padding-top: 0.4rem;
    }

    .yzjy .pic {
        width: 2rem;
        height: 3.61rem;
        position: static;
        margin: auto;
    }

    .yzjy::after {
        display: none;
    }

    .yzjy .text {
        width: calc(100% - 0rem);
    }

    .yzjy .text .tit {
        text-align: center;
        padding: 0.3rem 0;
    }

    .yzjy .text .sm {
        padding-left: 0.2rem;
    }

    .yzjy .text .sm::before {
        left: 0;
        width: 0.4rem;
        height: 0.4rem;
    }

    .yzjy .text .sm::after {
        width: 0.4rem;
        height: 0.4rem;
    }
}

/* 院长寄语 */
/* 联系我们 */
.lxwm {
    padding-bottom: 1rem;
    /* overflow: hidden; */
    margin: 0.34rem 0 0.6rem;
}

.lxwm ul {
    /* margin: 0 -0.14rem; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lxwm li {
    width: calc(33.3% - .2rem);
    /* float: left; */
}

.lxwm li .mar {
    /* margin: 0 0.14rem; */
    height: 100%;
    border-radius: 0.2rem;
    background: #FFFFFF;
    /* border: 2px solid #F4D9FB; */
    padding: 0.6rem 0.7rem .4rem;
    box-sizing: border-box;
    box-shadow: 0 0 30px 10px rgba(214,214,214,0.4);
}

.lxwm li .mar h2 {
}

.lxwm li .mar h2 span.icon {
    display: block;
    width: 0.85rem;
    height: 0.85rem;
    /* line-height: 0.48rem; */
    border-radius: 50%;
    text-align: center;
    background: rgba(149,56,162,0.1);
    margin: 0 auto;
    font-weight: normal;
    position: relative;
    overflow: hidden;
}

.lxwm li .mar h2 span.icon:before {
    content: "";
    width: 80%;
    height: 80%;
    background: #9937A2;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.lxwm li .mar h2 span.icon img {
    max-width: 40%;
    max-height: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.lxwm li:nth-child(2) .mar h2 span.icon {
    background: rgba(57,191,169,0.1);
}

.lxwm li:nth-child(2) .mar h2 span.icon:before {
    background: rgba(57,191,169,1);
}

.lxwm li .mar h2 .t {
    font-size: .28rem;
    font-weight: bold;
    color: #27254c;
    display: block;
    text-align: center;
    width: 100%;
    margin: .4rem 0;
}

.lxwm li .mar p {
    line-height: 0.4rem;
    font-size: 0.2rem;
    color: #27254c;
    text-align: center;
}

@media (max-width: 1280px) {
    .lxwm li .mar {
        padding:.4rem .3rem .4rem;
    }
}

@media (max-width: 992px) {
    .lxwm {
        padding-bottom: 0;
    }

    .lxwm li {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

/* 联系我们 */
/* 研究中心 */
.yjzx_box {
    background: url(../images/yjzx_bg.png) no-repeat center bottom;
    overflow: hidden;
}

.yjzx_box .cont {
    height: 6rem;
    position: relative;
    padding-top: 1.1rem;
}

.yjzx_box .cont .min {
    width: 5.07rem;
    height: 4.4rem;
    margin: 0 auto;
    background: url(../images/yjzx_m.png) no-repeat center;
    background-size: 100% 100%;
}

.yjzx_box .cont .lf, .yjzx_box .cont .rg {
    position: absolute;
    z-index: 3;
    top: 0;
}

.yjzx_box .cont .lf {
    left: 0;
    width: calc(50% - 0.31rem);
}

.yjzx_box .cont .rg {
    right: 0;
    width: calc(50% - 0.235rem);
}

.yjzx_box .cont .lf li, .yjzx_box .cont .rg li {
    width: 100%;
    float: left;
}

.yjzx_box .cont .lf li .mar, .yjzx_box .cont .rg li .mar {
    background: url(../images/yjzx_lb.png) no-repeat;
    background-size: 100% 100%;
    padding: 0.5rem 0.5rem 0.48rem 0.5rem;
    box-sizing: border-box;
    margin: 0.189rem 0;
    transition: all 0.3s ease-out 0s;
    position: relative;
}

.yjzx_box .cont .rg li .mar {
    background: url(../images/yjzx_lb2.png) no-repeat;
    background-size: 100% 100%;
}

.yjzx_box .cont .lf li:hover .mar::before, .yjzx_box .cont .rg li:hover .mar::before {
    content: "";
    position: absolute;
    width: 0.52rem;
    height: 0.52rem;
    right: 0.5rem;
    top: 50%;
    margin-top: -0.26rem;
    border-radius: 50%;
    background: #fff;
}

.yjzx_box .cont .lf li:hover .mar::after, .yjzx_box .cont .rg li:hover .mar::after {
    content: "";
    position: absolute;
    width: 0.52rem;
    height: 0.52rem;
    right: 0.5rem;
    top: 50%;
    margin-top: -0.26rem;
    background: url(../images/jt_lu.png) no-repeat center;
    background-size: auto 0.26rem;
}

.yjzx_box .cont .lf li .mar h2, .yjzx_box .cont .rg li .mar h2 {
    font-size: 0.3rem;
    line-height: 0.5rem;
    height: 0.5rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'alphm';
    display: none;
}

.yjzx_box .cont li a {
    display: flex;
    height: 0.68rem;
    align-items: center;
}

.yjzx_box .cont .lf li .mar p, .yjzx_box .cont .rg li .mar p {
    font-size: 0.2rem;
    line-height: 0.34rem;
    /* height: 0.68rem; */
    color: #999;
    overflow: hidden;
    text-align: left;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* font-family: Arial, Helvetica, sans-serif; */
}

.yjzx_box .cont .lf li:nth-of-type(1) .mar, .yjzx_box .cont .lf li:nth-of-type(3) .mar {
    margin-left: 1.25rem;
}

.yjzx_box .cont .lf li:nth-of-type(2) .mar {
    margin-right: 0.5rem;
}

.yjzx_box .cont .rg li:nth-of-type(1) .mar, .yjzx_box .cont .rg li:nth-of-type(3) .mar {
    margin-right: 1.25rem;
}

.yjzx_box .cont .rg li:nth-of-type(2) .mar {
    margin-left: 0.5rem;
}

.yjzx_box .cont .lf li:hover .mar, .yjzx_box .cont .rg li:hover .mar {
    background: url(../images/yjzx_lb_h.png) no-repeat;
    background-size: 100% 100%;
}

.yjzx_box .cont .lf li:hover .mar h2, .yjzx_box .cont .rg li:hover .mar h2, .yjzx_box .cont .lf li:hover .mar p, .yjzx_box .cont .rg li:hover .mar p {
    color: #fff;
}

@media (max-width: 992px) {
    .yjzx_box .cont {
        padding: 0;
        height: auto;
    }

    .yjzx_box .cont .min {
        display: none;
    }

    .yjzx_box .cont .lf, .yjzx_box .cont .rg {
        position: initial;
        width: calc(100% - 0rem);
    }

    .yjzx_box .cont .lf li .mar, .yjzx_box .cont .rg li .mar {
        padding: 0.6rem 1rem 0.58rem 0.8rem;
    }

    .yjzx_box .cont .lf li .mar {
        background: url(../images/yjzx_lb2.png) no-repeat;
        background-size: 100% 100%;
    }

    .yjzx_box .cont li a {
        height: auto;
    }

    .yjzx_box .cont .lf li:nth-of-type(1) .mar, .yjzx_box .cont .lf li:nth-of-type(3) .mar, .yjzx_box .cont .lf li:nth-of-type(2) .mar, .yjzx_box .cont .rg li:nth-of-type(1) .mar, .yjzx_box .cont .rg li:nth-of-type(3) .mar, .yjzx_box .cont .rg li:nth-of-type(2) .mar {
        margin-right: 0;
        margin-left: 0;
    }
}

/* 学术动态 */
.list-xsdt {
    margin-top: 1.5rem;
}

.list-xsdt li {
    margin-bottom: 0.9rem;
}

.list-xsdt a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.3rem;
    border-radius: 0.15rem;
    position: relative;
    border: 1px solid #ededed;
    transition: 0.5s linear;
}

.list-xsdt a:before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(#39BFA9, #39BFA9);
    border-radius: 0.2rem 0 0.2rem 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    transition: width 0.5s linear;
}

.list-xsdt .pic {
    position: relative;
    width: 3.6rem;
    height: 5rem;
    border-radius: .15rem;
    margin-top: -.6rem;
}

.list-xsdt .pic .img:hover {
    transform: scale(1.05);
}

.list-xsdt .txt {
    position: relative;
    width: calc(100% - 4.3rem);
    margin-top: .3rem;
}

.list-xsdt .txt .tit {
    font-size: 0.24rem;
    line-height: .36rem;
    max-height: .72rem;
    font-weight: bold;
    color: #27254c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-xsdt .txt .abst {
    margin-top: .3rem;
    font-size: 0.18rem;
    line-height: 0.3rem;
    max-height: 0.6rem;
    color: #27254c;
}

.list-xsdt .txt .line {
    width: 100%;
    height: 1px;
    background: #c2ece5;
    margin: .35rem 0;
    position: relative;
}

.list-xsdt .txt .line:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #c2ece5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.list-xsdt li .info {
    color: #acacbe;
    font-size: .18rem;
    line-height: .36rem;
}

.list-xsdt li .info .date {
    padding-left: .35rem;
    background: url(../images2/xs_sj.png) center left no-repeat;
    background-size: .18rem;
}

.list-xsdt li .info .adress {
    padding-left: .35rem;
    background: url(../images2/xs_dd.png) center left no-repeat;
    background-size: .18rem;
}

.list-xsdt li a:after {
    content: "";
    width: .44rem;
    height: .44rem;
    border-radius: .1rem 0 .1rem 0;
    background-color: #9538a2;
    background-image: url(../images2/plat-jiantou.png);
    background-position: center center;
    background-size: 70%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: .3s;
}

.list-xsdt li:hover a {
    border: 1px solid #39bfa9;
    background: url(../images2/journal-bg.png) right bottom no-repeat;
    background-size: cover;
}

.list-xsdt li:hover .tit {
    color: #39bfa9 !important;
}

.list-xsdt li:hover .txt .line {
    background: #39bfa9;
}

.list-xsdt li:hover .txt .line:before {
    background: #39bfa9;
}

.list-xsdt li:hover a:after {
    background-color: #39bfa9;
}

.list-xsdt li:hover .info {
    color: #39bfa9;
}

.list-xsdt li:hover .info .date {
    background: url(../images2/xs_sj2.png) center left no-repeat;
    background-size: .18rem;
}

.list-xsdt li:hover .info .adress {
    background: url(../images2/xs_dd2.png) center left no-repeat;
    background-size: .18rem;
}

@media (max-width: 1080px) {
    .list-xsdt li .pic {
        width:2rem;
        height: 2.76rem;
    }

    .list-xsdt li .txt {
        width: calc(100% - 2.3rem);
        margin-top: 0;
    }

    .list-xsdt li .txt .abst {
        margin-top: .1rem;
    }

    .list-xsdt li .txt .line {
        margin: .2rem 0;
    }
}

@media (max-width: 768px) {
    .list-xsdt li a {
        padding: .2rem;
    }

    .list-xsdt li .pic {
        margin: 0 auto;
    }

    .list-xsdt li .txt {
        width: 100%;
        margin-top: .1rem;
    }
}

/* 学术动态 */
/* 研究平台 */
.list-yjpt ul li {
    margin-bottom: .5rem;
}

.list-yjpt li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #ededed;
    border-radius: .2rem;
    position: relative;
}

.list-yjpt li a:after {
    content: "";
    width: .44rem;
    height: .44rem;
    border-radius: .1rem 0 .1rem 0;
    background-color: #9538a2;
    background-image: url(../images2/plat-jiantou.png);
    background-position: center center;
    background-size: 70%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: .3s;
}

.list-yjpt li:nth-child(2n) a:after {
    right: auto;
    left: 0;
}

.list-yjpt ul li .pic {
    width: 6.2rem;
    height: 4rem;
    border-radius: .2rem;
}

.list-yjpt ul li .pic .img:hover {
    transform: scale(1.05);
}

.list-yjpt ul li .txt {
    width: calc(100% - 6.5rem);
    margin-top: .6rem;
    padding: 0 .5rem;
}

.list-yjpt ul li .txt h2 {
    font-size: .24rem;
    color: #27254c;
    line-height: .36rem;
    font-weight: bold;
}

.list-yjpt ul li .txt .abst {
    font-size.18rem; line-height: .3rem;
    color: #666666;
    margin-top: .4rem;
    height: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.list-yjpt ul li a:hover:after {
    background-color: #39bfa9;
}

.list-yjpt ul li a:hover h2 {
    color: #39bfa9;
}

.list-yjpt ul li a:hover {
    border: 1px solid #39bfa9;
}

@media (max-width: 1080px) {
    .list-yjpt ul li .pic {
        width:4rem;
        height: 2.58rem;
    }

    .list-yjpt ul li .txt {
        margin-top: .2rem;
        padding: 0 .3rem;
        width: calc(100% - 4.2rem);
    }

    .list-yjpt ul li .txt .abst {
        margin-top: .2rem;
        max-height: .9rem;
        height: auto;
        -webkit-line-clamp: 3;
    }
}

@media (max-width: 768px) {
    .list-yjpt ul li .pic {
        width:100%;
        height: auto;
        padding-bottom: 64%;
        order: 0;
    }

    .list-yjpt ul li .txt {
        width: 100%;
        margin: 0;
        padding: .3rem .2rem .4rem;
        order: 2;
    }

    .list-yjpt li a:after {
        right: 0 !important;
        left: auto !important;
        width: .3rem;
        height: .3rem;
    }
}

/* 研究平台 */
/* 期刊 */
.list-journal li {
    margin-bottom: 0.4rem;
}

.list-journal a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.4rem;
    border-radius: 0.15rem;
    position: relative;
    border: 1px solid #ededed;
    transition: 0.5s linear;
}

.list-journal a:before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(#39BFA9, #39BFA9);
    border-radius: 0.2rem 0 0.2rem 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    transition: width 0.5s linear;
}

.list-journal .pic {
    width: 4.25rem;
    height: 2.86rem;
    border-radius: .15rem;
}

.list-journal .pic .img:hover {
    transform: scale(1.05);
}

.list-journal .txt {
    position: relative;
    width: calc(100% - 4.9rem);
}

.list-journal .txt .line {
    width: 100%;
    height: 1px;
    background: #c2ece5;
    margin: .35rem 0;
    position: relative;
}

.list-journal .txt .line:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #c2ece5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.list-journal .txt .date {
    margin-top: 0.5rem;
    font-size: 0.18rem;
    color: #39BFA9;
}

.list-journal .txt .tit {
    font-size: 0.24rem;
    line-height: .36rem;
    max-height: .72rem;
    font-weight: bold;
    color: #27254c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-journal .txt .abst {
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.6rem;
    color: #27254c;
}

.list-journal li a:after {
    content: "";
    width: .44rem;
    height: .44rem;
    border-radius: .1rem 0 .1rem 0;
    background-color: #9538a2;
    background-image: url(../images2/plat-jiantou.png);
    background-position: center center;
    background-size: 70%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: .3s;
}

.list-journal li:hover a {
    border: 1px solid #39bfa9;
    background: url(../images2/journal-bg.png) right bottom no-repeat;
    background-size: cover;
}

.list-journal li:hover .tit {
    color: #39bfa9 !important;
}

.list-journal li:hover .txt .line {
    background: #39bfa9;
}

.list-journal li:hover .txt .line:before {
    background: #39bfa9;
}

.list-journal li:hover a:after {
    background-color: #39bfa9;
}

@media (max-width: 1080px) {
    .list-journal a {
        padding:.2rem;
    }

    .list-journal .pic {
        width: 3.5rem;
        height: 2.3rem;
    }

    .list-journal .txt {
        width: calc(100% - 4rem);
    }
}

@media (max-width: 768px) {
    .list-journal a {
        padding:0;
    }

    .list-journal .pic {
        width: 100%;
        height: auto;
        padding-bottom: 57%;
    }

    .list-journal .txt {
        width: 100%;
        padding: .2rem;
    }
}

/* 期刊 */
/* 期刊 */
.list-graduate li {
    margin-bottom: 0.3rem;
}

.list-graduate a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.4rem;
    border-radius: 0.15rem;
    position: relative;
    border: 1px solid #ededed;
    transition: 0.5s linear;
}

.list-graduate a:before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(#39BFA9, #39BFA9);
    border-radius: 0.2rem 0 0.2rem 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    transition: width 0.5s linear;
}

.list-graduate li .date {
    width: .9rem;
    height: .9rem;
    font-size: 0.14rem;
    text-align: center;
    background: #39bfa9;
    border-radius: .15rem;
    color: #fff;
    font-weight: bold;
    padding:0 .15rem;
}

.list-graduate li .date p {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.list-graduate li .date .day {
    font-size: 0.34rem;
    padding-top: .1rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative;
    width:100%;
}

.list-graduate li .date .day:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}


.list-graduate .txt {
    position: relative;
    width: calc(100% - 1.3rem);
}


.list-graduate .txt h2 {
    font-size: 0.24rem;
    line-height: .36rem;
    max-height: .72rem;
    font-weight: bold;
    color: #27254c;    
    margin:.15rem 0;
}

.list-graduate .txt .abst {
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.6rem;
    color: #27254c;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-graduate .txt .info{
    margin-top:.4rem;
    font-size:.18rem;
    color:#39bfa9;
    margin-bottom:.2rem;
}
.list-graduate .txt .info span{
    margin-right:.3rem;
}

.list-graduate li a:after {
    content: "";
    width: .44rem;
    height: .44rem;
    border-radius: .1rem 0 .1rem 0;
    background-color: #39bfa9;
    background-image: url(../images2/plat-jiantou.png);
    background-position: center center;
    background-size: 70%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: .3s;
}

.list-graduate li:hover a {
    border: 1px solid #9538a2;
    background: #fff;
    background-size: cover;
}

.list-graduate li:hover .date{
    background: #9538a2;
}

.list-graduate li:hover h2 {
    color: #9538a2 !important;
}

.list-graduate li:hover .info {
    color: #9538a2 !important;
}


.list-graduate li:hover a:after {
    background-color: #9538a2;
}

.list-graduate li .time{
    display:none;
    font-size:.18rem;
      color:#39bfa9;
}

@media (max-width: 1080px) {
  .list-graduate li a{
      padding:.2rem;
  }
}

@media (max-width: 768px) {
     
.list-graduate li .date{
    display:none;
}   
        
.list-graduate li .txt{
    width:100%;
}
.list-graduate li .time{
    display:block;
}
}

/* graduate */

/* Cooperation */
.article_coop{
   margin-top:1rem; 
}

.article_coop .tit{
    font-size:.34rem;
    color:#27254c;
    line-height:.5rem;
    font-weight:bold;
}

.article_coop  .line {
    width: 100%;
    height: 1px;
    background: #c2ece5;
    margin: .35rem 0;
    position: relative;
}

.article_coop  .line:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #c2ece5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.article_coop .cont *{
    text-align:justify;
    text-indent:0 !important;
    font-size:.2rem !important;
    line-height:.38rem !important;
}

.article_coop .cont p{
    margin-bottom:.2rem;
}

@media (max-width: 1080px) {
    .article_coop{
        margin-top:0;
    }
}
/* Cooperation */



/* join us */
.article_join .box{
    margin-bottom:.4rem;
    font-size:.2rem;
    line-height:.38rem;
}
.article_join .box .tit{
    position:relative;
    padding:.4rem;
    border:1px solid #ededed;
    border-radius:.15rem;
    margin-bottom:.5rem;
    cursor:pointer;
    transition:.3s ease;
}
.article_join .box .tit:before{
    content:"";
    background:#39bfa9;
    width:4px;
    height:50%;
    left:0;
    top:25%;
    position:absolute;
}

.article_join .box .tit .icon{
  width:.44rem;
    height:.44rem;
    border-radius:0 .1rem 0 .1rem;
    background:#dbf3ef;
   right:0;
    top:50%;
    transform:translateY(-50%);
    position:absolute;
}

.article_join .box .tit .icon:after{
     content:"";
    background:url(../images2/join-jiantou.png) center center no-repeat;
    background-size:.1rem;
    width:.1rem;
    height:100%;
   left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    position:absolute;
    transition:.3s ease;
}

.article_join .box .tit h2{ 
    color:#27254c;
    font-size:.24rem;
    line-height:.36rem;
    font-weight:bold;}

.article_join .box .cont *{
     font-size:.2rem !important;
    line-height:.38rem  !important;
    text-align:justify;
    text-indent:0 !important;
    margin-bottom:.2rem;
}

.article_join .box .cont{
    display:none;
}
.article_join .box.active .tit{
    background:#edf9f7;
}
.article_join .box.active .tit h2{
    color:#39bfa9;
}

.article_join .box.active .tit .icon:after{
    transform:translate(-50%,-50%) rotate(180deg);
}
.article_join .box.active .cont{
    display:block;
}

/* join us */