@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    font-size: 16px;
    color: #000;
}
.header {
    transition: height .5s ease-in-out;
}
img {
    border: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #000;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.headerTemp {
    height: 5.21vw;
    display: none;
}
.slow img:hover {
    transform: scale(1.05);
}

.slow img {
    transition: all 0.2s ease-in-out 0s;
}

h5 a, .more a {
    transition: all 0.36s ease-in-out 0s;
}

.slow01 {
    transition: all 0.6s ease-in-out 0s;
}

.slow02 {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.shadow {
    box-shadow: rgb(153, 153, 153) 1px 1px 10px;
}

.radius {
    border-radius: 3px;
}

.opacity {
    opacity: 1;
}

.gray {
    filter: grayscale(100%);
    opacity: 0.6;
}

/* ::-webkit-scrollbar { width: 5px; height: 5px; background: rgb(241, 241, 241); }
::-webkit-scrollbar-track { border-radius: 0px; background: rgb(241, 241, 241); }
::-webkit-scrollbar-thumb { border-radius: 0px; background: rgb(51, 51, 51); } */
.ie_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgb(0, 0, 0);
    opacity: 0.9;
    z-index: 99998;
}

.ie9tips {
    width: 600px;
    height: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -150px 0px 0px -300px;
    line-height: 1.8;
    color: rgb(255, 255, 255);
    z-index: 99999;
    text-align: center;
}

.ie9tips a {
    color: red;
}

.ie9tips img {
    display: block;
    margin: 0px auto;
    max-width: 100%;
}

.ie9tips p {
    padding-top: 10px;
    color: rgb(255, 255, 255);
    width: 420px;
    margin: 10px auto;
    line-height: 1.8;
}

input::-webkit-input-placeholder {
    color: rgb(153, 153, 153);
}

textarea::-webkit-input-placeholder {
    color: rgb(153, 153, 153);
}

.w100 {
    width: 100%;
}

.w14 {
    max-width: 1400px;
    margin: 0px auto;
}

.w156 {
    max-width: 86%;
    margin: 0px auto;
}

.w176 {
    width: calc(100% - 160px);
    margin: 0px 80px;
}


@media (max-width: 1800px) {
    .w18 {
    }
}

@media (max-width: 1560px) {
    .w156 {
        width: 100%;
        padding: 0px 15px;
        max-width: 100%;
    }
}

@media (max-width: 749px) {
    .w156 {
        width: 100%;
        padding: 0
    }

    .w749 {
        padding: 0 15px;
    }
}

.fanhui {
    position: fixed;
    right: 30px;
    bottom: 75px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

img {
    vertical-align: middle;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

#gotop {
    position: fixed;
    display: block;
    z-index: 90;
    height: 0;
    opacity: 0; /* visibility: hidden; */
    bottom: 80px;
    right: 40px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}

#gotop.hide {
    width: 97px;
    height: 115px;
    opacity: 1;
}

#gotop.hide img {
    display: block;
    width: 100%;
}

#gotop {
    cursor: pointer;
}

@media (max-width: 1920px) {
    html {
        font-size: 16px;
    }

    table {

        width: 100% !important;

    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    html {
        font-size: 15px;
    }

    table {

        width: 100% !important;

    }
}

@media (min-width: 640px) and (max-width: 1399px) {
    html {
        font-size: 14px;
    }

    table {

        width: 100% !important;

    }
}

@media (min-width: 471px) and (max-width: 639px) {
    html {
        font-size: 13px;
    }

    table {
        display: flex;
        overflow-x: auto;
        width: 100% !important;
        white-space: nowrap;
    }
}

@media (min-width: 329px) and (max-width: 470px) {
    html {
        font-size: 12px;
    }

    table {
        display: flex;
        overflow-x: auto;
        width: 100% !important;
        white-space: nowrap;
    }

}

@media (max-width: 328px) {
    html {
        font-size: 12px;
    }

    table {
        display: flex;
        overflow-x: auto;
        width: 100% !important;
        white-space: nowrap;
    }

}

.clearfix {
    display: block;
    zoom: 1;
}
/* swiper-btn */
.swiper-btn {
    display: flex;
    align-items: center;
}
.swiper-more-btn{
    display: block;
    margin-right: 10px;
    line-height: 1;
    color: var(--color-text-secondary-grey);

}
.swiper-more-btn:hover{
    color: var(--color-primary);
}
.swiper-btn .swiper-button-next,
.swiper-btn .swiper-button-prev {
    width: 2.5vw;
    height: 2.5vw;
    /* border-radius: 50%; */
    background: var(--color-primary);
    position: static;
    font-size: 1.25vw;
    color: #fff;
    margin-top: unset;
}

.swiper-btn .swiper-button-next:after,
.swiper-btn .swiper-button-prev:after {
    content: "\e6ee";
    font-family: "iconfont";
    font-size: inherit;
}

.swiper-btn .swiper-button-next:after {
    content: "\e6f0";
}

.swiper-btn .swiper-button-next {
    margin-left: .625vw;
}

.swiper-btn .swiper-button-prev.swiper-button-disabled,
.swiper-btn .swiper-button-next.swiper-button-disabled {
    background: transparent;
    border: var(--size-1) solid var(--color-text-placeholder);
    color: var(--color-text-secondary);
    cursor: no-drop;
}
.post-box .swiper-btn .swiper-button-next,
.post-box .swiper-btn .swiper-button-prev{
    height: 1.25vw;
    border-radius: 0;
    font-size: .625vw;
    background-color: var(--color-primary);
    color: #fff;
    transition: all .3s ease-in-out;
}
.post-box .swiper-btn .swiper-button-next:hover,
.post-box .swiper-btn .swiper-button-prev:hover{
    background: #fff;
    color: var(--color-primary);
}
.post-box .swiper-btn .swiper-button-next{
    margin-left: .208333vw;
}
.post-box .swiper-btn .swiper-button-next:after{
    content: "\e625";
}
.post-box .swiper-btn .swiper-button-prev:after{
    content: "\e87f";
}

@media screen and (max-width: 1440px) {

    .swiper-btn .swiper-button-next,
    .swiper-btn .swiper-button-prev {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .swiper-btn .swiper-button-next {
        margin-left: 9px;
    }
    .post-box .swiper-btn .swiper-button-next,
    .post-box .swiper-btn .swiper-button-prev{
        height: 18px;
        font-size: 12px;
    }
    .post-box .swiper-btn .swiper-button-next{
        margin-left: 3px;
    }
}

/* swiper-btn END */

.swiper-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
}


/* 顶部导航栏样式 */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    box-shadow: none;
    z-index: 1000;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.main-header.news-header {
    background: rgba(0, 95, 173, 0.9);
    position: relative !important;
    transition: background 0.4s ease, box-shadow 0.4s ease, backdrop-filter 0.4s ease;
    transform: translateY(0);
    opacity: 1;
}

.main-header.news-header.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    transition: background 0.4s ease, box-shadow 0.4s ease, backdrop-filter 0.4s ease, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
}

/* 滚动时导航栏背景 */
.main-header.scrolled {
    background: rgba(0, 95, 173, 0.9);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

/* 全屏菜单打开时，header样式 */
body.menu-open .main-header {
    background: #005fad;
    z-index: 2001; /* 比全屏菜单的z-index: 2000更高 */
}

.header-container {
    margin: 0 auto;
    padding: 0 0 0 4.166667vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-left {
    display: flex;
    align-items: center;
    width: auto;
    position: relative;
}

.logo img {
    height: 3.09vw;
    width: auto;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}
.header-left .link{
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
}
.header-left  .link1{
    left: 0;
}
.header-left  .link2{
    right: 0;
}


.header-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* 主导航 */
.main-nav {
    display: flex;
    align-items: center;
}

/* 菜单打开时隐藏导航 */
.main-nav.nav-hidden {
    display: none !important;
}

.nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
}

.nav-item {
    position: relative;
}

/* 只显示前5个导航项，隐藏第6个及之后 */
.nav-list > .nav-item:nth-child(n+6) {
    display: none;
}

.nav-link {
    display: block;
    padding: 0 1.04vw;
    color: #fff;
    text-decoration: none;
    font-size: 1.25vw;
    font-weight: 500;
    transition: font-weight 0.3s ease;
    line-height: 5.21vw;
    text-shadow: 0 0.052vw 0.1vw rgba(0, 0, 0, 0.3);
}

.main-header.scrolled .nav-link {
    color: #fff;
    text-shadow: none;
}

.nav-link:hover {
    color: #fff;
    font-weight: 700;
}

/* 有下拉菜单的一级栏目，悬停时保持粗体 */
.nav-item.has-dropdown:hover .nav-link {
    color: #fff;
    font-weight: 700;
}

/* 下拉菜单样式 */
.nav-item.has-dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.98);
    width: 7.81vw;
    padding: 0.42vw 0;
    margin-top: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 0.1vw 0.42vw rgba(0, 0, 0, 0.1);
    border-radius: 0;
    z-index: 1001;
    pointer-events: none;
    border-top: 0.2vw solid #005fad;
}

.nav-item.has-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    pointer-events: auto;
}

/* 鼠标在二级栏目时，一级栏目保持粗体 */
.nav-item.has-dropdown:hover .nav-link {
    font-weight: 700;
}

.dropdown-menu li {
    margin: 0;
    padding: 0;
}

.dropdown-menu a {
    display: block;
    padding: 0.63vw 1.04vw;
    color: #333;
    text-decoration: none;
    font-size: 0.78vw;
    transition: all 0.3s ease;
    white-space: nowrap;
    line-height: 1.5;
    text-align: center;
}

.dropdown-menu a:hover {
    background: #f5f5f5;
    color: #0067B9;
}

/* 操作按钮 */
.header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}


.search-btn,
.menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: color 0.3s ease;
}

.main-header.scrolled .search-btn,
.main-header.scrolled .menu-toggle {
    color: #333;
}

.search-btn:hover,
.menu-toggle:hover {
    color: #0067B9;
}

/* 菜单按钮 */
.menu-toggle {
    width: 5.208333vw;
    height: 5.20833vw;
    background: #005fad;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    padding: 0;
}

.search-btn{
    padding: 0 1.09375vw;;
}
.search-btn img,.menu-toggle img {
    width: 1.25vw;
    height: auto;

}

/* 全屏导航菜单 */
.fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
    overflow-y: auto;
    padding-top: 7vw;
}

.fullscreen-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.menu-container {
    max-width: 90%;
    margin: 0 auto;
    padding: 1vw;
    height: 100%;
}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}

.menu-logo img {
    height: 50px;
    width: auto;
}

.menu-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: #333;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-close img {
    width: auto;
    height: auto;
    max-width: 24px;
    max-height: 24px;
}

/* 菜单内容网格 */
.menu-content {
    padding-bottom: 40px;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.5s ease 0.2s, transform 0.5s ease 0.2s;
}

.fullscreen-menu.active .menu-content {
    opacity: 1;
    transform: translateY(0);
}

.menu-grid {
    display: flex;
    justify-content: space-between;
    gap: 40px 30px;
}

.menu-category {
    padding-left: 20px;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.fullscreen-menu.active .menu-category {
    opacity: 1;
    transform: translateY(0);
}

.fullscreen-menu.active .menu-category:nth-child(1) {
    transition-delay: 0.1s;
}

.fullscreen-menu.active .menu-category:nth-child(2) {
    transition-delay: 0.15s;
}

.fullscreen-menu.active .menu-category:nth-child(3) {
    transition-delay: 0.2s;
}

.fullscreen-menu.active .menu-category:nth-child(4) {
    transition-delay: 0.25s;
}

.fullscreen-menu.active .menu-category:nth-child(5) {
    transition-delay: 0.3s;
}

.fullscreen-menu.active .menu-category:nth-child(6) {
    transition-delay: 0.35s;
}

.fullscreen-menu.active .menu-category:nth-child(7) {
    transition-delay: 0.4s;
}

.fullscreen-menu.active .menu-category:nth-child(8) {
    transition-delay: 0.45s;
}

.fullscreen-menu.active .menu-category:nth-child(9) {
    transition-delay: 0.5s;
}

.menu-category:first-child {
    border-left: none;
    padding-left: 0;
}

.category-title {
    margin: 0 0 1vw 0;
    font-size: 1.25vw;;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
    flex: 1;
}

.category-title a:hover {
    color: #0067B9;
}

.arrow-icon {
    color: #999;
    font-size: 1.04166vw;;
    margin-left: 10px;
}

.category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-list li {
    margin-bottom: 0.7vw;
}

.category-list a {
    color: #666;
    text-decoration: none;
    font-size: 1.005vw;
    transition: color 0.3s ease;
    display: block;
}

.category-list a:hover {
    color: #0067B9;
    padding-left: 5px;
}

/* 搜索覆盖层 */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 5555555;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.search-overlay.active {
    opacity: 1;
    visibility: visible;
}

.search-container {
    position: relative;
    width: 90%;
    max-width: 600px;
}

.search-input {
    width: 100%;
    padding: 20px 50px 20px 20px;
    font-size: 18px;
    border: none;
    border-radius: 4px;
    outline: none;
}

.search-close {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
    padding: 5px;
}

/* 轮播背景大图样式 */
.banner-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner-swiper {
    width: 100%;
    height: 100%;
}

.banner-swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.slide-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* 左右切换按钮容器 */
.banner-nav-buttons {
    position: absolute;
    left: 2.6vw;
    bottom: 25%;
    z-index: 10;
    display: flex;
    gap: 0.78vw;
    align-items: center;
}

/* 左右切换按钮 */
.banner-prev,
.banner-next {
    width: 2.6vw;
    height: 2.6vw;
    background: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 0.21vw;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0;
}

.banner-prev:hover,
.banner-next:hover {
    background: rgba(255, 255, 255, 0.5);
}

.banner-prev img,
.banner-next img {
    width: 1.25vw;
    height: 1.25vw;
    object-fit: contain;
}

/* 隐藏Swiper默认按钮 */
.banner-swiper .swiper-button-prev,
.banner-swiper .swiper-button-next {
    display: none !important;
}

/* 右侧分页指示器 */
.banner-pagination {
    position: absolute;
    right: 1.56vw !important;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 0.63vw;
    width: auto !important;
    align-items: flex-end;
    left: unset !important;
    bottom: unset !important;
}

.banner-pagination .swiper-pagination-bullet {
    width: 1.04vw;
    height: 0.21vw;
    background: #fff;
    border-radius: 0.1vw;
    opacity: 1;
    transition: all 0.3s ease;
    margin: 0 !important;
    cursor: pointer;
}

.banner-pagination .swiper-pagination-bullet-active {
    background: #fff;
    height: 0.21vw;
    width: 2.6vw;
}

/* 响应式设计 */
@media screen and (max-width: 1500px) {
    .dropdown-menu {
        width: 145px;
    }

    .nav-link {
        padding: 0 10px;
        font-size: 18px;
    }
}

@media screen and (max-width: 1310px) {
    .menu-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dropdown-menu {
        width: 140px;
    }

    .main-nav {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .header-container {
        padding: 0 0 0 5%;
    }

    /* 菜单网格垂直显示并美化 */
    .menu-grid {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .menu-category {
        padding: 18px 0;
        padding-left: 0;
        border-bottom: 1px solid #e5e5e5;
        transition: all 0.3s ease;
        position: relative;
    }

    .menu-category:first-child {
        border-top: 1px solid #e5e5e5;
    }

    .menu-category:last-child {
        border-bottom: none;
    }

    .menu-category::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 4px;
        background: #005fad;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .menu-category:hover {
        background-color: #f8f9fa;
        padding-left: 10px;
    }

    .menu-category:hover::before {
        opacity: 1;
    }

    .category-title {
        margin: 0 0 12px 0;
        font-size: 20px;
        padding: 0 20px;
        color: #333;
    }

    .category-title a {
        color: #333;
        font-weight: 600;
    }

    .category-title a:hover {
        color: #005fad;
    }

    .category-list {
        padding: 0 20px;
    }

    .category-list li {
        margin-bottom: 6px;
    }

    .category-list a {
        padding: 5px 15px;
        font-size: 18px;
        border-radius: 6px;
        transition: all 0.3s ease;
        display: block;
        color: #666;
    }

    .category-list a:hover {
        background-color: #e3f2fd;
        padding-left: 20px;
        color: #005fad;
        transform: translateX(5px);
    }

    .banner-slider {
        height: 500px;
    }

    .banner-nav-buttons {
        left: 15px;
        bottom: 15px;
        gap: 10px;
    }

    .banner-prev,
    .banner-next {
        width: 40px;
        height: 40px;
    }

    .banner-prev img,
    .banner-next img {
        width: 20px;
        height: 20px;
    }


    .banner-pagination {
        position: absolute;
        right: unset !important;
        top: unset !important;
        transform: unset;
        z-index: 10;
        display: flex;
        flex-direction: unset;
        gap: 8px;
        width: auto !important;
        align-items: flex-end;
        left: 5% !important;
        bottom: 10% !important;
    }

    .banner-pagination .swiper-pagination-bullet {
        width: 3px;
        height: 15px;
    }

    .banner-pagination .swiper-pagination-bullet-active {
        height: 30px;
        width: 3px;
    }

    /* 下拉菜单响应式 */
    .dropdown-menu {
        width: 140px;
    }

    .search-btn {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .main-header {
        height: 80px;
    }

    .logo img {
        height: 30px;
    }

    .menu-toggle {
        height: 79px;
        width: 79px;
    }
     .menu-toggle img{
        width: 20px;
    }
    .nav-link {
        line-height: 60px;
        padding: 0 15px;
        font-size: 14px;
    }

    /* 下拉菜单响应式 */
    .dropdown-menu {
        width: 130px;
    }

    .dropdown-menu a {
        padding: 10px 15px;
        font-size: 14px;
    }
    .fullscreen-menu{
        padding-top: 80px;
    }
    .menu-container {
        padding: 0 20px;
    }

    .menu-header {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .category-title {
        font-size: 22px;
    }

    .category-list a {
        font-size: 18px;
    }

    /* 下拉菜单响应式 */
    .dropdown-menu {
        width: 130px;
    }

    .dropdown-menu a {
        padding: 10px 15px;
        font-size: 14px;
    }

    .banner-slider {
        height: 400px;
    }

    /* 左右切换按钮容器 */
    .banner-nav-buttons {
        position: absolute;
        left: unset;
        right: 5%;
        bottom: 10%;
        z-index: 10;
        display: flex;
        gap: 15px;
        align-items: center;
    }

    .banner-prev,
    .banner-next {
        width: 35px;
        height: 35px;
    }

    .banner-prev img,
    .banner-next img {
        width: 18px;
        height: 18px;
    }
}

.Contitle {
    margin-bottom: 2.08vw;
    align-items: flex-end;
}

.ContitleL h5 {
    font-size: 1.98vw;
    color: #323232;
    margin-bottom: 0.26vw;
}

.ContitleL i {
    font-style: normal;
    padding-left: 1.56vw;
    position: relative;
    font-size: 0.73vw;
    color: #737373;
}

.ContitleL i::after {
    content: "";
    width: 1.04vw;
    height: 0.21vw;
    background: #005fad;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.1vw;
}

.Contitle a {
    font-size: 0.73vw;
    color: #737373;
    padding: 0 0.78vw;
    line-height: 1.77vw;
    height: 1.77vw;
    border-bottom: 1px solid #005fad;
    transition: 0.6s all;
}

.Contitle a:hover {
    color: #005fad;
    padding: 0;
    transition: 0.6s all;
}




.part1 {
    padding: 4.69vw 0 7.81vw 0;
    background: #fff;
}

.part1-swiper-wrapper {
    width: 49%;
    position: relative;
}

.part1T .swiper {
    width: 100%;
    position: relative;

}

.part1T .swiper-slide {
    position: relative;
}

.part1T .swiper-slide a {
    display: block;
    position: relative;
}

.part1T .swiper-slide .pic {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.part1T .swiper-slide .pic img {
    display: block;
    width: 100%;
    height: 28.65vw;
    object-fit: cover;
    transition: all 0.6s ease 0s;
}

.part1T .swiper-slide .text {
    margin-top: 20px;
    display: none;
}

.part1T .swiper-slide i {
    font-style: normal;
    font-size: 0.73vw;
    color: #005fad;
    position: relative;
    padding-left: 2.92vw;
}

.part1T .swiper-slide i::after {
    content: "";
    width: 2.4vw;
    height: 0.052vw;
    background: #005fad;
    position: absolute;
    left: 0;
    top: 50%;
}

.part1T .swiper-slide p {
    font-size: 0.94vw;
    color: #323232;
    line-height: 1.46vw;
    font-weight: 600;
    margin-top: 0.73vw;
}

/* 底部时间和标题覆盖层 */
.part1T .swiper-slide .slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    padding: 1.56vw 0 2.08vw 1.04vw;
    z-index: 2;
}

.part1T .swiper-slide .slide-date {
    font-size: 0.73vw;
    color: #fff;
    margin-bottom: 0.52vw;
    font-weight: 400;
}

.part1T .swiper-slide .slide-title {
    font-size: 0.94vw;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    width: 65%;
}

/* 右下角导航按钮和分页 */
.part1-swiper-wrapper {
    position: relative;
}

.part1-nav-buttons {
    position: absolute;
    right: 1.04vw;
    bottom: 1.04vw;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 0.78vw;
}

.part1-prev,
.part1-next {
    width: 2.08vw;
    height: 2.08vw;
    border: none;
    border-radius: 0.21vw;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0;
}


.part1-prev img,
.part1-next img {
    width: 1.04vw;
    height: 1.04vw;
    object-fit: contain;
}

.part1-pagination {
    display: flex;
    align-items: center;
    gap: 0.42vw;
    width: auto !important;
}

.part1-pagination .swiper-pagination-bullet {
    width: 0.42vw;
    height: 0.42vw;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
}

.part1-pagination .swiper-pagination-bullet-active {
    width: 0.63vw;
    height: 0.63vw;
    background: #fff;
}

.part1 .tabs {
    width: 51%;
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 9;
}

.part1 .tabs a {
    padding: 1.41vw 2.6vw 1.46vw;
    cursor: pointer;
    position: relative;
    display: block;
}

.part1 .tabs a::before {
    content: "";
    width: calc(100% - 5.21vw);
    height: 0.052vw;
    background: #d9d9d9;
    position: absolute;
    left: 2.6vw;
    bottom: 0;
}

.part1 .tabs a:last-child::before {
    display: none;
}

.part1 .tabs a::after {
    content: "";
    height: 100%;
    width: 0px;
    background: url(../images/part1-06.png) no-repeat left center;
    background-size: cover;
    position: absolute;
    left: -3vw;
    top: 0px;
    transition: all 0.6s ease 0s;
}

/* Active 状态样式 */
.part1 .tabs a.active {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.part1 .tabs a.active .tabs-left {
    flex: 1;
    z-index: 2;
    width: 80%;
}

.part1 .tabs a.active .tabs-title {
    position: relative;
    z-index: 2;
    font-size: 0.94vw;
    color: rgb(255, 255, 255);
    line-height: 1.46vw;
    font-weight: 600;
    margin-bottom: 0.52vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.part1 .tabs a.active .tabs-desc {
    position: relative;
    z-index: 2;
    font-size: 0.73vw;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.15vw;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.part1 .tabs a.active .tabs-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 2;
    flex-shrink: 0;
    margin-left: 1.04vw;
}

.part1 .tabs a.active .tabs-icon {
    width: 1.04vw;
    height: 1.04vw;
    margin-bottom: 0.78vw;
    object-fit: contain;
}

.part1 .tabs a.active i {
    font-style: normal;
    font-size: 0.73vw;
    color: #fff;
    position: relative;
    padding-left: 0;
    z-index: 2;
}

.part1 .tabs a.active i::after {
    display: none;
}

.part1 .tabs a.active::after {
    width: calc(100% + 3vw);
    transition: all 0.6s ease 0s;
}

/* 非 Active 状态样式 */
.part1 .tabs a:not(.active) {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.part1 .tabs a:not(.active) .tabs-left {
    flex: 1;
    width: 80%;
}

.part1 .tabs a:not(.active) .tabs-title {
    font-size: 0.94vw;
    color: #323232;
    line-height: 1.46vw;
    font-weight: 600;
    margin-bottom: 0.52vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.part1 .tabs a:not(.active) .tabs-desc {
    font-size: 0.73vw;
    color: #666;
    line-height: 1.15vw;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.part1 .tabs a:not(.active) .tabs-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
    margin-left: 1.04vw;
}

.part1 .tabs a:not(.active) .tabs-icon {
    display: none;
}

.part1 .tabs a:not(.active) i {
    font-style: normal;
    font-size: 0.73vw;
    color: #666;
    position: relative;
    padding-left: 0;
}

.part1 .tabs a:not(.active) i::after {
    display: none;
}

@media (max-width: 1200px) {
    .part1T {
        align-items: stretch;
    }

    .part1T .swiper-slide .pic img {
        height: 350px;
    }

    .part1-swiper-wrapper {
        height: 350px;
    }

    .part1 .tabs {
        height: 350px;
        display: flex;
        flex-direction: column;
    }

    .part1 .tabs a {
        padding: 21px 30px 22px;
        flex: 1;
    }

    .part1 .tabs a.active .tabs-desc,
    .part1 .tabs a:not(.active) .tabs-desc {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: unset;
        line-clamp: unset;
        -webkit-box-orient: unset;
    }

    .part1B li .pic {
        width: 165px;
    }

    .part1B li .pic img {
        height: 97px;
    }

    .part1B li .text {
        width: calc(100% - 180px);
    }

    #gotop.hide {
        width: 50px;
        height: 55px;
    }

    .part1 .tabs a .tabs-left {
        width: 50%;
    }
}

@media (max-width: 1000px) {
    .part1T .swiper-slide .pic img {
        height: 342px;
    }

    .part1 .tabs a {
        padding: 12px 30px;
    }

    .part1B li .pic {
        width: 120px;
    }

    .part1B li .pic img {
        height: 70px;
    }

    .part1B li .text {
        width: calc(100% - 130px);
    }
}

@media (max-width: 850px) {
    .part1T.flex {
        flex-direction: column;
    }

    .part1-swiper-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .part1T .swiper {
        width: 100%;
    }

    .part1T .swiper-slide a {
        display: flex;
        flex-direction: column;
    }

    .part1T .swiper-slide .pic img {
        height: auto;
    }

    /* 文字移到图片下方 */
    .part1T .swiper-slide .slide-overlay {
        position: static;
        background: transparent;
        padding: 15px 0;
        margin-top: 0;
        order: 2;
    }

    .part1T .swiper-slide .pic {
        order: 1;
    }

    .part1T .swiper-slide .slide-date {
        font-size: 14px;
        color: #666;
        margin-bottom: 8px;
    }

    .part1T .swiper-slide .slide-title {
        font-size: 16px;
        color: #323232;
    }

    /* 导航按钮移到文字下方 */
    .part1-nav-buttons {
        position: static;
        margin-top: 10px;
        margin-bottom: 10px;
        justify-content: center;
        gap: 10px;
        order: 3;
    }

    .part1-prev,
    .part1-next {
        width: 35px;
        height: 35px;
    }

    .part1-prev img,
    .part1-next img {
        width: 16px;
        height: 16px;
    }

    /* 手机版分页样式改为黑色 */
    .part1-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        background: #333;
        opacity: 0.5;
    }

    .part1-pagination .swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
        background: #333;
        opacity: 1;
    }

    /* tabs移到左侧整体下方 */
    .part1 .tabs {
        width: 100%;
        margin-top: 20px;
        display: block;
        box-shadow: unset;
    }

    .part1B li {
        width: 100%;
        margin-bottom: 40px;
    }

    .part1B li:last-child {
        margin-bottom: 0;
    }

    .part1B li .pic {
        width: 160px;
    }

    .part1B li .text {
        width: calc(100% - 180px);
    }

    .part1B li .pic img {
        height: 94px;
    }

    .part1B li .text p {
        height: auto;
        margin-top: 10px;
    }

    .part1B li h5 {
        height: auto;
    }

    .part1 {
        padding: 40px 0 90px;
    }

    .part1 .tabs a {
        padding: 12px 0;
    }

    .part1 .tabs a .tabs-left {

        padding-left: 15px;
    }

    .part1 .tabs a .tabs-right {

        padding-right: 15px;
    }

    .part1 .tabs a::before {
        width: 100%;
        left: 0;
    }

    .part1 .tabs a:last-child::before {
        display: block;
    }
}

/* part2 */
.part2 {
    position: relative;
    padding: 2.6vw 0 5.21vw 0;
    background: transparent url(../images/part2bg.png) no-repeat  center calc(100% + 5.21vw);
    background-size: cover;
}

.part2 li {
    width: 24.35%;
    background: #fff url(../images/part2-01.png) no-repeat bottom center;
    margin-bottom: 10px;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 3px 21px 0px rgba(205, 205, 205, 0.38);
    transition: 0.6s all;
}

.part2 li a {
    display: block;
    padding: 1.3vw 1.3vw 1.82vw 1.3vw;
    position: relative;
}

.part2 li i {
    font-style: normal;
    display: block;
    font-size: 0.83vw;
    color: #005fad;
    line-height: 0.94vw;
    margin-bottom: 0.31vw;
    padding-left: 1.45vw;
    background: url(../images/part2-02.png) no-repeat left center;
    background-size: contain;
}

.part2 li p {
    padding: 1.04vw 0 1.04vw 0.78vw;
    margin-left: 0.31vw;
    border-left: 1px solid #005fad;
    position: relative;
    min-height: calc(2.92vw + 2.08vw); /* b元素高度 + padding */
}

.part2 li p::after {
    content: "";
    width: 2px;
    height: 0;
    background: #005fad;
    position: absolute;
    left: -1px;
    top: 0;
    transition: height 0.6s ease;
}

.part2 li:hover p::after {
    height: calc(100%);
    transition: height 0.6s ease;
}

.part2 li p b {
    display: block;
    font-size: 0.94vw;
    color: #323232;
    line-height: 1.46vw;
    height: 2.92vw;
    overflow: hidden;
    font-weight: 600;
    transition: 0.6s all;
}

.part2 li:hover {
    box-shadow: 0px 3px 51px 0px rgba(126, 126, 126, 0.41);
    transition: 0.6s all;
}

.part2 li:hover p b {
    color: #005fad;
    transition: 0.6s all;
}

@media (max-width: 850px) {
    .part2 li {
        width: 49%;
    }

    .part2::after {
        height: 80px;
        top: -80px;
    }

    .part2 {
        padding: 40px 0 40px;
        background-size: auto;
    }
}



/* part2 */
.part2 {
    position: relative;
    padding: 2.6vw 0 5.21vw 0;
    background: transparent url(../images/part2bg.png) no-repeat  center calc(100% + 5.21vw);
    background-size: cover;
}

.part2 li {
    width: 24.35%;
    background: #fff url(../images/part2-01.png) no-repeat bottom center;
    margin-bottom: 10px;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 3px 21px 0px rgba(205, 205, 205, 0.38);
    transition: 0.6s all;
}

.part2 li a {
    display: block;
    padding: 1.3vw 1.3vw 1.82vw 1.3vw;
    position: relative;
}

.part2 li i {
    font-style: normal;
    display: block;
    font-size: 0.83vw;
    color: #005fad;
    line-height: 0.94vw;
    margin-bottom: 0.31vw;
    padding-left: 1.45vw;
    background: url(../images/part2-02.png) no-repeat left center;
    background-size: contain;
}

.part2 li p {
    padding: 1.04vw 0 1.04vw 0.78vw;
    margin-left: 0.31vw;
    border-left: 1px solid #005fad;
    position: relative;
    min-height: calc(2.92vw + 2.08vw); /* b元素高度 + padding */
}

.part2 li p::after {
    content: "";
    width: 2px;
    height: 0;
    background: #005fad;
    position: absolute;
    left: -1px;
    top: 0;
    transition: height 0.6s ease;
}

.part2 li:hover p::after {
    height: calc(100%);
    transition: height 0.6s ease;
}

.part2 li p b {
    display: block;
    font-size: 0.94vw;
    color: #323232;
    line-height: 1.46vw;
    height: 2.92vw;
    overflow: hidden;
    font-weight: 600;
    transition: 0.6s all;
}

.part2 li:hover {
    box-shadow: 0px 3px 51px 0px rgba(126, 126, 126, 0.41);
    transition: 0.6s all;
}

.part2 li:hover p b {
    color: #005fad;
    transition: 0.6s all;
}



/* part3 */
.part3 {
    position: relative;
    padding: 2.6vw 0 1.04vw 0;
    background: transparent url(../images/part3bg.png) no-repeat bottom center;
    background-size: cover;
}

.part3 .ContitleL h5 {
    color: #fff;
}

.part3 .ContitleL i {
    color: #fff;
}

.part3 .ContitleL i::after {
    background: #fff;
}

.part3 .Contitle a {
    color: #fff;
    border-bottom-color: #fff;
}

.part3 .Contitle a:hover {
    color: #fff;
}
@media (max-width: 768px) {
    .Contitle {
        margin-bottom: 20px;
    }

    .ContitleL h5 {
        font-size: 20px;
        color: #323232;
        margin-bottom: 2px;
    }

    .ContitleL i {
        padding-left: 12px;
        font-size: 13px;
    }

    .ContitleL i::after {
        width: 8px;
        height: 2px;
        margin-top: -1px;
    }

    .Contitle a {
        font-size: 14px;
        padding: 0 6px;
        line-height: 14px;
        height: 20px;
    }

    .part3 {
        padding: 30px 0 15px 0;
    }

    .part1 {
        padding: 40px 0 60px 0;
    }

    .part2 {
        padding: 30px 0 40px 0;
        background: transparent url(../images/part2bg.png) no-repeat center calc(100%);
        background-size: cover;
    }

    .part2 li {
        width: 100%;
    }

    .part2 li a {
        padding: 15px 15px 20px 15px;
    }

    .part2 li i {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 5px;
        padding-left: 24px;
    }

    .part2 li p {
        padding: 12px 0 12px 6px;
        margin-left: 5px;
        min-height: auto;
    }

    .part2 li p b {
        font-size: 16px;
        line-height: 20px;
        height: auto;
    }
    .part1-swiper-wrapper{
        height: auto;
    }
    /* part1 字体大小覆盖 */
    .part1T .swiper-slide i {
        font-size: 12px;
        padding-left: 24px;
    }

    .part1T .swiper-slide i::after {
        width: 18px;
        height: 1px;
    }

    .part1T .swiper-slide p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 8px;
    }

    .part1T .swiper-slide .slide-overlay {
        padding: 15px 0 20px 8px;
    }

    .part1T .swiper-slide .slide-date {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .part1T .swiper-slide .slide-title {
        font-size: 16px;
        width: 100%;
    }

    .part1 .tabs a {
        padding: 12px 20px;
    }
    .part1 .tabs a .tabs-left{
        padding-left: 0;
    }
    .part1 .tabs a::before {
        width: calc(100% - 40px);
        height: 1px;
        left: 20px;
    }

    .part1 .tabs a.active .tabs-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 6px;
    }

    .part1 .tabs a.active .tabs-desc {
        font-size: 14px;
        line-height: 18px;
    }

    .part1 .tabs a.active .tabs-right {
        margin-left: 8px;
    }

    .part1 .tabs a.active .tabs-icon {
        width: 16px;
        height: 16px;
        margin-bottom: 8px;
    }

    .part1 .tabs a.active i {
        font-size: 12px;
    }

    .part1 .tabs a.active::after {
        width: calc(100% + 24px);
        background: #005FAD;
    }

    .part1 .tabs a:not(.active) .tabs-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 6px;
    }

    .part1 .tabs a:not(.active) .tabs-desc {
        font-size: 14px;
        line-height: 18px;
    }

    .part1 .tabs a:not(.active) .tabs-right {
        margin-left: 8px;
    }

    .part1 .tabs a:not(.active) i {
        font-size: 13px;
    }
}
@media (max-width: 510px) {
    .part2 li {
        width: 100%;
    }

    .part2 li a {
        padding: 15px;
    }

    /* 手机版只显示前三个 */
    .part2 .w749 li:nth-child(n+4) {
        display: none;
    }
}
/* 学术活动走马灯轮播 */
.events-swiper {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.events-swiper .swiper {
    overflow: visible;
    padding-bottom: 0.52vw;
    margin-left: 0;
    margin-right: 0;
}

.events-swiper .swiper-wrapper {
    margin-left: 0;
    margin-right: 0;
}

.events-swiper .swiper-slide {
    width: 16.67vw;
    height: auto;
    margin-left: 0;
    margin-right: 0;
}

.events-swiper .swiper-slide:first-child {
    margin-left: 0;
}

.events-swiper .swiper-slide:last-child {
    margin-right: 0;
}

@media (min-width: 768px) {
    .events-swiper .swiper-slide {
        width: 19.79vw;
    }
}

@media (min-width: 1024px) {
    .events-swiper .swiper-slide {
        width: 20.83vw;
    }
}

@media (min-width: 1440px) {
    .events-swiper .swiper-slide {
        width: 21.88vw;
    }
}

/* 手机版隐藏溢出内容 */
@media (max-width: 767px) {
    .events-swiper {
        padding: 0;
        overflow: hidden;
    }

    .events-swiper .swiper {
        overflow: hidden;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .events-swiper .swiper-wrapper {
        margin: 0;
    }

    .events-swiper .swiper-slide {
        width: 100%;
        padding: 0;
    }
}

.events-swiper .event-item {
    display: block;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.events-swiper .event-item:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.events-swiper .img-box-post {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 比例 */
    overflow: hidden;
}

.events-swiper .img-box-post .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.events-swiper .img-box-post .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.events-swiper .text-box {
    padding: 1.56vw;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.events-swiper .title {
    font-size: 0.94vw;
    color: #000;
    line-height: 1.5;
    margin-bottom: 1.04vw;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.71vw;
}

.events-swiper .event-desc {
    font-size: 0.83vw;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.04vw;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.6vw;
}

.events-swiper .event-date {
    font-size: 0.83vw;
    color: #999;
}

.events-swiper .event-bottom {
    font-size: 16px;
}

.events-swiper .info .item {
    display: flex;
    align-items: center;
    color: #666;
    margin-bottom: 6px;
}

.events-swiper .info .item i {
    margin-right: 8px;
    font-size: 16px;
}

.events-swiper .info .item.mt6 {
    margin-top: 6px;
}

.events-swiper .ala-swiper {
    position: relative;
    margin-top: 1.56vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.04vw;
}

.events-swiper .ala-swiper:after,
.events-swiper .ala-swiper:before {
    content: "";
    position: absolute;
    width: calc(50% - 2.34375vw);
    height: 1px;
    background-color: rgba(255, 255, 255, .2);
    top: 50%;
}

.events-swiper .ala-swiper:before {
    left: 0;
}

.events-swiper .ala-swiper:after {
    right: 0;
}

.events-swiper .swiper-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.events-swiper .swiper-nav-btn {
    position: relative;
    width: 6.25vw;
    height: 2.08vw;
    background: url(../images/zybtn.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.events-swiper .swiper-btn-prev-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.events-swiper .swiper-btn-next-area {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.events-swiper .swiper-button-prev,
.events-swiper .swiper-button-next {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
}

.events-swiper .swiper-scrollbar {
    position: static;
    width: 200px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

.events-swiper .swiper-scrollbar-drag {
    background: #fff;
    border-radius: 2px;
}

@media (max-width: 1024px) {
    .events-swiper .text-box {
        padding: 20px;
    }

    .events-swiper .title {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .events-swiper .text-box {
        padding: 15px;
    }

    .events-swiper .title {
        font-size: 18px;
        margin-bottom: 15px;
        height: auto;
    }

    .events-swiper .event-desc {
        font-size: 14px;
        margin-bottom: 12px;
        height: auto;
    }

    .events-swiper .event-date {
        font-size: 12px;
    }

    .events-swiper .event-bottom {
        font-size: 14px;
    }

    .events-swiper .ala-swiper {
        margin-top: 20px;
        gap: 10px;
    }

    .events-swiper .ala-swiper:after,
    .events-swiper .ala-swiper:before {
        width: calc(50% - 60px);
    }

    .events-swiper .swiper-nav-btn {
        width: 120px;
        height: 40px;
    }
}


.part4 {
    position: relative;
    padding: 2.6vw 0 3.13vw 0;
    background: #f7f8fa;
}

/* index-research 科研动态 */
.index-research {
    padding: 0.52vw 0;
}

.research-content {
    display: flex;
    gap: 1.04vw;
    align-items: stretch;
    justify-content: space-between;
}

.research-left {
    width: 49%;
    position: relative;
    display: flex;
}

.research-main-item {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.research-main-img {
    width: 100%;
    flex: 1;
    position: relative;
    overflow: hidden;
    min-height: 0;
}

.research-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.research-main-item:hover .research-main-img img {
    transform: scale(1.05);
}

.research-main-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #005fad;
    padding: 1.56vw;
    color: #fff;
    width: 50%;
    display: flex;
    flex-direction: column;
}

.research-main-date {
    font-size: 0.83vw;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.63vw;
}

.research-main-title {
    font-size: 1.15vw;
    line-height: 1.5;
    margin-bottom: 0.78vw;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.research-main-icon {
    width: 2.5vw;
    height: 2.5vw;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.research-main-icon img {
    width: 1.04vw;
    height: 1.04vw;
    object-fit: contain;
}

.research-right {
    width: 49%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.04vw;
}

.research-item {
    background: #fff;
    padding: 1.04vw;

    transition: all 0.3s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;

}

.research-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-top: 0.15vw solid #005fad;
}

.research-item:hover .research-item-icon {
    background: #005fad;
    border-color: #005fad;
}

.research-item-date {
    font-size: 0.83vw;
    color: #000000;
    margin-bottom: 1.04vw;
}

.research-item-title {
    font-size: 1.15vw;
    color: #000;
    line-height: 1.5;
    margin-bottom: 0.78vw;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3.65vw;
}

.research-item-icon {
    width: 1.67vw;
    height: 1.67vw;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
}

.research-item-icon img {
    width: 0.83vw;
    height: 0.83vw;
    object-fit: contain;
}

@media (max-width: 1024px) {
    .research-content {
        flex-direction: column;
    }

    .research-left,
    .research-right {
        width: 100%;
    }

    .research-right {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .part4 {
        padding: 40px 0;
    }

    .index-research {
        padding: 8px 0;
    }

    .research-content {
        gap: 8px;
    }

    .research-main-overlay {
        position: static;
        width: 100%;
        padding: 20px;
    }

    .research-main-date {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .research-main-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .research-main-icon {
        width: 36px;
        height: 36px;
    }

    .research-main-icon img {
        width: 13px;
        height: 13px;
    }

    .research-right {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .research-item {
        padding: 15px;
    }

    .research-item:hover {
        border-top: 2px solid #005fad;
    }

    .research-item-date {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .research-item-title {
        font-size: 17px;
        margin-bottom: 10px;
        height: auto;
    }

    .research-item-icon {
        width: 24px;
        height: 24px;
    }

    .research-item-icon img {
        width: 12px;
        height: 12px;
    }
}


.part5 {
    position: relative;
    padding: 2.6vw 0 3.13vw 0;
}

/* djsz 党建思政 */
.djsz {
    padding: 1.04vw 0;
}

.djsz-content {
    display: flex;
    gap: 1.04vw;
    align-items: flex-start;
}

.djsz-left {
    width: 60%;
    display: flex;
    gap: 1.04vw;
    justify-content: space-between;
}

.djsz-main-item {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #f7f8fa;
    box-shadow: 0 0.1vw 0.42vw rgba(0, 0, 0, 0.1);
    width: 50%;
    height: 51.67vh;
    display: flex;
    flex-direction: column;
}

.djsz-main-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.djsz-main-img {
    width: 100%;
    padding-top: 56.25%; /* 16:9 比例 */
    position: relative;
    overflow: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.djsz-main-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.djsz-main-item:hover .djsz-main-img {
    opacity: 0;
    transform: translateY(-100%);
}

.djsz-main-content {
    padding: 1.04vw;
    background: #f7f8fa;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.djsz-main-item:hover .djsz-main-content {
    position: absolute;
    top: 1.56vw;
    bottom: 0;
    padding: 1.56vw 1.04vw 1.04vw;
}

.djsz-main-date {
    font-size: 0.83vw;
    color: #a3a3a3;
    margin-top: 1.04vw;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: all 0.3s ease;
}

.djsz-main-item:hover .djsz-main-date {
    margin-bottom: 0.78vw;
    margin-top: 0;
}

.djsz-main-date img {
    margin-right: 0.26vw;
    width: 0.83vw;
    height: 0.83vw;
}

.djsz-main-title {
    font-size: 1.15vw;
    color: #000000;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 1.04vw 0 1.04vw 0;
    transition: all 0.3s ease;
    height: 3.65vw;
}

.djsz-main-item:hover .djsz-main-title {
    margin: 1.04vw 0 2.08vw 0;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    display: block;
}

.djsz-main-desc {
    font-size: 0.83vw;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.04vw;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 4.17vw;
}

.djsz-main-item:hover .djsz-main-desc {
    opacity: 1;
    max-height: 10.42vw;
    margin-bottom: 1.56vw;
}

.djsz-main-more {
    opacity: 0;
    transform: translateY(0.52vw);
    transition: all 0.3s ease;
    margin-top: 0;
    padding: 0.52vw 0;
    background: #005fad;
    width: 30%;
    border-radius: 2.08vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.djsz-main-item:hover .djsz-main-more {
    opacity: 1;
    transform: translateY(0);
}

.djsz-main-more img {
    width: 1.04vw;
    height: auto;
    display: block;
}

.djsz-right {
    width: 38%;
    display: flex;
    flex-direction: column;
    gap: 0.52vw 0;
    height: 51.67vh;
    justify-content: space-between;
}

.djsz-news-item {
    display: flex;
    flex-direction: column;
    padding: 0 1.04vw;
    transition: all 0.3s ease;
    position: relative;
    flex: 1;
    background: #f7f8fa;

}

.djsz-news-item:hover {
    padding-left: 1.56vw;
}

.djsz-news-top {
    display: flex;
    margin-bottom: 0.52vw;
    flex-direction: column;
    padding-top: 0.52vw;
}

.djsz-news-title {
    flex: 1;
    font-size: 0.94vw;
    color: #323232;
    line-height: 1.5;
    margin-right: 1.04vw;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.djsz-news-date {
    font-size: 0.93vw;
    color: #a3a3a3;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0.26vw;
}

.djsz-news-date img {
    width: 0.93vw;
    height: 0.93vw;
    margin-right: 0.26vw;
}

.djsz-news-icon {
    display: flex;
    align-items: center;
}

.djsz-news-icon img {
    width: 1.04vw;
    height: 1.04vw;
    object-fit: contain;
}


@media (max-width: 1024px) {
    .djsz-content {
        flex-direction: column;
    }

    .djsz-left,
    .djsz-right {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .part5 {
        padding: 30px 0;
    }

    .djsz {
        padding: 15px 0;
    }

    .djsz-content {
        gap: 8px;
    }

    .djsz-left {
        flex-direction: column;
        gap: 8px;
    }

    .djsz-main-item {
        width: 100%;
        height: auto;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    /* 手机版只显示第一个 */
    .djsz-left .djsz-main-item:nth-child(2) {
        display: none;
    }

    .djsz-main-content {
        position: static;
        width: 100%;
        padding: 20px;
    }

    .djsz-main-item:hover .djsz-main-content {
        position: static;
        top: auto;
        padding: 20px;
    }

    .djsz-main-item:hover .djsz-main-img {
        opacity: 0;
    }

    .djsz-main-date {
        font-size: 15px;
        margin-top: 12px;
    }

    .djsz-main-item:hover .djsz-main-date {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .djsz-main-date img {
        margin-right: 4px;
        width: 12px;
        height: 12px;
    }

    .djsz-main-title {
        font-size: 18px;
        margin: 12px 0;
        height: auto;
    }

    .djsz-main-item:hover .djsz-main-title {
        margin: 12px 0 20px 0;
    }

    .djsz-main-desc {
        font-size: 12px;
        margin-bottom: 12px;
        opacity: 1;
        max-height: 200px;
        height: auto;
        display: none;
    }

    .djsz-main-item:hover .djsz-main-desc {
        max-height: 200px;
        margin-bottom: 20px;
    }

    .djsz-main-more {
        opacity: 1;
        transform: translateY(0);
        padding: 8px 0;
        border-radius: 20px;
        display: none;
    }

    .djsz-main-more img {
        width: 16px;
    }

    .djsz-right {
        gap: 8px 0;
    }

    .djsz-news-item {
        padding: 15px;
        flex-wrap: wrap;
    }

    .djsz-news-item:hover {
        padding-left: 20px;
    }

    .djsz-news-top {
        margin-bottom: 8px;
        padding-top: 8px;
    }

    .djsz-news-title {
        width: 100%;
        font-size: 16px;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .djsz-news-date {
        font-size: 15px;
        margin-bottom: 4px;
        margin-right: 10px;
    }

    .djsz-news-date img {
        width: 12px;
        height: 12px;
        margin-right: 4px;
    }

    .djsz-news-icon img {
        width: 16px;
        height: 16px;
    }
}


.part6 {
    position: relative;
    padding: 2.6vw 0 5.21vw 0;
    background: #f7f8fa;
}

/* 办公服务按钮 */
.office-services {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.56vw;
    padding: 0 1.04vw;
}

.service-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease;
    padding: 1.56vw 1.04vw;
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    color: #005fad;
    background: #fff;
}

.service-icon {
    width: 4.17vw;
    height: 4.17vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.78vw;
    transition: all 0.3s ease;
}

.service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

.service-item:hover .service-icon img {
    transform: scale(1.1);
}

.service-text {
    font-size: 0.94vw;
    font-weight: 500;
    text-align: center;
    transition: color 0.3s ease;
}

@media (max-width: 1024px) {
    .office-services {
        gap: 20px;
        padding: 0 15px;
    }

    .service-item {
        padding: 25px 15px;
    }

    .service-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 12px;
    }

    .service-text {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .part6 {
        padding: 30px 0;
    }

    .office-services {
        flex-wrap: wrap;
        gap: 15px;
        padding: 0 10px;
        justify-content: flex-start;
    }

    .service-item {
        width: calc((100% - 15px) / 2);
        flex: 0 0 calc((100% - 15px) / 2);
        padding: 20px 15px;
    }

    .service-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    .service-text {
        font-size: 14px;
    }
}

/* Footer 底部样式 */
footer {
    background: #005fad;
    color: #fff;
    position: relative;
}

.footer-top {
    padding: 2vw 0 1.5vw;
    background: url(../images/bottombg.png) no-repeat 0 calc(100% + 2vw);
    background-size: cover;
    position: relative;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    position: relative;
    z-index: 2;
}

/* 左侧：Logo和学校信息 */
.footer-left {
    width: 35%;
    position: relative;
}

.footer-logos {
    margin-bottom: 30px;
}

.footer-logo-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer-logo-item:last-child {
    margin-bottom: 0;
}

.footer-logo-img {
    width: 100%;
    margin-right: 15px;
    object-fit: contain;
}

.footer-logo-text {
    flex: 1;
}

.footer-logo-cn {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
}

.footer-logo-en {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
}

.footer-bg-image {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    opacity: 0.3;
    z-index: 1;
}

.footer-arch-bg {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* 中间：友情链接 */
.footer-middle {
    width: 30%;
}

.footer-section-title {
    font-size: 1.25vw;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.4vw;
}


.footer-links a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.85vw;
    line-height: 1.6;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
}

.footer-links a:hover {
    color: #fff;
    text-decoration: underline;
}

/* 右侧：联系我们 */
.footer-right {
    width: 25%;
}

.footer-contact {
    margin-bottom: 0.3vw;
}

.footer-contact p {
    font-size: 0.85vw;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    margin-bottom: 0.2vw;
}

.footer-contact p:last-child {
    margin-bottom: 0;
}

.footer-qrcode {

}

.footer-qrcode img {
    width: 7vw;
    height: 7vw;
    padding: 0.2vw;
    border-radius: 4px;
}

.qrcode-label {
    font-size: 0.7vw;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    width: 7vw;
    text-align: center;
}

/* 底部版权信息 */
.footer-bottom {
    padding: 0.2vw 0 0.8vw;
}

.footer-copyright {
    text-align: center;
}

.footer-copyright p {
    font-size: 0.8vw;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* Footer 响应式样式 */
@media (max-width: 1024px) {
    .footer-content {
        flex-wrap: wrap;
        gap: 30px;
    }

    .footer-left,
    .footer-middle,
    .footer-right {
        width: 100%;
    }

    .footer-left {
        order: 1;
    }

    .footer-middle {
        order: 2;
    }

    .footer-right {
        order: 3;
    }

    .footer-bg-image {
        position: relative;
        bottom: 0;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .footer-top {
        padding: 40px 0 10px;
        background: none !important;
    }

    .footer-content {
        flex-direction: column;
        gap: 30px;
    }

    .footer-logos {
        margin-bottom: 0px;
    }

    .footer-logo-item {
        margin-bottom: 10px;
    }

    .footer-logo-img {
        width: 80%;
    }

    .footer-logo-cn {
        font-size: 16px;
    }

    .footer-logo-en {
        font-size: 11px;
    }

    .footer-section-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .footer-links li {
        margin-bottom: 6px;
    }

    .footer-links a {
        font-size: 16px;
    }

    .footer-contact {
        margin-bottom: 5px;
    }

    .footer-contact p {
        font-size: 16px;
        margin-bottom: 3px;
    }

    .footer-qrcode {
        display: none;
    }

    .footer-qrcode img {
        width: 120px;
        height: 120px;
        padding: 10px;
    }

    .qrcode-label {
        font-size: 14px;
        width: 120px;
    }

    .footer-bottom {
        padding: 25px 0;
        border-top: 1px solid #71a8d5;
    }

    .footer-copyright p {
        font-size: 14px;
        color: #fff;
    }
}



/* inner-banner */
.inner-banner {
    background-color: var(--bg-primary);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.inner-banner.banner-noImg{
    background-color: transparent;
}

/* breadcrumb */
.inner-banner .breadcrumb {
    padding: 1.09375vw 0;
}
.inner-banner .layui-breadcrumb {
    color: var(--color-text-secondary-grey);
    font-size: inherit;
    /*background: url("../images/home.png") left center no-repeat;*/
    /*padding-left: var(--size-36);*/
    /*background-size: var(--size-24) var(--size-24);*/
}
.inner-banner .layui-breadcrumb1 {
    background: url("../images/home_w.png") left center no-repeat;
    background-size: var(--size-24) var(--size-24);
}

.inner-banner .layui-breadcrumb>* {
    font-size: inherit;
}

.inner-banner .layui-breadcrumb a {
    color: inherit !important;
}

.inner-banner .layui-breadcrumb span[lay-separator] {
    color: inherit;
    font-family: Arial;
    margin: 0 .3125vw;
}

.inner-banner .layui-breadcrumb a:hover {
    color: var(--color-primary) !important;
}

.inner-banner .layui-breadcrumb a cite {
    color: inherit;
}

.header_white .inner-banner .breadcrumb{
    margin-top: 5.208333vw;
}
.header_white .inner-banner .layui-breadcrumb{
    color: #fff;
}
.header_white .inner-banner .layui-breadcrumb a:hover{
    color: #fff!important;
}

@media screen and (max-width: 1439px) {
    .header_white .inner-banner .breadcrumb{
        margin-top: 75px;
    }
}
@media screen and (max-width: 1199px) {
    .inner-banner .breadcrumb {
        padding: 13px 0;
    }

    .inner-banner .layui-breadcrumb span[lay-separator] {
        margin: 0 4px;
    }
}


/* breadcrumb END */

/* inner-banner-text */
.inner-banner .layui-container,
.inner-banner-text {
    height: 100%;
}
.inner-banner-text{
    min-height: 29.16667vw;
    display: flex;
    flex-direction: column;
}
.inner-banner.has-border .inner-banner-text{
    position: relative;
}
.inner-banner.has-border .inner-banner-text::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: .3125vw;
    background: var(--color-primary);
}
.inner-banner-text .text-box {
    padding: 3.125vw 0;
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.inner-banner-text .text-box>* {
    position: relative;
}

.inner-banner-text .text-box .bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.inner-banner-text .text-box .title_en {
    font-style: italic;
}

.inner-banner-text .text-box .mce-content-body {
    margin-top: var(--size-36);
    line-height: 1.5;
}

.inner-banner-text .bottom .icon{
    width: 4.16667vw;
    margin-top: var(--size-36);
}

.inner-banner .img-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.inner-banner .img-box .img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.inner-banner .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-banner .img-box .video-button{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.inner-banner .img-box .video-button .icon-play{
    position: relative;
    left: unset;
    top: unset;
    margin: 0;
    transform: unset;
}
.inner-banner .img-box .video-button .text{
    color: #fff;
    position: relative;
    z-index: 100;
}
.banner-noImg .inner-banner-text{
    min-height: 0;
}
.article-banner .inner-banner-text{
    min-height: 23.4375vw;
}
.results-inner-banner{
    color: #fff;
    display: flex;
    align-items: center;
    min-height: 26.7vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}
.results-inner-banner .inner-banner-text{
    width: 100%;
    line-height: 1.4;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 5.21vw;
    bottom: 3.125vw;
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: auto;
    height: auto;
}
.results-inner-banner .inner-banner-text .title {
    position: relative;
    line-height: 1.1;
    display: inline-block;
}
.results-inner-banner .layui-container{
    height: auto !important;
}
.header_white .inner-banner.results-inner-banner .breadcrumb{
    margin-top: 0;
}

@media screen and (max-width: 1199px) {
    .inner-banner-text .bottom .icon{
        width: 50px;
    }
}

@media screen and (max-width: 991px) {
    .results-inner-banner {
        min-height: 260px;
    }
    .results-inner-banner .inner-banner-text{
        top: 75px;
        bottom: 45px;
    }

    .inner-banner-text .bottom .icon,
    .inner-banner-text .text-box .mce-content-body {
        margin-top: 15px;
    }
    .inner-banner .img-box{
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 50%;
    }
    .article-banner .inner-banner-text{
        min-height: 240px;
    }
}

@media screen and (max-width: 767px) {
    .inner-banner-text .text-box {
        padding: 10px 0 30px;
    }
    .banner-noImg .inner-banner-text .text-box{
        padding: 10px 0;
    }
    .inner-banner-text .bottom .icon{
        display: none;
    }
}
@media screen and (max-width: 567px) {
    .inner-banner-text .bottom .icon,
    .inner-banner-text .text-box .mce-content-body {
        margin-top: .3rem;
    }
    .inner-banner-text .text-box {
        padding: .2rem 0 .6rem;
    }
    .banner-noImg .inner-banner-text .text-box{
        padding: .2rem 0;
    }
}

@-webkit-keyframes MoveUpDown {
    0% {
        bottom: 3px;
    }

    50% {
        bottom: -3px;
    }

    100% {
        bottom: 3px;
    }
}

@keyframes MoveUpDown {
    0% {
        bottom: 3px;
    }

    50% {
        bottom: -3px;
    }

    100% {
        bottom: 3px;
    }
}

/* inner-banner-text END */



/*.category-nav*/
.category-nav-block{
    position: relative;
}
.category-nav-block:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: var(--size-1);
    border-bottom: var(--size-1) solid var(--border-color);
}
.category-nav-block .layui-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category-nav-block .ala-filter{
    margin-left: var(--size-48);
}


@media screen and (max-width: 767px) {
    .category-nav-block:after{
        content: unset;
    }
    .category-nav-block .layui-container{
        display: block;
    }
    .category-nav-block .ala-filter{
        margin-left: 0;
    }
    .category-nav{
        position: relative;
    }
    .category-nav:after{
        content: "";
        position: absolute;
        left: -4.166667vw;
        right: -4.166667vw;
        bottom: 0;
        height: var(--size-1);
        border-bottom: var(--size-1) solid var(--border-color);
    }
}
@media screen and (max-width: 567px) {
    .category-nav:after{
        left: -.32rem;
        right: -.32rem;
    }
}

.category-nav{
    position: relative;
}

.category-nav .swiper-slide{
    width: auto;
    position: relative;
    cursor: pointer;
    color: var(--color-text-secondary-grey);
    transition: color .3s ease-in-out;
}
.category-nav .swiper-slide a{
    display: block;
    padding: var(--size-30) 0;
    color: inherit;
}
.category-nav .swiper-slide+.swiper-slide{
    margin-left: 4.16667vw;
}
.category-nav .swiper-slide:hover{
    color: var(--color-text-primary);
}
.category-nav .swiper-slide:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: var(--size-2);
    background-color: var(--color-text-primary);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.category-nav .swiper-slide.active:after{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.category-nav .swiper-slide.active{
    color: var(--color-text-primary);
    font-weight: bold;
}
@media screen and (max-width: 567px) {
    .category-nav .swiper-slide+.swiper-slide{
        margin-left: .5rem;
    }
}

/* category-nav END */


/*block*/
.block {
    padding: 5.78125vw 0;
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* overflow: hidden; */
}

.block.small-block {
    padding: 3.75vw 0;
}
.block.has-page-bg {
    padding-bottom: 5vw;
    min-height: 80vh;
}
.block>* {
    position: relative;
    z-index: 9;
}

.block.grey {
    background-color: var(--bg-grey);
}

.block.darkGrey {
    background-color: #F0F0F0;
}

.block.bg {
    background-attachment: fixed;
}

.block.bg>* {
    position: relative;
    z-index: 9;
}

.block.bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .65);
    z-index: 0;
}

.block.bg .container,
.block.color_white .container {
    z-index: 2;
    position: relative;
    color: #fff;
}

.color_white {
    color: #fff;
}

@media screen and (max-width:991px) {
    .block {
        padding: 50px 0;
    }
    .block.small-block {
        padding: 40px 0;
    }
}

/*block END*/

/* slide-card */
.grey .slide-card{
    background-color: #fff;
}
.slide-card{
    position: relative;
    /* cursor: pointer; */
    box-shadow: unset;
    transition: all .3s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--bg-primary);
    overflow: hidden;
}
.slide-card:hover{
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
    background-color: #fff;
}

.slide-card .text-box{
    padding: var(--size-30) var(--size-24);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.slide-card .text-box .desc{
    color: var(--color-text-secondary-grey);
    margin-top: var(--size-24);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.slide-card .text-box .desc.ellipsis--2{
    -webkit-line-clamp: 2;
}
.slide-card .text-box .title{
    color: var(--color-text-primary);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
a.slide-card:hover .text-box .title{
    /* text-decoration: underline; */
    color: var(--color-primary);
}
.slide-card .text-box .more-link{
    margin-top: var(--size-30);
}
.slide-card:hover .more-link .iconfont{
    transform: rotate(45deg);
}

.slide-card .calendar>*{
    position: relative;
}
.slide-card .calendar{
    position: absolute;
    background: #fff;
    right: var(--size-18);
    top: var(--size-18);
    padding: var(--size-15) var(--size-9);
    line-height: 1;
    text-align: center;
    transition: color .3s ease-in-out;
    color: var(--color-text-regular);
}
.slide-card .calendar:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--color-primary);
    opacity: 0;
    transition: all .3s ease-in-out;
}
.slide-card .calendar .month{
    font-weight: bold;
}
.slide-card .calendar .year{
    margin-top: var(--size-6);
    color: var(--color-text-secondary);
    transition: color .3s ease-in-out;
}
.slide-card:hover .calendar{
    color: #fff;
}
.slide-card:hover .calendar:before{
    opacity: 1;
}
.slide-card:hover .calendar .year{
    color: #fff;
}


.slide-card .text-box .num {
    color: var(--color-text-primary);
    font-size: var(--size-100);
    -webkit-text-stroke: 1px var(--color-text-primary);
    text-stroke: 1px var(--color-text-primary);
    color: transparent;
    transition: all .3s ease-in-out;
    position: absolute;
    right: var(--size-24);
    bottom: 0;
    line-height: .75;
    transform: translate(0, 30%);
    opacity: .1;
    letter-spacing: -.05em;
    font-family: "PoppinsSemiBold";
}

.slide-card .info-wrap{
    margin-top: var(--size-20);
}
.slide-card .info-wrap .info{
    display: flex;
    align-items: center;
}
.slide-card .info-wrap .info .ala-icon{
    margin-right: var(--size-9);
}
.slide-card .info-wrap .info+.info{
    margin-top: var(--size-9);
}

.slide-card.no-img:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: var(--size-4);
    background: var(--color-primary);
    opacity: 1;
    transition: all .3s ease-in-out;
}
.slide-card.no-img:hover:before{
    opacity: 1;
}
/* slide-card END */


.article-container {
    margin: 0 auto;
    padding: 4.16667vw;
    background-color: #fff;
    max-width: 80vw;
    margin-top: -11.75vw;
}
.article-container .mce-content-body img{
    max-width: 80%;
}
@media screen and (max-width: 1199px) {
    .article-container{
        max-width: 100%;
    }
    .article-container .mce-content-body img{
        max-width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .article-container {
        margin-top: -120px;
    }
}

/* article-title */

.article-title {
    line-height: 1.3;
    position: relative;
    flex: 1;
    padding-bottom: var(--size-40);
    margin-bottom: var(--size-45);
    border-bottom: var(--size-1) solid var(--border-color);
}

.article-title .tags {
    margin-bottom: var(--size-24);
}

.article-title .article-other {
    margin-top: var(--size-30);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color-text-secondary);
}
.article-title .article-otherBase{
    display: flex;
    align-items: center;
}
.article-title .article-otherBase span{
    display: flex;
    align-items: center;
}
.article-title .article-otherBase img {
    width: var(--size-20);
    margin-right: var(--size-9);
}

.article-title .article-otherBase span+span {
    margin-left: var(--size-40);
}


.article-calendar {
    color: #fff;
    line-height: 1;
    padding-right: var(--size-45);
    margin-right: var(--size-45);
    border-right: var(--size-1) solid rgba(255, 255, 255, .75);
}

.article-calendar>* {
    line-height: 1 !important;
}
.article-calendar .date{
    font-weight: bold;
}
.article-calendar .year {
    margin-top: var(--size-12);
}

@media screen and (max-width: 767px) {
    .article-title .share-btn{
        display: none;
    }
}
/* 活动 */
.article-banner .event-container{
    padding: var(--size-72) 0 var(--size-60);
    width: 100%;
}
.article-banner .event-container .article-title-wrapper{
    flex: 1;
    width: 100%;
}
.article-banner .event-container .article-title{
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
    flex: 1;
}
.article-banner .event-container .article-title .article-other{
    margin-top: var(--size-30);
}
.article-banner .event-container .article-title .article-otherBase span{
    display: block;
}
.article-banner .event-container .article-title .article-otherBase span+span{
    margin-left: 0;
    margin-top: var(--size-12);
}
.article-banner .event-container .article-title .article-other{
    color: #fff;
}
@media screen and (max-width: 567px) {
    .article-banner .event-container{
        padding: .6rem 0;
    }
}


/* article-title END */

/* article-btn */
.article-btn .btn {
    display: block;
    padding: var(--size-24);
    background-color: var(--bg-primary);
}

.article-btn .btn:hover {
    /* text-decoration: underline; */
}

.article-btn .btn+.btn {
    margin-top: var(--size-4);
}

/* article-btn END */



/* content-column */
@media screen and (min-width: 992px) {
    .content-column .layui-container{
        padding-left: 0;
    }
}
.content-column .scrollbar-box{
    max-height: 23.5vw;
    overflow: hidden;
}
@media screen and (max-width: 1439px) {
    .content-column .scrollbar-box{
        max-height: 33.8vw;
    }
}
@media screen and (max-width: 991px) {
    .content-column .scrollbar-box{
        max-height: unset;
    }
}
/* content-column END */

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: var(--color-primary);
}
.mCSB_scrollTools .mCSB_draggerRail{
    background-color: unset;
    background-color: rgba(0, 0, 0, .1);
}

@media screen and (min-width: 1920px) {
    .mCSB_inside > .mCSB_container{
        margin-right: 1.5625vw;
    }
}


/* keywords-list */
.keywords-list {
    overflow: hidden;
}

.keywords-list .keyword-item {
    padding: 3.125vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* .keywords-list .keyword-item .count-title {
    color: var(--color-primary);
} */

.keywords-list .keyword-item .count-title em {
    font-style: normal;
}

.keywords-list .layui-col-md3 {
    position: relative;
}

@media screen and (max-width: 767px) {
    .keywords-list {
        overflow: unset;
        margin: 0 -30px;
    }
    .keywords-list .layui-col-space60 {
        margin: 0;
    }

    .keywords-list .layui-col-space60>* {
        padding: 0;
    }

    .keywords-list .keyword-item {
        padding: 30px;
    }
}

/* keywords-list END */



/* dev-history-wrap */
.dev-history-wrap{
    border-top: 1px solid var(--border-color);
}
.dev-history-list .item{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.dev-history-list .item::before{
    content: '';
    display: block;
    position: absolute;
    width: calc(100% + 9vw);
    height: 100%;
    background-color: #F9F9F9;
    top: 0;
    left: -4.5vw;
    transform: scaleY(0);
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    z-index: 1;
}
.dev-history-list .item:hover::before {
    transform: scaleY(1);
}
.dev-history-list .item::after{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    background-color: var(--border-color);
    left: 50%;
    top: 0;
    bottom: 0;
    z-index: 2;

}
.dev-history-list .item:first-child {
    padding-top: 2vw;
}
.dev-history-list .item:last-child {
    padding-bottom: 2vw;
}
.dev-history-list .item .left,
.dev-history-list .item .right{
    width: 50%;
    display: flex;
    padding:2vw 3vw;
    position: relative;
    z-index: 2;
}
.dev-history-list .item .left{
    justify-content: flex-end;
}
.dev-history-list .item .right{
    justify-content: flex-start;
}
.dev-history-list .item:nth-child(2n+2){
    flex-direction: row-reverse;
}
.dev-history-list .item:nth-child(2n+2) .left{
    justify-content: flex-start;
}
.dev-history-list .item:nth-child(2n+2) .right{
    justify-content: flex-end;
}
.dev-history-list .item .img-container{
    width: 18.75vw;
    min-width: 300px;
    border: none;
}
.dev-history-list .item .img-box{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.26%;
    overflow: hidden;
}
.dev-history-list .item .img-box .img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.dev-history-list .item .img-box .img img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.dev-history-list .item .text-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dev-history-list .item .desc{
    margin-top: var(--size-15);
    color: var(--color-text-regular);
}
.dev-history-list .item .dot{
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--size-15);
    height: var(--size-15);
    border-radius: 50%;
    background: var(--color-primary);
    z-index: 3;
    transform: translate(-50%);
}
.dev-history-list .item .dot::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: var(--size-30);
    height: var(--size-30);
    border-radius: 50%;
    background: var(--color-primary);
    transform: translate(-50%,-50%);
    opacity: .2;
}

@media screen and (max-width: 991px) {
    .dev-history-list .item:first-child {
        padding-top: 40px;
    }
    .dev-history-list .item:last-child {
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .dev-history-list .item .img-container{
        min-width: 220px;
    }
    .dev-history-list .item .left, .dev-history-list .item .right{
        padding: 20px 30px;
    }

}
@media screen and (max-width: 567px) {
    .dev-history-list .item{
        flex-direction: column;
    }
    .dev-history-list .item .left, .dev-history-list .item .right{
        width: 100%;
        justify-content: flex-start;
        padding: 20px 0;
        padding-left: 30px;
    }
    .dev-history-list .item:nth-child(2n+2) .right{
        justify-content: flex-start;
    }
    .dev-history-list .item:nth-child(2n+2) .left {
        justify-content: flex-start;
    }
    .dev-history-list .item:nth-child(2n+2){
        flex-direction: column;
    }
    .dev-history-list .item::after{
        left: .1rem;
    }
    .dev-history-list .item .dot{
        top: 20px;
        left: 0;
        transform: unset;
    }
    .dev-history-list .item .left{
        padding-bottom: 10px;
    }
    .dev-history-list .item .right{
        padding-top: 10px;
    }
    .dev-history-list .item:first-child .dot{
        top: 60px;
    }
    .dev-history-list .item .desc{
        margin-top: .1rem;
    }
    .dev-history-list .item .img-container {
        min-width: 250px;
    }
}
/* dev-history-wrap END */


/* inner-title */
.inner-title {
    position: relative;
    z-index: 2;
    margin-bottom: var(--size-45);
}

.inner-title .title {
    display: inline-block;
    position: relative;
    line-height: 1.2;
    color: var(--color-text-primary);
}
.color_white .inner-title .title{
    color: #fff;
}

/* .inner-title .title>* {
    position: relative;
}

.inner-title .title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: .33333em;
    width: 2em;
    background: var(--color-primary);
    opacity: .5;
} */
.inner-title .desc{
    color: var(--color-text-regular);
    line-height: 1.8;
    max-width: 80vw;
    text-align: center;
    margin: 0 auto;
    margin-top: var(--size-45);
}
.inner-title.text-center .mce-content-body{
    max-width: 60vw;
    margin: var(--size-20) auto 0;
}
@media screen and (max-width: 1439px) {
    .inner-title.text-center .mce-content-body{
        max-width: 720px;
    }
}
@media screen and (max-width: 991px) {
    .inner-title.text-center .mce-content-body{
        max-width: 100%;
    }
    .inner-title .desc{
        color: var(--color-text-regular);
        line-height: 1.8;
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
        margin-top: var(--size-45);
    }
}
/* inner-title END */


/* people-card */
.people-list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--size-30);
}

.people-card{
    position: relative;
    padding: var(--size-30);
    display: flex;
    align-items: flex-start;
    background-color: var(--bg-primary);
    transition: all .3s ease-in-out;
    box-shadow: unset;
    flex: 0 0 calc(50% - calc(var(--size-30) / 2));
    box-sizing: border-box;
}
.people-card:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: var(--size-4);
    background: var(--color-primary);
    opacity: 0;
    transition: all .3s ease-in-out;
}
.people-card:hover{
    color: inherit;
    background-color: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
}
.people-card:hover:after{
    opacity: 1;
}
.people-card:hover .overlayer{
    opacity: 1;
    transform: scale(1);
}
.people-card .img-box{
    width: 9.375svw;
    position: relative;
    overflow: hidden;
}
.people-card .text-box{
    padding-top: 0;
    padding-left: var(--size-30);
    flex: 1;
}
.people-card .text-box .title{
    margin-top: var(--size-9);
    color: var(--color-text-secondary-grey);
}
.people-card .text-box .desc{
    margin-top: var(--size-20);
    padding-top: var(--size-20);
    border-top: var(--size-1) solid var(--border-color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.6;
}
@media screen and (max-width: 991px) {
    .people-card {
        flex: 0 0 calc(50% - calc(var(--size-30) / 2));
    }
    .people-card .img-box{
        width: 140px;
    }
}
@media screen and (max-width: 767px) {
    .people-card {
        flex: 0 0 100%;
    }
    .people-card .img-box{
        width: 120px;
    }
}
@media screen and (max-width: 567px) {
    .people-card{
        display: block;
        flex: 0 0 100%;
    }
    .people-card .img-box{
        width: 2.4rem;
        margin: 0 auto;
    }
    .people-card .text-box{
        padding-left: 0;
        padding-top: var(--size-30);
    }
    .people-card .text-box .name,
    .people-card .text-box .title{
        text-align: center;
    }
}
/* people-card END */


/* category-filter */
.category-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.category-filter a {
    display: block;
    padding: var(--size-18) var(--size-30);
    position: relative;
    line-height: 1;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.category-filter a+a{
    margin-left: var(--size-12);
}
.category-filter a.active {
    color: #fff;
    background: var(--color-primary);
}

@media screen and (max-width: 767px) {
    .category-filter{
        justify-content: flex-start;
    }
}
/* category-filter END */



/* staff-item */
.staff-item {
    display: flex;
    background-color: var(--bg-primary);
    padding: var(--size-48);
    box-shadow: unset;
    transition: all .3s ease-in-out;
    position: relative;
}
.staff-item+.staff-item{
    margin-top: var(--size-40);
}
.staff-item .ala-line{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.staff-item:hover {
    background-color: #fff;
    box-shadow: 2px 4px 18px 2px #CCCCCC;
}

.staff-item .staff-img {
    width: 15.625vw;
}

.staff-item .staff-container {
    margin-left: 2.65625vw;
    flex: 1;
}

.staff-item .staff-container .staff-content {
    flex: 1;
}
.staff-item .staff-container .title-wrap{
    display: flex;
    line-height: 1;
    align-items: flex-end;
    margin-top: var(--size-9);
}

.staff-item .staff-container .title {
    color: var(--color-text-secondary-grey);
    margin-left: var(--size-12);
    line-height: 1.2;
}

.staff-item .staff-container .content {
    margin-top: var(--size-36);
}

.staff-item .staff-container .staff-info {
    padding-left: 2.5vw;
    margin-left: 2.5vw;
    border-left: 1px solid var(--border-color);
    width: 15.625vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-sizing: content-box;
}

.staff-item .staff-container .staff-info .item+.item {
    margin-top: var(--size-12);
}

.staff-item .staff-container .staff-info .label {
    flex: 1;
    word-break: break-all;
    line-height: 1.2;
}
.staff-item-v2{
    padding: var(--size-36);
    height: 100%;
}
.staff-item-v2 .staff-container .staff-content {
    flex: unset;
    width: 30%;
}
.staff-item-v2 .staff-container {
    margin-left: 0;
    flex: 1;
}
.staff-item-v2 .staff-container .staff-info{
    padding-left: var(--size-30);
    margin-left: var(--size-30);
    width: unset;
}
.staff-item-v2 .staff-container .title-wrap{
    display: block;
}
.staff-item-v2 .staff-container .title{
    margin-left: 0;
    margin-top: 10px;
    line-height: 1.4em;
}
.staff-item-v2 .ala-line{
    width: 0;
    right: unset;
    transition: all .4s;
}
.staff-item-v2:hover .ala-line{
    width: 100%;
}
@media screen and (max-width: 1199px) {
    .staff-item .staff-container {
        display: block;
    }
    .staff-item-v2 .staff-container .staff-content {
        flex: unset;
        width: 100%;
    }
    .staff-item .staff-container .staff-info {
        width: 100%;
        padding-left: 0;
        margin-left: 0;
        border-left: 0;
        padding-top: 2.5vw;
        margin-top: 2.5vw;
        border-top: 1px solid var(--border-color);
    }
}

@media screen and (max-width: 991px) {
    .staff-item .staff-container .staff-info {
        padding-top: 24px;
        margin-top: 24px;
    }
}

@media screen and (max-width: 767px) {
    .staff-item{
        padding: 20px;
    }
    .staff-item .staff-container .content {
        margin-top: 15px;
    }
}

@media screen and (max-width: 567px) {
    .staff-item {
        display: block;
        padding: .4rem;
    }

    .staff-item .staff-img {
        width: 100%;
    }

    .staff-item .staff-container {
        margin-left: 0;
        margin-top: .4rem;
    }

    .staff-item .staff-container .content {
        margin-top: .3rem;
    }

    .staff-item .staff-container .staff-info {
        padding-top: .4rem;
        margin-top: .4rem;
    }
}

/* staff-item END */


/* secondary-menu */
.secondary-menu {
    position: sticky;
    position: -webkit-sticky;
    transition: all .3s ease-in-out;
    top: 10px;
    background-color: var(--bg-primary);
    padding: var(--size-30);
}

/* .header-fixed.header-show .secondary-menu { */
.secondary-menu {
    top: calc(5.208333vw + 10px);
}
.secondary-menu>*{
    position: relative;
    z-index: 1;
}
.secondary-menu .menu-item{
    border-bottom: var(--size-1) solid rgba(0, 0, 0, .1);
    cursor: pointer;
}
.secondary-menu .menu-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.09375vw 0;
    transition: all .3s ease-in-out;
    position: relative;
}
.secondary-menu .menu-item em{
    font-style: normal;
}
.secondary-menu .menu-item .iconfont {
    opacity: 0;
    transition: all .3s ease-in-out;
    font-size: .9em;
}
.secondary-menu .menu-item .iconfont.icon-right{
    opacity: 1;
}
.secondary-menu .menu-item.active{
    border-bottom:var(--size-1) solid var(--color-text-primary) !important;

}
.secondary-menu .menu-item.active .menu-title {
    color: var(--color-text-primary);
    font-weight: bold;
}

.secondary-menu .menu-item.active .iconfont {
    opacity: 1;
}
.secondary-menu .menu-child{
    display: none;
    padding-left: var(--size-15);
}
.secondary-menu .menu-item.open i{
    transform: rotate(90deg);
}
.secondary-menu .menu-item.open .menu-child{
    display: block;
}
.secondary-menu .menu-child .child-item {
    display: block;
    padding-bottom: var(--size-20);
    color: var(--color-text-secondary);
    line-height: 1em;
}
.secondary-menu .menu-child .child-item.active{
    color: var(--color-text-regular);
}
@media screen and (max-width: 1439px) {
    /* .header-fixed.header-show .secondary-menu { */
    .secondary-menu {
        top: 85px;
    }
    .secondary-menu .menu-item {
        padding: 15px 0;
    }
}

/* secondary-menu END */

/* secondary-menu-right */
.secondary-menu-right {
    margin-bottom: 1.5625vw;
    display: none;
}
.secondary-menu-right.show-pc{
    display: block;

}
.secondary-menu-right.show-pc.has-border{
    padding-bottom: 1.5625vw;
    border-bottom: 1px solid var(--border-color);
}
.secondary-menu-right.show-pc.ala-flex{
    display: flex;
}

.secondary-menu-title {
    color: var(--color-text-primary);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.secondary-menu-title em{
    font-style: normal;
}

/* .secondary-menu-right+.mce-content-body{
    margin-top: -.78125vw;
    margin-bottom: 1.5625vw;
} */

@media screen and (max-width: 1199px) {
    .secondary-menu-right {
        margin-bottom: 20px;
    }
    .secondary-menu-right.show-pc.has-border{
        padding-bottom:  20px;
    }
    /* .secondary-menu-right+.mce-content-body{
        margin-top: -10px;
        margin-bottom: 20px;
    } */
}
@media screen and (min-width: 992px) {
    .secondary-menu-title .icon-down,
    .secondary-menu-list {
        display: none !important;
    }
}
@media screen and (max-width: 991px) {
    .secondary-menu-right{
        display: block;
    }
    .secondaryMenuTemp {
        height: 60px;
        display: none;
    }

    .secondary-menu-right {
        background-color: #fff;
        position: relative;
        transition: all .3s ease-in-out;
        transform: unset !important;
        display: block!important;
    }

    .secondary-menu-right .secondary-menu-title {
        padding: 10px 0;
        margin-bottom: 0;
        border-bottom: 1px solid transparent;
        cursor: pointer;
        height: 50px;
    }

    .secondary-menu-right.open .secondary-menu-title {
        border-bottom-color: var(--border-color);
    }

    .secondary-menu-right .secondary-menu-title .icon-down {
        transition: all .3s ease-in-out;
    }

    .secondary-menu-right.open .secondary-menu-title .icon-down {
        transform: rotate(180deg);
    }

    .secondary-menu-list {
        padding: 10px 0;
        display: none;
    }

    .secondary-menu-right.open .secondary-menu-list {
        display: block;
    }

    .secondary-menu-list .menu-item {
        display: block;
        border-bottom: 0;
        padding: 10px 0;
    }
    .secondary-menu-list .menu-item em{
        font-style: normal;
    }

    .secondary-menu-list .menu-item.active {
        color: var(--color-primary);
    }

    .secondary-menu-fixed .secondary-menu-shade {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, .75);
        z-index: 98;
        display: none;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }

    .secondary-menu-fixed header {
        box-shadow: unset;
    }

    .secondary-menu-right .fixed-wrap{
        background-color: #fff;
        transition: all .3s ease-in-out;
    }
    .secondary-menu-fixed .secondary-menu-right .fixed-wrap {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 999;
    }

    .header-fixed.header-show.secondary-menu-fixed .secondary-menu-right .fixed-wrap  {
        top: 75px;
    }

    .secondary-menu-fixed .secondary-menu-right .secondary-menu-title {
        background-color: #fff;
        padding: 0 4.166667vw;
        border-bottom: 1px solid var(--border-color);
        height: 50px;
    }

    .secondary-menu-fixed .secondary-menu-list {
        padding: 10px 4.166667vw;
    }
}

@media screen and (max-width: 567px) {
    .secondary-menu-right {
        margin-bottom: .3rem;
    }
    .secondary-menu-right.show-pc.has-border{
        padding-bottom:  .3rem;
    }
    .secondary-menu-right .mce-content-body{
        margin-top: .15rem;
        margin-bottom: .3rem;
    }

    .secondary-menu-fixed .secondary-menu-right .secondary-menu-title {
        padding: 0 .32rem;
        height: 1rem;
    }

    .secondary-menu-fixed .secondary-menu-list {
        padding: 10px .32rem;
    }
}

/* secondary-menu-right END */

/* department-list */
.department-list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--size-30);
}

.department-item {
    flex: 0 0 calc(50% - calc(var(--size-30) / 2));
    padding: var(--size-30);
    background-color: var(--bg-primary);
    transition: all .3s ease-in-out;
    border-left: var(--size-4) solid transparent;
    box-sizing: border-box;
}

.department-item:hover {
    background-color: #fff;
    box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
    border-left-color: var(--color-primary);
}

.department-name {
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: var(--size-12);
    line-height: 1.5;
}

.department-contact {
    color: var(--color-text-secondary-grey);
    line-height: 1.6;
}

.category-content {
    margin-top: var(--size-30);
}

@media screen and (max-width: 767px) {
    .department-item {
        flex: 0 0 100%;
        padding: 20px;
    }
}

@media screen and (max-width: 567px) {
    .department-item {
        flex: 0 0 100%;
        padding: .4rem;
    }
    .department-name {
        font-size: 18px;
    }
    .department-contact {
        font-size: 14px;
    }
}
/* department-list END */

/* committee-list */
.committee-list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--size-30);
}

.committee-item {
    flex: 0 0 calc(50% - calc(var(--size-30) / 2));
    padding: var(--size-30);
    background-color: var(--bg-primary);
    transition: all .3s ease-in-out;
    border-left: var(--size-4) solid transparent;
    box-sizing: border-box;
}

.committee-item:hover {
    background-color: #fff;
    box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
    border-left-color: var(--color-primary);
}

.committee-title {
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: var(--size-20);
    line-height: 1.5;
}

.committee-content {
    color: var(--color-text-secondary-grey);
    line-height: 1.8;
}

.committee-row {
    margin-bottom: var(--size-12);
    display: flex;
    align-items: flex-start;
}

.committee-row:last-child {
    margin-bottom: 0;
}

.committee-row .label {
    min-width: 80px;
    color: var(--color-text-primary);
    font-weight: 500;
    flex-shrink: 0;
}

.committee-row .value {
    flex: 1;
    color: var(--color-text-secondary-grey);
    word-break: break-all;
}

@media screen and (max-width: 767px) {
    .committee-item {
        flex: 0 0 100%;
        padding: 20px;
    }
}

@media screen and (max-width: 567px) {
    .committee-item {
        flex: 0 0 100%;
        padding: .4rem;
    }
    .committee-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .committee-content {
        font-size: 14px;
    }
    .committee-row {
        margin-bottom: 10px;
        flex-direction: column;
    }
    .committee-row .label {
        min-width: auto;
        margin-bottom: 5px;
    }
}
/* committee-list END */

/* duties-section */
.duties-section {
    margin-top: var(--size-60);
    padding-top: var(--size-40);
    border-top: 1px solid var(--border-color);
}

.duties-title {
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: var(--size-40);
    text-align: center;
    line-height: 1.5;
}

.duty-content {
    color: var(--color-text-secondary-grey);
    line-height: 1.8;
}

.duty-content .duty-title {
    color: var(--color-primary);
    font-weight: 600;
    margin-top: var(--size-30);
    margin-bottom: var(--size-16);
    line-height: 1.5;
}

.duty-content .duty-title:first-child {
    margin-top: 0;
}

.duty-list {
    margin: 0 0 var(--size-20) 0;
    padding-left: var(--size-30);
    color: var(--color-text-secondary-grey);
    line-height: 1.8;
}

.duty-list li {
    margin-bottom: var(--size-12);
    padding-left: var(--size-8);
}

.duty-list li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .duties-section {
        margin-top: 30px;
        padding-top: 20px;
    }
    .duties-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .duty-content .duty-title {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 12px;
    }
    .duty-list {
        font-size: 14px;
        padding-left: 20px;
        margin-bottom: 15px;
    }
    .duty-list li {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 567px) {
    .duties-section {
        margin-top: .6rem;
        padding-top: .4rem;
    }
    .duties-title {
        font-size: 20px;
        margin-bottom: .4rem;
    }
    .duty-content .duty-title {
        font-size: 16px;
        margin-top: .4rem;
        margin-bottom: .3rem;
    }
    .duty-list {
        font-size: 14px;
        padding-left: .3rem;
        margin-bottom: .3rem;
    }
    .duty-list li {
        margin-bottom: .3rem;
    }
}
/* duties-section END */



/* ala-tab */
.layui-tab {
    margin: 0;
}

.layui-tab .layui-tab-bar {
    display: none;
}

.ala-tab .layui-tab-title {
    height: unset;
    border-bottom: 0;
    font-size: inherit;
    margin-bottom: 1.71875vw;
}

.ala-tab .layui-tab-title li {
    height: unset;
    line-height: inherit;
    font-size: inherit;
    background-color: var(--bg-primary);
    /* background-color: transparent; */
}

.ala-tab .layui-tab-title li a {
    padding:var(--size-20);
    display: block;
    color: inherit;
    line-height: 1.2;
    min-width: 10.4166667vw;
    text-align: center;
}

.ala-tab .layui-tab-title .layui-this:after {
    content: unset;
}

.ala-tab .layui-tab-title li:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: var(--size-4);
    background: var(--color-primary);
    opacity: 0;
}
.ala-tab .layui-tab-title .layui-this{
    background-color: var(--bg-primary);
}
.ala-tab .layui-tab-title .layui-this:before{
    opacity: 1;
}

.ala-tab .layui-tab-content {
    padding: 0;
}

@media screen and (max-width: 1439px) {
    .ala-tab .layui-tab-title li a {
        padding-top: 18px;
        padding-bottom: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .ala-tab .layui-tab-title{
        margin-bottom: 30px;
    }

    .ala-tab .layui-tab-title li a {
        min-width: 125px;
        padding: 18px 15px;
    }
}

@media screen and (max-width: 767px) {
    .ala-tab .layui-tab-title {
        display: table;
        width: 100%;
        margin-bottom: .4rem;
    }

    .ala-tab .layui-tab-title li {
        text-align: center;
        min-width: 0;
        display: table-cell;
    }

    .ala-tab .layui-tab-title li a {
        padding: 18px 12px;
        min-width: 0;
    }
}

@media screen and (max-width: 567px) {
    .ala-tab .layui-tab-title li a {
        padding: .36rem .24rem;
    }
}

/* ala-tab END */

/* home-announcement */

.home-announcement .layui-col-space40 {
    margin-top: 0;
    margin-bottom: 0;
}

.home-announcement .layui-col-space40>* {
    padding-top: 0;
    padding-bottom: 0;
}

.home-announcement .announcement-item {
    display: block;
    padding: 2.8125vw 0;
    position: relative;
    /* border-bottom: 1px solid #D3DBDA; */
    height: 100%;
}

.home-announcement .announcement-item:after,
.home-announcement .announcement-item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #D3DBDA;
    width: 100%;
    z-index: 1;
}

.home-announcement .announcement-item:after {
    width: 0;
    background: var(--color-primary);
    transition: all .3s ease-in-out;
}

.home-announcement .announcement-item:hover:after {
    width: 100%;
}

.home-announcement .announcement-item .more-btn {
    position: absolute;
    right: 15%;
    bottom: 0;
    transform: translateY(50%) rotate(-20deg) scale(0);
    /* opacity: 0; */
    transition: all .4s ease-in-out;
    z-index: 2;
}

.home-announcement .announcement-item:hover .more-btn {
    transform: translateY(50%) rotate(-20deg) scale(1);
}

.home-announcement .announcement-item .more-btn:hover {
    transform: translateY(50%) rotate(0) scale(1);
}

.home-announcement .announcement-item .title {
    margin-top: 1.25vw;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.home-announcement .announcement-item:hover{
    color: var(--color-text-regular);
}
.home-announcement .announcement-item:hover .title{
    /* color: var(--color-primary); */
    /* text-decoration: underline; */
}
.home-announcement .announcement-item .ala-tag+.time {
    margin-left: var(--size-12);
    color: var(--color-text-secondary-grey);
}


/* has-padding */
.grey .announcement-item.has-padding{
    background-color: #fff;
}
.announcement-item.has-padding{
    padding: 2.1875vw;
    background-color: var(--bg-primary);
    box-shadow: unset;
    transition: all .3s ease-in-out;
    position: relative;
}
.announcement-item.has-padding .ala-line{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.announcement-item.has-padding:hover .ala-line{
    opacity: 1;
}
.announcement-item.has-padding:after,
.announcement-item.has-padding:before{
    content: unset;
}
.announcement-item.has-padding:hover{
    background-color: #fff;
    box-shadow: 2px 4px 18px 2px #CCCCCC;
}

.announcement-item.has-padding .ala-tag{
    position: relative;
    overflow: hidden;
    color: #fff;
}
.announcement-item.has-padding .ala-tag>*{
    position: relative;
}
.announcement-item.has-padding .ala-tag:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--color-primary);
    /* opacity: 0; */
    transition: all .3s ease-in-out;
    z-index: 0;
}
/* .announcement-item.has-padding:hover .ala-tag{
    color: #fff;
}
.announcement-item.has-padding:hover .ala-tag:before{
    opacity: 1;
} */
/* has-padding END */


/* wide-panel */
.wide-panel .item{
    display: flex;
    position: relative;
    padding: var(--size-48);
    background-color: var(--bg-primary);
    transition: all .3s ease-in-out;
    box-shadow: unset;
}
.wide-panel a.item{
    cursor: pointer;
}
.wide-panel .item+.item{
    margin-top: var(--size-40);
}
.wide-panel .item.open,
.wide-panel .item:hover{
    background-color: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
}
.wide-panel .item .ala-line{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.wide-panel .item:hover .overlayer{
    opacity: 1;
    transform: scale(1);
}
.wide-panel .item .img-box{
    width: 23.4375vw;
}
.wide-panel .item .text-box{
    padding-left: var(--size-40);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.wide-panel .item .text-box>*{
    width: 100%;
}
.wide-panel .item .text-box .title{
    line-height: 1.3;
}
.wide-panel .item .text-box .info,
.wide-panel .item .text-box .tags{
    margin: var(--size-20) 0;
}
.wide-panel .item .text-box .tags .ala-tag{
    margin-top: var(--size-4);
    margin-bottom: var(--size-4);
}
.wide-panel .item .text-box .info>*+*{
    margin-top: var(--size-4);
}
.wide-panel .item .text-box .content,
.wide-panel .item .text-box .desc{
    margin-top: var(--size-15);
}
.wide-panel .item .text-box .bottom-wrap{
    margin-top: var(--size-24);
    flex-wrap: wrap;
}
.wide-panel .item .text-box .bottom-wrap .info{
    margin-top: var(--size-9);
}
.wide-panel .item .text-box .content{
    padding-bottom: var(--size-40);
}
.wide-panel .item .text-box .content .text{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.wide-panel .item:not(.open) .text-box .content .text p{
    display: inline;
}
.wide-panel .item.open .text-box .content .text{
    -webkit-line-clamp: unset;
    line-clamp: unset;
}
.wide-panel .item .toggle-btn{
    background: var(--color-primary);
    color: #fff;
    line-height: 1;
    padding: var(--size-15) var(--size-20);
    display: inline-block;
    cursor: pointer;
    position: absolute;
    bottom: -2.5vw;
    left: var(--size-40);
}
.list-horizon .item .toggle-btn .iconfont{
    transform: scale(.9);
    display: inline-block;
}
.list-horizon .item .toggle-btn.hide-btn{
    display: none;
}
@media screen and (max-width: 1439px) {
    .wide-panel .item .toggle-btn{
        bottom: -36px;
    }
}
@media screen and (max-width: 767px) {
    .wide-panel .item{
        padding: 20px;
        display: block;
    }
    .wide-panel .item .text-box{
        padding-left: 0;
        padding-top: var(--size-40);
    }
    .wide-panel .item .img-box{
        width: 100%;
    }
    .wide-panel .item .toggle-btn{
        bottom: -20px;
        left: 0;
    }
}
@media screen and (max-width: 567px) {
    .wide-panel .item{
        padding: .4rem;
    }
    .wide-panel .item .text-box .bottom-wrap{
        display: block;
    }
    .wide-panel .item .toggle-btn{
        bottom: -.4rem;
    }
}
/* wide-panel END */



/* list */
.list .item{
    padding: var(--size-30);
    background-color: var(--bg-primary);
    display: flex;
    align-items: center;
    position: relative;
    transition: all .3s ease-in-out;
}
.list .item:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: var(--size-4);
    background: var(--color-primary);
    opacity: 0;
    transition: all .3s ease-in-out;
}
.list .item+.item{
    margin-top: var(--size-20);
}
.list .item .text-box{
    flex: 1;
}
.list .item .right-box{
    margin-left: var(--size-20);
}
.list .item .ala-icon{
    opacity: 0;
    transition: all .3s ease-in-out;
    margin-left: var(--size-24);
}
.list .item:hover .title{
    /* text-decoration: underline; */
}
.list.project-list .item:hover .title{
    text-decoration: none;
}
.list .item:hover{
    background-color: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
}
.list .item:hover:after,
.list .item:hover .ala-icon{
    opacity: 1;
}
.list .item .info,
.list .item .desc{
    color: var(--color-text-secondary-grey);
    margin-top: var(--size-15);
}
.list .item .info{
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5625vw;
    margin-right: -1.5625vw;
}
.list .item .info span{
    display: inline-block;
    padding: var(--size-4) 1.5625vw;
}
.list .item .info-wrap{
    margin-top: var(--size-20);
    color: var(--color-text-secondary-grey);
}
.list .item .info-item{
    display: flex;
    align-items: center;
}
.list .item .info-wrap img{
    width: 16px;
    margin-right: 5px;
}
.list .item .info-wrap span  + span{
    margin-top: 5px;
}
.project-list .item .title-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
}
.project-list .item.no-border .title-wrap{
    padding-bottom: 0;
    border-bottom: none;
}
.project-list .item .title-wrap .title{
    flex: 1;
    padding-right: 20px;
}
.project-list .item .title-wrap .time{
    position: relative;
    overflow: hidden;
    color: #fff;
    display: inline-block;
    padding: 0.3125vw 0.9375vw;
    line-height: 1.1;
    border-radius: 2vw;
    transition: all .3s ease-in-out;
}
.project-list .item .title-wrap .time::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--color-primary);
    opacity: 1;
    transition: all .3s ease-in-out;
    z-index: 0;
}
.project-list .item .title-wrap .time span{
    position: relative;
    z-index: 2;
}
.download-list.list .item .ala-icon{
    opacity: 1;
}
.download-list.list .item:hover .title{
    text-decoration: unset;
}
@media screen and (max-width: 1199px){
    .list .item .info{
        margin-left: -18px;
        margin-right: -18px;
    }
    .list .item .info span{
        padding: var(--size-4) 18px;
    }
}
@media screen and (max-width: 767px){
    .list .item .info{
        margin-left: 0;
        margin-right: 0;
        display: block;
    }
    .list .item .info span{
        display: block;
        padding: var(--size-4) 0;
    }
    .list .item .ala-icon{
        display: none;
    }
    .list .item .info-wrap{
        flex-direction: column;
        align-items: flex-start;

    }
    .list .item .info-wrap span  + span{
        margin-left: 0px;
        margin-top: 10px;
    }
    .project-list .item .title-wrap{
        flex-direction: column;
        align-items: flex-start;
    }
    .project-list .item .title-wrap .title{
        padding-right: 0;

    }
    .project-list .item .title-wrap .time{
        margin-top: 5px;
    }
    .list .item .info-wrap img{
        width: 16px;
        margin-right: 5px;
    }

}
/* list END */


/* introduce-section */
.introduce-section .bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -6.25vw;
    background-repeat: no-repeat;
}
/* introduce-section END */


/* people-item */
.people-item{
    display: block;
}
.people-item .text-box{
    padding-top: var(--size-24);
}
.people-item .text-box .title{
    margin-top: var(--size-9);
    color: var(--color-text-secondary-grey);
}
.people-item:hover{
    color: inherit;
}
.people-item:hover .overlayer{
    opacity: 1;
    transform: scale(1);
}
.people-item-v2 .text-box{
    transition: all .3s ease-in-out;
}
.people-item-v2 .more-link{
    margin-top: 30px;
}
.people-item-v2:hover .more-link .iconfont {
    transform: rotate(45deg);
}
.member-swiper .people-item-v2 .text-box{
    padding: var(--size-30) !important;
}
.people-item-v2{
    position: relative;
}
.people-item-v2::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: var(--size-4);
    background: var(--color-primary);
    transition: all .3s ease-in-out;
    opacity: 1;
}
.people-item-v2:hover::after{
    opacity: 1;
}
.people-item-v2:hover .text-box{
    background-color: #fff !important;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
}
/* people-item END */

/* people-detail */
.people-detail .people-left{
    padding: var(--size-12);
    padding-bottom: 0;
    /* background-color: #fff; */
    /* margin-top: -11.75vw; */
}
.people-detail .people-left .people-img{
    max-width: 80%;
    position: relative;
}
.people-detail .people-left .people-img:before{
    content: "";
    position: absolute;
    left: -.625vw;
    top: -.625vw;
    right: -.625vw;
    bottom: 0;
    background-color: #fff;
}
.people-detail .people-img .img-box {
    width: 100%;
    height: 0;
    padding-bottom: 130%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.people-detail .people-img .img-box .img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.people-detail .people-img .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.people-detail .people-menu,
.people-detail .people-info{
    position: relative;
    padding: var(--size-30);
}
.people-detail .people-info:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: var(--size-1);
    background-color: var(--border-color);
}
.people-detail .people-info .title{
    color: var(--color-text-secondary-grey);
    margin-top: var(--size-12);
}
.people-menu-wrap{
    position: sticky;
    position: -webkit-sticky;
    top: calc(5.208333vw + 10px);
    transition: all .3s ease-in-out;
}
.people-detail .people-menu{
    /* padding-top: var(--size-36); */
    transition: all .3s ease-in-out;
    background-color: var(--bg-grey);
    padding: var(--size-30);
}
.people-detail .people-menu ul{
    padding:var(--size-10) 0 var(--size-30) ;
}
/* .header-fixed.header-show .people-detail .people-menu { */

.people-detail .people-menu li{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.people-detail .people-menu li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    bottom: 10%;
    width: var(--size-4);
    background: var(--color-primary);
    opacity: 0;
    display: none;
}
.people-detail .people-menu li::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: var(--size--20);
    height: 1px;
    background: var(--border-color);
}
.people-detail .people-menu li:hover,
.people-detail .people-menu li.active{
    font-weight: bold;
}
.people-detail .people-menu li.active:before{
    opacity: 1;
}
.people-detail .people-menu li.active::after{
    background: var(--color-text-primary);
}
.people-detail .people-menu li+li{
    margin-top: var(--size-40);
}
.people-detail .people-menu li i{
    opacity: 0;
    transition: all .3s ease-in-out;
    font-size: .9em;
}
.people-detail .people-menu li.active i{
    opacity: 1;
    transition: all .3s;
}
.people-detail-item{
    margin-bottom: var(--size-30);
}
.people-detail-item:hover{
    box-shadow: unset !important;
    background-color: var(--bg-grey) !important;
}
.faculty-list .faculty-item.people-detail-item .text-box .info{
    display: flex;
    margin-top: var(--size-10);
}
.faculty-list .faculty-item.people-detail-item .text-box .info span+span{
    margin-top: 0;
    margin-left: 3vw;
}
.faculty-list .faculty-item.people-detail-item .text-box .top{
    border-bottom: none;
}

.faculty-list .faculty-item.people-detail-item .desc{
    margin-top: var(--size-30);
    padding-top: var(--size-30);
    border-top: 1px solid var(--border-color);
}
@media screen and (max-width: 1439px) {

}
@media screen and (max-width: 1199px) {
    .people-detail .people-left .people-img:before{
        left: -8px;
        top: -8px;
        right: -8px;
    }
}
@media screen and (max-width: 991px) {
    .people-detail .people-left{
        margin-top: -120px;
    }
    .people-detail .people-left .people-img{
        max-width: 100%;
    }
    .faculty-list .faculty-item.people-detail-item .text-box .info{
        display: block;
    }
    .faculty-list .faculty-item.people-detail-item .text-box .info span+span{
        margin-top: var(--size-15);
        margin-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .people-detail .people-menu{
        display: none;
    }
    .people-detail .people-left{
        display: flex;
    }
    .people-detail .people-left .people-img{
        width: 160px;
    }
    .people-detail .people-info{
        margin-top: 72px;
        margin-left: 8px;
        flex: 1;
    }
    .people-detail .people-info:before{
        content: unset;
    }
}
@media screen and (max-width: 567px) {
    .people-detail .people-left{
        margin-top: -100px;
    }
    .people-detail .people-left .people-img:before{
        left: -.16rem;
        top: -.16rem;
        right: -.16rem;
    }
    .people-detail .people-info{
        margin-top: calc(60px - .16rem);
        margin-left: .16rem;
    }
    .people-detail .people-left .people-img{
        width: 2.4rem;
    }
}

/* people-detail END */

/* member-swiper */
.member-swiper .swiper-wrapper{
    padding: 25px 0;
}
.member-swiper .people-item{
    display: flex;
}
.member-swiper .people-item .img-box{
    width: 6.71875vw;
    height: 8.734375vw;
    padding-bottom: 0;
}
.member-swiper .people-item .text-box{
    padding: var(--size-24);
    background-color: var(--bg-primary);
    flex: 1;
}
.member-swiper .people-item .text-box .name{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 1439px) {
    .member-swiper .people-item .img-box{
        width: 96px;
        height: 125px;
    }
}
@media screen and (max-width: 767px) {
    .member-swiper .swiper-wrapper{
        padding: 0px 0;
    }
}
/* member-swiper END */

/* 信息字段对齐样式 */
.info-field-row {
    display: flex;
    align-items: flex-start;
    line-height: 1.6;
}

.info-field-row .field-label {
    min-width: 60px;
    flex-shrink: 0;
}

/* 或者使用固定宽度方式（如果不想使用flexbox） */
/*
.info-field-row {
    line-height: 1.6;
}

.info-field-row .field-label {
    display: inline-block;
    width: 60px;
    text-align: justify;
    text-align-last: justify;
}
*/

/* more-btn-wrapper */
.more-btn-wrapper {
    text-align: center;
    margin-top: 2.5vw;
    padding: 20px 0;
}

.more-btn-wrapper .more-link {
    display: inline-flex;
    align-items: center;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 12px 24px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
}

.more-btn-wrapper .more-link span:last-child {
    margin-left: 8px;
    transition: transform 0.3s ease;
    display: inline-block;
}

.more-btn-wrapper .more-link:hover {
    border-color: #007bff;
    color: #007bff;
}

.more-btn-wrapper .more-link:hover span:last-child {
    transform: translateX(5px);
}

@media screen and (max-width: 1199px) {
    .more-btn-wrapper {
        margin-top: 30px !important;
        padding: 15px 0 !important;
    }
}
/* more-btn-wrapper END */

/* search-filter */
.search-filter{
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 2.34275vw;
    overflow: hidden;
}
.search-filter .category-filter{
    padding: 1.5625vw 0;
    margin: 0 -2.34275vw;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.search-filter .category-filter a{
    padding: 0 2.34275vw;
    color: var(--color-text-primary);
}
.search-filter .category-filter a.active{
    color: var(--color-primary);
    background: unset;
}
.search-filter .ala-tag{
    background-color: var(--bg-primary);
    line-height: 1.2;
    padding: 0.15625vw 0.46875vw;
    color: var(--color-text-secondary-grey);
    position: relative;
    top: -.1041667vw;
    border-radius: 2vw;
}
.search-filter .category-filter a + a{
    border-left: 1px solid var(--border-color);
}
/* search-filter END */

/* search-list */
.search-list .item{
    display: block;
    border-bottom: 1px dashed var(--border-color-lighter);
    padding-bottom: 1.5625vw;
    margin-bottom: 1.5625vw;
}
.search-list .item .title{
    color: var(--color-text-primary);
}
.search-list .item:hover .title{
    color: var(--color-primary);
}
.search-list .item .desc{
    color: var(--color-text-secondary-grey);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.search-list .item .time{
    color: var(--color-text-secondary);
}
/* search-list END */

@media screen and (max-width: 1199px) {
    .search-filter{
        margin-bottom: 30px;
    }
    .search-filter .category-filter{
        padding: 18px 0;
    }

    .search-list .item{
        padding-bottom: 18px;
        margin-bottom: 18px;
    }
    .search-filter .ala-tag{
        padding: 2px 6px;
    }
}
@media screen and (max-width: 567px) {
    .search-filter{
        margin-bottom: .6rem;
    }
    .search-filter .category-filter{
        padding: .36rem 0;
    }

    .search-list .item{
        padding-bottom: .36rem;
        margin-bottom: .36rem;
    }

    .search-filter .category-filter{
        display: flex;
        justify-content: space-between;
    }
    .search-filter .category-filter a{
        flex: 1;
        text-align: center;
    }
    .search-filter .ala-tag{
        padding: .02rem .06rem;
    }
}
/* faculty-list */
.faculty-list .faculty-item{
    display: flex;
    background-color: var(--bg-primary);
    height: 100%;
    transition: all .3s ease-in-out;
}
.faculty-list .faculty-item:hover .overlayer{
    opacity: 1;
    transform: scale(1);
}
.faculty-list .faculty-item .img-box{
    width: 9.375vw;
    height: 12.1875vw;
    position: relative;
    overflow: hidden;
    /* align-self: center; */
}
/* .faculty-list .faculty-item .img-box .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
} */
.faculty-list .faculty-item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faculty-list .faculty-item .text-box{
    flex: 1;
    padding: 1.875vw 1.5625vw;
    transition: all .3s ease-in-out;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.faculty-list .faculty-item .text-box>*{
    width: 100%;
}
.faculty-list .faculty-item .text-box .top{
    padding-bottom: var(--size-20);
    border-bottom: var(--size-1) solid var(--border-color);
}
.faculty-list .faculty-item .text-box .title{
    margin-top: .3125vw;
    color: var(--color-text-regular);

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.faculty-list .faculty-item .text-box .info{
    margin-top: 1.09375vw;
    color: var(--color-text-regular);
}
.faculty-list .faculty-item .text-box .info span{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.faculty-list .faculty-item .text-box .info .iconfont{
    display: inline-block;
    /* color: var(--color-primary); */
    text-align: center;
    /* width: 1.875vw;
    height: 1.875vw;
    line-height: 1.875vw; */
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    background: var(--color-primary);
    color: #fff;
    margin-right: .625vw;
    font-size: 14px;
    /* margin-right: 0.9375vw; */
}
.faculty-list .faculty-item .text-box .info span+span{
    margin-top: 8px;
}

.faculty-list .faculty-item .overlayer{
    display: none;
}
.faculty-list .faculty-item:hover{
    background-color: #fff;
    box-shadow: 2px 4px 18px 2px #CCCCCC;
}
.faculty-list .faculty-item.has-pad{
    padding: var(--size-30);
}
.faculty-list .faculty-item.has-pad .text-box{
    padding: 0;
    padding-left: var(--size-30);
}
@media screen and (max-width: 1439px) {
    .faculty-list .faculty-item .text-box .info .iconfont{
        width: 27px;
        height: 27px;
        line-height: 27px;
        margin-right: 9px;
    }
    .faculty-list .faculty-item .text-box .info span+span{
        margin-top: 4.5px;
    }

    .faculty-list .faculty-item .img-box{
        width: 180px;
        height: 234px;
    }
}
@media screen and (max-width: 1300px) {
    .faculty-list .faculty-item .text-box{
        padding: 1.5625vw;
    }
    .faculty-list .faculty-item .text-box .info{
        margin-top: 1.25vw;
    }
    .faculty-list .faculty-item .text-box .info .iconfont{
        margin-right: 6px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px){
    .faculty-list .faculty-item .text-box .info{
        margin-top: .9375vw;
    }
}
@media screen and (max-width: 991px) {
    .faculty-list .faculty-item .img-box{
        width: 140px;
        height: 182px;
    }
    .faculty-list .faculty-item .text-box{
        padding: 18px;
    }
    .faculty-list .faculty-item .text-box .title{
        margin-top: 2px;
    }
    .faculty-list .faculty-item .text-box .info{
        margin-top: 10px;
    }
    .faculty-list .faculty-item .text-box .info span+span{
        margin-top: 3px;
    }
}
@media screen and (max-width: 567px) {
    .faculty-list .faculty-item{
        flex-direction: column;
    }
    .faculty-list .faculty-item.has-pad .text-box{
        padding-left: 0;
    }
    .faculty-list .faculty-item .img-box{
        width: 2.4rem;
        height: 3.12rem;
        margin-bottom: var(--size-20);
    }
    .faculty-list .faculty-item .text-box{
        padding: .2rem .3rem;
    }
    .faculty-list .faculty-item .text-box .title{
        margin-top: .06rem;
        line-height: 1.3;
    }
    .faculty-list .faculty-item .text-box .info{
        margin-top: .2rem;
        line-height: 1.3;
    }
    .faculty-list .faculty-item .text-box .info span+span{
        margin-top: .04rem;
    }
    .faculty-list .faculty-item .text-box .info .iconfont{
        margin-right: 0.16rem;
        width: 0.5rem;
        height: 0.5rem;
        line-height: .5rem;
        font-size: .3rem;
    }
}
/* faculty-list END */

#button-to-top {
    background: var(--color-primary);
    position: fixed;
    z-index: 997;
    display: block;
    width: 3.125vw;
    height: 3.125vw;
    line-height: 3.125vw;
    bottom: .9375vw;
    right: .9375vw;
    border-radius: 50%;
    text-align: center;
    color: #eee;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

@media screen and (max-width: 1199px) {
    #button-to-top {
        width: 37.5px;
        height: 37.5px;
        line-height: 37.5px;
        right: 11.25px;
        bottom: 11.25px;
    }
}
