.page-content {
    width: 100%;
    background-image: url(../images/bg/kxyj_bg.png),
        url(../images/bg/left_top_bg.png), url(../images/kxyj_twlb/bg_bottom.png);
    background-size: 1568px 603px, 1093px 630px, 1002px 487px;
    background-position: top right, top left, bottom right;
    background-repeat: no-repeat, no-repeat, no-repeat;
    padding-bottom: 20px;
    padding-top: 220px;
    position: relative;
}

/* 侧边导航菜单 */
.side-nav {
    position: fixed;
    right: 0px;
    top: 33%;
    transform: translateY(-50%);
    width: 160px;
    background: #fff;
    z-index: 1000;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.side-nav.show {
    opacity: 1;
    visibility: visible;
}

.side-nav::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #e0e0e0;
}

.side-nav-item {
    position: relative;
    padding: 15px 0 15px 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #666;
    font-size: 16px;
}

.side-nav-item:hover {
    color: var(--primary-color);
}

.side-nav-item.active {
    color: var(--primary-color);
    font-weight: 500;
}

.side-nav-item.active::before {
    content: "";
    position: absolute;
    left: 16.5px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: var(--primary-color);
    border-radius: 50%;
}

.side-nav-top {
    margin-top: 20px;
    padding: 15px 0 15px 40px;
    /* border-top: 1px solid #e0e0e0; */
    cursor: pointer;
    color: #999;
    font-size: 14px;
    transition: color 0.3s ease;
}

.side-nav-top:hover {
    color: var(--primary-color);
}

.page-content-container {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.page-content-container-content {
    position: relative;
    margin-top: 80px;
    margin-bottom: 30px;
}

.page-content-container-top {
    position: absolute;
    top: 0px;
    width: 1400px;
    height: 300px;
    border-bottom: 5px solid var(--primary-color);
}

.page-item-container {
    margin: 0 32px;
    width: 1336px;
}

.title {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid var(--primary-color);
    margin-top: 50px;
    margin-bottom: 40px;
}

.title_text {
    font-size: 26px;
    font-weight: bold;
    color: var(--primary-color);
    margin-left: 10px;
}

.item_1 {
    position: absolute;
    top: -120px;
    border-bottom: 5px solid var(--primary-color);
    display: flex;
    align-items: flex-end;
}

.item_1_left {
    width: 828px;
    height: 405px;
    background-image: url("../images/grzy/item_1_left_bg.png");
    padding: 0 40px;
}

.item_1_left_title {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    height: 110px;
    line-height: 110px;
}

.item_1_left_text {
    height: 255px;
    overflow: hidden;
}

.item_1_left_text>ol {
    padding-left: 20px;
    height: 255px;
    margin: 0;
}

.item_1_left_text>ol>li {
    font-size: 20px;
    color: #fff;
}

.item_1_right {
    display: flex;
    align-items: flex-end;
    width: 510px;
    height: 340px;
}

.item_1_right>img {
    width: 510px;
    height: 340px;
    object-fit: cover;
}

.item_2 {
    padding-top: 280px;
    margin-bottom: 50px;
}

.item_2 .title {
    margin-bottom: 30px;
}

.item_2_con_title {
    color: #2b5577;
    font-weight: 500;
    font-size: 20px;
}

.item_3_content {
    display: flex;
    justify-content: space-between;
    /* height: 500px; */
}

.item_3_content_left {
    display: flex;
    flex-direction: column;
    width: 286px;
}

.item_3_content_left>.avatar_box>img {
    width: 286px;
    height: 337px;
    object-fit: cover;
}

.item_3_content_left>.avatar_name {
    background: url("../images/grzy/avatar_bottom‌.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 75px;
    width: 286px;
    color: #fff;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.item_3_content_left>.avatar_name>.avatar_name_1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}

.item_3_content_left>.avatar_name>.avatar_name_2 {
    font-size: 18px;
}

.item_3_content_right {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
}

.item_3_content_right_text {
    width: 1000px;
    height: auto;
    border: 1px solid #e2e2e2;
    padding: 20px 30px;
    font-size: 18px;
    color: #000;
    letter-spacing: 1px;
}

.item_3_content_right_gzjl,
.item_3_content_right_syscy {
    width: 1000px;
    /* margin-top: 50px; */
}

.item_3_content_right_gzjl_title {
    font-size: 25px;
    font-weight: bold;
    color: var(--primary-color);
    margin: 40px 0 20px 0;
}

.item_3_content_right_gzjl_timeline {
    position: relative;
    padding-left: 30px;
    border-left: 1px solid #e2e2e2;
    margin-left: 30px;
}

.timeline-item {
    position: relative;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: -36px;
    top: 8px;
    width: 12px;
    height: 12px;
    background-color: var(--primary-color);
    border-radius: 50%;
    z-index: 1;
}

.timeline-date {
    min-width: 130px;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    flex-shrink: 0;
    margin-right: 30px;
}

.timeline-content {
    flex: 1;
    font-size: 16px;
    color: #000;
    /* line-height: 1.6; */
}

/* 实验室成员样式 */
.item_3_content_right_syscy_title {
    font-size: 24px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 30px;
}

.member-section {
    margin-bottom: 40px;
}

.member-section-title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.member-section-title::before {
    content: "";
    position: absolute;
    left: -36px;
    top: 8px;
    width: 12px;
    height: 12px;
    background-color: var(--primary-color);
    border-radius: 50%;
    z-index: 1;
}

.member-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.member-card {
    background: #fff;
    border-right: 1px solid #ddd;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 210px;
}

.member-photo {
    width: 210px;
    height: 227px;
    object-fit: cover;
    overflow: hidden;
    background-color: #f5f5f5;
    margin-bottom: 2px;
}

.member-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-info {
    padding: 15px;
    border-top: 5px solid var(--primary-color);
    font-size: 16px;
}

.member-name {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 8px;
}

.member-title {
    margin-bottom: 8px;
}

.member-email {
    /* font-size: 16px; */
    color: #406c9f;
}

.item_4>.title {
    position: relative;
}

.item_4_more {
    position: absolute;
    right: 0;
    top: 25px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-size: 14px;
    font-weight: 500;
}

.item_4_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}

.item_4_content_item {
    width: 660px;
    height: 220px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    padding: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    font-size: 19px;
}

.item_5_content {
    display: flex;
    justify-content: space-between;
}

.item_5_content_item {
    width: 660px;
}

.item_5_content_item_title {
    border-bottom: 1px solid var(--primary1-color);
    padding-bottom: 1px;
}

.item_5_content_item_title_left {
    width: 60px;
    height: 36px;
    background-color: var(--primary-color);
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    color: #fff;
}

.item_5_content_item_title_right {
    font-size: 16px;
}

.item_5_content_item_text ul {
    list-style-type: square;
    padding-left: 50px;
}

.item_5_content_item_text ul li {
    margin-bottom: 8px;
    color: #000;
    font-size: 18px;
    letter-spacing: 1px;
}

.item_5_content_item_text ul li::marker {
    color: var(--primary-color);
}

.item_5_content_item_text>p {
    font-size: 16px;
    padding-left: 30px;
}

.item_6_content {
    display: flex;
    flex-direction: column;
    padding-left: 60px;
}

.item_6>.title {
    margin-bottom: 30px;
}

.item_6_content {
    padding-bottom: 40px;
}

.item_6_content> :nth-child(1) {
    font-weight: 500;
}

/* .swiper {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  margin: 0 auto;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  overflow: hidden;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  background: #fff;
}

.slide-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}




.slide-image img {
  transition: transform 0.3s ease;
}

.swiper-slide:hover img {
  transform: scale(1.05);
}

.swiper-pagination {
  position: relative;
  margin-top: 20px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--primary-color);
  opacity: 0.5;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--primary-color);
  transform: scale(1.2);
} */

.swiper {
    /* height: 500px; */
    /* background-color: hotpink; */
}

.slide-title {
    display: flex;
    font-size: 28px;
    font-weight: bold;
    column-gap: 10px;
    padding-left: 270px;
}

.slide-title>img {
    width: 40px;
    height: 40px;
}

.slide-title-text {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.slide-title-text.active {
    display: inline;
    opacity: 1;
}

.swiper-wrapper {
    /* background-color: aqua; */
    height: 450px;
    position: relative;
}

.swiper-slide {
    width: 800px;
    height: 450px;
}

.swiper-slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.current-slide {
    margin: 0 auto;
    background: #406c9f;
}

.swiper-pagination {
    width: 890px;
    /* background-color: red; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slide-text {
    width: 800px;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    text-align: justify;
    padding: 15px;
    background: rgba(0, 0, 0, 0.05);
}

.slide-text-content {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.slide-text-content.active {
    display: block;
    opacity: 1;
}

.prev-btn,
.next-btn {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.prev-btn:hover,
.next-btn:hover {
    transform: scale(1.1);
}

.prev-btn:active,
.next-btn:active {
    transform: scale(0.95);
}

.last-slide {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 600px;
    height: 350px;
    opacity: 0.6;
    transition: all 0.5s ease;
    cursor: pointer;
    z-index: 1;
}

.current-slide {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 10;
    transition: all 0.5s ease;
}

.next-slide {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 600px;
    height: 350px;
    opacity: 0.6;
    transition: all 0.5s ease;
    cursor: pointer;
    z-index: 1;
}

.last-slide:hover,
.next-slide:hover {
    opacity: 0.8;
    transform: translateY(-50%) scale(1.05);
}

.slide-transition {
    animation: slideTransition 0.3s ease-in-out;
}

@keyframes slideTransition {
    0% {
        transform: translateX(-50%) scale(0.95);
        opacity: 0.8;
    }

    100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }
}

.slide-indicator {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.current-slide-number {
    color: var(--primary-color);
    font-weight: bold;
}

/* 媒体查询 - 小屏幕电脑不显示侧边导航 */
@media screen and (max-width: 1366px) {
    .side-nav {
        display: none;
    }
}

/* 媒体查询 - 中等屏幕电脑不显示侧边导航 */
@media screen and (max-width: 1440px) {
    .side-nav {
        display: none;
    }
}

/* 媒体查询 - 大屏幕才显示侧边导航 */
@media screen and (min-width: 1441px) {
    .side-nav {
        display: block;
    }
}

.item_2_itemlist {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.item_2_itemlist .item-container-item_1 {
    background-image: url(../images/grzy/item_1.png);
}

.item_2_itemlist .item-container-item_2 {
    background-image: url(../images/grzy/item_3.png);
}

.item_2_itemlist .item-container-item_3 {
    background-image: url(../images/grzy/item_3.png);
}

.item_2_itemlist .item-container-item_4 {
    background-image: url(../images/grzy/item_4.png);
}

.item_2_itemlist .item {
    position: relative;
    display: flex;
    align-items: center;
    width: 1337px;
    height: 110px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: border-top 0.3s ease;
}

.item_2_itemlist .item.expanded {
    border-top: 3px solid var(--primary-color);
}

.item-center {
    width: 600px;
    /* background-color: hotpink; */
    height: 80px;
    margin-left: 550px;
    color: #2b5577;
    display: flex;
}

.item-center-title {
    line-height: 90px;
    height: 80px;
    color: var(--primary-color);
    text-align: center;
    width: 80px;
    border-right: 3px solid var(--primary-color);
    font-weight: 500;
    flex-shrink: 0;
    min-width: 80px;
    max-width: 80px;
}

.item-center-text {
    padding: 0 10px;
}

.item-right {
    display: flex;
    gap: 10px;
    align-items: center;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 14px;
    color: #000;
}

.item-right img {
    transition: transform 0.3s ease;
}

.item-drawer {
    background-color: #f7f7f7;
    height: 245px;
    background-image: url(../images/grzy/drawer_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    display: none;
    transition: all 0.3s ease;
}

.item-drawer.show {
    display: block;
}
