@-weibit-keyframes musicMove {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.cc {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.yy {
    box-shadow: -1px 3px 5px -1px rgba(0,0,0,0.1);
    -webkit-box-shadow: -1px 3px 5px -1px rgba(0,0,0,0.1);
    -moz-box-shadow: -1px 3px 5px -1px rgba(0,0,0,0.1)
}

.notext {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fd {
    clear: both;
    width: 100%;
    display: block;
    content: ' '
}

.fbj {
    display: flex;
    flex-wrap: wrap
}

.pac {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0
}

a {
    text-decoration: none;
    color: #2f2e3f
}

a:hover {
    text-decoration: none;
    color: #000
}

body,html {
    padding: 0;
    margin: 0;
    font-size: 14px
}

img {
    max-width: 100%
}

ul,li {
    padding: 0;
    margin: 0;
    list-style: none
}

*,*:after,*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="button"],input[type="submit"],input[type="reset"] {
    -webkit-appearance: none
}

textarea {
    -webkit-appearance: none
}

.scroll_fr {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: #007979;
    border: 1px solid #007979;
    color: #fff;
    width: 40px;
    text-align: center;
    z-index: 9999
}

.scroll_fr dt svg {
    margin-left: -3px
}

.scroll_fr dt {
    width: 20px;
    padding: 12px 10px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer
}

.scroll_fr dd {
    position: absolute;
    right: 50px;
    top: 0;
    z-index: 999;
    width: 120px;
    padding: 12px 10px;
    border: 1px solid #E4E4E4;
    border-radius: 2px;
    background: #FFFFFF;
    display: none;
    text-align: center
}

.scroll_fr dd img {
    width: 100%
}

.scroll_fr dd span {
    color: #333;
    line-height: 30px
}

.scroll_top {
    position: fixed;
    bottom: 100px;
    right: 30px;
    background: #fff;
    border: 1px solid #00849a;
    color: #007979;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    cursor: pointer;
    outline: 0;
    z-index: 99999;
    display: none;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s
}

.scroll_top:hover {
    background: #00849a
}

.scroll_top .fa {
    font-size: 20px
}

.scroll_top svg {
    display: inline-block;
    vertical-align: middle;
    color: #007979
}

.scroll_top:hover svg path {
    stroke: #fff !important
}

.jzk_banner .swiper-slide {
    overflow: hidden
}

.jzk_banner .swiper-pagination {
    bottom: 20px
}

.jzk_banner .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    border-radius: 4px;
    background: #fff;
    outline: none
}

.jzk_banner {
    position: relative;
    margin-top: -30px
}

.jzk_banner img {
    width: 100%
}

.banner_b {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -175px;
    z-index: 9;
    text-align: center;
    height: 584px;
    width: 100%;
    background: url(../../module/images/banner2.png) no-repeat center bottom;
    background-size: 100% auto
}

.banner_b2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    bottom: 40px;
    z-index: 9;
    text-align: center;
    height: 40px;
    width: 40px;
    background: url(../../module/images/bottom.png) no-repeat center bottom;
    cursor: pointer;
    animation: rotate 0.75s cubic-bezier(0.05,0,0.2,1) infinite alternate
}

@keyframes rotate {
    0% {
        transform: translate3d(0,0,0);
        text-shadow: rgba(255,255,255,0.4) 0 0 0.05em
    }

    100% {
        transform: translate3d(0,-1em,0);
        text-shadow: rgba(255,255,255,0.4) 0 1em 0.35em
    }
}

.head_box {
    width: 100%;
    z-index: 999
}

.head_box:after {
    clear: both;
    width: 100%;
    display: block;
    content: ' '
}

.head_link {
    text-align: right;
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    padding-bottom: 12px
}

.head_link a {
    display: inline-block;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    background: url(../../module/images/headr.png) no-repeat left center
}

.head_link a:hover {
    color: #f5f5c8
}

.head_box.hv {
    background: #fff url(../../module/images/top_bg.png) no-repeat center top;
    position: fixed;
    z-index: 10000;
    box-shadow: 0px 2px 4px 0px rgba(19,17,67,0.13);
    transition: ease all 0.3s
}

.head_box.hv a {
    color: #fff
}

.head_box.papehv {
    background: #fff url(../../module/images/nav.png) center top;
    position: fixed;
    z-index: 10000;
    box-shadow: 0px 2px 4px 0px rgba(19,17,67,0.13);
    transition: ease all 0.3s
}

.head_box.papehv a {
    color: #333333
}

.head_logo {
    float: left;
    padding-left: 20px;
    line-height: 160px
}

.head_ul {
    float: left;
    background: #00873c;
    width: 100%
}

.head_ul .w {
    position: relative
}

.head_ul .head_right {
    position: absolute;
    top: -140px;
    right: 20px
}

.head_ul ul {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.head_ul li {
    width: 100%;
    color: #fff;
    position: relative
}

.head_ul li a {
    color: #fff;
    display: inline-block;
    position: relative;
    line-height: 52px;
    margin-right: 1px;
    text-align: center;
    width: 100%;
    -webkit-transition: 0.1s all linear 0s;
    transition: 0.1s all linear 0s
}

.head_ul li a h2 {
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 9;
    transition: ease all 0.8s
}

.head_ul li a:hover h2 {
    color: #f5f5c8
}

.head_ul li.hv h2 {
    color: #fff
}

.head_ul li.now h2 {
    color: #fff
}

.head_ul li h2::after {
    content: ' ';
    display: inline-block;
    width: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s ease-in-out
}

.head_ul li.now h2::after,.head_ul li:hover h2::after {
    width: 26px
}

.head_ul li.hv dd a {
    color: #fff
}

.head_ul dl {
    line-height: 36px;
    position: absolute;
    left: -20px;
    right:  -20px;
    top: 52px;
    background: #00873c;
    color: #fff;
    z-index: 99999;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    display: none
}

.head_ul dl::after {
    clear: both;
    width: 100%;
    display: block;
    content: ' '
}

.head_ul dl dl {
    border-bottom: 1px solid #ebeff9;
    margin: 0 3%;
    float: left;
    padding-bottom: 24px;
    width: 44%;
    padding: 40px 0;
    z-index: 99999
}

.head_ul dl dt a {
    font-size: 14px;
    color: #333;
    font-weight: bold
}

.head_ul dl dd a {
    font-size: 16px;
    color: #fff;
    transition: ease all 0.3s
}

.head_ul dl dd a:hover {
    color: #fff;
    background: #05ac50
}

.head_ul dl a {
    padding: 0!important;
    margin: 0
}

.head_ul dl a:hover {
    color: #fff
}

.head_ul dl span {
    padding: 0 11px;
    color: #727B95
}

.jzk_toggle_01 {
    display: none;
    width: 26px;
    z-index: 2;
    border-radius: 50%;
    margin: 0 10px;
    position: absolute;
    top: 33px;
    right: 10px;
    cursor: pointer;
    -webkit-transition-duration: 0.66s;
    transition-duration: 0.66s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing
}

.jzk_toggle_01 .jzk_icon_01 {
    width: 26px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    top: -5px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

.jzk_toggle_01 .jzk_icon_01:before,.jzk_toggle_01 .jzk_icon_01:after {
    width: 26px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    content: "";
    position: absolute;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing
}

.jzk_toggle_01 .jzk_icon_01:before {
    top: -9px
}

.jzk_toggle_01 .jzk_icon_01:after {
    top: 9px
}

.jzk_open .jzk_toggle_01 {
    box-shadow: none
}

.jzk_open .jzk_toggle_01 .jzk_icon_01:before {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg)
}

.jzk_open .jzk_toggle_01 .jzk_icon_01:after {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg)
}

.jzk_open .jzk_toggle_01 .jzk_icon_01 {
    width: 0
}

.head_box.hv .jzk_toggle_01 .jzk_icon_01 {
    background-color: #007979
}

.head_box.hv .jzk_toggle_01 .jzk_icon_01:before,.head_box.hv .jzk_toggle_01 .jzk_icon_01:after {
    background-color: #007979
}

.layui_search {
    display: none;
    padding: 30px
}

.layui_search form {
    display: inline-block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: 1px solid #D5D5D5;
    border-radius: 32px;
    position: relative
}

.layui_search input {
    background: none;
    border: none;
    font-size: 16px;
    color: #8B8B8B;
    padding-left: 21px;
    width: 100%
}

.layui_search button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: none;
    cursor: pointer;
    padding-right: 17px;
    padding-top: 8px
}

.opclass {
    border-radius: 12px!important
}

.addt {
    position: absolute;
    right: 0;
    top: 8px;
    width: 48px;
    height: 58px;
    padding-top: 20px;
    padding-right: 10px;
    display: none;
    z-index: 9999
}

.addt::after {
    width: 18px;
    height: 2px;
    content: ' ';
    display: block;
    transition: ease all 0.2s;
    background: #007979;
    position: absolute
}

.addt::before {
    width: 18px;
    height: 2px;
    content: ' ';
    display: block;
    transition: ease all 0.2s;
    background: #007979;
    position: absolute;
    transform: rotate(90deg)
}

.addt.hv::after {
    background: #fff
}

.addt.hv::before {
    background: #fff;
    transform: rotate(0deg)
}

.head_ul li.hv dl a::after,.head_ul li:hover dl a::after {
    display: none
}

.head_box.hv .head_ul li.hv a::after,.head_box.hv .head_ul li:hover a::after {
    background: #007979
}

.head_logo img {
    transition: ease all 0.4s
}

.banner_bg {
    height: 32px;
    width: 100%;
    background: url(../../module/images/bannerbg3.png) repeat-x center top
}
 .top_img{    background: url(../../module/images/top-img.jpg)no-repeat right bottom}
.w {
    width: 1300px;
    margin: 0 auto;


}

.w:after {
    clear: both;
    width: 100%;
    display: block;
    content: ' '
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    outline: none
}

.teaching {
    padding-top: 100px;
    padding-bottom: 30px
}

.teaching_l {
    float: left;
    width: 48.5%;
    border-radius: 20px;
    overflow: hidden
}

.teaching_l .swiper-slide {
    position: relative
}

.teaching_l .swiper-slide img {
    width: 100%
}

.teaching_l .swiper-slide:after {
    position: absolute;
    background: url(../../module/images/bg5.png) repeat-x center top;
    height: 146px;
    left: 0;
    right: 0;
    bottom: 0;
    content: ' ';
    display: inline-block
}

.teaching_l .swiper-pagination {
    width: auto;
    left: initial;
    right: 30px;
    bottom: 24px
}

.teaching_l .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: url(../../module/images/b2.png) no-repeat center top;
    opacity: 1;
    transition: ease all 0.2s
}

.teaching_l .swiper-pagination-bullet-active {
    background: url(../../module/images/b1.png) no-repeat center top
}

.teaching_r {
    float: right;
    width: 48.5%;
    background: url(../../module/images/bg4.png) no-repeat right top
}

.teaching_r .news_list {
    padding: 16px 0
}

.dynamic_l {
    float: left;
    width: 48.5%
}

.dynamic_l .swiper_box {
    position: relative;
    height: 400px
}

.dynamic_l .swiper-slide {
    width: 100%;
    height: 400px;
    overflow: hidden
}

.dynamic_l .swiper-slide img {
    width: 100%;
    height: 400px
}

.dynamic_l .swiper-slide a {
    display: inline-block;
    width: 100%
}

.dynamic_l .swiper-slide span {
    height: 26px;
    width: 71px;
    display: inline-block;
    padding-left: 8px;
    background: url(../images/bannerbg2.png) no-repeat left top;
    color: #fff;
    bottom: 54px;
    left: 0;
    z-index: 12;
    position: absolute
}

.dynamic_l .swiper_box h3 {
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    padding-left: 15px;
    padding-right: 140px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    z-index: 101;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    background: url(../images/bg.png) left top;
    overflow: hidden
}

.swiper-button-prev {
    background: url(../images/ee1.png) no-repeat center top;
    width: 20px;
    height: 38px
}

.swiper-button-next {
    background: url(../images/ee2.png) no-repeat center top;
    width: 20px;
    height: 38px
}

.dynamic_l .swiper-pagination {
    width: auto;
    right: 15px;
    left: initial;
    bottom: 18px
}

.dynamic_l .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 11px;
    height: 11px;
    margin: 0 3px;
    position: relative;
    transition: all 0.3s ease-in-out
}

.dynamic_l .swiper-pagination .swiper-pagination-bullet-active {
    background: #00873c;
    opacity: 1;
    width: 11px;
    height: 11px
}

.news_list_hot {
    height: auto;
    overflow: hidden;
    border-bottom: 2px solid #e4e4e4
}

.news_list_hot h3 {
    font-size: 26px;
    color: #282828;
    line-height: 34px;
    padding: 0 23px;
    float: left;
    width: calc(100% - 158px);
    font-weight: bold;
    padding-bottom: 14px;
    padding-top: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    transition: ease all 0.2s
}

.news_list_hot p {
    color: #959595;
    font-size: 16px;
    line-height: 28px;
    padding: 0 23px;
    float: left;
    width: calc(100% - 158px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.news_list_hot span {
    border-left: 2px solid #e4e4e4;
    color: #282828;
    font-weight: bold;
    float: right;
    font-size: 18px;
    width: 158px;
    display: inline-block;
    text-align: center;
    padding-top: 137px;
    height: 188px;
    background: url(../../module/images/more.png) no-repeat 118px 106px;
    transition: ease all 0.2s
}

.news_list_hot a {
    display: inline-block;
    width: 100%;
    float: left
}

.news_list_hot a:hover h3 {
    color: #007979
}

.news_list_hot a:hover span {
    color: #007979
}

.news_list {
    padding: 10px 0;
    position: relative
}

.news_list li {
    display: inline-block;
    width: 100%;
    float: left;
    line-height: 46px;
    height: 46px;
    border-bottom: 1px solid #ececec
}

.news_list h3 {
    font-size: 16px;
    color: #282828;
    float: left;
    transition: ease all 0.4s;
    width: calc(100% - 70px);
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block
}

.news_list span {
    font-size: 16px;
    color: #999999;
    float: left;
    width: 55px;
    display: inline-block;
    transition: ease all 0.4s
}

.news_list a {
    display: inline-block;
    width: 100%;
    padding: 0 0px;
    -webkit-transition: 0.1s all linear 0s;
    transition: 0.1s all linear 0s
}

.news_list a:hover {
    padding-left: 4px
}

.news_list a:hover h3 {
    color: #007979
}

.news_list a:hover span {
    color: #007979
}

.news_list::after {
    clear: both;
    width: 100%;
    display: block;
    content: ' '
}

.index_title {
    width: 100%;
    position: relative
}

.index_title .index_title_l {
    float: left
}

.index_title h3 {
    color: #333333;
    font-size: 24px;
    position: relative;
    line-height: 1;
    display: inline-block;
    float: left
}

.index_title span {
    display: inline-block;
    width: 100%;
    float: left;
    line-height: 1;
    color: #333333;
    font-size: 16px;
    font-style: italic;
    padding-top: 6px;
    text-transform: capitalize
}

.index_title:after {
    clear: both;
    width: 100%;
    display: block;
    content: ' '
}

.index_title_bbn {
    line-height: 51px;
    width: 100%;
    position: relative;
    padding-left: 8px
}

.index_more {
    font-size: 16px;
    position: absolute;
    right: 0;
    color: #fea700;
    transition: all 0.2s ease-in-out;
    bottom: 18px
}

.masters {
    padding-top: 86px;
    background: url(../../module/images/bg3.png) no-repeat center top;
    margin-bottom: 70px
}

.masters .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    background: url(../../module/images/b4.png) no-repeat center center;
    opacity: 1;
    transition: ease all 0.3s
}

.masters .swiper-pagination-bullet-active {
    background: url(../../module/images/b3.png) no-repeat center center
}

.masters .swiper-pagination {
    bottom: 84px
}

.masters a:hover h3 {
    color: #025c5c;
    padding-left: 10px
}

.masters a:hover span {
    padding-left: 10px
}

.masters a:hover p {
    color: #025c5c
}

.masters a:hover b {
    margin-right: 30px
}

.masters_l {
    float: left;
    width: 43%;
    border-radius: 20px;
    overflow: hidden
}

.masters_r {
    background: url(../../module/images/bg6.png) no-repeat right bottom;
    height: 441px;
    float: left;
    width: 57%;
    padding-left: 94px;
    border-bottom: 6px solid #007979
}

.masters_r h3 {
    font-size: 50px;
    color: #282828;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 50px;
    transition: ease all 0.3s;
    margin-top: 38px
}

.masters_r h3 strong {
    font-size: 18px;
    transition: ease all 0.3s;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 0 13px;
    height: 28px;
    line-height: 28px;
    border-radius: 28px;
    background: #007979;
    margin-left: 27px;
    letter-spacing: 2px
}

.masters_r span {
    color: #656565;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 13px;
    display: inline-block;
    transition: ease all 0.3s
}

.masters_r p {
    color: #676767;
    font-size: 17px;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 50px;
    padding-right: 63px;
    margin-bottom: 25px;
    transition: ease all 0.3s
}

.masters_r b {
    color: #007979;
    float: right;
    margin-right: 21px;
    transition: ease all 0.3s
}

.masters_r b::after {
    content: ' ';
    display: inline-block;
    background: url(../../module/images/r.png) no-repeat right center;
    width: 13px;
    height: 12px;
    color: #007979;
    margin-left: 12px
}

.foot_column li {
    float: left;
    width: 20%
}

.foot_column a {
    display: inline-block;
    position: relative;
    text-align: center;
    float: left;
    margin-bottom: 54px;
    transition: ease all 0.3s
}

.foot_column h3 {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 45px;
    right: 0;
    display: inline-block;
    width: 100%
}

.foot_column span {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: arial;
    position: absolute;
    left: 0;
    top: 76px;
    right: 0;
    display: inline-block;
    width: 100%;
    text-transform: uppercase
}

.foot_column a:hover {
    position: relative;
    margin-top: -8px
}

.title_index {
    text-align: center;
    padding: 50px 0 60px
}

.title_index h3 {
    font-size: 34px;
    color: #333;
    line-height: 40px;
    margin-bottom: 20px
}

.title_index span {
    font-size: 15px;
    color: #868585;
    line-height: 30px
}

.title_index p {
    font-size: 16px;
    line-height: 36px;
    color: #666
}

.pape_nav {
    width: 100%;
    height: 117px
}

.banner_b3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -175px;
    z-index: 9;
    text-align: center;
    height: 584px;
    width: 100%;
    background: url(../../module/images/pape1.png) no-repeat center bottom;
    background-size: 100% auto
}

.pape_son {
    padding-top: 28px;
    position: relative;
    overflow-x: hidden;
    border-bottom: 1px solid #e4e4e4
}

.pape_son .w {
    position: relative
}

.pape_son_t {
    background: url(../../module/images/pape3.png) no-repeat center bottom;
    width: 500px;
    padding-left: 60px;
    padding-top: 40px;
    margin-left: 40px;
    position: relative;
    float: left
}

.pape_son_t h3 {
    font-size: 38px;
    font-weight: bold;
    color: #282828;
    line-height: 40px;
    padding-bottom: 8px
}

.pape_son_t span {
    color: #319190;
    font-size: 18px;
    font-weight: bold;
    font-style: italic
}

.pape_son_t::after {
    content: ' ';
    display: inline-block;
    position: absolute;
    right: 500px;
    top: 60px;
    background: #007979;
    width: 100%;
    height: 40px;
    border-radius: 0 20px 20px 0
}

.pape_op {
    border-bottom: 1px solid #eeeeee;
    line-height: 56px
}

.pape_op::after {
    clear: both;
    width: 100%;
    display: block;
    content: ' '
}

.pape_op h3 {
    border-bottom: 4px solid #00873c;
    padding: 0 29px;
    font-size: 24px;
    color: #009933;
    display: inline-block;
    float: left
}

.pape_op .fr {
    float: right;
    color: #999;
    margin-top: 12px;
    line-height: 50px;
    font-size: 14px
}

.pape_op .fr a {
    color: #999
}

.about_show_t {
    color: #000;
    width: 100%;
    font-size: 24px;
    line-height: 36px;
    padding: 30px 0;
    font-weight: bold;
    text-align: center
}

.pape_bg {
    margin-top: 21px
}

.pape_l {
    width: 17.8%;
    float: left;
    z-index: 99;
    margin-bottom: 30px
}

.pape_l::before {
    content: ' ';
    display: inline-block;
    position: absolute;
    left: -125px;
    top: -15px;
    z-index: 9
}

.pape_l .index_title {
    background: url(../images/bg2.jpg) no-repeat center center;
    background-size: cover;
    padding-left: 27px;
    line-height: 56px;
    padding-top: 26px;
    padding-bottom: 26px;
    margin-bottom: 0
}

.pape_l .index_title h3:before {
    display: none
}

.pape_l .index_title i {
    float: right;
    margin-right: 32px;
    color: #ffffff;
    display: none;
    -webkit-transition: 0.1s all linear 0s;
    transition: 0.1s all linear 0s
}

.pape_l .index_title i.hvv {
    transform: rotate(180deg)
}

.pape_l .index_title h3 {
    color: #ffffff;
    font-weight: bold
}

.pape_r {
    width: 78%;
    float: right;
    padding-bottom: 40px
}

.paging {
    padding-bottom: 40px;
    float: left;
    width: 100%
}

.pape_l_t {
    height: 68px;
    line-height: 68px;
    font-size: 24px;
    color: #fff;
    padding-left: 19px;
    border-radius: 6px 6px 0 0;
    background: #00849a url(../../module/images/bg11.png) right top no-repeat;
    padding-left: 16px;
    line-height: 54px
}

.pape_l_ul {
    line-height: 54px;
    width: 100%;
    background: #f1f1f1
}

.pape_l_ul dl a {
    background: none !important;
    padding-left: 40px !important;
    color: #333 !important
}

.pape_l_ul a {
    padding-left: 29px;
    color: #333;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    transition: 0.2s;
    position: relative
}

.pape_l_ul a.has-submenu:after {
    content: '\e623';
    font-family: 'layui-icon';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    font-size: 12px
}

.pape_l_ul a.has-submenu.open:after {
    transform: translateY(-50%) rotate(180deg)
}

.pape_l_ul li {
    border-bottom: 1px solid #f1f1f1
}

.pape_l_ul li.hv a,.pape_l_ul li a:hover {
    background: #bfddcc;
    font-weight: bold;
    color: #333333
}

.pape_l_ul li.hv dl a,.pape_l_ul li dl a:hover {
    font-weight: 400
}

.pape_l_ul:before {
    content: "";
    width: 2px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    bottom: -1px;
    -webkit-transition: 0.1s all linear 0s;
    transition: 0.1s all linear 0s;
    background: #0B90AC
}

.pape_l_ul .hv a:before,.pape_l_ul a:hover:before {
    transform: scale(1);
    opacity: 1
}

.pape_l_ul dl {
    display: none;
    float: left;
    width: 100%;
    line-height: 40px;
    background: #fff
}

.pape_l_ul dl dd {
    border-bottom: 1px dashed #f2f2f2
}

.pape_l_ul dl dd:last-child {
    border-bottom: none
}

.pape_l_ul dl a {
    font-size: 14px;
    padding-left: 30px;
    font-weight: 400;
    background: #fff;
    color: #333;
    -webkit-transition: 0.1s all linear 0s;
    transition: 0.1s all linear 0s
}

.pape_l_ul dl a:hover,.pape_l_ul dl a.hv {
    padding-left: 36px;
    background: #f2f8fc
}

.pape_op {
    border-bottom: 1px solid #eeeeee;
    line-height: 69px
}

.news_lst {
    padding: 20px 0;
    padding-bottom: 40px;
    float: left;
    width: 100%
}

.news_lst li {
    font-size: 16px;
    color: #333;
    line-height: 56px;
    padding: 0 54px;
    display: inline-block;
    float: left;
    width: 100%
}

.news_lst li:nth-child(2n) {
    background: #fbfbfb
}

.news_lst li a {
    display: inline-block;
    width: 100%;
    float: left;
    background: url(../images/li2.png) no-repeat left center
}

.news_lst li h3 {
    float: left;
    font-size: 16px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 18px;
    width: calc(100% - 130px)
}

.news_lst li span {
    float: right;
    color: #333333
}

.k_pro {
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 35px;
    padding-left: 4px;
    display: flex;
    flex-wrap: wrap
}

.k_pro ul {
    border-bottom: 1px dashed #e5e5e5
}

.k_pro li {
    width: 31.3%;
    display: inline-block;
    float: left;
    margin: 0 1%;
    padding-bottom: 20px;
    text-align: center
}

.k_pro li a {
    display: inline-block;
    position: relative
}

.k_pro li .img {
    overflow: hidden;
    display: inline-block
}

.k_pro li .img img {
    -webkit-transition: 0.3s all linear 0s;
    transition: 0.3s all linear 0s
}

.k_pro li .img img:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

.k_pro li img {
    width: 400px;
    height: 200px
}

.k_pro li h3 {
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 10px
}

.zyxq {
    float: left;
    margin-top: 34px;
    padding-bottom: 20px
}

.zyxq li {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    padding-left: 27px
}

.zyxq .zyxq_1 {
    float: left;
    margin-right: 17px;
    width: 242px
}

.zyxq .zyxq_2 {
    float: left;
    width: calc(100% - 300px)
}

.zyxq_2bg {
}

.zyxq_2bg li:nth-child(2n) {
    background: #f9f9f9
}

.zyxq span img {
    padding-right: 8px;
    position: relative;
    margin-top: -2px
}

.zyxq h3 {
    color: #00873c;
    font-size: 20px;
    font-weight: bold;
    transition: 0.3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.zyxq p {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.8;
    width: 100%;
    display: inline-block;
    color: #656565;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.zyxq span {
    color: #8B8B8B;
    font-size: 14px;
    display: inline-block;
    width: 100%
}

.zyxq li:hover h3 {
    color: #000
}

.peoper_list {
    margin-top: 20px;
    display: inline-block
}

.peoper_list::after {
    clear: both;
    width: 100%;
    display: block;
    content: ' '
}

.peoper_list li {
    width: 100%;
    float: left;
    display: inline-block;
    margin: 0 1%;
    margin-bottom: 40px
}

.peoper_list li a {
    width: 100%;
    display: inline-block
}

.peoper_list li img {
    width: 100%;
    border-radius: 10px
}

.peoper_list li a:hover h3 {
    margin-left: 12px;
    color: #007979
}

.peoper_list li a:hover .peoper_list_r dd {
    border: 1px solid #007979;
    color: #fff;
    background: #007979
}

.peoper_list_l {
    float: left;
    width: 16%
}

.h3xz {
    margin-left: 0px!important
}

.peoper_list_r {
    float: left;
    width: 82%;
    margin-left: 2%
}

.peoper_list_r h3 {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 12px;
    padding-top: 12px;
    display: inline-block;
    width: 100%;
    transition: 0.3s
}

.peoper_list_r strong {
    font-size: 16px;
    margin-bottom: 8px;
    display: inline-block
}

.peoper_list_r p {
    color: #676767
}

.peoper_list_r dl {
    margin-top: 20px
}

.peoper_list_r dd {
    border: 1px solid #d4d4d4;
    border-radius: 35px;
    margin-bottom: 12px;
    display: inline-block;
    width: 45%;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    transition: 0.3s
}

.peoper_t {
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    margin-top: 14px;
    margin-bottom: 14px;
    color: #1a1a1a;
    background: #f0f0f0;
    border-radius: 4px 4px 0 0;
    width: 100%;
    display: block;
    float: left
}

.peoper_t_bg {
    background: #00849a;
    color: #00849a;
    background: url(../images/title_bg.png) no-repeat right bottom
}

.peoper_b {
    border-bottom: 1px dotted #afafaf;
    padding: 8px 20px 20px;
    position: relative;
    font-size: 16px;
    line-height: 32px;
    color: #6f6f6f;
    margin-bottom: 14px
}

.omel {
    width: 100%;
    float: left;
    margin-top: 30px
}

.omel li {
    float: left;
    width: 100%;
    background: #f9f9f9;
    padding: 22px 10px 22px 29px;
    margin-bottom: 30px
}

.omel li h3 {
    color: #000;
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 8px
}

.omel li p {
    color: #999;
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.omel li .fr {
    width: 90px;
    float: right;
    height: 88px;
    border-left: 1px dashed #dcdcdc;
    text-align: center;
    color: #999;
    font-size: 12px;
    margin-top: 10px;
    padding-top: 15px;
    margin-left: 37px
}

.omel li .fr span {
    width: 100%;
    display: inline-block;
    text-align: center
}

.students {
    width: 100%;
    height: auto;
    overflow: hidden
}

.students .stu1 {
    height: auto;
    color: #666464;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 15px
}

.students .stu1 .stuL,.students .stu1 .stuR {
    width: 48%
}

.students .stu1 .stuL dt,.students .stu1 .stuR dt {
    font-size: 20px;
    color: #fff;
    background: #00849a;
    border-radius: 4px 4px 0 0;
    width: 100%;
    padding: 0 12px;
    line-height: 40px;
    margin-bottom: 18px
}

.students .stu1 .stuL dd,.students .stu1 .stuR dd {
    width: 136px;
    background: url(../images/point.png) no-repeat left center;
    height: 30px;
    line-height: 30px;
    float: left;
    padding-left: 13px;
    margin-left: 10px
}

.students .stu1 .stuL dd a,.students .stu1 .stuR dd a {
    color: #909090;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.students .stu1 .stuL dd a:hover,.students .stu1 .stuR dd a:hover {
    color: #007979;
    margin-left: 5px
}

.students_t {
    width: 100%;
    height: auto;
    overflow: hidden
}

.students_t ul {
    margin: 0;
    padding: 0
}

.students_t li {
    max-width: 120px;
    height: 35px;
    width: 25%;
    line-height: 35px;
    margin-bottom: 25px;
    text-align: center;
    float: left;
    margin-right: 15px;
    list-style: none
}

.students_t li a {
    display: inline-block;
    width: 100%;
    background: #DBEBEF;
    border-radius: 3px;
    color: #006793;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.students_t li a:hover {
    background: #007979;
    color: #fff
}

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

.pro_show {
    margin: 30px;
    width: 100%;
    display: inline-block;
    float: left
}

.pro_show_l {
    float: left
}

.pro_show_l p {
    margin-top: 0 !important
}

.pro_show_r > .list-paddingleft-2 li p {
    padding-bottom: 0 !important;
    padding: 0 12px !important
}

.pro_show_l img {
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    border-radius: 20px
}

.pro_show_r {
    padding-top: 10px;
    margin-left: 20px;
    float: left;
    width: calc(100% - 300px)
}

.pro_show_r li {
    float: left;
    display: inline-block;
    padding: 14px 0;
    width: 100%;
    font-size: 16px;
    background: linear-gradient(to top,#f8f8f8,#fff)
}

.pro_show_r li span {
    padding-left: 10px;
    min-width: 80px;
    display: inline-block
}

.pro_show_t {
    height: 56px;
    line-height: 56px;
    font-size: 20px
}

#vsb_content {
    margin: 0 30px 30px 30px;
    float: left
}

.head_search2 {
    display: none
}

.fu_news_show01 {
    line-height: 28px
}

.fu_news_show01 .fu_news_title {
    padding-top: 40px;
    text-align: center
}

.fu_news_show01 .fu_news_meta {
    padding: 18px 0;
    font-size: 14px;
    color: #9e9e9e;
    border-bottom: #cfcfcf dashed 1px;
    margin-bottom: 40px
}

.fu_post_links {
    border-top: #ededed dashed 1px;
    position: relative;
    margin-top: 45px;
    padding: 25px 0 16px
}

.fu_post_links a {
    color: #666666;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    padding: 6px 0
}

.fu_post_links a:hover {
    color: #007979
}

.about_show_t {
    color: #000;
    width: 100%;
    font-size: 24px;
    line-height: 36px;
    padding: 30px 0;
    font-weight: bold;
    text-align: center
}

.about_show_d {
    width: 100%;
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    padding: 29px
}

.about_show_b {
    background: #005065;
    background: linear-gradient(to right,#005068,49%,#2ea2b2);
    padding: 0 12px!important;
    margin-bottom: 12px;
    color: #fff;
    border-radius: 8px;
    display: inline-block
}

.about_show_d p {
    /* padding-bottom: 20px */
}

.news_bg {
    background: url(../../module/images/bg7.png) center top;
    padding: 59px 0
}

.news_bg .w > div {
    background: #ffffff;
    width: 49%;
    box-shadow: -2px 4px 14px -1px rgba(0,0,0,0.4);
    -webkit-box-shadow: -2px 4px 14px -1px rgba(0,0,0,0.4);
    -moz-box-shadow: -2px 4px 14px -1px rgba(0,0,0,0.4);
    border-radius: 5px;
    overflow: hidden
}

.news_bg .index_title {
    background: #eef3f7 url(../../module/images/bg5.png) right top no-repeat;
    padding-left: 16px;
    line-height: 54px
}

.news_bg .index_title h3:before {
    left: 0;
    right: 0;
    top: 0px;
    position: absolute;
    content: ' ';
    width: 100%;
    z-index: 9;
    border-bottom: 2px solid #fcd47b
}

.news_bg .news_list {
    padding-bottom: 20px;
    margin: 0 20px
}

.news_bg .news_list li:last-child {
    border-bottom: none
}

.news_1 {
    float: left
}

.news_2 {
    float: right
}

.news_lst2 {
    padding: 20px 0;
    float: left;
    width: 100%
}

.news_lst2 li {
    font-size: 16px;
    color: #333;
    line-height: 38px;
    display: inline-block;
    float: left;
    background: #F6F6F6;
    width: 100%;
    border-bottom: 1px solid #e7e7e7
}

.news_lst2 li:last-child {
    border: none
}

.news_lst2 li a {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 10px 20px;
    -webkit-transition: 0.1s all linear 0s;
    transition: 0.1s all linear 0s
}

.news_lst2 li a:hover {
    background: #00849a;
    color: #fff
}

.news_lst2 li a:hover span {
    color: #fff
}

.news_lst2 li h3 {
    float: left;
    font-size: 16px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 300px)
}

.news_lst2 li span {
    float: right;
    color: #adadad
}

.news_lst2 li span i {
    margin-left: 45px
}

.news_lst3 {
    padding: 20px 0;
    float: left;
    width: 100%
}

.news_lst3 li {
    font-size: 16px;
    color: #333;
    line-height: 38px;
    display: inline-block;
    float: left;
    background: #F6F6F6;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 20px
}

.news_lst3 li:nth-child(even) {
    margin-right: 0
}

.news_lst3 li:last-child {
    border: none
}

.news_lst3 li a {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 10px 20px;
    -webkit-transition: 0.1s all linear 0s;
    transition: 0.1s all linear 0s
}

.news_lst3 li a:hover {
    background: #00849a;
    color: #fff
}

.news_lst3 li a:hover span {
    color: #fff
}

.news_lst3 li h3 {
    float: left;
    font-size: 16px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 50px)
}

.news_lst3 li span {
    float: right;
    color: #adadad
}

.news_lst3 li span i {
    margin-left: 25px
}

.news_bx {
    margin-top: 36px;
    padding: 25px 30px;
    background: #00849a;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 2;
    border-radius: 3px;
    color: #fff
}

.news_lst4 li {
    margin-bottom: 10px;
    margin-top: 30px;
    padding: 22px 30px 27px 100px;
    position: relative;
    background: #F6F6F6;
    border-top: 2px solid #DBDBDB;
    -webkit-transition: 0.1s all linear 0s;
    transition: 0.1s all linear 0s
}

.news_lst4 li p {
    font-size: 16px;
    line-height: 2
}

.news_lst4 li span {
    position: absolute;
    left: 3%;
    background: #999;
    width: 50px;
    height: 50px;
    border-radius: 0 0 10px 10px;
    top: -2px;
    z-index: 9;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px
}

.news_lst4 li:hover {
    border-color: #00849a;
    background: #FFFFFF;
    box-shadow: 0 18px 60px -30px rgba(0,0,0,0.39)
}

.news_lst4 li:hover span {
    background: #00849a
}

.news_list_x1 {
    display: inline-block;
    width: 100%
}

.news_list_x1 li {
    margin: 9px 0;
    display: inline-block;
    float: left;
    width: 100%
}

.news_list_x1 li h3 {
    padding-left: 10px;
    display: flex;
    line-height: 1.4;
    font-size: 16px;
    width: calc(100% - 60px);
    transition: all 0.2s ease-in-out
}

.news_list_x1 li .news_list_l2 {
    display: table-cell;
    width: 60px;
    height: 60px;
    background: url(../images/libg1.png) no-repeat center center;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    padding-top: 8px;
    transition: all 0.3s ease-in-out
}

.news_list_x1 li .news_list_l2 p {
    color: #ffffff !important;
    font-size: 24px;
    padding-bottom: 4px
}

.news_list_x1 li .news_list_l2 b {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff !important
}

.news_list_x1 li a {
    color: #fff;
    width: 100%;
    line-height: 1;
    display: flex;
    align-items: center
}

.news_list_x1 li a:hover {
    color: #fff3d6
}

.news_list_x1 li a:hover .news_list_l2 {
    background: url(../images/libg2.png) no-repeat center center
}

.news_list_x1 li a:hover .news_list_l2 p,.news_list_x1 li a:hover .news_list_l2 b {
    color: #02556c !important
}

.mentr {
    width: 100%;
    margin-top: 30px;
    float: left
}

.news_list_x li {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 21px
}

.news_list_x li h3 {
    padding-left: 15px;
    display: table-cell;
    line-height: 20px;
    font-size: 16px;
    width: calc(100% - 60px)
}

.news_list_x li a {
    line-height: 1;
    display: flex;
    align-items: center
}

.news_list_x li a:hover {
    color: #02556c
}

.news_list_x li a:hover .news_list_l {
    background: url(../images/libg5.png) no-repeat center center
}

.news_list_l {
    -webkit-transition: 0.1s all linear 0s;
    transition: 0.1s all linear 0s;
    display: table-cell;
    width: 60px;
    height: 60px;
    background: url(../images/libg3.png) no-repeat center center;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    padding-top: 8px
}

.news_list_l p {
    color: #ffffff !important;
    font-size: 24px;
    padding-bottom: 4px
}

.news_list_l b {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff !important
}

.index_img_list {
    margin-top: 10px
}

.news-pics {
    display: flex;
    padding-left: 16px;
    flex-wrap: wrap;
    margin-bottom: 28px
}

.news-pic-item {
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s;
    margin: 0 1%;
    width: 31.3%;
}

.news-pic-item a {
    height: 100%;
    color: inherit
}

.news-pic-item img {
    width: 291px;
    height: 218px;
    display: block
}

.news-pic-title {
    margin: 12px 16px 22px 11px;
    font-size: 16px;
    color: #222;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.pape_bg .news-pic-title {
    margin: 12px 16px 22px 11px;
    font-size: 16px;
    color: #222;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.news-pic-item .img {
    overflow: hidden
}

.news-pic-item .img img {
    transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
    height: 220px
}

.news-pic-item a:hover .img img {
    transform: scale(1.08)
}

.multi-news {
    float: left
}

.multi-news:last-child {
    margin-right: 0
}

.multi-news-tabs {
    display: inline-block;
    width: 100%;
    position: relative
}

.multi-news-tabs .index_title {
    background: none
}

.multi-news-tabs .index_title_l {
    width: auto;
    cursor: pointer;
    transition: all 0.2s ease-in-out
}

.multi-news-tabs .index_title_l h3 {
    font-size: 24px
}

.multi-news-tabs .index_title_l span {
    font-size: 13px;
    padding-top: 4px
}

.multi-news-tabs .index_title_l.hv,.multi-news-tabs .index_title_l:first-child {
    background-size: 100% 100%;
    color: #333333
}

.multi-news-tabs .index_title_l.hv h3,.multi-news-tabs .index_title_l:first-child h3,.multi-news-tabs .index_title_l.hv span,.multi-news-tabs .index_title_l:first-child span {
    color: #00873c
}

.multi-news-tabs .index_title_l.no-hv {
    background: none;
    color: #000
}

.multi-news-tabs .index_title_l.no-hv h3,.multi-news-tabs .index_title_l.no-hv span {
    color: #000
}

.multi-news-more-box {
    position: absolute;
    right: 0;
    top: 1px;
    width: 45px
}

.multi-news-more-box .index_more {
    padding-bottom: 11px;
    position: initial;
    display: none
}

.multi-news-more-box .index_more:first-child {
    display: inline-block
}

.multi-news-more-box .index_more.hv {
    display: inline-block !important
}

.multi-news-lists {
    display: flex;
    width: 100%;
    background: none;
    margin-top: 8px
}

.multi-news-list {
    width: 100%;
    display: none;
    padding: 0 0 0 0;
    margin: 0;
    list-style: none
}

.edu-list .multi-news-list {
    display: block
}

.multi-news-list:first-child {
    display: block
}

.multi-news-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 36px;
    height: 36px;
    padding: 0 8px 0 16px;
    background: url(../images/li2.png) no-repeat 3px center;
    line-height: 2.2
}

.multi-news-list li a {
    color: #222;
    text-decoration: none;
    flex: 1 1 auto;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    text-overflow: ellipsis;
    transition: color 0.2s
}

.multi-news-list li a:hover {
    color: #00873c
}

.multi-news-list li span {
    color: #333333;
    font-size: 16px;
    margin-left: 18px;
    flex-shrink: 0
}

.multi-box {
    background-size: contain;
    padding-top: 46px;
    padding-bottom: 40px
}

.chanbox {
    padding: 43px 0
}

.chanbox_list_img a {
    display: inline-block;
    float: left;
    text-align: center;
    width: 50%;
    padding: 0 12px;
    margin-bottom: 20px
}

.chanbox_list_img a .img {
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.2s ease-in-out
}

.chanbox_list_img a .img img {
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
    object-fit: cover
}

.chanbox_list_img a:hover img {
    transform: scale(1.06)
}

.chanbox_list_img a:hover .img {
    box-shadow: 0 5px 10px rgba(0,0,0,0.7)
}

.footer-links-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: #fff;
    font-family: 'Microsoft YaHei',Arial,sans-serif;
    padding: 50px 0 50px 0;
    min-height: 120px;
    position: relative
}

.footer-links-box .footer-links-left {
    width: 80px;
    min-width: 60px
}

.footer-links-box .footer-links-left .footer-links-title {
    font-size: 22px;
    letter-spacing: 2px;
    writing-mode: vertical-rl;
    margin: 0 auto
}

.footer-links-box .footer-links-left .footer-links-title span {
    font-size: 14px;
    font-weight: normal;
    color: #e0e0e0;
    letter-spacing: 1px;
    display: block
}

.footer-links-box .footer-links-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 32px;
    padding-top: 5px;
    flex: 1 1 0%;
    max-width: 500px
}

.footer-links-box .footer-links-list a {
    color: #fff;
    font-size: 14px;
    margin-right: 18px;
    margin-bottom: 8px;
    text-decoration: none;
    position: relative;
    padding-left: 18px
}

.footer-links-box .footer-links-list a:after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 18px;
    background: #ffb32f;
    position: absolute;
    left: 6px;
    top: 2px
}

.footer-links-box .footer-links-list a:hover {
    color: #ffe066
}

.footer-links-box .footer-info {
    text-align: right;
    font-size: 14px;
    color: #ffffff;
    min-width: 260px;
    padding-top: 10px;
    margin-left: auto;
    line-height: 1.8
}

.footer-links-box .footer-info div {
    margin-bottom: 2px
}

.index_box {
    overflow: hidden
}

.index_box .multi-news-lists {
    position: relative;
    top: -18px
}

.index_box_l {
    float: left;
    padding-top: 49px;
    width: 65%
}

.index_box_l_son {
    width: 48%;
    float: left;
    margin-right: 4%
}

.index_box_l_son .index_title img {
    padding-left: 10px
}

.index_box_l_son .index_more {
    padding-right: 9px
}

.index_box_r {
    width: 32.4%;
    padding-top: 49px;
    padding-bottom: 49px;
    float: right;
    position: relative;
    z-index: 9
}

.index_box_r::after {
    content: ' ';
    display: inline-block;
    position: absolute;
    width: 1800px;
    left: 0px;
    top: 0;
    bottom: 0;
    background: #f8f8f8
}

.index_box_r .multi-news-lists {
    border-bottom: 1px dashed #bababa;
    padding-bottom: 18px;
    top: 0
}

.index_box_rt .index_title {
    margin-top: 12px;
    color: #fff;
    padding-top: 0;
    padding-bottom: 17px;
    margin-bottom: 22px
}

.index_box_rt .index_title .index_title_l {
    position: relative;
    left: 14px;
    top: 12px
}

.index_box_rt .index_title .index_title_l h3,.index_box_rt .index_title .index_title_l span {
    color: #fff
}

.index_box_rt .index_title .index_title_l h3 {
    font-size: 22px
}

.index_box_rt .multi-news-more-box {
    right: 12px;
    top: 28px
}

.multi-news-lists {
    position: relative;
    z-index: 9
}

.pape_l_ul li a .layui-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    font-size: 12px
}

.pape_r .news_list_x {
    padding: 20px 0
}

.pape_r .news_list_x li {
    margin-bottom: 0 !important;
    padding: 12px 20px;
    height: 84px;
    display: inline-block;
    float: left;
    width: 100%;
    background: #f8f8f8
}

.pape_r .news_list_x li:nth-child(2n) {
    background: #fff
}

.pape_r .news-pics {
    padding-top: 40px
}

.pape_r .chanbox_list_img {
    padding-top: 40px
}

.pape_r .chanbox_list_img a {
    display: inline-block;
    float: left;
    text-align: center;
    width: 25%;
    padding: 0 20px 20px;
    margin-bottom: 0px
}

.pape_r .video-news-swiper-list {
    padding-top: 40px
}

.pape_r .news_lst3 {
    padding-top: 40px
}

.chanbox_list_img h3 {
    font-size: 16px;
    padding-top: 12px
}

.chanbox_list_img span {
    color: #999;
    font-size: 14px
}

.blog_content {
    font-size: 16px
}

.blog_content p {
    padding-bottom: 8px
}

.news_lst_item li a {
    background: none;
    padding: 12px 0;
    border-bottom: #e9e9e9 solid 1px
}

.news_lst_item li a:hover h3 {
    color: #0e92a8
}

.news_lst_item li span {
    color: #0e92a8;
    float: left
}

.news_lst_item li h3 {
    float: right;
    width: calc(100% - 120px);
    transition: 0.2s all ease-in-out
}

.character {
    padding-top: 40px;
    padding-bottom: 60px
}

.character_img {
    width: 100%;
    padding-bottom: 30px
}

.character_img img {
    width: 100%
}

.character_l {
    float: left;
    width: 20%;
    padding-top: 20px
}

.character_l h3 {
    font-size: 30px;
    font-weight: bold;
    color: #0e92a8;
    padding-bottom: 12px
}

.character_l span {
    font-size: 23px;
    color: #56565c;
    line-height: 1.5
}

.character_r {
    width: 80%;
    float: left
}

.character_r li {
    width: 50%;
    float: left;
    display: inline-block;
    font-size: 18px;
    color: #1d1d22;
    line-height: 1.5;
    border-left: 1px solid #0e92a8;
    padding: 12px 0 12px 24px
}

.character_body {
    padding: 40px 0;
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 1.8
}

.character_body p {
    padding-bottom: 12px
}

.v_news_content {
    font-size: 16px;
    line-height: 1.8
}

.v_news_content p {
    padding-bottom: 12px
}

.pape_banner {
    background: linear-gradient(to right,#0B90AC,#047289)
}

.price-table2 {
    width: 100%;
    overflow-y: auto;
    _overflow: auto
}

.price-table2::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px
}

.price-table2::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0,0,0,0.3)
}

table tr td,table tr th {
    padding-left: 0.9em;
    padding-right: 0.9em
}

.table-container {
    width: 100%;
    padding: 50px
}

.table-container table {
    min-width: 100%
}

.table-container tbody tr:nth-child(2n) {
    background: #e6f3f5
}

table tr td,table tr th {
    padding-top: 0.9em;
    padding-bottom: 0.9em
}

.chanbox_list_img_tab {
    margin-top: 20px
}

.pape_r .chanbox_list_img_new a {
    width: 20%
}

.pape_r .chanbox_list_img a {
    padding: 0 14px 14px
}

.layui-tab-brief>.layui-tab-title .layui-this {
    color: #fff;
    background: #0ea0bd
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,.layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #004f5f
}

.layui-tab-content {
    height: auto;
    overflow: hidden;
    background: #f9f9f9
}

.pape_r .chanbox_list_img_new a .img {
    border-radius: 4px
}

.pape_r .chanbox_list_img_new a .img img {
    height: 253px
}

.professor_title {
    width: calc(100% - 20px);
    float: left;
    margin-bottom: 20px;
    margin-left: 8px;
    margin-right: 12px;
    position: relative;
    overflow: hidden
}

.professor_title::after {
    content: ' ';
    display: inline-block;
    height: 1px;
    background: #d6d5d5;
    width: 100%;
    position: absolute;
    left: 90px;
    top: 50%
}

.professor_title h2 {
    width: 90px;
    text-align: center;
    float: left;
    background: url(../images/bannerbg2.png) no-repeat left top;
    background-size: contain;
    color: #fff;
    font-size: 16px;
    height: 32px;
    padding-right: 12px;
    line-height: 32px;
    display: inline-block
}

.fu_post_links {
    width: 100%;
    float: left
}

#vsb_content,.v_news_content {
    width: 100%
}

.pro_show_r >ul li p {
    padding-bottom: 0 !important
}

.pro_show_l p {
    margin-top: 0 !important
}

.staff-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%
}

.staff-list li {
    display: flex;
    margin-bottom: 20px;
    width: 100%
}

.staff-item {
    display: flex;
    width: 50%;
    margin-right: 20px
}

.staff-item:last-child {
    margin-right: 0
}

.staff-item .img_vsb_content {
    width: 121px !important;
    height: 166px !important;
    text-align: center
}

.staff-info {
    padding-left: 15px;
    width: calc(100% - 150px)
}

.staff-info h3 {
    color: #00849a;
    margin: 0 0 10px 0
}

.staff-info p {
    margin: 0;
    line-height: 1.6
}

.staff-info a {
    color: inherit;
    text-decoration: none
}

.staff-info a:hover {
    text-decoration: underline
}

.searchForm {
    position: relative;
    display: inline-block;
    background: url(../../module/images/head_link.png);
    color: #ffffff;
    border-radius: 5px
}

.searchForm .cl {
    position: relative;
    display: flex;
    align-items: center
}

.searchForm input[type="text"] {
    width: 200px;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    background: none;
    color: #fff;
    transition: all 0.3s
}

.searchForm input[type="text"]:focus {
    border-color: #00849a;
    outline: none
}

.searchForm input[type="text"]::-webkit-input-placeholder {
    color: #fff
}

.searchForm button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../../module/images/i.png) no-repeat left center;
    background-size: 16px;
    border: none;
    cursor: pointer;
    padding: 0
}

.searchForm button:hover {
    opacity: 0.8
}

.multi-news-box {
    float: right;
    width: 48.5%
}

.multi-news-box .multi-news-more-box {
    top: 16px
}

.multi-news-tabs {
    border-bottom: 1px solid #e5e5e5
}

.multi-news-box .index_title_l h3 {
    line-height: 55px
}

.multi-news-box .index_title_l:first-child h3 {
    color: #00873c;
    font-weight: bold;
    border-bottom: 2px solid #00873c
}

.multi-news-box .index_title_l {
    width: auto;
    padding-right: 33px
}

.news-card {
    background: #f9f9f9;
    border-radius: 3px;
    padding: 16px 16px 12px 16px;
    margin-bottom: 12px;
    transition: box-shadow 0.2s
}

.news-card:hover {
}

.news-title {
    color: #00873c;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.news-subtitle {
    color: #00873c;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px
}

.news-desc {
    color: #888;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.news-date {
    color: #888;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-top: 8px
}

.news-date i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/data.png) no-repeat center center;
    margin-right: 6px
}

.bnutt {
    width: 31.5%
}

.bnutt .multi-news-more-box {
    position: absolute;
    right: 0;
    top: 1px;
    width: 45px
}

.bnutt .index_title_l {
    color: #00873c
}

.bnutt .index_title_l h3 {
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    color: #333
}

.multi-news-tabs .index_title_l.hv h3,.multi-news-tabs .index_title_l:first-child h3,.multi-news-tabs .index_title_l.hv span,.multi-news-tabs .index_title_l:first-child span {
    font-weight: bold
}

.multi-news-tabs .index_title_l.hv h3 {
    border-bottom: 2px solid #00873c
}

.bnutt .multi-news-list a {
    float: left;
    padding-bottom: 13px
}

.bnutt .multi-news-list a:nth-child(2n) {
    float: right
}

.bnutt .multi-news-more-box .index_more {
    font-size: 14px
}

.studies {
    width: 30.9%;
    margin-left: 3%
}

.studies .multi-news-tabs .index_title_l h3 {
    color: #333333;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 10px
}

.studies .news-card {
    background: #fff;
    border-radius: 3px;
    padding: 0 0 12px 0;
    margin-bottom: 12px;
    border-bottom: 1px dashed #e5e5e5
}

.studies .multi-news-tabs .index_title_l h3::after {
    content: ' ';
    display: inline-block;
    width: 6px;
    border-radius: 3px;
    height: 23px;
    position: absolute;
    left: 0;
    background: #00873c;
    top: 2px
}

.studies .multi-news-tabs .index_more {
    font-size: 14px
}

.story-swiper-container {
    width: 100%
}

.story-swiper {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 52px 0
}

.story-swiper .swiper-slide {
    text-align: center
}

.story-swiper .swiper-slide img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.6s;
}

.story-swiper .swiper-slide img:hover {
    transform: scale(1.2);
}
.imgx_box {
    overflow: hidden;
}
.story-caption {
    font-size: 16px;
    padding:0 12px;
    height: 50px;
    line-height: 50px;
    /* 超出一行显示缩略 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    /* 黑色半透明背景 */
    background: rgba(0,0,0,0.5);
    color: #fff;
}
.multi-news-tabs .index_title_l.no-hv h3{
    background: none;
    font-weight: normal;
    color: #000;
    border: none;
}
.story a {
    display: inline-block;
    position: relative;
}

.story-swiper .swiper-pagination {
    margin-top: 18px;
    text-align: center
}

.story-swiper .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #bbb;
    opacity: 1;
    margin: 0 5px;
    border-radius: 50%;
    display: inline-block;
    transition: background 0.2s
}

.story-swiper .swiper-pagination-bullet-active {
    background: #00873c
}

.story {
    background: url(../images/bg.jpg) no-repeat center top;
    padding: 30px 0
}

.index_title2 {
    width: 100%;
    float: left;
    margin-bottom: 18px;
    margin-top: 4px
}

.story .swiper-container {
    width: 100%;
    float: left
}

.index_title2 h3 {
    color: #333333;
    padding-bottom: 12px;
    padding-left: 15px;
    font-weight: bold;
    padding-right: 10px;
    float: left;
    position: relative;
    display: inline-block;
    font-size: 24px
}

.index_title2 h3::after {
    content: ' ';
    display: inline-block;
    width: 6px;
    border-radius: 3px;
    height: 23px;
    position: absolute;
    left: 0;
    background: #00873c;
    top: 2px
}

.index_title2 a {
    float: right;
    font-size: 14px;
    color: #fea700;
    transition: all 0.2 ease-in-out
}

.index_title2 a:hover {
    color: #000
}

.selected {
    padding: 20px 0
}

.three-img-row {
    display: flex;
    justify-content: space-between
}

.three-img-item {
    background: #fff;
    text-align: center;
    transition: box-shadow 0.2s
}

.three-img-item img {
    width: 100%;
    width: 416px;
    height: 285px;
    cursor: pointer;
    transition: all 0.6s;
}

.three-img-item img:hover {
    transform: scale(1.2);
}

.three-img-title {
    font-size: 16px;
    color: #333333;
    margin-bottom: 18px;
    margin-top: 10px
}

.three-img-row {
    width: 100%;
    float: left
}

.footer-nav {
    background: #00873c;
    padding: 48px 0 36px 0;
    width: 100%
}

.footer-nav-inner {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.footer-col {
    min-width: 130px;
    margin: 0 12px;
    text-align: center
}

.footer-title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative
}

.footer-title::after {
    content: '';
    display: block;
    width: 36px;
    height: 2px;
    background: #fff;
    margin: 10px auto 0 auto;
    border-radius: 1px
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-col li {
    color: #fff;
    font-size: 14px;
    line-height: 2.1;
    margin: 0;
    transition: color 0.2s
}

.footer-col li:hover {
    color: #ffe066
}

.footer-text {
    background: url(../../module/images/foot-img.jpg)no-repeat right bottom;
    border-top: 1px solid #35a45f;
    color: #99ff99;
    padding: 20px 0;
}

.footer-text a {
    color: #99ff99;
    transition: all 0.2 ease-in-out
}

.footer-text a:hover {
    color: #000
}

.footer-text-l {
    float: left
}

.footer-text-r {
    float: right;
    width: 135px;
    text-align: center
}

.footer-text-r span {
    padding: 12px 0 0;
    display: inline-block;
    width: 100%
}

.footer-text-r img {
    width: 135px;
    height: 135px
}

.footer-link {
    margin-top: 28px
}

.footer-link > h3 {
    float: left;
    display: inline-block;
    line-height: 36px
}

.foot_nav2 {
    text-align: center;
    font-size: 0;
    float: left
}

.foot-t {
    width: 100%;
    float: left;
    padding-top: 18px
}

.foot_nav2 li {
    margin: 0 8px;
    display: inline-block;
    width: 182px;
    text-align: left;
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    background: #d4fcd6;
    -wekit-border-radius: 5px;
    -max-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    color: #00873c;
    cursor: pointer;
    padding: 12px 10px;
}

.foot_nav2 li h3 {
    font-size: 14px
}

.foot_nav2 li a {
    color: #00873c
}

.foot_nav2 li img {
    position: absolute;
    right: 19px;
    top: 14px;
    transition: 0.2s;
    transform: rotate(0)
}

.foot_nav2 li:hover {
    -wekit-border-radius: 0 0 5px 5px;
    -max-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

.foot_nav2 li:hover img {
    transform: rotate(180deg)
}

.foot_nav2 li ul {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 36px;
    background: #d4fcd6;
    -wekit-border-radius: 5px 5px 0 0;
    -max-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: none
}

.foot_nav2 li ul li {
    margin: 0;
    transition: 0.2s
}

.foot_nav2 li ul li:hover {
    -wekit-border-radius: 0;
    -max-border-radius: 0;
    border-radius: 0;
    background: #d4fcd6
}

.k_panav {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
    width: 100%;
    float: left;
    border-top: 1px solid #eeeeee
}

.k_panav li {
    display: inline-block
}

.k_panav li a {
    background: #eeeff3;
    line-height: 40px;
    height: 40px;
    color: #333;
    margin: 0 5px;
    padding: 0 16px;
    display: inline-block;
    font-size: 16px
}

.k_panav li a:hover,.k_panav li a.hover {
    background: #00873c;
    color: #fff
}

.leader-list {
    margin: 30px 0 0 0
}

.leader-item {
    display: flex;
    align-items: flex-start;
    background: #f7f7f7;
    margin-bottom: 28px;
    padding: 18px 26px 18px 26px
}

.leader-photo {
    flex-shrink: 0;
    margin-right: 32px;
    background: #e6f0fa;
    display: flex;
    align-items: center;
    justify-content: center
}

.leader-photo img {
    width: 146px;
    height: 192px;
    object-fit: cover;
    transition: transform .3s ease, box-shadow .3s ease
}

.leader-photo img:hover {
    transform: scale(1.06);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3)
}

.leader-info {
    font-size: 16px;
    color: #222;
    line-height: 2.1
}

.leader-label {
    color: #009933;
    font-weight: bold;
    text-align: justify;
    margin-right: 6px;
    display: inline-block;
    width: 80px;
    /* 左右对齐 */
    text-align-last: justify

}

.leader-info div {
}

.kx_inews4_box {
    padding: 38px 0;
    width: 100%;
    float: left
}

.kx_inews4_box .k_panav {
    border-top: none
}

.kx_inews4 {
    padding: 0 145px
}

.kx_inews4 ul {
    padding-top: 0
}

.kx_inews4 ul li {
    height: 56px;
    line-height: 56px;
    padding: 0 54px
}

.kx_inews4 ul li:nth-child(2n) {
    background: #fbfbfb
}

.kx_inews4 ul li a {
    color: #333;
    padding-left: 13px;
    transition: all 0.2s ease-in-out;
    background: url(../images/li2.png) no-repeat left center;
    font-size: 16px;
    float: left;
    width: 760px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative
}

.kx_inews4 ul li a:hover {
    color: #00873c
}

.kx_inews4 ul li a::after {
    content: ' ';
    display: inline-block;
    width:
}

.kx_inews4 ul li span {
    color: #333;
    float: right
}

.kx_inews4 ul li span a {
    width: auto;
    background: none
}

.kx_inews4 .down {
    color: #065395;
    font-size: 14px;
    margin-top: 8px
}

.kx_inews4 .down img {
    vertical-align: middle;
    padding-right: 7px;
    position: relative;
    margin-top: -2px
}

.kx_inews4 .down a:hover img {
    animation: bounce 0.5s infinite
}

@keyframes bounce {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-3px)
    }
}

.kx_inews4 .down a {
    width: 129px;
    text-align: center;
    height: 37px;
    padding-left: 0;
    transition: all 0.2s ease-in-out;
    line-height: 37px;
    border-radius: 37px;
    color: #333333;
    font-size: 14px;
    background: #cff0da
}

.kx_inews4 .down a:hover {
    background: #cff0da;
    color: #00873c
}

.teacher-section {
    padding-top: 80px;
    padding-left: 70px;
    width: 900px;
    margin-bottom: 50px
}

.teacher-title {
    display: inline-block;
    background: #b7e5c7;
    color: #228b5a;
    font-weight: 400;
    font-size: 16px;
    border-radius: 25px;
    padding: 8px 0;
    margin-top: -8px;
    vertical-align: middle;
    position: absolute;
    text-align: center;
    width: 128px
}

.teacher-line {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #b7e5c7;
    vertical-align: middle;
    margin-left: 10px
}

.teacher-grid {
    margin: 47px 0 67px 37px;
    width: 100%;
    float: left
}

.teacher-name {
    text-align: left;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    width: 85px;
    float: left
}

.teacher-profile-detail {
    background: #f7f7f7;
    padding: 64px 87px;
    margin-top: 21px
}

.teacher-profile-photo {
    text-align: center
}

.teacher-profile-photo img {
    width: 176px;
    height: 245px;
    object-fit: cover
}

.teacher-profile-name {
    margin: 20px 0 10px 0;
    font-weight: bold;
    font-size: 24px
}

.teacher-profile-info {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    height: auto;
    overflow: hidden;
    line-height: 32px;
    padding: 18px 40px;
    margin: 30px auto 20px auto;
    font-size: 16px
}

.teacher-profile-info li {
    width: 50%;
    float: left;
    margin-bottom: 12px;
    display: inline-block
}

.teacher-profile-info-label {
    color: #333333;
    width: 98px;
    display: inline-block;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-ideograph
}

.teacher-profile-section {
    margin-top: 30px
}

.teacher-profile-section-title {
    background: #009966;
    color: #fff;
    border-radius: 22px;
    padding: 10px 22px;
    font-size: 20px;
    margin-right: 10px;
    display: inline-block
}

.teacher-profile-section-content {
    font-size: 16px;
    line-height: 2;
    margin-top: 22px;
    padding-bottom: 12px
}

.leaders-history {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 24px;
    background: #f7f7f7
}

.leaders-history-col {
    flex: 1;
    max-width: 500px;
    border-right: 1px dashed #d2d2d2;
    text-align: center;
    padding-bottom: 45px
}

.leaders-history-col:nth-child(2n) {
    border: none
}

.leaders-history-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    padding-top: 36px;
    color: #222;
    position: relative;
    padding-bottom: 16px
}

.leaders-history-title::after {
    content: ' ';
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 38px;
    transform: translateX(-50%);
    background: #00873c
}

.leaders-history-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.leaders-history-list li {
    font-size: 16px;
    display: flex;
    line-height: 42px;
    justify-content: center
}

.leaders-history-label {
    color: #444
}

.footer-title a ,.footer-nav-inner a {
    color: #fff;
}

.fu_news_title h1 {
    line-height: 1.5;
}


.teacher-profile-section-title {
    display: none;
}