@charset "UTF-8";
.f_bold {
    font-weight: bold;
}
body {
    font-family: "Microsoft YaHei";
}
.pc_none {
    display: none;
}

img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.pc_none {
    display: none !important;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #a3adc7;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a3adc7;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a3adc7;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #a3adc7;
}

.nav {
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0.23rem 0 0;
    box-sizing: border-box;
    background: url(zf_topnab_linebg.png) top repeat-x;
}

.nav::before {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    background: url("zf_topnav_bg.png") top repeat-x;
    width: 100%;
    height: 200px;
    display: none;
}

.nav.blueNav::before {
    background: none;
}

.nav .logo {
    margin-left: .5rem;
    position: relative;
    z-index: 99;
}

.logo .link {
    display: block;
    width: 5.25rem;
    height: .75rem;
    float: left;
    font-size: 18px;
    /* padding-left: .82rem; */
    /* padding-top: .07rem; */
    box-sizing: border-box;
}

/* 导航 */
.nav .nav_list {
    width: 54%;
    height: .75rem;
    margin-top: .12rem;
    margin-left: .6rem;
    float: left;
}
.nav .nav_list ul {
    display: flex;
    justify-content: space-between;
}
.nav .nav_list ul li {
    float: left;
    color: #FFFFFF;
    position: relative;
}
.nav .nav_list ul li:nth-child(5) {
    margin-right: -0.2rem;
}
.nav .nav_list ul li a {
    display: block;
    color: #FFFFFF;
    font-size: .2rem;
}
.nav .nav_list ul li:hover > a {
    font-weight: bold;
}
.nav .nav_list .chil-nav a:hover {
    background: #EDEDED;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.nav .nav_list .chil-nav {
    position: absolute;
    width: 2rem;
    top: .4rem;
    left: 50%;
    margin-left: -1rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
    border-top: #005BAC solid 0.04rem;
    padding: 0.2rem 0;
    background: #fff;
}
.nav .nav_list ul li:nth-child(8) .chil-nav {
    width: 3.6rem;
    margin-left: -1.4rem;
}
.nav .nav_list li:hover .chil-nav {
    top: .44rem;
    opacity: 1;
    visibility: visible;
}
.nav .nav_list .chil-nav .chil-item {
    position: relative;
}
.nav.blueNav .nav_list .chil-nav .chil-item {
    position: relative;
}
.nav .nav_list .chil-nav a {
    display: block;
    text-align: center;
    font-size: .18rem;
    line-height: .48rem;
    padding: 0;
    color: #0F479A;
    font-weight: normal;
}

.nav .nav_list .chil-nav h3:last-child a {
    border-bottom: 0;
}
.nav .nav_list .nav_li::after {
    content: "";
    background: url(zf_nav_ico.png) no-repeat;
    background-size: .13rem .08rem;
    width: .13rem;
    height: .08rem;
    position: absolute;
    top: .12rem;
    right: -.22rem;
    transform: rotate(0deg);
    transition: all 0.3s;
}
.nav .nav_list li:hover .nav_li::after {
    transform: rotate(180deg);
    transition: all 0.3s;
}


.nav.blueNav .nav_list ul li {
    color: #6d6d6d;
}
.nav.blueNav .nav_list ul li > a {
    color: #6d6d6d;
}
.nav.blueNav .nav_list .chil-nav a {
    color: #0F479A;
}
.nav.blueNav .nav_list .nav_li::after {
    content: "";
    background: url(zf_nav_ico3.png) no-repeat;
    background-size: .13rem .08rem;
    width: .13rem;
    height: .08rem;
    position: absolute;
    top: .12rem;
    right: -.22rem;
    transform: rotate(0deg);
    transition: all 0.3s;
}

/* 头部-白 */
.navShow .logo .link {
    background: url("zf_logo_1.png") no-repeat !important;
    background-size: 2.79rem !important;
    color: #00429c;
    position: relative;
}
.navShow .logo .link::after {
    content: "";
    background: url("zf_logo_1r.png") no-repeat!important;
    background-size: 2.2rem!important;
    width: 2.2rem;
    height: .75rem;
    position: absolute;
    top: 0;
    right: 0;
}
.whiteNav .logo .link {
    background: url("zf_logo_1.png") no-repeat;
    background-size: 2.79rem;
    color: #fff;
    position: relative;
}
.whiteNav .logo .link::after {
    content: "";
    background: url("zf_logo_1r.png") no-repeat;
    background-size: 2.2rem;
    width: 2.2rem;
    height: .75rem;
    position: absolute;
    top: 0;
    right: 0;
}
.whiteNav .nav_top_right {
    position: relative;
    float: right;
    height: 36px;
    margin-right: 100px;
    margin-top: 4px;
    z-index: 2;
}

.navShow .nav_top_right {
    display: none;
}

.whiteNav .nav_top_right div {
    width: 40px;
    height: 36px;
    line-height: 36px;
    /* margin-left: 0.1rem; */
    float: left;
    text-align: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.whiteNav .nav_top_right div a {
    color: #fff;
}

.whiteNav .seach_btn {
    background: url("zf_search.png") no-repeat center;
    background-size: 20px;
}

.topNavMore_btn {
    background: url("zf_top_navbg.png") no-repeat center;
    background-size: 100% 100%;
    width: 85px;
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    padding-left: 0.1rem;
    cursor: pointer;
}

.topNavMore_btn i {
    width: 36%;
    height: 2px;
    background: #fff;
    display: block;
    margin: 25px auto 0;
    position: relative;
    border-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.topNavMore_btn i:before,
.topNavMore_btn i:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.topNavMore_btn i:before {
    margin-top: -0.1rem;
}

.topNavMore_btn i:after {
    margin-top: 0.1rem;
}

.navShow .topNavMore_btn i:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 0;
}

.navShow .topNavMore_btn i:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: 0;
}

.navShow .topNavMore_btn i {
    background: none;
}

.topNavMore_btn p {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #83b1f3;
}

/* 头部-彩 */
.blueNav .logo .link {
    background: url("zf_logo_2.png") no-repeat;
    background-size: 2.79rem;
    color: #00429c;
    position: relative;
}
.blueNav .logo .link::after {
    content: "";
    background: url("zf_logo_2r.png") no-repeat;
    background-size: 2.2rem;
    width: 2.2rem;
    height: .75rem;
    position: absolute;
    top: 0;
    right: 0;
}
.blueNav .nav_top_right {
    position: relative;
    float: right;
    height: 0.5rem;
    margin-right: 1.2rem;
    margin-top: 0.02rem;
    z-index: 2;
}

.blueNav .nav_top_right div {
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    margin-left: 0.1rem;
    float: left;
    text-align: center;
    color: #00429c;
    font-size: 0.24rem;
    cursor: pointer;
}

.blueNav .nav_top_right div a {
    color: #00429c;
}

.blueNav .seach_btn {
    background: url(./zf_search2.png) no-repeat center;
    background-size: 0.28rem;
}

/* 导航 */

.nav_item {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("zf_banner3.jpg") center no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
}

.nav_item .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 1.4rem;
    bottom: 0;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
}

.navShow .nav_item .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 1.8rem;
    bottom: 0;
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
}

.nav_item .scroll ul {
    display: flex;
    max-width: 90%;
    margin: 0 auto;
    justify-content: space-between;
}

.nav_item .scroll li {
    text-align: left;
    padding-top: 0.45rem;
}

.nav_item .scroll li a {
    color: #fff;
    position: relative;
    padding-bottom: .05rem;
    line-height: 0.4rem;
}

.nav_item .scroll li h2 {
    font-size: 0.22rem;
    font-weight: bold;
}

.nav_item .scroll li .list {
    padding: 0.2rem 0;
}

.nav_item .scroll li .list h3 {
    font-weight: 400;
    font-size: 0.17rem;
    line-height: 0.36rem;
}

.nav_item .scroll li .list dl {
    padding-bottom: 0.2rem;
}

.nav_item .scroll li .list dd {
    font-size: 0.12rem;
    line-height: 0.3rem;
    opacity: 0.65;
}

.nav_item .scroll li .list dd:hover {
    opacity: 1;
}

.navShow .nav_item {
    opacity: 1;
    visibility: visible;
}

.nav .nav_item {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.nav .nav_item * {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.nav .nav_item ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    transform: scale3d(0, 1, 1);
    transform-origin: 0% 0;
    /*方向 50%中间开始*/
}

.nav .nav_item ul li a:hover::after {
    transform: scale3d(1, 1, 1);
}

/* 搜索 */
.search-bglay {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: b;
    animation-name: b;
    -webkit-animation-duration: reverse;
    animation-duration: reverse;
}

.search-bglay.on {
    position: fixed;
    opacity: 0.7;
    top: 0;
    z-index: 7000;
}

.web-search {
    position: fixed;
    z-index: 7001;
    display: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    width: 100%;
    max-width: 660px;
}

.ser {
    width: 640px;
    height: 48px;
    line-height: 44px;
    margin: 0 auto;
    position: relative;
}

.search input {
    position: absolute;
    height: 50px;
    line-height: 48px;
    color: #262626;
    border: none;
    background: none;
    top: 0px;
    padding-left: 0px;
}

.search input.notxt {
    color: #666;
    font-size: 0.2rem;
    padding: 0px 20px 0 20px;
    width: 80%;
    border: 1px solid #ffffff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #ffffff url(zf_search2.png) 470px 10px no-repeat;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3) inset,
    0 1px 0 rgba(255, 255, 255, 0.2);
    padding-right: 50px;
}

.search input.notxt1 {
    position: absolute;
    width: 20%;
    right: 0;
    cursor: pointer;
    overflow: hidden;
    padding-right: 0;
    font-size: 18px;
    color: #fff;
    background-color: #005bac;
    border: 1px solid #005bac;
    height: 50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* Ã¤Â¾Â§Ã¨Â¾Â¹Ã¥Â¯Â¼Ã¨Ë†Âª */

.nav_content {
    width: 5rem;
    height: 100%;
    background: url(./kc_enIndex_slideBox_bg.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    right: -5rem;
    top: 0;
    z-index: 99999;
    padding: 0.32rem 0.6rem 0.6rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    box-sizing: border-box;
}

.nav_content.active {
    right: 0;
}

.nav_content_top {
    width: 100%;
    overflow: hidden;
}

.nav_content_top_logo {
    width: 0.45rem;
    height: 0.52rem;
    background: url(./kc_enIndex_logo_white.png) no-repeat;
    background-size: 0.45rem;
    float: left;
}

.nav_content_close_btn {
    width: 0.23rem;
    height: 0.23rem;
    background: url(./kc_enIndex_slideBox_close.png) no-repeat;
    background-size: 0.23rem;
    float: right;
    margin-top: 0.17rem;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.nav_content_close_btn:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.nav_content_search {
    width: 100%;
    height: 0.68rem;
    background: url(./kc_enIndex_slideBox_icon_search.png) no-repeat left center;
    background-size: 0.34rem;
    margin-top: 0.53rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 0.68rem;
    box-sizing: border-box;
    cursor: pointer;
}

#fp-nav ul li a span {
    transform: scale(1.3);
}

.navShow #fp-nav {
    display: none;
}

.nav_content_search input {
    width: 100%;
    height: 100%;
    line-height: 0.68rem;
    background: none;
    font-size: 0.2rem;
    cursor: default;
    color: #fff;
}

/* footer */
.footer {
    width: 100%;
    height: 210px;
    margin: 0 auto;
    background-color: #F2F5F8;
    /* position: absolute; */
    /* bottom: 0; */
    z-index: 1;
}

.footerIn {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    /* overflow: hidden; */
    /* height: 146px; */
    z-index: 1;
}


.footer_copyright {
    float: left;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 10px;
    /* line-height: .3rem; */
}

.footer .line {
    width: 100%;
    border-top: 1px #D5DDE6 solid;
    z-index: 0;
    position: relative;
}

.footer_copyright span {
    display: block;
    font-size: 22px;
    color: #084077;
    margin-bottom: 10px;
    margin-top: 10px;
}

.footer_copyright p {
    font-size: 16px;
    color: #0C2D4D;
    /* margin-bottom: .1rem; */
    line-height: 34px;
}

.footer_down {
    font-size: 16px;
    color: #0C2D4D;
    height: 55px;
    line-height: 55px;
}

.footer_right {
    /* position: absolute; */
    float: right;
    padding-top: 20px;
    /* right: 0; */
}

.footer_right p {
    font-size: 22px;
    color: #084077;
    text-align: left;
    padding-left: 13px;
}

.footer_right a {
    background: #CEDAEA;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    float: left;
    margin: 20px 10px;
    position: relative;
    cursor: pointer;
}

.footer_right a:hover {
    background: #AFC2DD;
}

.footer_right i {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}

.footer_right .wx i {
    background: url("zf_ico_wx.png") center no-repeat;
    background-size: 27px 23px;
}

.footer_right .sina i {
    background: url("zf_ico_sina.png") center no-repeat;
    background-size: 27px 23px;
}

.footer_right .wx .ewm {
    position: absolute;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    top: 56%;
    left: -295px;
    transform: translateY(-50%)translateX(-165px)scale(.1);
    transition: .5s;
    opacity: 0;
    visibility: visible;
    width: 460px;
    height: 150px;
    background: #fff;
    border-radius: 4px;
    padding: 5px;
    transform-origin: right;
    z-index: 10
}

.footer_right .wx .ewm:before {
    content: "";
    position: absolute;
    top: 50%;
    border-top: transparent 10px solid;
    border-bottom: transparent 10px solid;
    border-left: #F1F4F7 10px solid;
    right: -10px;
    margin-top: -10px;
}

.footer_right .wx .ewm img {
    width: 100%;
    height: 100%
}

.footer_right .wx:hover .ewm {
    transform: translateY(-53%)translateX(-180px)scale(1);
    opacity: 1;
    visibility: visible;
    z-index: 99;
    background: #F1F4F7;
}

.footer_right .wx .ewm .title {
    width: .24rem;
    padding: 0;
    font-size: 14px;
    color: #0A4076;
    float: left;
    line-height: 16px;
    margin-left: 20px;
    margin-top: 15px;
    position: relative;
    padding-top: 24px;
    text-align: center;
}

.footer_right .wx .ewm .title::after {
    content: "";
    background: url("zf_ico_wx2.png") no-repeat;
    background-size: 20px 16px;
    width: 20px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 3px;
}

.footer_right .wx .ewm .ewm_list {
    float: left;
    padding: 10px;
    padding-left: 20px;
    padding-right: 0;
}

.footer_right .wx .ewm .ewm_list ul li {
    float: left;
    text-align: center;
    margin: 0 36px 0 0;
}

.footer_right .wx .ewm .ewm_list ul li:last-child {
    margin-right: 0;
}

.footer_right .wx .ewm .ewm_list img {
    width: 98px;
    height: 98px;
    border: 7px #FFFFFF solid;
}

.footer_right .wx .ewm .ewm_list p {
    font-size: 14px;
    color: #0A4076;
    margin-top: 10px;
    padding: 0;
    text-align: center;
}

/* 1.新闻 start */
body {
    font-size: 16px;
    background: #fff;
    min-width: 1240px;
}

.center-con {
    width: 1400px;
    margin: 0 auto;
}

.nav {
    /* max-width: 1920px; */
    margin: 0 auto;
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: "";
}

.top-con {
    position: relative;
    height: 675px;
    width: 100%;
    /* max-width: 1920px; */
    margin: 0 auto;
    overflow: hidden;
}

.top-banner {
    width: auto;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.nav .nav_item {
    /* max-width: 1920px; */
    margin: 0 auto;
    z-index: 90;
}

.page-title-con {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 1400px;
    height: 230px;
    padding-left: 100px;
    padding-top: 80px;
    box-sizing: border-box;
}
.orange.page-title-con {
    background: url(zf_Ej2024_TopTBgOrange.png) no-repeat left;
}
.page-title-inner {
    position: relative;
    height: 86px;
}

.page-title-con .title-text {
    position: absolute;
    text-align: center;
}

.page-title-con .title-text span {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
    color: #fff;
}

.page-title-con .title-text span::before {
    content: "";
    position: absolute;
    width: 49px;
    height: 39px;
    background: url(zf_Ej2024_waveBig.png);
    left: -59px;
    top: -20px;
}

.page-title-con .title-text span::after {
    content: "";
    position: absolute;
    width: 34px;
    height: 27px;
    background: url(zf_Ej2024_waveSmall.png);
    right: -42px;
    top: 27px;
}

.page-title-con .title-text i {
    font-style: normal;
    display: block;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}
.page-title-con .title-text i b {
    font-weight: normal;
}
.page-title-con .location {
    color: #ffffff;
    font-size: 16px;
    padding-top: 18px;
}

.page-title-con .location a {
    color: #ffffff;
    transition: 0.1s;
}

.page-title-con .location a:hover {
    color: #ffffff;
    transition: 0.1s;
}

.fixed-nav {
    position: fixed;
    z-index: 9;
    left: 0;
    bottom: 210px;
}

.fnav-item {
    width: 145px;
    height: 123px;
    background: #e5eef7;
    text-align: center;
    margin-bottom: 3px;
}

.fnav-item a {
    display: block;
    height: 100%;
}

.fnav-item.on {
    background: #005bac;
    border-right: 4px solid #00aaa2;
}

.fnav-item img {
    display: block;
    margin: 0 auto;
    padding-top: 18px;
}

.fnav-item span {
    display: block;
    font-size: 18px;
    color: #387bb7;
    text-align: center;
    margin-top: 12px;
}

.fnav-item.on span {
    color: #fff;
}

.main-slide {
    /* height: 790px; */
    margin-top: 70px;
    overflow: hidden;
}

.main-slide .center-con {
    position: relative;
    /* height: 790px; */
}

.main-slide .bg-con {
    position: absolute;
    top: 0;
    left: 50px;
    width: 1920px;
    height: 790px;
    background: url(zf_Ej2024_NewsSlideBg.jpg) no-repeat;
    background-size: cover;
}

.main-slide .slide-con {
    width: 950px;
    height: 790px;
    padding-top: 35px;
    box-sizing: border-box;
}

.main-slide .swiper-slide .img-con img {
    display: block;
    width: 950px;
    height: 630px;
    object-fit: cover;
}

.main-slide .swiper-slide .txt-con {
    padding-left: 90px;
    margin-top: 25px;
}

.main-slide .swiper-slide .txt-con h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 16px;
}

.main-slide .swiper-slide .txt-con .time {
    font-size: 18px;
    color: #fff;
}

.swiper_button {
    width: 100%;
    height: 59px;
    position: relative;
    margin-top: 48px;
    bottom: 85px;
    right: -76px;
    z-index: 1;
}

.swiper-button-next2 {
    width: 76px;
    height: 59px;
    background: url(zf_new_img_ico2.jpg) no-repeat top right;
    background-size: 76px 59px;
    top: 0;
    overflow: hidden;
}

.swiper-button-next2.active {
    width: 76px;
    height: 59px;
    background: url(zf_new_img_ico2_h.jpg) no-repeat top right;
    background-size: 76px 59px;
    top: 0;
    overflow: hidden;
}

.swiper-button-next2.active::after {
    content: "";
    /* background: url("zf_new_img_ico2_h_on.jpg") no-repeat; */
    background: url("zf_Ej2024_gjjlSlideArr.png") no-repeat;
    background-size: 22px 24px;
    width: 22px;
    height: 24px;
    position: absolute;
    left: 27px;
    top: 18px;
}

.swiper-button-next2.active:hover::after {
    animation: mouse-move-button 1s infinite;
    -webkit-animation: mouse-move-button 1s infinite;
}

.swiper-button-prev2.active::after {
    content: "";
    background: url("zf_Ej2024_gjjlSlideArr.png") no-repeat;
    background-size: 22px 24px;
    width: 22px;
    height: 24px;
    position: absolute;
    left: 27px;
    top: 18px;
}

.swiper-button-prev2.active:hover::after {
    animation: mouse-move-button 1s infinite;
    -webkit-animation: mouse-move-button 1s infinite;
}

@keyframes mouse-move-button {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(-05px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes mouse-move-button {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(-05px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.swiper-button-prev2 {
    width: 76px;
    height: 59px;
    background: url(zf_new_img_ico2.jpg) no-repeat top right;
    background-size: 76px 59px;
    top: 0;
    overflow: hidden;
}

.swiper-button-next2:hover {
    background: url(zf_new_img_ico2_h.jpg) no-repeat top right;
    background-size: 76px 59px;
}

.swiper-button-prev2:hover {
    background: url(zf_new_img_ico2_h.jpg) no-repeat top right;
    background-size: 76px 59px;
}

.swiper-button-prev2 {
    right: 98px;
    left: auto;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.swiper-button-next2 {
    right: 0px;
    /* border-right: 1px #00aaa2 solid; */
}

.right-list {
    position: relative;
    z-index: 9;
    width: 450px;
    padding-top: 35px;
}

.right-list li {
    height: 126px;
    background: #fff;
    box-sizing: border-box;
    transition: 0.3s;
}

.right-list li.on {
    /* height: 125px; */
    width: 475px;
    background: #00aaa2;
    /* padding: 5px 5px 5px 0; */
    margin-left: -20px;
    transition: 0.3s;
}

.right-list li.on .left-text {
    border: 0;
    color: #fff;
    padding-left: 20px;
}

.right-list li .left-text {
    float: left;
    height: 125px;
    width: 260px;
    color: #1a1a1a;
    box-sizing: border-box;
    padding-left: 20px;
    border-bottom: 1px solid #e7e7e7;
    padding-right: 7px;
}

.right-list li .left-text .time {
    font-size: 16px;
    padding-top: 12px;
}

.right-list li .left-text .title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right-list li .right-img {
    float: right;
    width: 190px;
    height: 126px;
    overflow: hidden;
}

.right-list li .right-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    object-fit: cover;
}

.right-list li .right-img img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: 0.3s;
}
.right-list li.on .right-img {
    border: 5px #00aaa2 solid;
    width: 200px;
}
.scale-img {
    overflow: hidden;
    transition: 0.3s;
}

.scale-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: 0.3s;
}

.dots-pic {
    position: absolute;
    right: 0;
    bottom: -32px;
}

.news-list {
    margin-top: 80px;
}

.news-list li {
    /* height: 250px; */
    box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 50px;
    background: #f7f7f7 url(zf_Ej2024_NewsListBg.jpg) no-repeat;
    background-size: 100% 100%;
    transition: 0.3s;
    padding-bottom: 30px;
}

.news-list li a {
    display: block;
    padding: 0 55px;
    height: 100%;
}

.news-list li .news-title .time {
    float: left;
    color: #005bac;
    /* height: 120px; */
    border-top: 4px solid #005bac;
    width: 70px;
    text-align: center;
    margin-right: 35px;
    margin-bottom: 20px;
}

.news-list li .news-title .time .day {
    font-size: 38px;
    font-weight: bold;
    padding-top: 10px;
}

.news-list li .news-title .time .year-month {
    font-size: 16px;
}

.news-list li .news-title .title {
    float: left;
    width: 1180px;
    font-size: 22px;
    color: #1a1a1a;
    /* height: 135px; */
    line-height: 38px;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    padding: 25px 0 20px 0;
}

.news-list li .desc {
    font-size: 16px;
    line-height: 30px;
    color: #707070;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 2em;
}

.news-list li .with-pic a {
    padding: 0 34px;
}

.news-list li .with-pic .pic-con {
    float: left;
    width: 282px;
    height: 188px;
    line-height: 188px;
    margin-top: 29px;
    margin-right: 45px;
    overflow: hidden;
}

.news-list li .with-pic .pic-con img {
    /* display: block; */
    width: 100%;
    /* height: 100%; */
    transition: .3s;
    /* object-fit: cover; */
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.news-list li .with-pic:hover .pic-con img {
    transform: scale(1.1);
    transition: .3s;
}

.news-list li .with-pic .right-text {
    width: 995px;
    float: left;
}

.news-list li .with-pic .news-title .title {
    width: 889px;
}

.page {
    position: relative;
    padding: 40px 0 70px;
    /* left: 50%; */
    /* float: left; */
    text-align: center;
    clear: both;
}

.pageCon {
    position: relative;
    /* left: -50%; */
}

.page a {
    display: inline-block;
    /* float: left; */
    padding: 7px 11px;
    border: 1px solid #dddddd;
    font-size: 16px;
    line-height: 16px;
    color: #333;
    margin-right: 5px;
    border-radius: 3px;
}
.page a:hover {
    color: #fff;
    background: #005bac;
}
.fy_mobile {
    display: inline-block;
}

.page input {
    display: inline-block;
    /* float: left; */
    height: 32px;
    line-height: 32px;
    width: 45px;
    text-align: center;
    margin-left: 5px;
    border-radius: 2px;
    font-size: 16px;
}

.page input[type="text"] {
    height: 30px;
    border: 1px solid #dddddd;
}

.page input[type="submit"] {
    border-radius: 2px;
    background: #005bac;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}

.page .page_txt {
    display: inline-block;
    /* float: left; */
    height: 28px;
    line-height: 28px;
    margin-right: 5px;
}

.page button {
    border-radius: 2px;
    background: #005bac;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    /* float: left; */
    height: 32px;
    line-height: 32px;
    width: 45px;
    text-align: center;
}

.page a.current {
    color: #fff;
    background: #005bac;
}

.news-list li:hover {
    background: url(zf_Ej2024_NewsListBgOn.jpg) no-repeat;
    transition: 0.3s;
}

.news-list li:hover .news-title .time {
    border-top: 4px solid #00aaa2;
    color: #fff;
}

.news-list li:hover .news-title .title {
    color: #fff;
}

.news-list li:hover .desc {
    color: #fff;
}

/* 2.学术活动 start */
.xstop {
    bottom: 150px;
}
.page-title-con.purple {
    background: url(zf_Ej2024_TopTBgPurple.png) no-repeat;
}

.fixed-nav.purple .fnav-item {
    background: #e3e2ec;
}

.fixed-nav.purple .fnav-item.on {
    background: #736e9f;
    border-right: 4px solid #65bb03;
}

.fixed-nav.purple .fnav-item span {
    color: #736e9f;
}

.fixed-nav.purple .fnav-item.on span {
    font-weight: bold;
    color: #fff;
}

.academicActivityNav li {
    float: left;
}

.academicActivityNav {
    width: 100%;
    /* max-width: 1920px; */
    margin: 0 auto;
    height: 145px;
    /* line-height: 137px; */
    border-bottom: 8px solid #4a4b75;
    background: url(zf_Ej2024_xshdNavBg.jpg) no-repeat;
    background-size: cover;
    margin-top: -145px;
}

.academicActivityNav ul {
    display: flex;
    justify-content: space-around;
    /* padding-top: 25px; */
}

.academicActivityNav ul li {
    position: relative;
    width: 200px;
    height: 137px;
    box-sizing: border-box;
    padding-top: 25px;
}

.academicActivityNav li .right-text {
    float: left;
    color: #fefefe;
    font-size: 20px;
    font-weight: bold;
    height: 87px;
    line-height: 87px;
    margin-left: 20px;
    opacity: 0.6;
    transition: 0.3s;
}

.academicActivityNav li .left-pic {
    float: left;
    width: 87px;
    height: 87px;
    line-height: 87px;
    background: url(zf_Ej2024_xshdNavCircle.png) no-repeat;
    text-align: center;
}

.academicActivityNav li .left-pic img {
    vertical-align: middle;
    opacity: 0.7;
    transition: 0.3s;
}

.academicActivityNav li.on .right-text,
.academicActivityNav li.on .left-pic img {
    opacity: 1;
}

.academicActivityNav li.on::after {
    position: absolute;
    width: 49px;
    height: 25px;
    background: url(zf_Ej2024_xshdOnIcon.png) no-repeat;
    content: "";
    left: 20px;
    bottom: -25px;
}

.academicActivityNav li:hover .right-text,
.academicActivityNav li:hover .left-pic img {
    opacity: 1;
    transition: 0.3s;
}

.xshd-list {
    width: 1400px;
    margin: 0 auto;
    margin-top: 60px;
}

.xshd-list ul {
    /* display: flex; */
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */
}

.xshd-list li {
    width: 320px;
    height: 526px;
    box-sizing: border-box;
    box-shadow: 0 0 16px rgba(173, 173, 173, 0.26);
    margin-bottom: 30px;
    transition: 0.3s;
    position: relative;
    float: left;
    margin-right: 40px;
}
.xshd-list li:nth-child(4n) {
    margin-right: 0;
}
.xshd-list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.xshd-list li .img-con {
    overflow: hidden;
}
.xshd-list li img {
    display: block;
    width: 100%;
    height: 186px;
}
.xshd-list li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.xshd-list li .title {
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
    height: 108px;
    line-height: 30px;
    overflow: hidden;
}

.xshd-list li .time {
    font-size: 16px;
    line-height: 16px;
    color: #736e9f;
    margin-bottom: 15px;
    margin-top: 10px;
}

.xshd-list li .desc {
    text-align: justify;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -moz-line-clamp: 4;
    -ms-line-clamp: 4;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xshd-list li .see-detail {
    font-size: 14px;
    line-height: 14px;
    color: #736e9f;
    /* margin-top: 30px; */
    background: url(zf_Ej2024_xshdListItemMore.png) no-repeat 70px 2px;
    transition: 0.3s;
    position: absolute;
    width: 100%;
    left: 20px;
    bottom: 20px;
}

.xshd-list li:hover {
    background: #736e9f;
    transition: 0.3s;
}

.xshd-list li:hover .title {
    color: #fff;
}

.xshd-list li:hover .see-detail,
.xshd-list li:hover .time {
    color: #bab5e6;
}

.xshd-list li:hover .desc {
    color: #d9d5f4;
}

.xshd-list li:hover .see-detail {
    background: url(zf_Ej2024_xshdListItemMoreHover.png) no-repeat 80px 2px;
    transition: 0.3s;
}

/* 3.研究成果 */
.blue.page-title-con {
    background: url(zf_Ej2024_TopTBgBlue.png) no-repeat;
}

.academic-achievements-nav {
    margin: 40px 0;
    height: 142px;
}

.academic-achievements-nav li {
    position: relative;
    float: left;
    width: 155px;
    height: 142px;
    text-align: center;
    font-size: 22px;
    color: #005bac;
}

.academic-achievements-nav li.on {
    background: url(zf_Ej2024_TyjcgNavOnBg.png) no-repeat;
    background-size: 175px 142px;
    font-weight: bold;
}

.academic-achievements-nav li:first-child::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 13px;
    height: 142px;
    background: url(zf_Ej2024_TyjcgNavBar.png) no-repeat;
}

.academic-achievements-nav li::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 13px;
    height: 142px;
    background: url(zf_Ej2024_TyjcgNavBar.png) no-repeat;
}

.academic-achievements-nav li p {
    color: #005bac;
}

.academic-achievements-nav li a:hover p {
    font-weight: bold;
}

.academic-achievements-nav li a:hover img {
    transform: scale(1.1);
    transition: .3s;
}

.academic-achievements-nav li .img-con {
    height: 87px;
    line-height: 87px;
}

.academic-achievements-nav li img {
    vertical-align: middle;
}

.xslw-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.xslw-list li {
    position: relative;
    height: 166px;
    width: 433px;
    box-sizing: border-box;
    box-shadow: 0 0 16px rgba(224, 224, 224, 0.65);
    margin-bottom: 50px;
    transition: 0.3s;
}

.xslw-list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 24px 33px;
}

.xslw-list li .left-time {
    float: left;
    position: relative;
    width: 73px;
    height: 73px;
    background: #005bac;
    color: #fff;
    text-align: center;
}

.xslw-list li .left-time::after {
    content: "";
    position: absolute;
    width: 73px;
    height: 1px;
    background: #005bac;
    left: 0;
    bottom: -30px;
}

.xslw-list li .left-time .day {
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}

.xslw-list li .left-time .year-month {
    font-size: 16px;
    line-height: 16px;
}

.xslw-list li .right-title {
    float: left;
    width: 270px;
    font-size: 18px;
    line-height: 30px;
    color: #1c1f22;
    margin-left: 20px;
}

.xslw-list li .see-more {
    position: absolute;
    right: 32px;
    bottom: 32px;
    width: 22px;
    height: 8px;
    background: url(zf_Ej2024_xslwListMore.png) no-repeat;
    transition: 0.3s;
}

.xslw-list li::after {
    position: absolute;
    content: "";
    width: 433px;
    height: 166px;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.3s;
}

.xslw-list li:hover {
    transition: 0.3s;
    background: url(zf_Ej2024_xslwListHoverBg.png) no-repeat right bottom;
}

.xslw-list li:hover::after {
    border-right: 10px solid #02aaa2;
    border-bottom: 10px solid #02aaa2;
    transition: 0.3s;
}

.xslw-list li:hover .see-more {
    background: url(zf_Ej2024_xslwListHoverMore.png) no-repeat;
    transition: 0.3s;
    /* transform: translateX(-30px); */
}

/* 4.研究成果-学术专著 start */
.xszz-list ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 65px;
}

.xszz-list ul li {
    width: 250px;
    text-align: center;
    margin-bottom: 80px;
    font-size: 16px;
    color: #1c1f22;
    margin-right: 37px;
}
.xszz-list ul li:nth-child(5n) {
    margin-right: 0;
}
.xszz-list ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.xszz-list ul li .book-pic {
    width: 100%;
    height: 340px;
    overflow: hidden;
}

.xszz-list ul li .book-pic img {
    height: 340px;
    width: 250px;
    object-fit: cover;
}

.xszz-list ul li:hover .book-pic img {
    transform: scale(1.1);
    transition: .3s;
}

.xszz-list ul li .book-name {
    margin-top: 25px;
    transition: 0.3s;
}

.xszz-list ul li:hover .book-name {
    color: #005bac;
    transition: 0.3s;
}

/* 5.中非故事 */
.page-title-con.red {
    background: url(zf_Ej2024_TopTBgRed.png) no-repeat left;
}

.ca-list {
    margin-top: 60px;
}

.ca-list ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ca-list li {
    width: 436px;
    height: 630px;
    box-shadow: 0 0 16px rgba(173, 173, 173, 0.26);
    margin-bottom: 40px;
    position: relative;
    margin-right: 46px;
}
.ca-list li:nth-child(3n) {
    margin-right: 0;
}
.ca-list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px;
}

.ca-list li .with-pic .img-con {
    width: 100%;
    height: 264px;
    overflow: hidden;
}

.ca-list li .with-pic .img-con img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    /* object-fit: cover; */
}

.ca-list li .with-pic h2 {
    font-size: 22px;
    color: #1c1f22;
    line-height: 36px;
    margin: 25px 0;
    transition: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.ca-list li .with-pic .text-con .author {
    font-size: 16px;
    color: #0c2d4d;
    margin-bottom: 25px;
}

.ca-list li .with-pic .text-con .desc {
    font-size: 16px;
    line-height: 28px;
    color: #707070;
}

.ca-list li .with-pic .read_more {
    position: relative;
    font-size: 14px;
    color: #1959a3;
    /* margin-top: 35px; */
    width: 92px;
    position: absolute;
    left: 25px;
    bottom: 25px;
}

.ca-list li .with-pic:hover h2 {
    color: #1959a3;
    transition: 0.3s;
}

.ca-list li .with-pic:hover .img-con img {
    transform: scale(1.1);
    transition: 0.3s;
}

.ca-list li .read_more::after {
    content: "";
    width: 22px;
    height: 08px;
    background: url(./zf_more_ico.png) no-repeat right center;
    background-size: 22px 08px;
    position: absolute;
    right: 0;
    /* top: 8px; */
    /* margin-top: -04px; */
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.ca-list li .no-pic {
    background: url(zf_Ej2024_zfgsLiBg.png) no-repeat;
    background-size: cover;
    color: #fff;
    height: 100%;
}

.ca-list li .no-pic a {
    padding: 15px 33px;
}

.ca-list li .no-pic .author {
    font-size: 16px;
    color: #8db8ea;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #76a5dc;
}

.ca-list li .no-pic h2 {
    font-size: 22px;
    line-height: 42px;
    color: #fff;
    margin-top: 30px;
    height: 135px;
    overflow: hidden;
}

.ca-list li .no-pic .text-con {
    height: 342px;
}

.ca-list li .no-pic .desc {
    margin-bottom: 55px;
}

.ca-list li .no-pic .desc p {
    font-size: 16px;
    color: #8db8ea;
    line-height: 28px;
}

.ca-list li .no-pic .read_more {
    position: relative;
    font-size: 14px;
    color: #8db8ea;
    width: 92px;
}

.ca-list li .no-pic .read_more::after {
    background: url(./zf_more_ico2.png) no-repeat right center;
    background-size: 22px 7px;
}

.ca-list li:hover .read_more::after {
    right: -10px;
}

/* 6.交流合作-国际交流 */
.gjjl-nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 36px;
}

.gjjl-nav li {
    float: left;
    width: 260px;
    height: 90px;
    background: linear-gradient(to bottom, rgba(253, 241, 232, 1), rgba(255, 255, 255, 0));
    border-top: 4px solid #e87522;
}

.gjjl-nav li a {
    display: block;
    width: 100%;
    height: 100%;
}

.gjjl-nav li.on {
    background: #005bac;
}

.gjjl-nav li.on .txt-con {
    color: #fff;
}

.gjjl-nav li .img-con {
    float: left;
    height: 80px;
    line-height: 80px;
    padding-left: 72px;
    margin-right: 15px;
}

.gjjl-nav li .img-con img {
    vertical-align: middle;
    transition: .3s;
}

.gjjl-nav li .txt-con {
    float: left;
    height: 80px;
    line-height: 80px;
    color: #005bac;
    font-size: 20px;
    transition: .3s;
}

.gjjl-nav li:hover img {
    transform: scale(1.1);
    transition: .3s;
}

.gjjl-nav li:hover .txt-con {
    font-weight: bold;
    transition: .3s;
}

.gjjl-slide .right-list li.on {
    background: #00aaa2;
}

.gjjl-slide .swiper-button-next2.active {
    background: #00aaa2;
}

.swiper-button-prev2:hover {
    background: #00aaa2;
}

.gjjl-list ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.gjjl-list li {
    width: 320px;
    height: 390px;
    margin-top: 70px;
    box-shadow: 0 0 16px rgba(173, 173, 173, .26);
    margin-right: 40px;
}
.gjjl-list li:nth-child(4n) {
    margin-right: 0;
}
.gjjl-list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.gjjl-list li a .img-con {
    width: 100%;
    height: 185px;
    overflow: hidden;
}

.gjjl-list li a img {
    width: 100%;
    height: 100%;
    transition: .3s;
    object-fit: cover;
}

.gjjl-list li .title {
    font-size: 20px;
    line-height: 30px;
    color: #1a1a1a;
    margin-top: 20px;
    height: 60px;
    overflow: hidden;
    transition: .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gjjl-list li .time {
    font-size: 16px;
    color: #005bac;
    margin-top: 25px;
    transition: .3s;
}

.gjjl-list li .see-detail {
    position: relative;
    font-size: 14px;
    width: 92px;
    color: #005bac;
    margin-top: 15px;
    transition: .3s;

}

.gjjl-list li .see-detail::after {
    content: "";
    width: 22px;
    height: 08px;
    background: url(./zf_more_ico.png) no-repeat right center;
    background-size: 22px 08px;
    position: absolute;
    right: 0;
    /* top: 8px; */
    /* margin-top: -04px; */
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.gjjl-list li:hover {
    background: url(zf_Ej2024_gjjlLiHoverBg.jpg);
    transition: .3s;
}

.gjjl-list li:hover img {
    transform: scale(1.1);
    transition: .3s;
}

.gjjl-list li:hover .title,
.gjjl-list li:hover .time,
.gjjl-list li:hover .see-detail {
    color: #fff;
    transition: .3s;
}

.gjjl-list li:hover .see-detail::after {
    background: url(zf_Ej2024_YfxhRArr.png) no-repeat;
}

/* 7.交流合作-视频 */
.ju.page-title-con {
    background: url(zf_Ej2024_TopTBgJu.png) no-repeat;
}
.jlhzsp-slide {
    position: relative;
    width: 1400px;
    margin: 0 auto;
    height: 675px;
    margin-top: 70px;
}

.jlhzsp-list {
    margin-top: 80px;
}

.jlhzsp-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jlhzsp-list li {
    position: relative;
    height: 565px;
    width: 670px;
    background: url(zf_Ej2024_jlhzspLiBgBlue.jpg) no-repeat center bottom;
    margin-bottom: 60px;
}

.jlhzsp-list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.jlhzsp-list li:nth-child(2),
.jlhzsp-list li:nth-child(3) {
    background: url(zf_Ej2024_jlhzspLiBgGreen.jpg) no-repeat center bottom;
    background-size: contain;
}

.jlhzsp-list li .img-con {
    width: 620px;
    height: 340px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(153, 153, 153, .4);

}

.jlhzsp-list li .img-con img {
    display: block;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.jlhzsp-list .play-btn {
    position: absolute;
    width: 75px;
    height: 75px;
    background: url(zf_Ej2024_jlhzspPlay.png) no-repeat;
    background-size: contain;
    left: 50%;
    top: 135px;
    transform: translateX(-50%);
    transition: .3s;
}

.jlhzsp-list li .txt-con {
    width: 620px;
    margin: 0 auto;
}

.jlhzsp-list li .title {
    color: #feffff;
    font-size: 24px;
    line-height: 36px;
    padding: 25px 0 12px 0;
}

.jlhzsp-list li .desc {
    color: #feffff;
    font-size: 18px;
    line-height: 32px;
}

.jlhzsp-list li .see-complete {
    color: #feffff;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    text-decoration: underline;
    background: url(zf_Ej2024_GjjlNav5On.png) no-repeat left center;
    background-size: auto 24px;
    padding-left: 35px;
    margin-top: 25px;
    transition: .3s;
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.jlhzsp-list li:hover img {
    transform: scale(1.1);
    transition: .3s;
}

.jlhzsp-list li:hover .see-complete {
    background: url(zf_Ej2024_GjjlNav5On.png) no-repeat left center;
    background-size: auto 24px;
    transition: .3s;
}

.jlhzsp-slide .swiper-container {
    width: 1400px;
    height: 575px;
}

.jlhzsp-slide .swiper-slide {
    background: url(zf_Ej2024_jlhzspSlideBg.png) no-repeat right bottom;
    background-size: auto 515px;
}
.jlhzsp-slide .swiper-slide .play-icon {
    position: absolute;
    width: 75px;
    height: 75px;
    background: url(zf_Ej2024_jlhzspPlay.png) no-repeat;
    background-size: contain;
    /* left: 50%; */
    top: 295px;
    right: 360px;
    /* transform: translateX(-50%); */
    transition: .3s;
    z-index: 99;
}
.jlhzsp-slide .swiper-slide .play-icon a {
    display: block;
    width: 100%;
    height: 100%;
}
.jlhzsp-slide .swiper-slide .img-con {
    float: left;
    height: 526px;
    width: 1005px;
    overflow: hidden;
}

.jlhzsp-slide .swiper-slide .img-con img {
    display: block;
    width: 100%;
    height: 100%;
    transition: .3s;
}


.jlhzsp-slide .swiper-slide .text-con {
    float: right;
    width: 340px;
    box-sizing: border-box;
    padding-right: 60px;
    padding-top: 130px;
}

.jlhzsp-slide .swiper-slide .text-con .title {
    font-size: 30px;
    font-weight: bold;
    color: #feffff;
    overflow: hidden;
    line-height: 1.8;
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
}

.jlhzsp-slide .swiper-slide .text-con .desc {
    font-size: 18px;
    line-height: 36px;
    color: #feffff;
    margin-top: 60px;
    height: 200px;
}

.jlhzsp-slide .swiper-slide .text-con .see-complete {
    background: url(zf_Ej2024_GjjlNav5On.png) no-repeat left center;
    background-size: auto 24px;
    padding-left: 35px;
    transition: .3s;
    color: #feffff;
    position: absolute;
    bottom: 50px;
    right: 200px;
}

.jlhzsp-slide .swiper-slide .text-con .see-complete a {
    color: #feffff;
    text-decoration: underline;
}

.jlhzsp-slide .swiper-slide:hover img {
    transform: scale(1.1);
    transition: .3s;
}

.jlhzsp-slide .swiper-slide:hover .see-complete {
    background: url(zf_Ej2024_GjjlNav5On.png) no-repeat left center;
    background-size: auto 26px;
    transition: .3s;
}

.jlhzsp-slide .swiper_button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 180px;
    height: 40px;
}

.jlhzsp-slide .swiper-button-prev2 {
    background: #005bac url(zf_Ej2024_gjjlSlideArr.png) no-repeat center center;
    /* background-size: 54px 42px; */
}

.jlhzsp-slide .swiper-button-prev2:hover {
    background: #005bac;
}

.jlhzsp-slide .swiper-button-next2 {
    background: #00aaa2 url(zf_Ej2024_gjjlSlideArr.png) no-repeat center center;
}

.jlhzsp-slide .swiper-button-next2.active {
    background: #00aaa2;
}

/* 8.交流合作-图片 */
.jlhztp-slide {
    position: relative;
    width: 1400px;
    height: 770px;
    background: url(zf_Ej2024_jlhztpSlideBg.png) no-repeat;
    margin: 68px auto 74px auto;
    box-sizing: border-box;
    padding: 63px 46px 0 51px;

}

.jlhztp-slide .left-swiper {
    float: left;
    width: 1045px;
    height: 650px;
    /* border: 1px solid #000; */
}

.jlhztp-slide .left-swiper .img-con {
    width: 1045px;
    height: 560px;
    border-radius: 8px;
    overflow: hidden;
}

.jlhztp-slide .left-swiper .img-con img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    transition: .3s;
    object-fit: cover;
}

.jlhztp-slide .left-swiper .txt-con {
    font-size: 22px;
    font-weight: bold;
    height: 90px;
    line-height: 90px;
    padding-left: 60px;
    background: url(zf_Ej2024_GjjlNav6.png) no-repeat 2px center;
    background-size: 43px auto;
}

.jlhztp-slide .swiper-pagination-fraction {
    position: absolute;
    width: 65px;
    text-align: right;
    right: 0;
    left: auto;
    bottom: 20px;
    font-size: 18px;
    color: #999999;
}

.jlhztp-slide .swiper-pagination-current {
    font-size: 28px;
    color: #005bac;
}

.right-swiper-con {
    position: relative;
    width: 222px;
    float: left;
    height: 560px;
    margin-left: 30px;
}

.right-swiper {
    position: relative;
    width: 222px;
    height: 560px;
}

.right-swiper .swiper-slide {
    width: 222px;
    height: 125px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
}

.right-swiper .swiper-slide .img-con {
    display: block;
    width: 100%;
    height: 100%;
}

.right-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jlhztp-prev,
.jlhztp-next {
    position: absolute;
    bottom: -38px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 15px;
    background: url(zf_Ej2024_jlhztpSlideRD.png) no-repeat;
}

.jlhztp-prev {
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: url(zf_Ej2024_jlhztpSlideRU.png) no-repeat;
}

.jlhztp-slide .right-swiper .swiper-slide.swiper-slide-active {
    border: 5px solid #005bac;
}

.jlhtp-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jlhtp-list li {
    width: 442px;
    font-size: 20px;
    line-height: 30px;
    color: #1a1a1a;
    font-weight: bold;
    margin-bottom: 40px;
}

.jlhtp-list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.jlhtp-list li .img-con {
    padding: 19px 17px;
    width: 442px;
    height: 310px;
    box-sizing: border-box;
    background: url(zf_Ej2024_jlhztpListBg.png) no-repeat;
    margin-bottom: 20px;
    overflow: hidden;
}
.jlhtp-list li .img-con .img-pic {
    overflow: hidden;
    box-shadow: 0 0 20px 0 #ddbf9b;
}
.jlhtp-list li img {
    display: block;
    width: 100%;
    height: 100%;
    transition: .3s;
    object-fit: cover;
}

.jlhtp-list li .txt-con {
    padding: 0 10px;
    height: 90px;
    overflow: hidden;
}

.jlhtp-list li:hover img {
    transform: scale(1.1);
    transition: .3s;
}

/* 9.《中国非洲学刊》-发刊词 */
.Journal-nav {
    height: 90px;
    line-height: 90px;
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
    box-shadow: 0 2px 10px rgba(173, 173, 173, .12);
}

.Journal-nav ul {
    width: 1400px;
    margin: 0 auto;
}

.Journal-nav li {
    float: left;
    width: 250px;
    text-align: center;
    font-size: 24px;
    color: #1a1a1a;
}

.Journal-nav li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #1a1a1a;
}

.Journal-nav li a:hover {
    font-weight: bold;
    color: #005bac;
}

.Journal-nav li.on {
    background: url(zf_Ej2024_JournalNavOnBg.jpg) no-repeat;
}

.Journal-nav li.on a {
    color: #fff;
    font-weight: bold;
}

.Journal-con .big-title {
    position: relative;
    font-size: 40px;
    line-height: 50px;
    color: #005bac;
    text-align: center;
    margin-top: 75px;
    margin-bottom: 80px;
}

.Journal-con .big-title::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 50px;
    background: #00aaa2;
    left: 50%;
    top: 80px;
;
    transform: translateX(-50%);
}

.Journal-fkc p {
    font-size: 22px;
    line-height: 46px;
    color: #1a1a1a;
    text-indent: 2em;
    margin-bottom: 25px;
}
.Journal-alone {
    margin-bottom: 60px;
}
.Journal-alone p {
    font-size: 20px!important;
    line-height: 2!important;
    color: #1a1a1a;
    margin-bottom: 1em;
}
.Journal-fkc {
    background: url(zf_Ej2024_JournalFkcBottom.jpg) no-repeat center bottom;
}

.Journal-fkc .img-txt {
    position: relative;
    height: 1250px;
}

.Journal-fkc .txt1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 897px;
    height: 1005px;
    background: url(zf_Ej2024_JournalFkcBg.jpg);
    padding: 65px 75px;
    padding-right: 140px;
    box-sizing: border-box;
}

.Journal-fkc .txt1 p {
    color: #fff;
}

.Journal-fkc .img1 {
    position: absolute;
    left: 830px;
    top: 185px;
    width: 570px;
    height: 435px;
}

.Journal-fkc .img2 img,
.Journal-fkc .img1 img {
    display: block;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.Journal-fkc .img2 img:hover,
.Journal-fkc .img1 img:hover {
    transform: scale(1.1);
    transition: .3s;
}

.Journal-fkc .txt2 {
    position: absolute;
    width: 336px;
    height: 490px;
    left: 970px;
    top: 700px;
}

.Journal-fkc .img2 {
    position: absolute;
    width: 598px;
    height: 337px;
    left: 80px;
    top: 850px;
}

.Journal-fkc-bottom {
    padding: 0 80px;
    padding-bottom: 50px;
}

/* 10.《中国非洲学刊》-编委会 */
.bwh-list li {
    position: relative;
    height: 384px;
    box-shadow: 0 0 16px rgba(173, 173, 173, .2);
    margin-bottom: 50px;
    background: url(zf_Ej2024_JournalBwhListBg.png) no-repeat;
}

.bwh_box li {
    height: auto;
    padding: 70px 300px 60px;
}
.bwh-list li::after {
    position: absolute;
    background: url(zf_new_ico.png) no-repeat;
    content: "";
    width: 80px;
    height: 80px;
    right: 78px;
    top: -28px;
}

.bwh-list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 35px 43px;
}

.bwh-list li .left-img {
    position: relative;
    float: left;
    width: 239px;
    height: 313px;
    overflow: hidden;
}

.bwh-list li .left-img img {
    transition: .3s;
    width: 100%;
    height: 100%;
}

.bwh-list li .left-img::after {
    position: absolute;
    content: "";
    width: 11px;
    height: 222px;
    left: -10px;
    top: 15px;
    background: url(zf_Ej2024_JournalBwhL.png) no-repeat;
}

.bwh-list li .right-txt {
    float: right;
    width: 1005px;
}

.bwh-list li .title {
    font-size: 18px;
    color: #005bac;
    margin-bottom: 35px;
    padding-top: 30px;
}

.bwh-list li .title .name {
    font-size: 32px;
    font-weight: bold;
    margin-right: 10px;
}

.bwh-list li .study-item {
    overflow: hidden;
    font-size: 18px;
    line-height: 1.8;
    color: #707070;
    margin-bottom: 20px;
}

.bwh-list li .study-item .item-left {
    width: 95px;
    float: left;
}

.bwh-list li .study-item .item-right {
    width: 910px;
    float: left;
}

.bwh-list li:hover img {
    transform: scale(1.1);
    transition: .3;
}

/* 11.《中国非洲学刊》-征稿启事*/

.zgqs-list ul li {
    width: 670px;
    height: 166px;
}

.zgqs-list ul li:hover {
    background: url(zf_Ej2024_JournalZgqsListBg.png) no-repeat right bottom;
}

.zgqs-list li .right-title {
    width: 480px;
    font-size: 26px;
}

.zgqs-list li::after {
    width: 670px;
}


/* 13.学术资源 */
.xszy-top {
    width: 1400px;
    height: 568px;
    background: url(zf_Ej2024_XszyTopBg.jpg) no-repeat;
    margin-top: 66px;
    box-sizing: border-box;
    padding-top: 96px;
    margin-bottom: 60px;
}

.xszy-top .title {
    height: 102px;
    line-height: 102px;
    text-align: center;
    font-size: 40px;
    color: #ffffff;
}
.xszy-top .title img {
    height: 102px;
}
.xszy-top .title span {
    position: relative;
    margin-left: 20px;
}

.xszy-top .title span::after {
    position: absolute;
    content: "";
    width: 53px;
    height: 4px;
    background: #ffffff;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
}

.xszy-top .desc {
    font-size: 20px;
    line-height: 40px;
    width: 1100px;
    text-align: justify;
    color: #fff;
    margin: 0 auto;
    margin-top: 50px;
    text-indent: 2em;
}

.xszy-top .see-detail {
    position: relative;
    width: 209px;
    height: 55px;
    line-height: 55px;
    background: url(zf_Ej2024_YfxhseeDpng.png) no-repeat;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #ffffff;

    box-sizing: border-box;
    margin-top: 40px;
}

.xszy-top .see-detail a {
    display: block;
    height: 100%;
    color: #ffffff;
    padding-right: 50px;
}

.xszy-top .see-detail::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 8px;
    background: url(zf_Ej2024_YfxhRArr.png) no-repeat;
    top: 50%;
    transform: translateY(-50%);
    left: 130px;
    transition: .3s;
}

.xszy-top .see-detail:hover::after {
    left: 140px;
    transition: .3s;
}

/* 14.搜索页 */
.search-con {
    height: 130px;
    background: #f7f7f7;
    padding: 39px 196px;
    margin-top: 65px;

}

.search-con input {
    display: block;
    float: left;
    height: 52px;
}

.search-input {
    border-radius: 8px;
    overflow: hidden;
}

.search-con input.input-text {
    width: 847px;
    box-sizing: border-box;
    color: #000;
    font-size: 20px;
    color: #005bac;
    line-height: 52px;
    padding: 0 15px;
}

.search-con input.input-submit {
    background: #005bac url(zf_Ej2024_SearchIcon.png) no-repeat 44px center;
    height: 52px;
    width: 160px;
    font-size: 20px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 30px;
    /* background: #00aaa2; */
    cursor: pointer;
}

.search-result-list .sum-info {
    overflow: hidden;
    /* height: 36px; */
    line-height: 36px;
    margin-top: 24px;
}

.search-result-list .sum-info div {
    float: left;
}

.search-result-list .sum-info .sort-type {
    float: right;
}

.search-result-list .sum-info span {
    color: #e84820;
}

.search-result-list .sort-type div {
    background: #f7f7f7;
    width: 130px;
    height: 36px;
    border: 1px solid #96bee2;
    font-size: 16px;
    color: #005bac;
    border-radius: 4px;
    text-align: center;
    margin-left: 15px;
    cursor: pointer;
}

.search-result-list .sort-type div.on {
    color: #fff;
    background: #005bac;
}

.search-result-list .result-list {
    margin-top: 20px;
}

.search-result-list li {
    /* height: 180px; */
    border-bottom: 1px solid #e0ebf5;
    padding: 20px 0;
    box-sizing: border-box;
}

.search-result-list li .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
}

.search-result-list li .desc {
    font-size: 16px;
    color: #707070;
    margin-bottom: 20px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}

.search-result-list li .pubtime {
    font-size: 16px;
    color: #1a1a1a;
}

.search-result-list li .pubtime span {
    font-size: 16px;
    color: #005bac;
}

/* 关于我们 */
.page-title-con .blue {
    background: url(zf_Ej2024_TopTBgBlue.png) no-repeat;
}

.aboutus-center-con {
    width: 100%;
    /* max-width: 1920px; */
    margin: 0 auto;
    position: relative;
}

.aboutus-center-con .aboutus_tab {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    box-shadow: 0 2px 10px rgba(173, 173, 173, .12);
}

.aboutus-center-con .aboutus_tab ul {
    height: 90px;
    width: 1400px;
    margin: 0 auto;
}

.aboutus-center-con .aboutus_tab ul li {
    width: 249px;
    height: 90px;
    text-align: center;
    font-size: 24px;
    line-height: 90px;
    float: left;
    cursor: pointer;
}

.aboutus-center-con .aboutus_tab ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #1a1a1a;
}

.aboutus-center-con .aboutus_tab::after {
    clear: both;
}

.aboutus-center-con .aboutus_tab ul li:hover {
    color: #fff;
    background-image: url(zf_aboutus_tab.png);
}

.aboutus-center-con .aboutus_tab ul li:hover a {
    color: #fff;
}

.aboutus-center-con .aboutus_tab .active {
    color: #fff;
    background-image: url(zf_aboutus_tab.png);
}

.aboutus-center-con .aboutus_tab .active a {
    color: #fff;
}

.aboutus-center-con .aboutus_map {
    width: 100%;
    height: 620px;
    position: relative;
    left: 0px;
    background-image: url(zf_aboutus_map.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.aboutus-center-con .aboutus_map .abouts_map_right_bg {
    float: right;
    width: 591px;
    height: 550px;
    background-color: #114da0;
    opacity: .8;
    /* position: absolute; */
    /* right: 350px; */
    /* bottom: 0px; */
    /* transform: translateX(350px); */
    color: #fff;
    /* font-weight: bold; */
    font-size: 20px;
    padding-left: 56px;
    padding-top: 56px;
    line-height: 60px;
    margin-top: 70px;
}

.aboutus-center-con .aboutus_map .abouts_map_right_bg .h1 {
    font-size: 42px;

}

.aboutus-center-con .aboutus_map .abouts_map_right_bg .line {
    width: 50px;
    height: 4px;
    background-color: #00aaa2;
    margin: 10px 0px 20px 0px;
}

/* 15.  详情页 */
.article-det {
    border: 1px solid #ccdeee;
    padding: 50px 80px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.article-det .newscontent-head {
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 40px;
}

.newscontent-info {
    height: 55px;
    line-height: 32px;
    font-size: 16px;
    color: #070707;
    padding-bottom: 0px;
    overflow: hidden;
    margin-bottom: 30px;
    border-bottom: 1px solid #e0ebf5;
}
.newscontent-info .font-size span {
    margin: 0 2px;
}
.newscontent-info img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -1px;
}

.newscontent-info>div {
    float: left;
    margin: 0 15px;
}

.newscontent-info .font-size span,
.newscontent-info div.share img,
.newscontent-info div.print {
    cursor: pointer;
}

.newscontent-info div.share,
.newscontent-info div.print {
    float: right;
}

.newscontent-info div.share i {
    opacity: 0.7;
    transition: .3s;
}

.newscontent-info div.share i:hover {
    opacity: 1;
    transition: .3s;
}

.newscontent-info .font-size span.on {
    font-weight: bold;
    color: #005bac;
}

.newscontent-body {

}

.newscontent-body p {
    font-size: 20px;
    line-height: 2!important;
    color: #1a1a1a;
    margin-bottom: 1em;
    font-family: "Microsoft YaHei"!important;
    text-indent: 2em;
}


.newscontent-body img {
    display: block;
    max-width: 800px;
    margin: 0 auto 0;
}

.newscontent-body p.img-desc {
    text-align: center;
    color: #005bac;
    font-size: 22px;
    font-family: "宋体";
}

/*视频*/
.center_video{
    max-width: 100%;
    padding: 40px 0;
    margin: 0 auto;
    text-align: center;
}
.center_video video {
    max-width: 70%;
    min-width: 70%;
}
.center_video * {
    box-sizing: border-box;
}
.center_video a {
    transition:color .2s ease-out;
    text-decoration:none
}

/* 18.关于我们-学者介绍 */
.scholar-introduce {
    width: 1400px;
    margin: 0 auto;
}

.department-intro {
    position: relative;
    margin-top: 60px;
    margin-bottom: 75px;
    height: 465px;
}

.department-intro::after {
    position: absolute;
    content: "";
    width: 1328px;
    height: 345px;
    right: -20px;
    bottom: -20px;
    z-index: -1;
    background: #025cac;
}

.department-intro .left-img {
    float: left;
    width: 750px;
    height: 417px;
    margin-top: 50px;
    overflow: hidden;
}

.department-intro .left-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.department-intro .left-img img:hover {
    transform: scale(1.1);
    transition: .3s;
}

.department-intro .right-txt {
    float: left;
    width: 650px;
    height: 470px;
    box-shadow: 0 0 16px rgba(173, 173, 173, .18);
    background: url(zf_Ej2024_gywmRBg.png) no-repeat;
    padding: 60px 65px;
}

.department-intro .title {
    font-size: 36px;
    color: #1a1a1a;
    margin-bottom: 45px;
}

.department-intro .desc {
    font-size: 18px;
    line-height: 36px;
    color: #1a1a1a;
}

.department-intro .seemore {
    /* float: left; */
    font-size: 16px;
    line-height: 16px;
    color: #005bac;
    margin-top: 40px;
}

.department-intro .seemore a {
    display: block;
    color: #005bac;
    padding-right: 40px;
    background: url(zf_more_ico.png) no-repeat 110px 2px;
    transition: .3s;
}

.department-intro .seemore:hover a {
    background: url(zf_more_ico.png) no-repeat 116px 2px;
    transition: .3s;
}

.scholar-introduce ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

.scholar-introduce li {
    width: 660px;
    margin-bottom: 80px;
}

.scholar-introduce li .img-con {
    position: relative;
    float: left;
    width: 216px;
    height: 273px;
    padding: 0 0 8px 8px;
    overflow: hidden;
}
.scholar-introduce li .img-con .img-pic {
    overflow: hidden;
    width: 200px;
    height: 264px;
}
.scholar-introduce li:hover img {
    transform: scale(1.1);
    transition: .3s;
}

.scholar-introduce li .img-con::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(zf_Ej2024_aboutUsPerBg.png) no-repeat left bottom;
    z-index: -1;
}

.scholar-introduce li .img-con img {
    display: block;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.scholar-introduce li .txt-con {
    position: relative;
    float: right;
    width: 415px;
    height: 280px;
    border-bottom: 1px solid #d7d7d7;
}

.scholar-introduce li .txt-con::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #005bac;
    transition: .3s;
}

.scholar-introduce li:hover .txt-con::after {
    width: 100%;
    transition: .3s;
}

.scholar-introduce li .txt-con .title {
    font-size: 32px;
    color: #1a1a1a;
    font-weight: bold;
    margin-bottom: 20px;
}

.scholar-introduce li:hover .txt-con .title {
    color: #005bac;
}

.scholar-introduce li .desc .style-item {
    overflow: hidden;
    font-size: 17px;
    color: #707070;
    margin-bottom: 10px;
    line-height: 30px;
}

.scholar-introduce li .desc .style-item div {
    float: left;
}

.scholar-introduce li .desc .style-item div.item-left {
    width: 90px;
    /* text-align-last: justify; */
}

.scholar-introduce li .desc .style-item div.item-right {
    width: 315px;
    /* text-align-last: justify; */
}

/* 12.《中国非洲学刊》-目录 */
.xkml-main-slide {
    position: relative;
    height: 757px;
    width: 1400px;
    margin: 0 auto;
    background: url(zf_Ej2024_NewsSlideBg.jpg) no-repeat 80px 20px;
    overflow: hidden;
    padding-top: 20px;
}

.xkml-main-slide .left-img {
    float: left;
    height: 545px;
    width: 375px;
    background: url(zf_Ej2024_fzxkSlideLBg.jpg) no-repeat bottom right;
    text-align: center;
    font-size: 22px;
    color: #ad7c59;
    font-weight: bold;

}

.xkml-main-slide .left-img .img-title {
    padding-top: 45px;
    color: #ad7c59;
    margin-bottom: 50px;
}

.xkml-main-slide .left-img img {
    width: 215px;
    height: 307px;
    transition: .3s
}

.xkml-main-slide .left-img:hover img {
    transform: scale(1.1);
    transition: .3s
}

.xkml-main-slide .right-txt {
    float: left;
    width: 999px;
    height: 624px;
    box-shadow: 0 0 16px rgba(173, 173, 173, .2);
    background: #fff;
    padding-left: 55px;
    padding-top: 46px;
    font-size: 18px;
    line-height: 30px;
    padding-right: 30px;
    background: #ffffff url(zf_Ej2024_qkmlSRbg.png) no-repeat right bottom;
}

.xkml-main-slide .right-txt .title {
    height: 56px;
    line-height: 56px;
    font-size: 22px;
    padding-left: 15px;
    font-weight: bold;
    color: #ad7c59;
    background: url(zf_Ej2024_qkmlStBg.png) no-repeat;
    margin-bottom: 25px;
}

.xkml-main-slide .right-txt .desc span {
    float: right;
    font-family: "楷体";
    font-size: 18px;
}

.xkml-main-slide .dots {
    position: absolute;
    width: 79px;
    height: 79px;
    background: url(zf_new_ico.png) no-repeat;
    right: 126px;
    bottom: 63px;
    z-index: 999;
}

.xkml-main-slide .swiper_button {
    position: absolute;
    width: 152px;
    bottom: 27px;
    left: 773px;
    margin-top: 0;
}

.xkml-main-slide .swiper_button div {
    position: relative;
    float: left;
    margin-top: 0;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
}

.xkml-main-slide .swiper-container2 {
    overflow: visible;
    height: 737px;
}

.xkml-bottom-slide {
    padding-top: 70px;
    height: 721px;
    background: url(zf_Ej2024_qkmlbSliBg.png) no-repeat;
    margin-top: 39px;
}

.xkml-bottom-slide .time-shaft {
    width: 1244px;
    margin: 0 auto;
    overflow: hidden;
}

.xkml-bottom-slide .time-shaft .swiper-slide {
    width: 248px !important;
    font-size: 20px;
    color: #c9b8ad;
    font-weight: bold;
    width: 250px;
    height: 56px;
    text-align: center;
    background: url(zf_Ej2024_qkmlS2TimeBg.png) no-repeat left bottom;
    background-size: 250px auto;
    cursor: pointer;
}

.xkml-bottom-slide .time-shaft .swiper-slide.on {
    width: 250px !important;
    color: #c28d67;
    background: url(zf_Ej2024_qkmlS2TimeBgOn.png) no-repeat left bottom;
    background-size: 250px auto;
}

.xkml-bottom-slide .time-shaft .swiper-slide.on+.swiper-slide {
    background: url(zf_Ej2024_qkmlS2TimeBg.png) no-repeat center bottom;
    width: 246px !important;
}

.xkml-bottom-slide .time-shaft .swiper-slide:last-child {
    width: 250px !important;
}

.xk-cover-slide .swiper-slide {
    position: relative;
    width: 270px;
    height: 437px;
}

.xk-cover-slide {
    display: none;
    position: relative;
    width: 1236px;
    margin: 0 auto;
    margin-top: 50px;
    /* margin-top: 34px; */
    overflow: hidden;
    height: 506px;
}
.xk-cover-slide.show {
    display: block;
}
.xk-cover-slide .swiper-slide .cover-con {
    position: relative;
    width: 270px;
    height: 387px;
    margin: 0 auto;
}

.xk-cover-slide .swiper-slide .cover-con img {
    display: block;
    width: 100%;
    height: 100%;
}

.xk-cover-slide .swiper-slide .sj-con {
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: 0;
    right: 0;
    background: url(zf_Ej2024_qkmlS2Arr.png) no-repeat;
}

.xk-cover-slide .swiper-slide .title {
    color: #333333;
    font-weight: bold;
    text-align: center;
    width: 270px;
    margin: 30px auto 0;
}

.xk-cover-slide .swiper-slide a:hover .title {
    color: #005bac;
}

.xk-cover-slide .swiper-slide a:hover .sj-con {
    background: url(zf_Ej2024_qkmlS2ArrOn.png) no-repeat;

}

.xk-cover-slide .swiper-pagination {
    width: 1137px;
    position: absolute;
    left: 0;
    bottom: 4px;
    /* border: 1px solid #000; */
    top: auto;
    background: #ead6c7;
}

.xk-cover-slide .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #c28d67;
    height: 6px;
    margin-top: -1px;
}

.xk-cover-slide .swiper-slide-btn {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 55px;
    height: 20px;
}

.xk-cover-slide .swiper-slide-btn div {
    position: relative;
    float: left;
    width: 12px;
    height: 20px;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-top: 0;
    background: url(zf_Ej2024_qkmlS2ALeft.png) no-repeat;
}

.xk-cover-slide .swiper-slide-btn div.swiper-button-next {
    float: right;
    background: url(zf_Ej2024_qkmlS2ARight.png) no-repeat;
}

/* 17.关于我们- 学者介绍-科室情况 */
.department-leader {
    position: relative;
    width: 1400px;
    height: 830px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 60px;
}

.department-leader .img-con {
    height: 630px;
    width: 100%;
    box-shadow: 0 0 16px rgb(173, 173, 173, .16);
}

.department-leader .img-con img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.department-leader .txt-con {
    position: absolute;
    width: 740px;
    height: 268px;
    bottom: 0;
    right: 98px;
    padding: 50px 45px 0;
    font-size: 20px;
    line-height: 40px;
    color: #ffffff;
    background: url(zf_Ej2024_kxqkTtBg.jpg) no-repeat;
}

.department-leader .title {
    font-size: 40px;
    color: #1a1a1a;
    margin-left: 140px;
    margin-top: 50px;
}

.department-leader .seemore {
    float: left;
    font-size: 16px;
    line-height: 16px;
    color: #005bac;
    margin-left: 140px;
    margin-top: 40px;

}

.department-leader .seemore a {
    display: block;
    color: #005bac;
    padding-right: 60px;
    background: url(zf_more_ico.png) no-repeat 165px 2px;
    transition: .3s;
}

.department-leader .seemore:hover a {
    background: url(zf_more_ico.png) no-repeat 173px 2px;
    transition: .3s;
}

.department-list ul {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.department-list li {
    width: 670px;
    height: 427px;
    box-shadow: 0 0 16px rgb(173, 173, 173, .16);
    margin-bottom: 60px;
}

.department-list li .img-con {
    width: 100%;
    height: 372px;
    overflow: hidden;
}

.department-list li:hover img {
    transform: scale(1.1);
    transition: .3s;
}

.department-list li:hover .title-con {
    font-weight: bold;
}

.department-list li .img-con img {
    display: block;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.department-list li .title-con {
    position: relative;
    z-index: 9;
    height: 56px;
    line-height: 33px;
    text-align: center;
    font-size: 28px;
}

.department-list li .title-con::before {
    position: absolute;
    content: "";
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 499px;
    height: 42px;
    background: url(zf_Ej2024_kssListTBg.png) no-repeat;
}

.department-list li .title-con span {
    position: relative;
}

.department-list li .title-con span::before,
.department-list li .title-con span::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 21px;
    top: 50%;
    transform: translateY(-50%);
    background: url(zf_Ej2024_kssListTitle.png) no-repeat;
}

.department-list li .title-con span::before {
    left: -55px;
}

.department-list li .title-con span::after {
    right: -55px;
}

/* .swiper-button-next:after, .swiper-button-prev:after {
    display: none;
} */
@media screen and (max-width: 1440px) {
    .top-con {
        position: relative;
        height: 480px;
        width: 100%;
        /* max-width: 1920px; */
        margin: 0 auto;
        overflow: hidden;
    }
    .top-banner {
        width: auto;
        height: 100%;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .nav .logo {
        /* margin-left: 20px; */
    }

    .whiteNav .logo .link {
        /* width: 230px; */
        /* background-size: 220px auto; */
    }
    .topNavMore_btn {
        background: url(zf_top_navbg.png) no-repeat center;
        background-size: 100% 100%;
        width: 65px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99;
        padding-left: 0.1rem;
        cursor: pointer;
    }

    .topNavMore_btn i {
        width: 36%;
        height: 2px;
        background: #fff;
        display: block;
        margin: 15px auto 0;
        position: relative;
        border-radius: 10px;
        transition: 0.4s;
        -webkit-transition: 0.4s;
    }
    .whiteNav .nav_top_right {
        position: relative;
        float: right;
        height: 40px;
        margin-right: 75px;
        margin-top: 2px;
        z-index: 2;
    }
    .whiteNav .nav_top_right div {
        width: 30px;
        height: 30px;
        line-height: 30px;
        /* margin-left: 0.1rem; */
        float: left;
        text-align: center;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
    }

    .whiteNav .seach_btn {
        background-size: 16px;
    }

    .center-con {
        width: 1000px;
    }

    .page-title-con {
        width: 1000px;
        height: 164px;
        padding-left: 71px;
        padding-top: 57px;
    }

    .page-title-inner {
        height: 61px;
    }

    .page-title-con .title-text span {
        font-size: 40px;
        line-height: 40px;
    }

    .page-title-con .title-text span::before {
        width: 35px;
        height: 26px;
        background-size: contain;
        top: -16px;
        left: -42px;
    }

    .page-title-con .title-text span::after {
        width: 22px;
        height: 17px;
        background-size: contain;
        right: -30px;
        top: 19px;
    }

    .page-title-con .title-text i {
        font-size: 12px;
    }

    .page-title-con .location {
        font-size: 12px;
        padding-top: 13px;
    }

    .fnav-item {
        width: 103px;
        height: 87px;
    }

    .fnav-item img {
        width: 30px;
        padding-top: 16px;
    }

    .fnav-item span {
        font-size: 16px;
        margin-top: 12px;
    }

    .main-slide .slide-con {
        width: 678px;
        height: 564px;
        padding-top: 21px;
    }
    .swiper_button {
        width: 100%;
        height: 40px;
        position: relative;
        margin-top: 50px;
        bottom: 80px;
        right: -76px;
        z-index: 1;
    }
    .swiper-button-prev2 {
        right: 72px;
    }
    .swiper-button-next2,
    .swiper-button-prev2 {
        width: 54px;
        height: 42px;
        background-size: 54px 42px;
    }
    .jlhzsp-slide .swiper_button {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        width: 180px;
        height: 20px;
    }
    .jlhzsp-slide .swiper-button-prev2 {
        background: #005bac url(zf_Ej2024_gjjlSlideArr.png) no-repeat center center;
        background-size: 16px 17px;
    }
    .swiper-button-next2.active::after {
        background-size: 16px 17px;
        width: 16px;
        height: 17px;
        position: absolute;
        left: 18px;
        top: 13px;
    }

    .swiper-button-prev2.active::after {
        background-size: 16px 17px;
        width: 16px;
        height: 17px;
        position: absolute;
        left: 18px;
        top: 13px;
    }
    .jlhzsp-slide .swiper-button-next2 {
        background-size: 16px 17px;
    }
    .swiper-button-next2.active {
        width: 54px;
        height: 42px;
    }

    .main-slide .swiper-slide .img-con img {
        width: 678px;
        height: 450px;
    }

    .main-slide .swiper-slide .txt-con h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .main-slide .swiper-slide .txt-con .time {
        font-size: 14px;
        color: #fff;
    }
    .right-list {
        width: 321px;
        padding-top: 21px;
    }

    .right-list li {
        height: 90px;
    }

    .right-list li .left-text {
        height: 89px;
        width: 185px;
        padding-left: 12px;
        padding-right: 4px;
    }

    .right-list li .left-text .time {
        font-size: 12px;
        padding-top: 10px;
    }

    .right-list li .left-text .title {
        font-size: 14px;
        margin-top: 2px;
        line-height: 22px;
    }

    .right-list li .right-img {
        width: 135px;
        height: 90px;
    }
    .right-list li.on .right-img {
        border: 3px #00aaa2 solid;
        width: 138px;
    }
    .right-list li.on {
        width: 341px;
        /* height: 89px; */
    }

    .right-list li.on .left-text {
        padding-left: 28px;
    }

    .right-list li.on .left-text {
        padding-left: 12px;
    }

    .main-slide .bg-con {
        width: 1150px;
        height: 564px;
    }

    .main-slide {
        /* height: 564px; */
        margin-top: 40px;
    }
    .main-slide .center-con {
        /* height: 564px; */
        /* margin-top: 30px; */
    }
    .main-slide .swiper-slide .txt-con {
        padding-left: 65px;
        margin-top: 17px;
    }

    .dots-pic {
        width: 56px;
        height: 56px;
        bottom: -20px;
    }

    .dots-pic img {
        width: 100%;
        height: 100%;
    }

    .news-list li {
        /* height: 200px; */
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .news-list li a {
        padding: 0 40px;
    }

    .news-list li .news-title .time {
        /* height: 100px; */
        width: 50px;
        margin-right: 25px;
        border-top: 3px solid #005bac;
        margin-bottom: 10px;
    }
    .news-list li:hover .news-title .time {
        border-top: 3px solid #00aaa2;
        color: #fff;
    }
    .news-list li .news-title .time .day {
        font-size: 32px;
        padding-top: 6px;
    }

    .news-list li .news-title .time .year-month {
        font-size: 12px;
    }

    .news-list li .news-title .title {
        width: 842px;
        /* height: 92px; */
        line-height: 28px;
        font-size: 16px;
        padding: 17px 0 15px 0;
    }

    .news-list li .desc {
        font-size: 12px;
        line-height: 22px;
        overflow: hidden;
    }

    .news-list li .with-pic .pic-con {
        width: 200px;
        height: 134px;
        line-height: 134px;
        margin-top: 20px;
        margin-right: 32px;
    }

    .news-list li .with-pic .right-text {
        width: 710px;
    }

    .news-list li .with-pic .news-title .title {
        width: 635px;
    }

    .news-list li .with-pic a {
        padding: 0 24px;
    }

    /* 2.学术活动 */
    .xstop {
        bottom: 105px;
    }
    .fixed-nav.purple .fnav-item:last-child img {
        width: 24px;
        padding-top: 10px;
    }

    .academicActivityNav {
        height: 105px;
        border-bottom: 6px solid #4a4b75;
        margin-top: -105px;
    }

    .academicActivityNav ul li {
        width: 142px;
        height: 98px;
        padding-top: 18px;
    }

    .academicActivityNav li .left-pic {
        width: 62px;
        height: 62px;
        line-height: 62px;
        background-size: contain;
    }

    .academicActivityNav li .left-pic img {
        width: 30px;
    }

    .academicActivityNav li .right-text {
        font-size: 16px;
        font-weight: bold;
        height: 62px;
        line-height: 62px;
        margin-left: 14px;
    }

    .academicActivityNav li.on::after {
        width: 35px;
        height: 18px;
        left: 13px;
        bottom: -19px;
        background-size: contain;
    }

    .xshd-list {
        width: 1000px;
    }

    .xshd-list li {
        width: 230px;
        height: 370px;
        margin-bottom: 20px;
        margin-right: 26px;
    }
    .xshd-list li a {
        padding: 14px;
    }

    .xshd-list li img {
        height: 132px;
    }

    .xshd-list li .title {
        font-size: 14px;
        line-height: 22px;
        height: 76px;
        padding-top: 10px;
    }

    .xshd-list li .time {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 8px;
        margin-top: 6px;
    }

    .xshd-list li .desc {
        font-size: 12px;
        height: 96px;
        overflow: hidden;
    }

    .xshd-list li .see-detail {
        font-size: 12px;
        line-height: 12px;
        /* margin-top: 8px; */
        background: url(zf_Ej2024_xshdListItemMore.png) no-repeat 60px 2px;
        background-size: 16px;
        left: 14px;
        bottom: 14px;
    }

    .xshd-list li:hover .see-detail {
        background: url(zf_Ej2024_xshdListItemMoreHover.png) no-repeat 70px 2px;
        background-size: 16px;
    }
    .academic-achievements-nav {
        margin: 30px 0;
        height: 102px;
    }
    .academic-achievements-nav li {
        width: 111px;
        height: 100px;
        font-size: 18px;
    }

    .academic-achievements-nav li.on {
        background: url(zf_Ej2024_TyjcgNavOnBg.png) no-repeat;
        background-size: 125px 100px;
        font-weight: bold;
    }

    .academic-achievements-nav li:first-child::before,
    .academic-achievements-nav li::after {
        width: 10px;
        height: 100px;
        background-size: 10px 100px;
    }

    .academic-achievements-nav li .img-con {
        height: 62px;
        line-height: 62px;
    }

    .academic-achievements-nav li .img-con img {
        width: 40px;
    }

    .academic-achievements-nav li p {
        margin-top: 6px;
    }

    /* 3.研究成果-学术论文 */

    .xslw-list li {
        height: 118px;
        width: 310px;
    }

    .xslw-list li a {
        padding: 17px 23px;
    }

    .xslw-list li .left-time {
        width: 52px;
        height: 52px;
    }

    .xslw-list li .left-time .day {
        font-size: 30px;
        line-height: 36px;
    }

    .xslw-list li .left-time .year-month {
        font-size: 12px;
        line-height: 12px;
    }

    .xslw-list li .right-title {
        width: 192px;
        font-size: 14px;
        line-height: 22px;
        margin-left: 14px;
    }

    .xslw-list li .left-time::after {
        width: 52px;
    }

    .xslw-list li .see-more {
        right: 23px;
        bottom: 20px;
    }

    .xslw-list li::after {
        height: 118px;
        width: 310px;
    }

    .xslw-list li:hover {
        background: url(zf_Ej2024_xslwListHoverBg.png) no-repeat right bottom;
        background-size: 310px 118px;
    }

    /* 4.研究成果-学术专著 */
    .xszz-list ul li {
        width: 178px;
        margin-bottom: 50px;
        margin-right: 27px;
    }

    .xszz-list ul li .book-pic {
        height: 270px;
    }

    .xszz-list ul li .book-pic img {
        height: 270px;
        width: 178px;
    }

    /* 5.中非故事 */
    .ca-list li {
        width: 311px;
        height: 490px;
        margin-right: 33px;
    }

    .ca-list li .no-pic a {
        padding: 10px 23px;
    }

    .ca-list li .no-pic .author {
        font-size: 14px;
        height: 38px;
        line-height: 38px;
    }

    .ca-list li .no-pic h2 {
        font-size: 18px;
        line-height: 36px;
        margin-top: 20px;
        height: 108px;
    }

    .ca-list li .no-pic .text-con {
        height: 240px;
    }

    .ca-list li .no-pic .desc {
        margin-bottom: 25px;
    }

    .ca-list li .no-pic .desc p {
        font-size: 14px;
        line-height: 24px;
    }

    .ca-list li .no-pic .read_more {
        font-size: 12px;
        width: 80px;
    }

    .ca-list li .no-pic .read_more::after {
        background-size: 16px;
    }

    .ca-list li a {
        padding: 18px;
    }

    .ca-list li .with-pic .img-con {
        height: 188px;
    }

    .ca-list li .with-pic h2 {
        font-size: 18px;
        line-height: 36px;
        margin: 16px 0;
        margin-bottom: 10px;
    }

    .ca-list li .with-pic .text-con .author {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .ca-list li .with-pic .text-con .desc {
        font-size: 14px;
        line-height: 22px;
    }

    .ca-list li .with-pic .read_more {
        font-size: 12px;
        /* margin-top: 20px; */
        width: 80px;
        left: 18px;
        bottom: 18px;
    }

    .ca-list li .read_more::after {
        background-size: 16px;
    }

    /* 6.交流合作-国际交流 */
    .gjjl-nav li {
        width: 185px;
        height: 65px;
    }

    .gjjl-nav li .img-con {
        height: 57px;
        line-height: 57px;
        padding-left: 52px;
        margin-right: 8px;
    }

    .gjjl-nav li .img-con img {
        width: 24px;
    }

    .gjjl-nav li .txt-con {
        height: 57px;
        line-height: 57px;
        font-size: 16px;
    }

    .gjjl-list li {
        width: 228px;
        height: 278px;
        margin-top: 40px;
        margin-right: 29px;
    }

    .gjjl-list li a {
        padding: 14px;
    }

    .gjjl-list li a .img-con {
        height: 132px;
    }

    .gjjl-list li .title {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
        height: 48px;
    }

    .gjjl-list li .time {
        font-size: 14px;
        margin-top: 14px;
    }

    .gjjl-list li .see-detail {
        font-size: 12px;
        width: 80px;
        margin-top: 8px;
    }

    .gjjl-list li .see-detail::after {
        background-size: 16px 6px;
    }

    .gjjl-list li:hover .see-detail::after {
        background-size: 16px 6px;
    }

    /* 7.交流合作-视频 */
    .jlhzsp-slide {
        width: 1000px;
        height: 482px;
        margin-top: 50px;
    }

    .jlhzsp-slide .swiper-container {
        width: 1000px;
        height: 410px;
    }
    .jlhzsp-slide .swiper-slide {
        background: url(zf_Ej2024_jlhzspSlideBg.png) no-repeat right bottom;
        background-size: auto 370px;
    }
    .jlhzsp-slide .swiper-slide .img-con {
        height: 375px;
        width: 718px;
    }

    .jlhzsp-slide .swiper-slide .text-con {
        width: 242px;
        padding-right: 42px;
        padding-top: 80px;
    }

    .jlhzsp-slide .swiper-slide .text-con .title {
        font-size: 22px;
    }

    .jlhzsp-slide .swiper-slide .text-con .desc {
        font-size: 14px;
        line-height: 28px;
        margin-top: 30px;
        height: 170px;
    }

    .jlhzsp-slide .swiper-slide .text-con .see-complete {
        background: url(zf_Ej2024_GjjlNav5On.png) no-repeat left center;
        background-size: auto 18px;
        padding-left: 25px;
        font-size: 12px;
        bottom: 35px;
        right: 155px;
    }

    .jlhzsp-list {
        margin-top: 57px;
    }

    .jlhzsp-list li {
        position: relative;
        height: 403px;
        width: 478px;
        background: url(zf_Ej2024_jlhzspLiBgBlue.jpg) no-repeat center bottom;
        margin-bottom: 42px;
        background-size: contain;
    }

    .jlhzsp-list li .img-con {
        width: 442px;
        height: 242px;
        box-shadow: 0 6px 16px rgba(153, 153, 153, .4);
    }

    .jlhzsp-list li .txt-con {
        width: 442px;
    }

    .jlhzsp-list .play-btn {
        position: absolute;
        width: 53px;
        height: 53px;
        background: url(zf_Ej2024_jlhzspPlay.png) no-repeat;
        background-size: contain;
        top: 100px;
    }

    .jlhzsp-list li .title {
        font-size: 17px;
        line-height: 26px;
        padding: 18px 0 9px 0;
    }

    .jlhzsp-list li .desc {
        font-size: 14px;
        line-height: 22px;
    }

    .jlhzsp-list li .see-complete {
        font-size: 12px;
        height: 17px;
        line-height: 17px;
        background: url(zf_Ej2024_GjjlNav5On.png) no-repeat left center;
        background-size: auto 17px;
        padding-left: 25px;
        margin-top: 25px;
        left: 20px;
        bottom: 20px;
    }

    .jlhzsp-list li:hover .see-complete {
        background: url(zf_Ej2024_GjjlNav5On.png) no-repeat left center;
        background-size: auto 16px;
    }

    /* 8.交流合作-图片 */

    .jlhztp-slide {
        width: 1000px;
        height: 550px;
        background: url(zf_Ej2024_jlhztpSlideBg.png) no-repeat;
        margin: 48px auto 52px auto;
        padding: 45px 32px 0 36px;
        background-size: contain;
    }

    .jlhztp-slide .left-swiper {
        float: left;
        width: 746px;
        height: 464px;
    }

    .jlhztp-slide .left-swiper .img-con {
        width: 746px;
        height: 400px;
        border-radius: 6px;
    }

    .jlhztp-slide .left-swiper .txt-con {
        font-size: 16px;
        height: 64px;
        line-height: 64px;
        padding-left: 42px;
        background: url(zf_Ej2024_GjjlNav6.png) no-repeat 2px center;
        background-size: 30px auto;
    }

    .jlhztp-slide .swiper-pagination-fraction {
        width: 65px;
        bottom: 12px;
        font-size: 14px;
    }

    .jlhztp-slide .swiper-pagination-current {
        font-size: 20px;
    }

    .right-swiper-con {
        width: 158px;
        height: 400px;
        margin-left: 22px;
    }

    .right-swiper {
        width: 158px;
        height: 400px;
    }

    .right-swiper .swiper-slide {
        width: 158px;
        height: 89px;
        border-radius: 4px;
    }

    .jlhztp-prev {
        top: -10px;
        left: 50%;
    }

    .jlhtp-list li {
        width: 315px;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 28px;
    }

    .jlhtp-list li .img-con {
        padding: 12px;
        width: 315px;
        height: 221px;
        background: url(zf_Ej2024_jlhztpListBg.png) no-repeat;
        background-size: contain;
        margin-bottom: 10px;
    }

    .jlhtp-list li .txt-con {
        padding: 0 7px;
        height: 66px;
    }

    /* 9.《中国非洲学刊》-发刊词 */
    .Journal-nav {
        height: 64px;
        line-height: 64px;
    }

    .Journal-nav ul {
        width: 1000px;
    }

    .Journal-nav li {
        width: 178px;
        font-size: 18px;
    }

    .Journal-con .big-title {
        font-size: 30px;
        line-height: 36px;
        margin-top: 54px;
        margin-bottom: 56px;
    }

    .Journal-con .big-title::after {
        top: 56px;
    }
    .Journal-alone {
        margin-bottom: 50px;
    }
    .Journal-fkc p {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 18px;
    }
    .Journal-alone p {
        font-size: 16px!important;
        line-height: 2!important;
        color: #1a1a1a;
        margin-bottom: 1em;
    }
    .Journal-fkc .img-txt {
        height: 893px;
    }

    .Journal-fkc .txt1 {
        width: 640px;
        height: 718px;
        background: url(zf_Ej2024_JournalFkcBg.jpg);
        padding: 46px 54px;
        padding-right: 100px;
    }

    .Journal-fkc .img1 {
        left: 592px;
        top: 132px;
        width: 407px;
        height: 310px;
    }

    .Journal-fkc .txt2 {
        width: 240px;
        height: 350px;
        left: 690px;
        top: 500px;
    }

    .Journal-fkc .img2 {
        width: 427px;
        height: 240px;
        left: 57px;
        top: 607px;
    }

    /* 10.《中国非洲学刊》-编委会 */
    .bwh-list li {
        height: 274px;
        margin-bottom: 36px;
        background: url(zf_Ej2024_JournalBwhListBg.png) no-repeat;
        background-size: contain;
    }
    .bwh_box li {
        height: auto;
        padding: 50px 150px 40px;
    }
    .bwh-list li a {
        padding: 25px 30px;
    }

    .bwh-list li .left-img {
        width: 170px;
        height: 223px;
    }

    .bwh-list li .right-txt {
        width: 717px;
    }

    .bwh-list li .title {
        font-size: 14px;
        margin-bottom: 15px;
        padding-top: 16px;
    }

    .bwh-list li .title .name {
        font-size: 22px;
        margin-right: 7px;
    }

    .bwh-list li .study-item {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 14px;
    }

    .bwh-list li .study-item .item-left {
        width: 80px;
    }

    .bwh-list li .study-item .item-right {
        width: 630px;
    }

    .bwh-list li::after {
        width: 57px;
        height: 57px;
        right: 55px;
        top: -20px;
        background-size: contain;
    }

    /* 11.《中国非洲学刊》-征稿启事 */
    .zgqs-list ul li {
        width: 478px;
        height: 118px;
    }

    .zgqs-list li::after {
        width: 478px;
        height: 118px;
    }
    .xslw-list li:hover::after {
        border-right: 5px solid #02aaa2;
        border-bottom: 5px solid #02aaa2;
        transition: 0.3s;
    }
    .zgqs-list ul li:hover {
        background: url(zf_Ej2024_JournalZgqsListBg.png) no-repeat right bottom;
        background-size: contain;
    }

    .zgqs-list li .right-title {
        width: 342px;
    }

    /* 12.《中国非洲学刊》-目录 */

    .xkml-main-slide {
        height: 540px;
        width: 1000px;
        background: url(zf_Ej2024_NewsSlideBg.jpg) no-repeat 57px 14px;
        padding-top: 14px;
    }

    .xkml-main-slide .swiper-container2 {
        height: 526px;
    }

    .xkml-main-slide .left-img {
        height: 390px;
        width: 267px;
        background: url(zf_Ej2024_fzxkSlideLBg.jpg) no-repeat bottom right;
        font-size: 16px;
    }

    .xkml-main-slide .left-img .img-title {
        padding-top: 32px;
        margin-bottom: 35px;
    }

    .xkml-main-slide .left-img img {
        width: 153px;
        height: 220px;
    }

    .xkml-main-slide .right-txt {
        width: 713px;
        height: 445px;
        padding-left: 32px;
        padding-top: 32px;
        font-size: 14px;
        line-height: 22px;
        padding-right: 22px;
        background: #ffffff url(zf_Ej2024_qkmlSRbg.png) no-repeat right bottom;
    }

    .xkml-main-slide .right-txt .title {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding-left: 15px;
        background: url(zf_Ej2024_qkmlStBg.png) no-repeat;
        background-size: contain;
        margin-bottom: 18px;
    }

    .xkml-main-slide .right-txt .desc span {
        font-size: 14px;
    }

    .xkml-main-slide .swiper_button {
        width: 110px;
        bottom: 20px;
        left: 552px;
    }

    .xkml-main-slide .dots {
        position: absolute;
        width: 56px;
        height: 56px;
        background: url(zf_new_ico.png) no-repeat;
        background-size: contain;
        right: 126px;
        bottom: 43px;
        z-index: 999;
    }

    .xkml-bottom-slide {
        padding-top: 50px;
        height: 515px;
        background: url(zf_Ej2024_qkmlbSliBg.png) no-repeat;
        background-size: contain;
        margin-top: 28px;
    }

    .xkml-bottom-slide .time-shaft {
        width: 890px;
    }

    .xkml-bottom-slide .time-shaft .swiper-slide {
        width: 177px !important;
        font-size: 14px;
        height: 40px;
        background: url(zf_Ej2024_qkmlS2TimeBg.png) no-repeat left bottom;
        background-size: 180px auto;
    }

    .xkml-bottom-slide .time-shaft .swiper-slide.on {
        width: 180px !important;
        color: #c28d67;
        background: url(zf_Ej2024_qkmlS2TimeBgOn.png) no-repeat left bottom;
        background-size: 180px auto;
    }

    .xkml-bottom-slide .time-shaft .swiper-slide:last-child {
        width: 180px !important;
    }

    .xkml-bottom-slide .time-shaft .swiper-slide.on+.swiper-slide {
        background: url(zf_Ej2024_qkmlS2TimeBg.png) no-repeat center bottom;
        background-size: 180px auto;
        width: 178px !important;
    }

    .xk-cover-slide {
        width: 882px;
        margin-top: 40px;
        /* margin-top: 24px; */
        height: 370px;
    }

    .xk-cover-slide .swiper-slide {
        position: relative;
        width: 192px;
        height: 312px;
    }

    .xk-cover-slide .swiper-slide .cover-con {
        width: 192px;
        height: 276px;
    }

    .xk-cover-slide .swiper-slide .sj-con {
        position: absolute;
        width: 71px;
        height: 71px;
        background: url(zf_Ej2024_qkmlS2Arr.png) no-repeat;
        background-size: 71px 71px;
    }

    .xk-cover-slide .swiper-slide a:hover .sj-con {
        background-size: 71px 71px;
    }

    .xk-cover-slide .swiper-slide .title {
        width: 192px;
        margin-top: 20px;
        font-size: 14px;
    }

    .xk-cover-slide .swiper-pagination {
        width: 812px;
        bottom: 7px;
        height: 2px;
    }

    .xk-cover-slide .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #c28d67;
        height: 4px;
        margin-top: -2px;
    }

    .xk-cover-slide .swiper-slide-btn {
        bottom: 0px;
    }

    /* 13.学术资源 */
    .xszy-top {
        width: 1000px;
        height: 405px;
        background: url(zf_Ej2024_XszyTopBg.jpg) no-repeat;
        background-size: contain;
        margin-top: 47px;
        padding-top: 68px;
        margin-bottom: 42px;
    }

    .xszy-top .title {
        height: 72px;
        line-height: 72px;
        font-size: 28px;
    }

    .xszy-top .title img {
        height: 72px;
    }

    .xszy-top .desc {
        font-size: 14px;
        line-height: 28px;
        width: 785px;
        margin-top: 30px;
    }

    .xszy-top .see-detail {
        width: 150px;
        height: 39px;
        line-height: 39px;
        background: url(zf_Ej2024_YfxhseeDpng.png) no-repeat;
        background-size: contain;
        font-size: 12px;
        margin-top: 30px;
    }

    .xszy-top .see-detail a {
        display: block;
        height: 100%;
        color: #ffffff;
        padding-right: 30px;
    }

    .xszy-top .see-detail::after {
        position: absolute;
        content: "";
        width: 16px;
        height: 6px;
        background: url(zf_Ej2024_YfxhRArr.png) no-repeat;
        background-size: contain;
        left: 100px;
    }

    .xszy-top .see-detail:hover::after {
        left: 110px;
        transition: .3s;
    }

    /* 14.搜索页 */
    .search-con {
        height: 92px;
        background: #f7f7f7;
        padding: 28px 140px;
        margin-top: 46px;
    }

    .search-con input.input-text {
        width: 605px;
        font-size: 14px;
        line-height: 36px;
        height: 36px;
        padding: 0 10px;
    }

    .search-con input.input-submit {
        background: #005bac url(zf_Ej2024_SearchIcon.png) no-repeat 31px center;
        background-size: 16px;
        height: 36px;
        width: 114px;
        font-size: 14px;
        padding-left: 21px;
    }

    .search-result-list .sum-info {
        height: 26px;
        line-height: 26px;
        margin-top: 24px;
        font-size: 14px;
    }

    .search-result-list .sort-type div {
        width: 92px;
        height: 26px;
        font-size: 12px;
        border-radius: 4px;
        margin-left: 10px;
    }

    .search-result-list li {
        height: 128px;
        padding: 14px 0;
    }

    .search-result-list li .title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .search-result-list li .desc {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
        margin-bottom: 14px;
    }

    .search-result-list li .pubtime {
        font-size: 12px;
    }

    .search-result-list li .pubtime span {
        font-size: 12px;
    }

    /* 15.详情页 */
    .article-det {
        padding: 36px 57px;
        margin-top: 42px;
        margin-bottom: 42px;
    }

    .article-det .newscontent-head {
        font-size: 24px;
        line-height: 42px;
        margin-bottom: 28px;
    }

    .newscontent-info {
        height: 50px;
        line-height: 28px;
        font-size: 14px;
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .newscontent-info div {
        margin: 0 5px;
    }

    .newscontent-info div img {
        height: 12px;
        margin-top: -2px;
    }

    .newscontent-info div.share img {
        height: 28px;
    }

    .newscontent-body p {
        font-size: 16px;
    }
    .newscontent-body img {
        max-width: 600px;
    }
    .newscontent-body p.img-desc {
        font-size: 18px;
    }

    /* 16.联系我们 */
    .aboutus-center-con .aboutus_tab ul {
        height: 64px;
        width: 1000px;
    }

    .aboutus-center-con .aboutus_tab ul li {
        width: 178px;
        height: 64px;
        font-size: 18px;
        line-height: 64px;
    }

    .aboutus-center-con .aboutus_map {
        width: 100%;
        height: 442px;
    }

    .aboutus-center-con .aboutus_map .abouts_map_right_bg {
        width: 422px;
        height: 380px;
        font-size: 15px;
        padding-left: 40px;
        padding-top: 40px;
        line-height: 40px;
        margin-top: 62px;
    }

    .aboutus-center-con .aboutus_map .abouts_map_right_bg .h1 {
        font-size: 30px;
    }

    .aboutus-center-con .aboutus_map .abouts_map_right_bg .line {
        width: 36px;
        height: 3px;
        margin: 4px 0px 14px 0px;
    }

    /* 17.关于我们- 学者介绍-科室情况 */
    /* width: 1000px; */
    .department-leader {
        width: 1000px;
        margin: 0 auto;
        height: 592px;
        margin-top: 36px;
        margin-bottom: 42px;
    }

    .department-leader .img-con {
        height: 450px;
        width: 100%;
    }

    .department-leader .txt-con {
        width: 528px;
        height: 191px;
        bottom: 0;
        right: 70px;
        padding: 36px 32px 0;
        font-size: 14px;
        line-height: 28px;
        background: url(zf_Ej2024_kxqkTtBg.jpg) no-repeat;
    }

    .department-leader .title {
        font-size: 28px;
        color: #1a1a1a;
        margin-left: 100px;
        margin-top: 36px;
    }

    .department-leader .seemore {
        font-size: 12px;
        line-height: 12px;
        color: #005bac;
        margin-left: 100px;
        margin-top: 30px;
    }

    .department-leader .seemore a {
        padding-right: 60px;
        background: url(zf_more_ico.png) no-repeat 130px 2px;
        background-size: 16px;
    }

    .department-leader .seemore:hover a {
        background: url(zf_more_ico.png) no-repeat 143px 2px;
        background-size: 16px;
    }

    .department-list ul {
        width: 1000px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .department-list li {
        width: 478px;
        height: 305px;
        margin-bottom: 42px;
    }

    .department-list li .img-con {
        width: 100%;
        height: 265px;
    }

    .department-list li .title-con {
        height: 40px;
        line-height: 23px;
        font-size: 20px;
    }

    .department-list li .title-con::before {
        top: -18px;
        width: 356px;
        height: 30px;
        background: url(zf_Ej2024_kssListTBg.png) no-repeat;
        background-size: contain;
    }

    .department-list li .title-con span::before,
    .department-list li .title-con span::after {
        position: absolute;
        content: "";
        width: 17px;
        height: 15px;
        background: url(zf_Ej2024_kssListTitle.png) no-repeat;
        background-size: contain;
    }

    .department-list li .title-con span::before {
        left: -35px;
    }

    .department-list li .title-con span::after {
        right: -35px;
    }

    /* 18.关于我们-学者介绍 */
    .scholar-introduce {
        width: 1000px;
        margin: 0 auto;
    }

    .department-intro {
        margin-top: 42px;
        margin-bottom: 53px;
        height: 332px;
    }

    .department-intro .left-img {
        width: 535px;
        height: 297px;
        margin-top: 35px;
    }

    .department-intro .right-txt {
        width: 464px;
        height: 335px;
        background: url(zf_Ej2024_gywmRBg.png) no-repeat;
        background-size: contain;
        padding: 42px 46px;
    }

    .department-intro .title {
        font-size: 26px;
        margin-bottom: 32px;
    }

    .department-intro .desc {
        font-size: 14px;
        line-height: 28px;
    }

    .department-intro .seemore {
        font-size: 12px;
        line-height: 12px;
        margin-top: 20px;
    }

    .department-intro .seemore a {
        padding-right: 50px;
        background: url(zf_more_ico.png) no-repeat 145px 2px;
        background-size: 16px;
    }

    .department-intro .seemore:hover a {
        background: url(zf_more_ico.png) no-repeat 160px 2px;
        background-size: 16px;
    }

    .scholar-introduce li {
        width: 471px;
        margin-bottom: 57px;
    }

    .scholar-introduce li .img-con {
        width: 156px;
        height: 195px;
        padding: 0 0 8px 8px;
    }
    .scholar-introduce li .img-con .img-pic {
        overflow: hidden;
        width: 140px;
        height: 185px;
    }
    .scholar-introduce li .img-con::after {
        background: url(zf_Ej2024_aboutUsPerBg.png) no-repeat left bottom;
        /* background-size: cover; */
        /* width: 147px; */
        /* height: 195px; */
        background-size: contain;
    }

    .scholar-introduce li .txt-con {
        width: 296px;
        height: 200px;
    }

    .scholar-introduce li .txt-con .title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .scholar-introduce li .desc .style-item {
        font-size: 12px;
        margin-bottom: 5px;
        line-height: 24px;
    }

    .scholar-introduce li .desc .style-item div.item-left {
        width: 70px;
    }

    .scholar-introduce li .desc .style-item div.item-right {
        width: 225px;
    }

    .page {
        position: relative;
        padding: 30px 0 50px;
    }


    .page a {
        /* display: block; */
        /* float: left; */
        padding: 6px 9px;
        border: 1px solid #dddddd;
        font-size: 13px;
        line-height: 13px;
        color: #333;
        margin-right: 3px;
        border-radius: 3px;
    }

    .page input {
        /* display: block; */
        /* float: left; */
        height: 27px;
        line-height: 27px;
        width: 36px;
        text-align: center;
        margin-right: 5px;
        border-radius: 2px;
    }

    .page input[type="text"] {
        height: 25px;
        border: 1px solid #dddddd;
    }

    .page input[type="submit"] {
        border-radius: 2px;
        background: #005bac;
        color: #fff;
        cursor: pointer;
    }

    .page .page_txt {
        /* float: left; */
        height: 28px;
        line-height: 28px;
        margin-right: 5px;
        font-size: 13px;
    }

    .page a.current {
        color: #fff;
        background: #005bac;
    }

    .page button {
        font-size: 14px;
        height: 28px;
        line-height: 28px;
        width: 40px;
    }

    .footer {
        width: 100%;
        height: 200px;
        margin: 0 auto;
        background-color: #F2F5F8;
        /* position: absolute; */
        /* bottom: 0; */
        z-index: 1;
    }

    .footerIn {
        width: 1000px;
        margin: 0 auto;
        position: relative;
        /* overflow: hidden; */
    }


    .footer_copyright {
        float: left;
        text-align: left;
        padding-top: 15px;
        padding-bottom: 10px;
        /* line-height: .3rem; */
    }

    .footer .line {
        width: 100%;
        border-top: 1px #D5DDE6 solid;
    }

    .footer_copyright span {
        display: block;
        font-size: 18px;
        color: #084077;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .footer_copyright p {
        font-size: 14px;
        color: #0C2D4D;
        /* margin-bottom: .1rem; */
        line-height: 34px;
    }

    .footer_down {
        font-size: 14px;
        color: #0C2D4D;
        height: 45px;
        line-height: 45px;
    }

    .footer_right {
        /* position: absolute; */
        float: right;
        padding-top: 20px;
        /* right: 0; */
    }

    .footer_right p {
        font-size: 18px;
        color: #084077;
        text-align: left;
        padding-left: 13px;
    }

    .footer_right a {
        background: #CEDAEA;
        display: block;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        float: left;
        margin: 20px 10px;
        position: relative;
        cursor: pointer;
    }

    .footer_right a:hover {
        background: #AFC2DD;
    }

    .footer_right i {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
    }

    .footer_right .wx i {
        background: url("zf_ico_wx.png") center no-repeat;
        background-size: 27px 23px;
    }

    .footer_right .sina i {
        background: url("zf_ico_sina.png") center no-repeat;
        background-size: 27px 23px;
    }

    .footer_right .wx .ewm {
        position: absolute;
        box-shadow: 0 0 15px rgba(0, 0, 0, .1);
        top: 53%;
        left: -175px;
        transform: translateY(-50%)translateX(-165px)scale(.1);
        transition: .5s;
        opacity: 0;
        visibility: visible;
        width: 330px;
        height: 110px;
        background: #fff;
        border-radius: 4px;
        padding: 5px;
        transform-origin: right;
        z-index: 10
    }

    .footer_right .wx .ewm:before {
        content: "";
        position: absolute;
        top: 50%;
        border-top: transparent 10px solid;
        border-bottom: transparent 10px solid;
        border-left: #F1F4F7 10px solid;
        right: -.1rem;
        margin-top: -.1rem;
    }

    .footer_right .wx .ewm img {
        width: 100%;
        height: 100%
    }

    .footer_right .wx:hover .ewm {
        transform: translateY(-53%)translateX(-168px)scale(1);
        opacity: 1;
        visibility: visible;
        z-index: 1;
        background: #F1F4F7;
    }

    .footer_right .wx .ewm .title {
        width: 20px;
        padding: 0;
        font-size: 12px;
        color: #0A4076;
        float: left;
        line-height: 14px;
        margin-left: 10px;
        margin-top: 10px;
        position: relative;
        padding-top: 16px;
        text-align: center;
    }

    .footer_right .wx .ewm .title::after {
        content: "";
        background: url("zf_ico_wx2.png") no-repeat;
        background-size: 15px 11px;
        width: 15px;
        height: 11px;
        position: absolute;
        top: 0;
        left: 3px;
    }

    .footer_right .wx .ewm .ewm_list {
        float: left;
        padding: 6px;
        padding-left: 15px;
        padding-right: 0;
    }

    .footer_right .wx .ewm .ewm_list ul li {
        float: left;
        text-align: center;
        margin: 0 20px 0 0;
    }

    .footer_right .wx .ewm .ewm_list ul li:last-child {
        margin-right: 0;
    }

    .footer_right .wx .ewm .ewm_list img {
        width: 58px;
        height: 58px;
        border: 7px #FFFFFF solid;
    }

    .footer_right .wx .ewm .ewm_list p {
        font-size: 12px;
        color: #0A4076;
        margin-top: 6px;
        padding: 0;
        text-align: center;
    }

    .department-intro::after {
        position: absolute;
        content: "";
        width: 928px;
        height: 305px;
        right: -20px;
        bottom: -20px;
        z-index: -1;
        background: #025cac;
    }
}

@media screen and (min-width: 1920px) {
    .top-banner {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        object-fit: cover;
    }
}


/* 12学术资源 */
.listen_academicResourse{
    margin-top: 62px;
    padding-bottom: 16px;
}
.listen_academicResourse li{
    background-color: #f3f8fc;
    margin-bottom: 60px;
}
.listen_academicResourse li .kjs{
    padding: 45px 81px 54px;
}
.listen_academicResourse li .titles_w {
    height: 80px;
}
.listen_academicResourse li .imgs_w{
    float: left;
    margin-right: 66px;
}
.listen_academicResourse li .imgs{
    height: 100px;
    display: block;
}
.listen_academicResourse li .titles{
    font-size: 30px;
    font-weight: bold;
    color: #005bac;
    font-family: "Times New Roman";
    line-height: 48px;
    display: block;
    padding-bottom: 26px;
    position: relative;
    display: inline;
}
.listen_academicResourse li .titles::after{
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 4px;
    background-color: #114da0;
}
.listen_academicResourse li .doce{
    font-size: 18px;
    line-height: 2;
    margin-top: 18px;
    max-height: 144px;
    overflow: hidden;
}
.listen_academicResourse li .mores{
    float: left;
    width: 196px;
    height: 56px;
    line-height: 56px;
    position: relative;
    background-color: #005bac;
    border-radius: 3px;
    font-size: 20px;
    color: #ffffff;
    margin-top: 46px;
    /* text-indent: 33px; */
    text-align: center;
    font-weight: bold;
}
.listen_academicResourse li .mores::after{
    content: " ";
    position: absolute;
    top: 50%;
    right: 35px;
    width: 22px;
    height: 8px;
    margin-top: -4px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* .listen_academicResourse li .mores:hover{
	background-color: #00aaa2;
} */
.listen_academicResourse li .mores:hover::after{
    right: 30px;
}
.listen_academicResourse li .mores.mores_s{
    background-color: #00aaa2;
    margin-left: 23px;
    /* text-indent: 21px; */
}
.listen_academicResourse li .mores.mores_s::after{
    right: 24px;
}
.listen_academicResourse li .mores.mores_s:hover::after{
    right: 19px;
}

/*20250618 - xie*/
.xkml-bottom-slide{
    position: relative;
}
.xkml-bottom-slide .year_next,
.xkml-bottom-slide .year_prev{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 350px;
    cursor: pointer;

    /*	background-color:  rgba(194, 141, 103, .6);*/
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    transition: all 0.3s;
    opacity: .4;
}
.xkml-bottom-slide .year_next:hover,
.xkml-bottom-slide .year_prev:hover{
    opacity: 1;
}
.xkml-bottom-slide .year_prev {
    background-image: url("zf_20250618_prev.png");
    background-size: 100% 100%;
    left: 40px;
}
.xkml-bottom-slide .year_next {
    background-image: url("zf_20250618_next.png");
    background-size: 100% 100%;
    right: 40px;
}
/*20250618 - xie end*/

@media screen and (max-width: 1440px) {
    .listen_academicResourse{
        margin-top: 45px;
        padding-bottom: 16px;
    }
    .listen_academicResourse li{
        margin-bottom: 44px;
    }
    .listen_academicResourse li .kjs{
        padding: 33px 58px 40px;
    }
    .listen_academicResourse li .titles_w {
        height: 60px;
    }
    .listen_academicResourse li .imgs_w{
        margin-right: 50px;
    }
    .listen_academicResourse li .imgs{
        height: 84px;
    }
    .listen_academicResourse li .titles{
        font-size: 24px;
        line-height: 36px;
        padding-bottom: 18px;
    }
    .listen_academicResourse li .titles::after{
        width: 36px;
        height: 3px;
    }
    .listen_academicResourse li .doce{
        font-size: 14px;
        /* line-height: 26px; */
        margin-top: 14px;
        max-height: 110px;
    }
    .listen_academicResourse li .mores{
        width: 140px;
        height: 40px;
        line-height: 40px;
        border-radius: 3px;
        font-size: 14px;
        margin-top: 34px;
        /* text-indent: 24px; */
    }
    .listen_academicResourse li .mores::after{
        right: 26px;
        width: 16px;
        height: 6px;
        margin-top: -3px;
        background-size: 100% 100%;
    }
    /* .listen_academicResourse li .mores:hover{
        background-color: #00aaa2;
    } */
    .listen_academicResourse li .mores:hover::after{
        right: 20px;
    }
    .listen_academicResourse li .mores.mores_s{
        margin-left: 18px;
        /* text-indent: 15px; */
    }
    .listen_academicResourse li .mores.mores_s::after{
        right: 17px;
    }
    .listen_academicResourse li .mores.mores_s:hover::after{
        right: 12px;
    }

    /*20250618 - xie*/

    .xkml-bottom-slide .year_next,
    .xkml-bottom-slide .year_prev{
        width: 30px;
        height: 30px;
        top: 250px;
    }
    .xkml-bottom-slide .year_prev {
        left: 30px;
    }
    .xkml-bottom-slide .year_next {
        right: 30px;
    }
    /*20250618 - xie end*/
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)  {
    /* .nav .nav_list .nav_li::after {
        top: 0.06rem;
    } */
    .xszy-top .title span::after {
        /* bottom: 35px; */
    }
}