/* Public pagination bullets style */
.carousel .swiper-pagination-bullets span {
    width: 27px;
    height: 6px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
}

.carousel .swiper-pagination-bullets span.swiper-pagination-bullet-active {
    width: 27px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 3px;
}

.homePageContainer {
    overflow: hidden;
    position: relative;
}
/* Header Area */
.header {
    width: 100%;
    height: 80px;
    background-color: #005EC7;
    display: flex;
    justify-content: center;
}
.header .logo {
    width: 381px;
    height: 38px;
    margin: 22px 0 20px 0;
}
.header .logo img {
    width: 100%;
    height: 100%;
}

.header .search-sign-area {
    margin-left: 334px;
    display: flex;
    align-items: center;
}

.header .search-sign-area .search {
    position: relative;
}

.header .search-sign-area .search .searchIcon {
    width: 61px;
    height: 32px;
    background: #F8F8F8;
    border-radius: 0px 100px 100px 0px;
    border: 1px solid #EBEBEB;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.header .search-sign-area .search input {
    border-radius: 16px;
    width: 353px;
    height: 34px;
    appearance: none;
    border: none;
    outline: none;
    padding-left: 10pt;
    padding-right: 60px;
    box-sizing: border-box;
}

.header .search-sign-area .search .searchIcon {
    position: absolute;
}
.header .search-sign-area .language{
    display: flex;
    align-items: center;
    margin-left: 60px;
}
.header .search-sign-area .language img{
    width: 17px;
    height: 16px;
    margin-right: 8px;
}
.header .search-sign-area .language a{
    color: #fff;
    font-size: 14px;
}
.header .sign-area .sign {
    width: 102px;
    height: 32px;
    background-color: #2B79D0;
    border-radius: 16px;
    appearance: none;
    border: none;
    outline: none;
    margin-left: 30px;
    cursor: pointer;
    font-family: PingFangSC, PingFang SC;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 17px;
    box-sizing: border-box;
}
/*Menu Area */
.menu {
    width: 100%;
    height: 60px;
    background-color: #FFFFFF;
}

.menu .menu-bar {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.menu .menu-bar .menu-item a {
    color: #353535;
    margin-right: 40px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}

.menu .menu-bar .menu-item.active a {
    color: #005EC7;
    position: relative;
    display: flex;
    justify-content: center;
}

.menu .menu-bar .menu-item.active a::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #005EC7;
    width: 22px;
    height: 2px;
    bottom: -5px;
}

/* Footer area */
.footer {
    width: 100%;
    /* height: 406px; */
    background: #062446;
    padding-top: 54px;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.footer .footerWrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    border-bottom: 1px solid #4F4F4F;
    padding-bottom: 25px;
    flex-flow: column;
}

.footer .footerWrapper .listItemsWrapper {
    margin-top: 36px;
    display: flex;
}

.footer .footerWrapper .listItemsWrapper .title {
    width: 72px;
    height: 25px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    flex: 0 0 auto;
}

.footer .footerWrapper .recommendedChannel {
    /* width: 330px; */
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.footer .footerWrapper .recommendedChannel .channelItems.listItems ul{
    /* flex-flow: column; */
    width: 100%;
    flex-wrap: unset;
}

.footer .footerWrapper .listItemsWrapper .listItems ul {
    display: flex;
    flex-wrap: wrap;
    /* width: 330px; */
    gap: 10px 40px;
    /* margin-top: 20px; */
    padding-left: 33px;
    /* height: 113px; */
    border-left: 1px solid #4F4F4F;
    margin-left: 20px;
}

.footer .footerWrapper .listItemsWrapper .listItems ul .item {
    list-style: disc;
    min-width: 100px;
}

.footer .footerWrapper .listItemsWrapper .listItems ul .item::marker {
    width: 6px;
    height: 6px;
    color: #14B9CE;
}

.footer .footerWrapper .listItemsWrapper .listItems.contactUsItems ul .item {
    min-width: 145px;
}

.footer .footerWrapper .listItemsWrapper .listItems ul .item a {
    width: 70px;
    height: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #BCBCBC;
    line-height: 20px;
    text-align: justify;
    font-style: normal;
}

.footer .logoAndQrCode {
    margin-right: 41px;
}
.footer .logoAndQrCode .renminUnivercityLogo {
    width: 412px;
    height: 39px;
    margin-bottom: 37px;
}

.footer .logoAndQrCode .renminUnivercityLogo img {
    width: 100%;
    height: 100%;
}

.footer .logoAndQrCode .qr_code_container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.footer .logoAndQrCode .qr_code_container .qr_code_item {
    width: 123px;
}
.footer .logoAndQrCode .qr_code_container .qr_code_item .qrcode{
    width: 123px;
    height: 123px;
    margin-right: 40px;
    margin-bottom: 10px;
}
.footer .logoAndQrCode .qr_code_container .qr_code_item img {
    width: 100%;
    height: 100%;
}

.footer .logoAndQrCode .qr_code_container .qr_code_item p {
    text-align: center;
    width: 108px;
    height: 34px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #BCBCBC;
    line-height: 17px;
    font-style: normal;
    width: 123px;
}

.footer .copyright {
    margin-top: 25px;
}

.footer .copyright .keep-right {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #BCBCBC;
    line-height: 17px;
    text-align: center;
    font-style: normal;

    color:#929292;
    margin-bottom:0;
    padding-bottom:0;
    padding-top: 0;
    margin-top: 0;

}

/* Sticky Menu */

.stickyMenu {
    width: 100%;
    height: 60px;
    background: #005EC7;
    position: absolute;
    top: 233px;
    z-index: 100000;
    display: none;
}

.stickyMenu .stickyMenuWrapper {
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
    height: 60px;
    justify-content: center;
    align-items: center;
}

.stickyMenu .stickyMenuWrapper .menuLogo {
    height: 30px;
    width: 296px;
}

.stickyMenu .stickyMenuWrapper .menuLogo img {
    /* width: 100%; */
    height: 100%;
}

.stickyMenu .stickyMenuWrapper .menu-bar {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    gap: 20px;
    margin-left: 10px;
}

.stickyMenu .stickyMenuWrapper .menu-bar .menu-item a {
    color: #FFFFFF;
    /* margin-right: 20px; */
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}

.stickyMenu .stickyMenuWrapper .menu-bar .menu-item.active a {
    /* color: #005EC7; */
    position: relative;
    display: flex;
    justify-content: center;
}

.stickyMenu .stickyMenuWrapper .menu-bar .menu-item.active a::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #FFFFFF;
    width: 22px;
    height: 2px;
    bottom: -5px;
}

/* Banner Area */

.homePageContainer .banner {
    position: relative;
}

.homePageContainer .banner .carousel {
    height: 650px;
    position: relative;
}

.homePageContainer .banner .carousel .bannerSwiper .swiper-wrapper .swiper-slide .bgImage {
    width: 100%;
    height: 650px;
    position: relative;
}
.homePageContainer .banner .carousel .bannerSwiper .swiper-wrapper .swiper-slide .bgImage img{
    width: 100%;
    height: 100%;
    position: relative;
}
.homePageContainer .banner .carousel .bannerSwiper .swiper-wrapper .swiper-slide .bgImage:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 650px;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.5) 100%);
}

.homePageContainer .banner .carousel .bannerSwiper .banner-swiper-pagination {
    position: absolute;
    z-index: 1;
    bottom: 50px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: end;
    left: 0;
    right: 0;
}

.homePageContainer .banner .carousel .swiper-pagination-bullets span {
    width: 27px;
    height: 6px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
}

/* Notification Area */

.homePageContainer .notification {
    margin: 0 auto;
    background-image: url("../images_ch/_notification_banner.png");
}

.homePageContainer .notification .notificationWrapper {
    max-width: 1200px;
    margin: auto;
}

.homePageContainer .notification .content {
    padding-top: 50px;
}

.homePageContainer .notification .content .contentWrapper {
    display: flex;
}

.homePageContainer .notification .content .contentWrapper .swiper_thumb {
    width: 332px;
    height: 508px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.homePageContainer .notification .content .contentWrapper .swiper_thumb .swiper-wrapper {}

.homePageContainer .notification .content .contentWrapper .swiper_thumb .swiper-wrapper .swiper-slide {
    width: 332px !important;
    height: 127px !important;
    background: #FFFFFF;
    display: flex;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.homePageContainer .notification .content .contentWrapper .swiper_thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url("../images_ch/active_bar.png");
    width: 8px;
    height: 127px;
    right: 13px;
}

.homePageContainer .notification .content .contentWrapper .swiper_thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    background: #F1F2F6;
}

.homePageContainer .notification .content .contentWrapper .swiper_thumb .swiper-wrapper .swiper-slide .notificationBtn button {
    width: 36px;
    height: 19px;
    border-radius: 3px;
    appearance: none;
    border: none;
    outline: none;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
    text-align: center;
    font-style: normal;
    margin-right: 10px;
}

.homePageContainer .notification .content .contentWrapper .swiper_thumb .swiper-wrapper .swiper-slide .notificationBtn button.notification {
    background: linear-gradient(180deg, #61ACFF 0%, #0165D5 100%);
}

.homePageContainer .notification .content .contentWrapper .swiper_thumb .swiper-wrapper .swiper-slide .notificationBtn button.project {
    background: linear-gradient(180deg, #CA5555 0%, #9D4747 100%);
}

.homePageContainer .notification .content .contentWrapper .swiper_thumb .swiper-wrapper .swiper-slide .notificationTitle {
    width: 247px;
    height: 44px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #353535;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}

.homePageContainer .notification .content .contentWrapper .swiper_thumb .swiper-wrapper .swiper-slide .notificationDesc {
    width: 248px;
    height: 44px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.homePageContainer .notification .content .contentWrapper .carousel {
    width: 868px;
    height: 508px;
    overflow: hidden;
    position: relative;
}

.homePageContainer .notification .content .contentWrapper .carousel .swiper-pagination {
    display: flex;
    position: absolute;
    bottom: 72px;
    left: 36px;
}

.homePageContainer .notification .content .contentWrapper .carousel .swiper-pagination span {
    width: 27px;
    height: 6px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
}

.homePageContainer .notification .content .contentWrapper .carousel .swiper-pagination span.swiper-pagination-bullet-active {
    width: 27px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 3px;
}

.homePageContainer .notification .content .contentWrapper .carousel .swiper-wrapper .swiper-slide {
    position: relative;
    padding: 56px 46px 72px 36px;
    box-sizing: border-box;
    background-size: cover;
}
.homePageContainer .notification .content .contentWrapper .carousel .swiper-wrapper .swiper-slide:nth-child(2){background: url(../images_ch/1.png);}
.homePageContainer .notification .content .contentWrapper .carousel .swiper-wrapper .swiper-slide:nth-child(3){background: url(../images_ch/2.png);}
.homePageContainer .notification .content .contentWrapper .carousel .swiper-wrapper .swiper-slide:nth-child(4){background: url(../images_ch/3.png);}
.homePageContainer .notification .content .contentWrapper .carousel .swiper-wrapper .swiper-slide:nth-child(5){background: url(../images_ch/4.png);}

.homePageContainer .notification .content .contentWrapper .carousel .swiper-wrapper .swiper-slide .bgImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.homePageContainer .notification .content .contentWrapper .carousel .swiper-wrapper .swiper-slide .bgImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}

.homePageContainer .notification .content .contentWrapper .carousel .swiper-wrapper .swiper-slide .bgImage::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    width: 868px;
    height: 508px;
    background: rgba(1, 16, 53, 0.65);
}

.homePageContainer .notification .content .contentWrapper .carousel .swiper-wrapper .swiper-slide .notificationBtn button {
    width: 60px;
    height: 30px;
    background: linear-gradient(180deg, #61ACFF 0%, #0165D5 100%);
    border-radius: 3px;
    appearance: none;
    border: none;
    outline: none;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
    font-style: normal;
    margin-bottom: 12px;
}

.homePageContainer .notification .content .contentWrapper .carousel .swiper-wrapper .swiper-slide .notificationBtn button.project {
    background: linear-gradient(180deg, #CA5555 0%, #9D4747 100%);
}

.homePageContainer .notification .content .contentWrapper .carousel .swiper-wrapper .swiper-slide .notificationTitle {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 42px;
    text-align: left;
    font-style: normal;
}

.homePageContainer .notification .content .contentWrapper .carousel .swiper-wrapper .swiper-slide .spliter {
    width: 52px;
    height: 6px;
    background: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 31px;
}

.homePageContainer .notification .content .contentWrapper .carousel .swiper-wrapper .swiper-slide .notificationDesc {
    width: 783px;
    height: 60px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #D1D3D7;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    margin-bottom: 64px;
}

.homePageContainer .notification .content .contentWrapper .carousel .swiper-wrapper .swiper-slide .date {
    /* width: 81px; */
    height: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #D1D3D7;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}

.homePageContainer .notification .content .contentWrapper .carousel .swiper-wrapper {
    width: 868px;
    height: 508px;
}

.homePageContainer .notification .content .contentWrapper .introduction {
    width: 332px;
    height: 508px;
}

.homePageContainer .notification .content .contentTitle {
    position: relative;
}

.homePageContainer .notification .content .contentTitle .text {
    width: 170px;
    height: 60px;
    font-family: SourceHanSerifCN, SourceHanSerifCN;
    font-weight: bold;
    font-size: 42px;
    line-height: 60px;
    text-align: left;
    font-style: normal;
    margin: 0 auto;
}

.homePageContainer .notification .content .contentTitle .text_en {
    font-family: SourceHanSerifCN, SourceHanSerifCN;
    font-weight: 300;
    font-size: 18px;
    color: #999999;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.homePageContainer .notification .content .contentTitle .text span {
    color: #005EC7;
}

.homePageContainer .notification .content .contentTitle .more {
    position: absolute;
    bottom: 0;
    right: 0;
}

.homePageContainer .notification .content .contentTitle .more a {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #005EC7;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
}

.homePageContainer .notification .content .contentTitle .more a img {
    margin-left: 3px;
}

.homePageContainer .notification .collegueNews .contentWrapper {
    display: flex;
    margin-right: 20px;
}

.homePageContainer .notification .collegueNews .contentWrapper .image-text .image {
    width: 590px;
    height: 331px;
    overflow: hidden;
}

.homePageContainer .notification .collegueNews .contentWrapper .image-text .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}
.homePageContainer .notification .collegueNews .contentWrapper .image-text .image:hover img {
    transform: scale(1.1);
}

.homePageContainer .notification .collegueNews .contentWrapper .image-text .text-area {
    width: 590px;
    height: 162px;
    background-color: #005EC7;
    padding: 20px;
    box-sizing: border-box;
    display: block;
}

.homePageContainer .notification .collegueNews .contentWrapper .image-text .text-area .title {
    width: 484px;
    height: 30px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
}

.homePageContainer .notification .collegueNews .contentWrapper .image-text .text-area .description {
    width: 554px;
    height: 44px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    margin-top: 8px;
    margin-bottom: 20px;
}

.homePageContainer .notification .collegueNews .contentWrapper .image-text .text-area .date {
    /* width: 82px; */
    height: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}

.homePageContainer .notification .collegueNews .contentWrapper .introduction {
    width: 590px;
    height: 493px;
    background: #FFFFFF;
    padding: 20px;
    box-sizing: border-box;
}

.homePageContainer .notification .collegueNews .contentWrapper .introduction .introductionWrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
}

.homePageContainer .notification .collegueNews .contentWrapper .introduction .introductionWrapper .introductionItem {
    display: flex;
}
.homePageContainer .notification .collegueNews .contentWrapper .introduction .introductionWrapper .introductionItem  a{
    display: flex;
}

.homePageContainer .notification .collegueNews .contentWrapper .introduction .introductionWrapper .introductionItem .numberAndDate {
    width: 90px;
    height: 90px;
    background: #F1F2F6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.homePageContainer .notification .collegueNews .contentWrapper .introduction .introductionWrapper .introductionItem .numberAndDate .number {
    width: 34px;
    height: 40px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 28px;
    color: #353535;
    line-height: 40px;
    text-align: left;
    font-style: normal;
}

.homePageContainer .notification .collegueNews .contentWrapper .introduction .introductionWrapper .introductionItem .numberAndDate .date {
    width: 42px;
    height: 17px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 17px;
    text-align: left;
    font-style: normal;
}

.homePageContainer .notification .collegueNews .contentWrapper .introduction .introductionWrapper .introductionItem .titleAndDescription .title {
    width: 448px;
    height: 22px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #353535;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}

.homePageContainer .notification .collegueNews .contentWrapper .introduction .introductionWrapper .introductionItem .titleAndDescription {
    margin-top: 10px;
    margin-left: 20px;
}

.homePageContainer .notification .collegueNews .contentWrapper .introduction .introductionWrapper .introductionItem .titleAndDescription .description {
    width: 442px;
    height: 44px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.homePageContainer .imageAndDescriptions {
    width: 1200px;
    height: 292px;
    background: #005EC7;
    padding: 30px;
    box-sizing: border-box;
}

.homePageContainer .imageAndDescriptions .carousel {
    /* overflow: hidden; */
    position: relative;
}

.homePageContainer .notification .content.academicExchange .announcementTitle {
    margin-bottom: 80px;
}

.homePageContainer .notification .content .imageAndDescriptions .carousel .academicExchangeSwiper {
    position: relative;
}

.homePageContainer .notification .content .imageAndDescriptions .carousel .academicExchangeSwiper .academicExchange-swiper-pagination {
    position: absolute;
    left: 1000px;
    bottom: 30px;
    z-index: 1;
}

.homePageContainer .imageAndDescriptions .carousel .academicExchangeSwiper .swiper-wrapper .swiper-slide {
    display: none;
}
.homePageContainer .imageAndDescriptions .carousel .academicExchangeSwiper .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active{
    display: flex;
}

.homePageContainer .imageAndDescriptions .carousel .academicExchangeSwiper .swiper-wrapper .swiper-slide .bgImage {
    width: 625px;
    height: 262px;
    background: #002855;
    position: relative;
}

.homePageContainer .imageAndDescriptions .carousel .academicExchangeSwiper .swiper-wrapper .swiper-slide .textContainer {
    display: flex;
    width: 545px;
    margin-left: 19px;
}

.homePageContainer .imageAndDescriptions .carousel .academicExchangeSwiper .swiper-wrapper .swiper-slide .textContainer .numberAndDate {
    margin-right: 23px;
}

.homePageContainer .imageAndDescriptions .carousel .academicExchangeSwiper .swiper-wrapper .swiper-slide .textContainer .numberAndDate .number {
    width: 41px;
    height: 48px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 34px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: left;
    font-style: normal;
}

.homePageContainer .imageAndDescriptions .carousel .academicExchangeSwiper .swiper-wrapper .swiper-slide .textContainer .numberAndDate .date {
    width: 49px;
    height: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}

.homePageContainer .imageAndDescriptions .carousel .academicExchangeSwiper .swiper-wrapper .swiper-slide .textContainer .titleAndDescription .title {
    width: 442px;
    height: 60px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

.homePageContainer .imageAndDescriptions .carousel .academicExchangeSwiper .swiper-wrapper .swiper-slide .textContainer .titleAndDescription {
    margin-top: 5px;
}

.homePageContainer .imageAndDescriptions .carousel .academicExchangeSwiper .swiper-wrapper .swiper-slide .textContainer .titleAndDescription .description {
    width: 442px;
    height: 110px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: justify;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.homePageContainer .imageAndDescriptions .carousel .academicExchangeSwiper .swiper-wrapper .swiper-slide .bgImage .img {
    width: 580px;
    height: 324px;
    position: absolute;
    bottom: 18px;
    border-radius: 90px 0px 0px 0px;
    overflow: hidden;
    z-index: 1000;
}
.homePageContainer .imageAndDescriptions .carousel .academicExchangeSwiper .swiper-wrapper .swiper-slide .bgImage .img img{
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}
.homePageContainer .imageAndDescriptions .carousel .academicExchangeSwiper:hover .swiper-slide-duplicate-active .bgImage .img img {
    transform: scale(1.1);
}
.homePageContainer .introductionCarousel {
    width: 1200px;
    height: 290px;
    background: #FFFFFF;
    padding: 30px;
    box-sizing: border-box;
}

.homePageContainer .introductionCarousel .carousel {
    overflow: hidden;
}

.homePageContainer .introductionCarousel .introductionWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    align-items: center;
}

.homePageContainer .introductionCarousel .introductionWrapper .introductionItem {
    display: flex;
}

.homePageContainer .introductionCarousel .introductionWrapper .introductionItem .numberAndDate {
    width: 90px;
    height: 90px;
    background: #F1F2F6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.homePageContainer .introductionCarousel .introductionWrapper .introductionItem .numberAndDate .number {
    width: 33px;
    height: 40px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 28px;
    color: #353535;
    line-height: 40px;
    text-align: left;
    font-style: normal;
}

.homePageContainer .introductionCarousel .introductionWrapper .introductionItem .numberAndDate .date {
    width: 47px;
    height: 17px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 17px;
    text-align: left;
    font-style: normal;
}

.homePageContainer .introductionCarousel .introductionWrapper .introductionItem .titleAndDescription {
    margin-left: 20px;
}

.homePageContainer .introductionCarousel .introductionWrapper .introductionItem .titleAndDescription .title {
    width: 395px;
    height: 22px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #353535;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    margin-top: 10px;
}

.homePageContainer .introductionCarousel .introductionWrapper .introductionItem .titleAndDescription .description {
    width: 442px;
    height: 44px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 8px;
}

.homePageContainer .introductionCarousel .academicExchangeText-swiper-pagination {
    text-align: center;
    margin-top: 20px;
}

.homePageContainer .academicExchangeText-swiper-pagination.swiper-pagination-bullets span {
    background: rgba(0, 0, 0, 0.1);
}

.homePageContainer .academicExchangeText-swiper-pagination.swiper-pagination-bullets span.swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0.3);
}

.homePageContainer .nationalPolicyReview .personaIntroduction .personaIntroductionWrapper {
    display: flex;
    justify-content: space-between;
}

.homePageContainer .nationalPolicyReview .personaIntroduction .personaIntroductionWrapper .personaItem {
    cursor: pointer;
    background-color: #FFFFFF;
    padding-bottom: 20px;
}

.homePageContainer .nationalPolicyReview .personaIntroduction .personaIntroductionWrapper .personaItem:hover {
    outline: 10px solid #005EC7;
    background: #005EC7;
}
.homePageContainer .nationalPolicyReview .personaIntroduction .personaIntroductionWrapper .personaItem .image {
    width: 285px;
    /* height: 271px; */
    height: 171px;
}

.homePageContainer .nationalPolicyReview .personaIntroduction .personaIntroductionWrapper .personaItem .image img {
    width: 100%;
    height: 100%;
}

.homePageContainer .nationalPolicyReview .personaIntroduction .personaIntroductionWrapper .personaItem .titleAndDescription {
    width: 285px;
    height: 244px;
    padding: 16px;
    box-sizing: border-box;
}

.homePageContainer .nationalPolicyReview .personaIntroduction .personaIntroductionWrapper .personaItem:hover .titleAndDescription .name {
    color: #FFFFFF;
}

.homePageContainer .nationalPolicyReview .personaIntroduction .personaIntroductionWrapper .personaItem .titleAndDescription .name {
    /* width: 66px; */
    height: 60px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 22px;
    color: #005EC7;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow:ellipsis;
}

.homePageContainer .nationalPolicyReview .personaIntroduction .personaIntroductionWrapper .personaItem:hover .titleAndDescription .nameIntro {
    color: #FFFFFF;
}

.homePageContainer .nationalPolicyReview .personaIntroduction .personaIntroductionWrapper .personaItem .titleAndDescription .nameIntro {
    /* width: 192px; */
    height: 22px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #353535;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    margin-top: 8px;
    margin-bottom: 16px;
}

.homePageContainer .nationalPolicyReview .personaIntroduction .personaIntroductionWrapper .personaItem:hover .titleAndDescription .spliter {
    background: #FFFFFF;
}

.homePageContainer .nationalPolicyReview .personaIntroduction .personaIntroductionWrapper .personaItem .titleAndDescription .spliter {
    width: 47px;
    height: 3px;
    background: #005EC7;
    margin-bottom: 17px;
}

.homePageContainer .nationalPolicyReview .personaIntroduction .personaIntroductionWrapper .personaItem:hover .titleAndDescription .description {
    color: #FFFFFF;
}

.homePageContainer .nationalPolicyReview .personaIntroduction .personaIntroductionWrapper .personaItem .titleAndDescription .description {
    width: 258px;
    height: 54px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    text-align: left;
    font-style: normal;
}

.homePageContainer .nationalPolicyReview .personaIntroduction .personaIntroductionWrapper .personaItem:hover .titleAndDescription .details {
    background: #FFFFFF;
}

.homePageContainer .nationalPolicyReview .personaIntroduction .personaIntroductionWrapper .personaItem .titleAndDescription .details {
    width: 88px;
    height: 34px;
    border-radius: 4px;
    border: 1px solid #979797;
    margin-top: 14px;
    text-align: center;
    line-height: 34px;
}

.homePageContainer .nationalPolicyReview .personaIntroduction .personaIntroductionWrapper .personaItem:hover .titleAndDescription .details a {
    color: #005EC7;
}

.homePageContainer .nationalPolicyReview .personaIntroduction .personaIntroductionWrapper .personaItem .titleAndDescription .details a {
    width: 56px;
    height: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #353535;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}

.homePageContainer .academicCollections {
    width: 1200px;
    height: 568px;
    position: relative;
    margin-top: 50px;
}

.homePageContainer .academicCollections .bg_image img {
    width: 1200px;
    height: 568px;
    position: absolute;
    top: 0;
    left: 0;
}

.homePageContainer .academicCollections .academicCollectionsDetails {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 20px;
}

.homePageContainer .academicCollections .academicCollectionsDetails .detailsWrapper {
    position: relative;
    width: 560px;
    height: 361px;
}

.homePageContainer .academicCollections .academicCollectionsDetails .detailsWrapper .container {
    width: 560px;
    height: 361px;
    background: #FFFFFF;
    opacity: 0.4;
    position: absolute;
}

.homePageContainer .academicCollections .academicCollectionsDetails .detailsWrapper .bookDetailsWrapper {
    position: absolute;
    z-index: 1;
    width: 560px;
    height: 361px;
    padding: 30px;
    display: flex;
    box-sizing: border-box;
}
.homePageContainer .academicCollections .academicCollectionsDetails .detailsWrapper .bookDetailsWrapper .book_image {
    width: 203px;
    height: 301px;
    margin-right: 24px;
}
.homePageContainer .academicCollections .academicCollectionsDetails .detailsWrapper .bookDetailsWrapper .book_image img {
    width: 100%;
    height: 100%;
}

.homePageContainer .academicCollections .academicCollectionsDetails .detailsWrapper .bookDetailsWrapper .book_intro .bookTitle {
    width: 180px;
    height: 37px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 37px;
    text-align: center;
    font-style: normal;
}

.homePageContainer .academicCollections .academicCollectionsDetails .detailsWrapper .bookDetailsWrapper .book_intro .bookDate {
    margin-top: 34px;
}

.homePageContainer .academicCollections .academicCollectionsDetails .detailsWrapper .bookDetailsWrapper .book_intro .bookDate .bookDateWrapper .bookDateItem {
    width: 113px;
    height: 33px;
    background: #FFFFFF;
    border-radius: 17px;
    text-align: center;
    line-height: 33px;
    margin-bottom: 16px;
}
.homePageContainer .academicCollections .academicCollectionsDetails .detailsWrapper .bookDetailsWrapper .book_intro .bookDate .bookDateWrapper .bookDateItem:nth-child(n + 5){
    display: none;
}

.homePageContainer .academicCollections .academicCollectionsDetails .detailsWrapper .bookDetailsWrapper .book_intro .bookDate .bookDateWrapper .bookDateItem a {
    width: 55px;
    height: 22px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #005EC7;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
}

.homePageContainer .academicCollections .academicCollectionsDetails .detailsWrapper .bookDetailsWrapper .book_intro .bookDate .bookDateWrapper .bookDateItem a img {
    margin-left: 5px;
}

.homePageContainer .academicCollections .academicCollectionsTitle {
    color: #FFFFFF !important;
}

.homePageContainer .academicCollections .academicCollectionsTitle span {
    color: #FFFFFF !important;
}

.homePageContainer .academicCollections .academicCollectionsTitle .text_en {
    color: #FFFFFF !important;
}



/* College News */

.collegueNewsContainer .banner {
    position: relative;
    height: 400px;
}

.collegueNewsContainer .banner .bgImage img {
    width: 100%;
    height: 400px;
}

.collegueNewsContainer .banner .bannerTexts {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}

.collegueNewsContainer .banner .bannerTexts .bannerTextsWrapper {
    width: 1200px;
    margin-top: 73px;
}

.collegueNewsContainer .banner .bannerTexts .bannerTextsWrapper .title {
    /* width: 208px; */
    height: 75px;
    font-family: SourceHanSerifCN, SourceHanSerifCN;
    font-weight: 800;
    font-size: 52px;
    color: #FFFFFF;
    line-height: 75px;
    text-align: left;
    font-style: normal;
}

.collegueNewsContainer .banner .bannerTexts .bannerTextsWrapper .title_en {
    height: 26px;
    font-family: SourceHanSerifCN, SourceHanSerifCN;
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 7px;
    margin-bottom: 21px;
}

.collegueNewsContainer .banner .bannerTexts .bannerTextsWrapper .spliter {
    width: 56px;
    height: 5px;
    background: #FFFFFF;
}

.collegueNewsContainer .banner .bannerTexts .bannerTextsWrapper .routes .routesWrapper {
    margin-top: 91px;
}

.collegueNewsContainer .banner .bannerTexts .bannerTextsWrapper .routes .routesWrapper .routeItem a {
    width: 210px;
    height: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}
.routesWrapper{
    overflow: hidden;
}
.collegueNewsContainer .banner .bannerTexts .bannerTextsWrapper .routes .routesWrapper .routeItem {
    /* width: 80px; */
    float: left;
    padding: 0 5px;
}

.collegueNewsContainer .banner .bannerTexts .bannerTextsWrapper .routes .routesWrapper .routeItem a div {
    float: left;
}

.collegueNewsContainer .banner .bannerTexts .bannerTextsWrapper .routes .routesWrapper .routeItem a div.icon {
    margin-right: 5px;
}

.collegueNewsContainer .banner .bannerTexts .bannerTextsWrapper .routes .routesWrapper .routeItem a .icon img {
    width: 18px;
    height: 16px;
}

.collegueNewsContainer .content {
    width: 100%;
    padding-top: 30px;
    background-image: url(../images_ch/_notification_banner.png);
    padding-bottom: 50px;
}

.collegueNewsContainer .content .contentWrapper {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
}

.collegueNewsContainer .content .contentWrapper .nav {
    width: 240px;
}

.collegueNewsContainer .content .contentWrapper .nav .navWrapper .navItem {
    width: 240px;
    min-height: 69px;
    box-sizing: border-box;
    border-bottom: 1px solid #E5E5E5;
    background: #FFFFFF;
}

.collegueNewsContainer .content .contentWrapper .nav .navWrapper .navItem:hover {
    background: #005EC7;
}

.collegueNewsContainer .content .contentWrapper .nav .navWrapper .navItem:hover .navItemLink .navItemLinkText {
    width: 110px;
    height: 25px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: left;
    font-style: normal;
}

.collegueNewsContainer .content .contentWrapper .nav .navWrapper .navItem.active {
    background: #005EC7;
}

.collegueNewsContainer .content .contentWrapper .nav .navWrapper .navItem.active .navItemLink .navItemLinkText {
    width: 110px;
    height: 25px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: left;
    font-style: normal;
}

.collegueNewsContainer .content .contentWrapper .nav .navWrapper .navItem.active .navItemLink .navItemLinkArrow {
    color: #FFFFFF;
}

.collegueNewsContainer .content .contentWrapper .nav .navWrapper .navItem .navItemLink .navItemLinkArrow {
    color: #E5E5E5;
    font-weight: bold;
}

.collegueNewsContainer .content .contentWrapper .nav .navWrapper .navItem .navItemLink {
    display: block;
    padding: 22px 24px;
    padding-right: 19px;
}

.collegueNewsContainer .content .contentWrapper .nav .navWrapper .navItem .linkWrapper {
    position: relative;
}

.collegueNewsContainer .content .contentWrapper .nav .navWrapper .navItem .linkWrapper.show .navItemLinkArrow {
    transform: rotate(90deg);
}

.collegueNewsContainer .content .contentWrapper .nav .navWrapper .navItem .linkWrapper:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.collegueNewsContainer .content .contentWrapper .nav .navWrapper .navItem .navItemLink .navItemLinkWrapper {
    display: flex;
    justify-content: space-between;
}

.collegueNewsContainer .content .contentWrapper .nav .navWrapper .navItem .navItemLink .navItemLinkText {
    height: 25px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #353535;
    line-height: 25px;
    text-align: left;
    font-style: normal;
}

.collegueNewsContainer .content .contentWrapper .contentDetails {
    width: 940px;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .imageText {
    display: flex;
    gap: 20px;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .imageText .mainImageText {
    width: 447.9px;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .imageText .mainImageText .imageAndDate .date .dateBg img {
    width: 63px;
    height: 63px;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .imageText .mainImageText {
    width: 447.9px;
    position: relative;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .imageText .mainImageText .imageAndDate {
    position: absolute;
    margin-left: 23px;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .imageText .mainImageText .imageAndDate .date {
    position: relative;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .imageText .mainImageText .imageAndDate .date .dateNum {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .imageText .mainImageText .imageAndDate .date .dateNum .day {
    width: 34px;
    height: 40px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
    font-style: normal;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .imageText .mainImageText .imageAndDate .date .dateNum .monthYear {
    width: 44px;
    height: 17px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
    text-align: left;
    font-style: normal;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .imageText .mainImageText .image {
    width: 448px;
    height: 252px;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .imageText .mainImageText .image img {
    width: 100%;
    height: 100%;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .imageText .mainImageText .text {
    padding: 20px;
    box-sizing: border-box;
    width: 448px;
    height: 162px;
    background: #FFFFFF;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .imageText .mainImageText .text .title {
    width: 415px;
    height: 51px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #353535;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .imageText .mainImageText .text .descriptions {
    width: 408px;
    height: 40px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 12px;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .imageText .thumbnailImageText {
    padding: 0 20px;
    box-sizing: border-box;
    background: #FFFFFF;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .imageText .thumbnailImageText .thmbnailImageTextLists .thumbnailImageTextListsWrapper .thumbnailImageTextListsItem {
    padding-bottom: 20px;
    border-bottom: 1px solid #ECEDF0;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .imageText .thumbnailImageText .thmbnailImageTextLists .thumbnailImageTextListsWrapper .thumbnailImageTextListsItem {
    margin-top: 20px;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .imageText .thumbnailImageText .thmbnailImageTextLists .thumbnailImageTextListsWrapper .thumbnailImageTextListsItem .thumbnailImageTextListItemLink {
    display: flex;
    gap: 10px;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .imageText .thumbnailImageText .thmbnailImageTextLists .thumbnailImageTextListsWrapper .thumbnailImageTextListsItem .thumbnailImageTextListItemLink .image {
    width: 166px;
    height: 93px;
}
.collegueNewsContainer .content .contentWrapper .contentDetails .imageText .thumbnailImageText .thmbnailImageTextLists .thumbnailImageTextListsWrapper .thumbnailImageTextListsItem .thumbnailImageTextListItemLink .image img{
    width: 100%;
    height: 100%;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .imageText .thumbnailImageText .thmbnailImageTextLists .thumbnailImageTextListsWrapper .thumbnailImageTextListsItem .thumbnailImageTextListItemLink .text .title {
    width: 256px;
    height: 22px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #353535;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .imageText .thumbnailImageText .thmbnailImageTextLists .thumbnailImageTextListsWrapper .thumbnailImageTextListsItem .thumbnailImageTextListItemLink .text .descriptions {
    width: 256px;
    height: 32px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 7px;
    margin-bottom: 19px;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .imageText .thumbnailImageText .thmbnailImageTextLists .thumbnailImageTextListsWrapper .thumbnailImageTextListsItem .thumbnailImageTextListItemLink .text .date {
    /* width: 70px; */
    height: 17px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #353535;
    line-height: 17px;
    text-align: left;
    font-style: normal;
}



.collegueNewsContainer .content .contentWrapper .contentDetails .introduction {
    width: 940px;
    box-sizing: border-box;
    margin-top: 10px;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .introduction .introductionWrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .introduction .introductionWrapper .introductionItem a {
    display: flex;
    background: #FFFFFF;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
    width: 940px;
}
.collegueNewsContainer .content .contentWrapper .contentDetails .introduction .introductionWrapper .introductionItem:first-child a{
    margin-top: 0;
}


.collegueNewsContainer .content .contentWrapper .contentDetails .introduction .introductionWrapper .introductionItem .numberAndDate {
    width: 90px;
    height: 90px;
    background: #F1F2F6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    flex: 0 0 auto;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .introduction .introductionWrapper .introductionItem .numberAndDate .number {
    width: 34px;
    height: 40px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 28px;
    color: #353535;
    line-height: 40px;
    text-align: left;
    font-style: normal;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .introduction .introductionWrapper .introductionItem .numberAndDate .date {
    width: 42px;
    height: 17px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 17px;
    text-align: left;
    font-style: normal;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .introduction .introductionWrapper .introductionItem .titleAndDescription .title {
    width: 720px;
    height: 22px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #353535;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

    margin-bottom: 8px;
    position: relative;
    width: 100%;
}
.collegueNewsContainer .content .contentWrapper .contentDetails .introduction .introductionWrapper .introductionItem .titleAndDescription .title i{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #005EC7;
    color: #fff;
    width: 43px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    border-radius: 4px;
}
.collegueNewsContainer .content .contentWrapper .contentDetails .introduction .introductionWrapper .introductionItem + .introductionItem .titleAndDescription .title i{
    display: none;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .introduction .introductionWrapper .introductionItem .titleAndDescription {
    margin-top: 10px;
    /* margin-left: 20px; */

    flex: 1;
    width: calc(100% - 110px);
}

.collegueNewsContainer .content .contentWrapper .contentDetails .introduction .introductionWrapper .introductionItem .titleAndDescription .description {
    width: 793px;
    height: 44px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .pagination {
    margin-top: 44px;
    margin-bottom: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .pagination button.active {
    background: #005EC7;
    color: white;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .pagination button {
    appearance: none;
    outline: none;
    padding: 8px;
    background-color: white;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #DDE2EE;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #353535;
    text-align: center;
    font-style: normal;
    min-width: 34px;
    min-height: 28px;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .pagination ul {
    display: flex;
    justify-content: center;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .pagination ul li {
    height: 34px;
    line-height: 34px;
    margin-left: 10px;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .pagination ul li span {
    width: 44px;
    height: 17px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #8D8D8D;
    line-height: 17px;
    text-align: left;
    font-style: normal;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .pagination input {
    appearance: none;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    outline: none;
    margin-left: 4px;
    background-color: white;
    cursor: pointer;
    width: 28px;
    height: 28px;
    text-align: center;
}

.collegueNewsContainer .content .contentWrapper .contentDetails .pagination button:hover {
    opacity: 0.7;
}

.collegueNewsContainer.collegueIntroductionContainer .content {
    background-image: url("../images_ch/collegueIntro_bg.png");
    padding-bottom: 50px;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .nav .navWrapper .navItem .subNav.show {
    display: block;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .nav .navWrapper .navItem .subNav {
    padding: 28px 24px;
    background: #FFFFFF;
    display: none;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .nav .navWrapper .navItem .subNav .subNavItem {
    margin-top: 18px;
}
.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .nav .navWrapper .navItem .subNav .subNavItem:first-child {
    margin-top: 0;
}
.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .nav .navWrapper .navItem .subNav .subNavItem a {
    width: 64px;
    height: 22px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #353535;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .nav .navWrapper .navItem .subNav .subNavItem.active a {
    width: 64px;
    height: 22px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #005EC7;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}
.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .nav .navWrapper .navItem .subNav .subNavItem:hover a {
    width: 64px;
    height: 22px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #005EC7;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}
.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history .historyTitle {
    display: flex;
    gap: 10px;
    align-items: center;
}
.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history .historyTitle2{
    margin-top: 20px;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history .historyTitle .spliter {
    width: 5px;
    height: 24px;
    background: #005EC7;
    border-radius: 3px;
}
.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history .historyTitle2 .spliter{
    background: none;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history .historyTitle .text {
    height: 28px;
    font-family: SourceHanSerifCN, SourceHanSerifCN;
    font-weight: bold;
    font-size: 28px;
    color: #353535;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}
.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history .historyTitle2.nowrap .text{
    white-space: nowrap;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history .historyDescriptions {
    margin-top: 30px;
    width: 930px;
    height: 84px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #353535;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-indent: 30px;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history .historyPath {
    margin-bottom: 44px;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history .historyPath .historyPathWrapper .historyPathItem {
    display: flex;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history .historyPath .historyPathWrapper .historyPathItem .year {
    height: 26px;
    font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
    font-weight: normal;
    font-size: 26px;
    color: #005EC7;
    line-height: 26px;
    text-align: justify;
    font-style: normal;
    flex: 0 0 auto;
    width: 61px;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history .historyPath .historyPathWrapper .historyPathItem .year .month {
    height: 26px;
    font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
    font-weight: normal;
    font-size: 18px;
    color: #005EC7;
    line-height: 26px;
    text-align: center;
    font-style: normal;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history .historyPath .historyPathWrapper .historyPathItem .line {
    position: relative;
    width: 1px;
    background: #C0CBD5;
    margin-left: 12px;
    margin-right: 22px;
    display: flex;
    justify-content: center;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history .historyPath .historyPathWrapper .historyPathItem .line::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #C0CBD5;
    position: absolute;
    border-radius: 15px;
    top: 0;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history .historyPath .historyPathWrapper .historyPathItem .details {
    padding-bottom: 30px;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history .historyPath .historyPathWrapper .historyPathItem:last-child .details {
    padding-bottom: 0;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history .historyPath .historyPathWrapper .historyPathItem .details .detailsTitle {
    height: 24px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #005EC7;
    line-height: 24px;
    text-align: justify;
    font-style: normal;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history .historyPath .historyPathWrapper .historyPathItem .details .detailsDescription {
    width: 761px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #35495B;
    line-height: 24px;
    text-align: justify;
    font-style: normal;
    margin-top: 10px;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history.hasBg {
    background: #FFFFFF;
    padding: 30px;
    margin-bottom: 32px;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history .introductionBg {
    margin-top: 39px;
    margin-bottom: 30px;
    position: relative;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history .introductionBg .bgImage img {
    width: 100%;
    height: 158px;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history .introductionBg .collegueTitle {
    position: absolute;
    top: 0;
    left: 0;
    padding: 34px 40px;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history .introductionBg .collegueTitle .title {
    width: 240px;
    height: 40px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 800;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: justify;
    font-style: normal;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history .introductionBg .collegueTitle .spliter {
    width: 106px;
    height: 5px;
    background: #FFFFFF;
    margin-top: 34px;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history .introductionContent .text:last-child {
    margin-bottom: 0;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history .introductionContent .text {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #353535;
    line-height: 28px;
    text-align: justify;
    font-style: normal;
    margin-bottom: 40px;
    text-indent: 30px;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history .introductionContent .text .highlight {
    color: #005EC7;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history .introductionContent .textAndImage {
    position: relative;
    margin-bottom: 25px;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history .introductionContent .textAndImage::after {
    content: "";
    display: block;
    clear: both;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history .introductionContent .textAndImage .text {
    width: 394px;
    height: 312px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #353535;
    line-height: 28px;
    text-align: justify;
    font-style: normal;
    float: left;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history .introductionContent .textAndImage .image {
    width: 406px;
    height: 384px;
    background: #005EC7;
    float: right;
    position: absolute;
    right: -30px;
    top: -30px;
}

.collegueNewsContainer.collegueIntroductionContainer .content .contentWrapper .history .introductionContent .textAndImage .image img {
    width: 469px;
    height: 312px;
    position: absolute;
    top: 36px;
    right: 20px;
}

/* 影像国关 */
.collegueNewsContainer.collegueImageCustom {
    overflow: hidden;
}

.collegueNewsContainer.collegueImageCustom .content {
    height: 718px;
    background: url("../images_ch/collegueImage_custom_bg.png");
    background-size: cover;
}

.collegueNewsContainer.collegueImageCustom .content .history .historyImageCustomCarousel {
    overflow: hidden;
    height: 800px;
    margin-top: 97px;
    position: relative;
    width: calc(100vw - 620px);
}

.collegueNewsContainer.collegueImageCustom .content .history .historyImageCustomCarousel .swiper-button-prev {
    width: 52px;
    height: 52px;
    background: #C1A672;
    border-radius: 20px;
    color: #FFFFFF;
    left: 400px;
}

.collegueNewsContainer.collegueImageCustom .content .history .historyImageCustomCarousel .swiper-button-next {
    width: 52px;
    height: 52px;
    background: #C1A672;
    border-radius: 20px;
    color: #FFFFFF;
    left: 500px;
}

.collegueNewsContainer.collegueImageCustom .content .history .historyImageCustomCarousel .swiper-button-prev::after {
    font-size: 26px;
}
.collegueNewsContainer.collegueImageCustom .content .history .historyImageCustomCarousel .swiper-button-next::after {
    font-size: 26px;
}

.collegueNewsContainer.collegueImageCustom .content .history .historyImageCustomCarousel .swiper-slide {
    width: 280px !important;
}

.collegueNewsContainer.collegueImageCustom .content .history .historyImageCustomCarousel .swiper-slide .bgImage img {
    width: 100%;
}


.collegueNewsContainer.collegueImageCustom .content .history .historyImageCustomCarousel .swiper-slide.center {
    position: relative;
    top: 92px;
    left: -20px;
}

.collegueNewsContainer.collegueImageCustom .content .history .historyImageCustomCarousel .swiper-slide.middle {
    position: relative;
    top: 27px;
}


.collegueNewsContainer.collegueImageCustom .content .history .historyImageCustomCarousel .swiper-slide.bottom {
    position: relative;
    top: 147px;
    left: -40px;
}
.collegueNewsContainer.collegueImageCustom .content .contentWrapper .nav{
    position: relative;
    z-index: 1;
}
.collegueNewsContainer.collegueImageCustom .content .contentWrapper .nav .navWrapper .navItem .subNav.show {
    display: block;
}

.collegueNewsContainer.collegueImageCustom .content .contentWrapper .nav .navWrapper .navItem .subNav {
    padding: 28px 24px;
    background: #FFFFFF;
    display: none;
}

.collegueNewsContainer.collegueImageCustom .content .contentWrapper .nav .navWrapper .navItem .subNav .subNavItem {
    margin-top: 18px;
}
.collegueNewsContainer.collegueImageCustom .content .contentWrapper .nav .navWrapper .navItem .subNav .subNavItem:first-child {
    margin-top: 0;
}
.collegueNewsContainer.collegueImageCustom .content .contentWrapper .nav .navWrapper .navItem .subNav .subNavItem a {
    width: 64px;
    height: 22px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #353535;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}

.collegueNewsContainer.collegueImageCustom .content .contentWrapper .nav .navWrapper .navItem .subNav .subNavItem.active a {
    width: 64px;
    height: 22px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #005EC7;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}
.collegueNewsContainer.collegueImageCustom .content .contentWrapper .nav .navWrapper .navItem .subNav .subNavItem:hover a {
    width: 64px;
    height: 22px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #005EC7;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}


.collegueNewsContainer.collegueImageCustom .content .contentWrapper .imageContent .imageTitle {
    display: flex;
    gap: 10px;
    align-items: center;
}

.collegueNewsContainer.collegueImageCustom .content .contentWrapper .imageContent .imageTitle .spliter {
    width: 5px;
    height: 24px;
    background: #005EC7;
    border-radius: 3px;
}

.collegueNewsContainer.collegueImageCustom .content .contentWrapper .imageContent .imageTitle .text {
    height: 28px;
    font-family: SourceHanSerifCN, SourceHanSerifCN;
    font-weight: bold;
    font-size: 28px;
    color: #353535;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}
.imageSwiperContent{
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 120px;
    /* transition: all .5s ease; */
}
.imageSwiperContent .imageSwiperItem{
    width: 300px;
    height: 450px;
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
}
.imageSwiperContent .imageSwiperItem img{
    width: 300px;
    height: 201px;
}
.imageSwiperContent .imageSwiperItem .text{
    font-family: SourceHanSerifCN, SourceHanSerifCN;
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #6C511D;
    line-height: 20px;
    text-align: center;
    font-style: normal;
}
.imageSwiperContent .imageSwiperItem .text div{
    text-align: center;
}
.imageSwiperContent .image2,.imageSwiperContent .image14,.imageSwiperContent .image20{
    position: relative;
    left: -30px;
    top: 92px;
}
.imageSwiperContent .image8{
    position: relative;
    left: 0;
    top: 0;
    align-items: center;
}
.imageSwiperContent .image8 img{
    width: 170px;
    height: 260px;
}
/* .imageSwiperContent .image3,.imageSwiperContent .image9,.imageSwiperContent .image15,.imageSwiperContent .image21{
    position: relative;
    left: 0;
    top: 27px;
}
.imageSwiperContent .image4,.imageSwiperContent .image10,.imageSwiperContent .image16,.imageSwiperContent .image22{
    position: relative;
    left: -44px;
    top: 147px;
}
.imageSwiperContent .image5,.imageSwiperContent .image11,.imageSwiperContent .image17{
    position: relative;
    left: -54px;
    top: 21px;
}
.imageSwiperContent .image6,.imageSwiperContent .image12,.imageSwiperContent .image18{
    position: relative;
    left: -20px;
    top: 80px;
}
.imageSwiperContent .image7,.imageSwiperContent .image13,.imageSwiperContent .image19{
    position: relative;
    left: 0;
    top: 50px;
} */
/* .imageSwiperItem:nth-child(n+22){
    background-color: ;
} */
.imageSwiperItem:nth-child(n+22) img{
    box-sizing: border-box;
    padding: 10px;
    background: url(../images_ch/collegueImageCustom/border.png);
}
.imageSwiperItem:nth-child(1n){
    position: relative;
    left: 0;
    top: 0;
}
.imageSwiperItem:nth-child(2n){
    position: relative;
    left: 0;
    top: 27px;
}
.imageSwiperItem:nth-child(3n){
    position: relative;
    left: -44px;
    top: 147px;
}
.imageSwiperItem:nth-child(4n){
    position: relative;
    left: -54px;
    top: 21px;
}
.imageSwiperItem:nth-child(5n){
    position: relative;
    left: -20px;
    top: 80px;
}
.imageSwiperItem:nth-child(6n){
    position: relative;
    left: 0;
    /* top: 0; */
    top: 50px;
}
.imageSwiper{
    overflow: hidden;
}
.imageContent .arrowBox{
    display: flex;
    width: calc(1200px - 240px);
    height: 70px;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}
.imageContent .arrowBox img{
    width: 100%;
    height: 100%;
}
.imageContent .arrowBox .arrowLeft{
    width: 52px;
    height: 52px;
    background-color: #C1A672;
    border-radius:20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bolder;
    user-select:none;
}
.imageContent .arrowBox .arrowLeft:hover{
    background-color: #6C511D;
}
.imageContent .arrowBox .arrowLeft img{
    width: 26px;
    height: 26px;
}
.imageContent .arrowBox .arrowRight{
    margin-left: 47px;
    width: 52px;
    height: 52px;
    background-color: #C1A672;
    border-radius:20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bolder;
    user-select:none;
}
.imageContent .arrowBox .arrowRight:hover{
    background-color: #6C511D;
}
.imageContent .arrowBox .arrowRight img{
    width: 26px;
    height: 26px;
}
/* 机构设置-教学院系 */
.greyLine{
    width: 100%;
    height: 1px;
    background-color: #ECEDF0;
    margin-top: 30px;
    margin-bottom: 30px;
}

.collegueNewsContainer.FacultyOfTeaching .content .contentWrapper .history .introductionContent .text:last-child {
    margin-bottom: 0;
}
.collegueNewsContainer.FacultyOfTeaching .content .contentWrapper .history .introductionContent .text:first-child{
    margin-top:30px;
}
.collegueNewsContainer.FacultyOfTeaching .content .contentWrapper .history .introductionContent .text{
    text-indent: 2em;
}
.collegueNewsContainer.FacultyOfTeaching .content .contentWrapper .history .introductionContent .img img{
    display: block;
    max-width: 50%;
    padding-bottom: 40px;
    margin: 0 auto;
}
/* 机构设置-行政机构 */
.collegueNewsContainer.administrativeOrgan .content .contentWrapper .history .introductionContent .text:last-child {
    margin-bottom: 0;
}
.collegueNewsContainer.administrativeOrgan .content .contentWrapper .history .introductionContent .text:first-child{
    margin-top:30px;
}
.collegueNewsContainer.administrativeOrgan .content .contentWrapper .history .introductionContent .text{
    text-indent: 0;
}
.administrativeOrgan .content .contentWrapper .info{
    display: flex;
    align-items: center;
    margin: 20px 0;
    flex-wrap: wrap;
}
.administrativeOrgan .content .contentWrapper .info img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.administrativeOrgan .content .contentWrapper .info .text-member{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color:#353535;;
    font-style: normal;
}
/* 治理架构 */
.titleBlue{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #005EC7;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    margin-top: 30px;
    margin-bottom: 10px;
}
.governanceFramework .history{
    width: 940px;
}
.governanceFramework .photoBox{
    display: flex;
    margin-right: 20px;
}
.governanceFramework .photoItem{
    width: 160px;
    height: 228px;
    margin-left:20px;
    flex-shrink: 0;
}
.governanceFramework .photoItem:first-child{
    margin-left: 0;
}
.governanceFramework .photoItem img{
    width: 100%;
    height: 100%;
}

.governanceFramework .nameBox{
    display: flex;
    flex-wrap: wrap;
}
.governanceFramework .xrld .nameBox{
    flex-flow: column;
}
.governanceFramework .nameItem{
    width: 130px;
    height: 88px;
    background-color: #F7F7FA;
    margin-right:20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    margin-bottom: 20px;
}
.governanceFramework .xrld .nameItem{
    background: #333;
}
.governanceFramework .xrld .nameItem{
    width: 200px;
    height: 260px;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-bottom: 20px;
    position: relative;
    background-size: cover;
}
.governanceFramework .xrld .nameItem::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,0) 55%,rgba(0,0,255,0.5));
    top: 0;empty-cells: 
    ;
    left: 0;
}
/* .governanceFramework .nameItem:nth-child(6n){
    margin-right: 0;
} */
.governanceFramework .nameItem span{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #353535;
    line-height: 28px;
    font-style: normal;
    position: relative;  
    z-index: 10;
}
.governanceFramework .xrld .nameItem span{
    color: #fff;
}
.greyLineMt10{
    width: 100%;
    height: 1px;
    background-color: #ECEDF0;
    margin-top: 10px;
    margin-bottom: 30px;
}
.governanceFramework .nameItem .textGray{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 16px;
    font-style: normal;
    margin-top: 4px;
}
.governanceFramework .xrld .nameItem .textGray{
    color: #fff;
}
.governanceFramework .mb0{
    margin-bottom: 0;
}
.governanceFramework .p{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #353535;
    line-height: 28px;
    text-align: justify;
    font-style: normal;
}
/* 教职员工-行政科室 */
.administrativeDepartment .infoTable{
    width: 100%;
    border-spacing: 0;
    border-collapse:collapse;
}
.administrativeDepartment .tableTitle{
    background-color: #005EC7;
    color: #fff;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-style: normal;
}   
.administrativeDepartment .infoTable th{
    text-align: center;
    height: 50px;
    line-height: 50px;
    border:1px solid #ECEDF0;

    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
    font-style: normal;
}
.administrativeDepartment .infoTable td{
    text-align: center;
    height: 50px;
    line-height: 50px;
    border:1px solid #ECEDF0;

    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #353535;
}
.administrativeDepartment .infoTable td.blueInfo{
    color: #005EC7;
    font-weight: 600;
}
th.w200{
    width: 200px;
}

/* 教学与研究 */
.commonTitle {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 40px 0 20px 0;
}
.commonTitle:first-child{
    margin-top: 0px;
}

.commonTitle .spliter {
    width: 5px;
    height: 24px;
    background: #005EC7;
    border-radius: 3px;
}
.commonTitle .text {
    font-family: SourceHanSerifCN, SourceHanSerifCN;
    font-weight: bold;
    font-size: 28px;
    color: #353535;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}

.teachingAndResearch .selectTab{
    display: flex;
    padding: 0 30px;
}
.teachingAndResearch .selectedTab{
    display: flex;
    padding: 0 30px;
}
.selectedType,.selectType{
    width: 108px;
    flex-shrink: 0;
    text-align: right;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #353535;
    line-height: 24px;
    padding: 4px 0;
}
.selectItem,.selectedItem{
    font-family: PingFangSC, PingFang SC;
    font-size: 16px;
    color: #353535;
    line-height: 22px;
    margin-left:8px;
    margin-bottom: 8px;
    padding: 4px 12px;
    cursor: pointer;
    user-select: none;
}
.selectItem.active{
    padding: 4px 12px;
    background: #005EC7;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.selectedItem{
    border: 1px dashed #005EC7;
    border-radius: 5px;
    color: #005EC7;
    position: relative;
    padding-right: 20px;
}
.selectedItem::after{
    content:"X";
    color: #005EC7;
    right: 5px;
    top: 0;
    font-size: 12px;
    position: absolute;
}
.resultPhotoCard{
    display: flex;
    flex-wrap:wrap;
}
.photoCardItem{
    width: 172px;
    margin-right: 20px;
    margin-bottom:20px;
    cursor: pointer;
}
.photoCardItem .photoCardImg{
    width: 172px;
    height: 244px;
    position: relative;
}
.photoCardItem .photoCardImg .photoCardMask {
    width: 172px;
    height: 50px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom:0;
    background: linear-gradient( 180deg, rgba(0,94,199,0) 0%, #005EC7 100%);
}
.photoCardItem .photoCardImg .photoCardMask .title{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.photoCardItem .photoCardImg img{
    width: 172px;
    height: 244px;
}
.photoCardItem:nth-child(5n){
    margin-right: 0;
}

.photoCardInfo{
    width: 172px;
    height: 88px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.photoCardInfoTitle{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #353535;
    line-height: 22px;
}
.photoCardInfoTag{
    border-radius: 4px;
    border: 1px solid #005EC7;
    color: #005EC7;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 6px;
    margin-top: 7px;
}

/* 教师详情 */
.teacherInfo .banner{
    height: 294px;
}
.teacherInfo .banner .bgImage{
    height: 294px;
    overflow: hidden;
}
.teacherInfo .banner .bgImage{
    height: 294px;
    overflow: hidden;
}
.teacherInfo .banner .bgImage img{
    width: 100%;
    height: auto;
}
.teacherInfo .banner .bannerTexts .bannerTextsWrapper{
    margin-top: 32px;
}
.teacherInfo .banner .bannerTexts .bannerTextsWrapper .routes .routesWrapper{
    margin-top: 0;
}
.teacherInfo .teacherPhoto{
    width: 224px;
    height: 318px;
    overflow: hidden;
    margin-top: -231px;
    background: #ddd;
    position: relative;
    z-index: 1;
    border-radius: 15px;
}
.teacherInfo .teacherPhoto .teacherCoverImg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.teacherInfo .teacherInfoTop{
    margin-left: 254px;
    margin-top: 66px;
}
.teacherInfo .teacherName{
    height: 58px;
    min-width: 160px;
    background: linear-gradient( 270deg, rgba(0,94,199,0) 0%, #005EC7 100%);
    color: #fff;
    font-weight: bolder;
    font-size: 28px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.teacherInfo .teacherTag{
    margin-top: 30px;
}
.teacherInfo .teacherTagText{
    font-family: PingFangSC, PingFang SC;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
}
.teacherInfo .p{
    font-family: PingFangSC, PingFang SC;
    font-size: 16px;
    color: #353535;
    line-height: 28px;
    /* text-indent: 2em; */
    /* margin-top: 20px; */
    word-break: break-all;
}
.teacherInfo .normalText{
    font-family: PingFangSC, PingFang SC;
    font-size: 16px;
    color: #353535;
    line-height: 28px;
    word-break: break-all;
}
.teacherInfo .contentDetails *{
    font-family: PingFangSC, PingFang SC !important;
    line-height: 28px !important;
    color: #353535 !important;
}
.teacherInfo .teacher-tabs ul{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 30px 25px;
    flex-wrap: wrap;
}
.teacherInfo .teacher-tabs ul li{
    margin-right: 60px;
    font-weight: bold;
    font-size: 28px;
    color: #353535;
    position: relative;
    padding-bottom: 20px;
    cursor: pointer;
}
.teacherInfo .teacher-tabs ul li.active{
    color: #005EC7;
}
.teacherInfo .teacher-tabs ul li.active::after{
    content: "";
    display: block;
    width: 85px;
    height: 5px;
    background: #005EC7;
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* 党建群团 */
.party .contentWrapper{
    padding-bottom: 30px;
}
.party .contentDetails{
    overflow: hidden;
    margin-bottom: 40px;
}
.party .photoBox img{
    width: 166px;
    height: 93px;
}
.party .titleAndDescription .descriptions{
    width: 717px;
    height: 44px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    width: 100%;
}
.party .module{
    background: #fff;
    box-sizing: border-box;
    padding: 30px;
}
.party .module h3{
    font-size: 28px;
    color: #353535;
    text-indent: 13px;
    position: relative;
    margin-bottom: 30px;
}
.party .module h3::before{
    content: "";
    display: block;
    width: 5px;
    height: 24px;
    border-radius: 3px;
    background: #005EC7;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.party .module ul li{
    margin-bottom: 20px;
}
.party .module ul li a{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #005EC7;
    text-indent: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.party .module ul li a::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #005EC7;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.party .module .detail-item{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ECEDF0;
}
.party .module .more{
    font-size: 16px;
    color: #005EC7;
}

.partyHome ul{
    margin-bottom: 68px;
    display: flex;
}
.partyHome ul li{
    margin-right: 30px;
}
.partyHome ul li span{
    display: block;
    font-size: 18px;
    color: #005EC7;
    padding-bottom: 10px;
    font-weight: 600;
    height: 36px;
}
.partyHome ul li p{
    width: 130px;
    height: 88px;
    background: #F7F7FA;
    color: #353535;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.teachingBook .book{
    display: flex;
}
.teachingBook .book img{
    width: 116px;
    height: 171px;
    margin-right: 35px;
}
.teachingBook .book p{
    margin-bottom: 20px;
    color: #353535;
    line-height: 28px;
    letter-spacing: 1px;
}
.teachingBook .book p em{
    display: block;
}
.teachingBook .year{
    margin-top: 30px;
    margin-bottom: 30px;
}
.teachingBook .year ul{
    display: flex;
    align-items: center;
}
.teachingBook .year ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 113px;
    height: 33px;
    border-radius: 100px;
    background: #fff;
    margin-right: 20px;
}
.teachingBook .year ul li.active{
    background: #005EC7;
    color: #fff;
}
.teachingBook .introduction .title{
    margin-bottom: 8px;
}
.teachingBook .introduction .introductionItem a{
    padding: 15px 20px !important;
}

.jobInfo p{
    display: flex;
    margin-bottom: 30px;
}
.jobInfo table{
    margin-bottom: 30px;
}
.jobInfo table td,.jobInfo table th{
    border: 1px solid #ECEDF0;
}
.jobInfo table th{
    height: 50px;
    background: #005EC7;
    color: #fff;
}
.jobInfo table tr td{
    padding: 16px;
}
.jobInfo table tr td.blue{
    color: #005EC7;
    font-weight: bold;
    text-align: center;
}
.jobInfo table tr td a{
    color: #005EC7;
    font-weight: bold;
}
.jobInfo table tr td.center{
    text-align: center;
}
.jobInfo table tr:first-child td:last-child span{
    display: block;
    margin-left: 20px;
    width: 25px;
    /* box-sizing: border-box; */
    /* padding: 10px; */
    /* word-break: break-all; */
}


.developTutor article p{
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #353535;
    line-height: 28px;
}
.developTutor article img{
    display: block;
    width: 714px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.developTutor .line{
    height: 1px;
    background: #ECEDF0;
    margin-bottom: 40px;
}

.talk{
    width: 100%;
}
.talk .chart{
    margin-top: 60px;
    width: 100%;
    height: 432px;
    border: 1px solid #979797;
}

.fixed-right{
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index: 100;
}
.fixed-right ul li{
    width: 50px;
    height: 50px;
    margin-bottom: 4px;
    position: relative;
}
.fixed-right ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.fixed-right ul li:nth-child(1){background: url(../images_ch/icons/fixed1.png) center center / 100% 100% no-repeat;}
.fixed-right ul li:nth-child(2){background: url(../images_ch/icons/fixed2.png) center center / 100% 100% no-repeat;}
.fixed-right ul li:nth-child(3){background: url(../images_ch/icons/fixed3.png) center center / 100% 100% no-repeat;}

.fixed-right ul li span{
    display: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 130px;
    border: 2px solid #005EC7;
    border-radius: 2px;
    position: absolute;
    top: 0;
    right: 50px;
    font-weight: 400;
    font-size: 12px;
    color: #353535;
    line-height: 17px;
    background: #fff;
}
.fixed-right ul li:hover span{
    display: flex;
}
.fixed-right ul li span img{
    width: 95px;
    height: 95px;
    margin-bottom: 5px;
}
/* geo  */

#schoolList {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    
  }
  
.group {
    display: flex;
    flex-direction: column;
    
}
  
.school-item {
    display: flex;
    margin: 5px 0;
}


.school-item .index {
    width: 17px;
    height: 17px;
    background: #005EC7;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px; /* Space between the circle and name */
    font-size: 12px; /* Adjust font size to fit inside the circle */
}


.file-list {
    margin-bottom: 30px;
}
.file-list ul{
    display: flex;
    flex-wrap: wrap;
}
.file-list ul li{
    width: 25%;
    box-sizing: border-box;
    padding: 10px;
    height: 300px;
    margin-bottom: 30px;
}
.file-list ul li a{
    display: flex;
    width: 100%;
    height: 100%;
    flex-flow: column;
}
.file-list ul li a img{
    flex: 1;
    object-fit: cover;
}
.file-list ul li a p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 10px 0;
}

.video-list {
    margin-bottom: 30px;
}
.video-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.video-list ul li{
    width: 50%;
    box-sizing: border-box;
    padding: 10px;
    height: 300px;
    margin-bottom: 30px;
}
.video-list ul li a{
    display: flex;
    width: 100%;
    height: 100%;
    flex-flow: column;
}
.video-list ul li a img{
    flex: 1;
    object-fit: cover;
}
.video-list ul li a p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 10px 0;
}
.article-img img{
    display: block;
    width: 70%;
    margin: 0 auto;
}

.table table{
    width: 100%;
}
.table table thead tr th{
    height: 50px;
    background: #005EC7;
    color: #fff;
    border: 1px solid #ECEDF0;
}
.table table tbody tr td{
    padding: 16px;
    border: 1px solid #ECEDF0;
}