:root {
    --base-scale: 0.78125;
}

.banner {
    width: 100%;
    height: calc(100vh - 110px);
    position: relative;
    /* margin-top: 110px; */
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper .swiper-slide {
    display: flex;
    align-items: flex-end;
}

.bannerTxt {
    width: 100%;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    padding: 85px 0 35px 0;
    position: absolute;
    bottom: 0;
}

.bannerTxt h6 {
    width: 90%;
    color: #fff;
    font-size: 36px;
}

.paginationCenter {
    position: relative;
}

.paginationTxt {
    position: absolute;
    right: 0;
    padding: 85px 0 35px 0;
    bottom: 0;
    z-index: 6;
}

.banner .swiper-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-bullets.swiper-pagination-horizontal,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    width: auto;
    text-align: center;
    position: initial;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}

.banner .swiper-pagination-current {
    font-size: 40px;
}

.banner .swiper-button-prev {
    left: 10%;
}

.banner .swiper-button-next,
.banner .swiper-rtl .swiper-button-prev {
    right: 10%;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    width: 70px;
    height: 70px;
    border-radius:50%;
    transition: 0.3s;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
    width: 100%;
    height: 100%;
    content: "";
    background: url(../images/btn-left.png) no-repeat center/contain;
}

.banner .swiper-button-next:after {
    background-image: url(../images/btn-right.png);
}

.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
    transform:scale(1.08);
    overflow: hidden;
    transition: 0.3s;
    box-shadow:0 0 5px rgba(255,255,255,0.8);
    
}

.part01 {
    background: url(../images/xwdtBg.png) no-repeat left top, url(../images/tzggRBg.png) no-repeat right top #fff;
    padding-bottom: 50px;
}

.part01Con {
    display: flex;
    gap: 30px;
}

.news {
    width: 64%;
    padding: 40px 0 0 0;
}

.listTit {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.tit span {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 24px;
    color: #999999;
}

.tit h4 {
    font-size: 36px;
    color: #333333;
}

.listTit .more {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    padding-left: 26px;
    background: url(../images/pie-gray.png) no-repeat left center;
    transition: 0.3s;
    margin-bottom: 10px;
}

.tzggTit .tit span,
.tzggTit .tit h4,
.tzggTit .more {
    color: #fff;
}

.tzggTit .more {
    background-image: url(../images/pie-white.png);
}

.listTit .more:hover {
    padding-left: 30px;
    color: #0059A0;
    font-size: 17px;
    transition: 0.3s;
}

.tzggTit .more:hover {
    color: #84C8FF;
}

.newsBanner {
    width: 100%;
    height: 270px;
    margin-top: 20px;
}

.newsBanner .swiper-slide {
    align-items: center;
}

.newsImg {
    width: 464px;
    height: 250px;
    flex-shrink: 0;
    margin-right: 30px;
    position: relative;
    transition: 0.3s;
}

.newsImg::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #0059A0;
    z-index: -1;
    transition: 0.3s;
}

.newsTxt span {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.newsTxt h4 {
    font-weight: bold;
    font-size: 24px;
    margin: 10px 0 15px 0;
    transition: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsTxt h4 a {
    color: #333;
}

.newsTxt p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newsTxt .newsMore {
    width: 54px;
    height: 24px;
    background: url(../images/icon-view.png) no-repeat top center;
    display: block;
    margin-top: 25px;
    transition: 0.3s;
    padding-left: 10px;
}

.newsTxt h4:hover a {
    color: #0059A0;
}

.newsTxt .newsMore:hover {
    margin-left: 20px;
}

.newsPaginat {
    width: 464px;
    position: relative;
    height: 56px;
    background: linear-gradient( 360deg, #000000 0%, rgba(0, 89, 160, 0) 100%);
    z-index: 10;
    margin-top: -66px;
    padding: 30px;
}

.newsPaginat .swiper-horizontal>.swiper-pagination-bullets,
.newsPaginat .swiper-pagination-bullets.swiper-pagination-horizontal,
.newsPaginat .swiper-pagination-custom,
.newsPaginat .swiper-pagination-fraction {
    position: initial;
    width: auto;
    text-align: right;
}

.newsPaginat .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    border: 1px solid #fff;
    background: #fff;
    opacity: 1;
}

.newsPaginat .swiper-pagination-bullet-active {
    background: #0059A0;
}

.newsList {
    width: 100%;
    margin-top: 35px;
}

.newsList ul {
    display: flex;
    gap: 35px;
    flex-direction: column;
}

.newsList ul li h6 {
    margin-bottom: 12px;
}

.newsList ul li h6 a {
    font-size: 20px;
    color: #333333;
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsList ul li h6 a:hover {
    color: #0059A0;
}

.newsList ul li h6 a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 8px;
    background: #0059A0;
}

.newsList ul li p {
    display: flex;
    align-items: center;
}

.newsList ul li span {
    font-size: 16px;
    color: #666666;
    flex-shrink: 0;
    padding: 0 30px;
}

.newsList ul li p i {
    display: block;
    width: 100%;
    height: 1px;
    background: #C8C8C8;
}

.notice {
    width: calc(37% - 40px);
    background: url(../images/tzggBg.png) no-repeat bottom right/cover;
    padding: 35px 25px;
}

.notice ul {
    margin-top: 20px;
}

.notice ul li {
    padding: 24px 0;
}

.notice ul li+li {
    border-top: 1px dashed #fff;
}

.notice ul li a {
    width: 100%;
    display: flex;
    gap: 24px;
}

.time {
    text-align: center;
    flex-shrink: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.time b {
    font-size: 24px;
    color: #FFFFFF;
}

.time span {
    font-size: 14px;
}

.notice ul li a h4 {
    font-size: 18px;
    color: #FFFFFF;
}

.part02 {
    width: 100%;
    background: url(../images/part2bg.png) no-repeat center/cover;
    padding: 70px 0;
}

.part02Con {
    display: flex;
}

.conference {
    background: rgba(6, 42, 71, 0.8);
    width: calc(50% + 50px);
    margin-right: -50px;
    padding: 50px 90px 50px 40px;
    height: 720px;
    backdrop-filter: blur(6px);
}

.achievements {
    width: 50%;
    background: linear-gradient( 180deg, #D4ECFF 0%, #FFFFFF 22%, #FFFFFF 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-top: 40px;
    padding: 50px 40px;
    height: 720px;
    position: relative;
}

.conference .tit span {
    color: #999;
}

.conferenceList ul li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    padding: 34px 0;
}

.conferenceList {
    margin-top: 20px;
}

.conferenceList ul li a h4 {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    padding-bottom: 15px;
}

.conferenceList ul li .reportMess p {
    font-size: 16px;
    color: #FFFFFF;
}

.conferenceList ul li .reportMess {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.conferenceList ul li:hover,
.notice ul li:hover {
    border-left: 12px solid #84C8FF;
}

.conferenceList ul li:hover {
    background: url(../images/icon-view2.png) no-repeat calc(100% - 40px) center #0059A0;
    width: calc(100% + 80px);
    padding: 34px 40px;
    margin-left: -40px;
}

.notice ul li:hover {
    background: #0059A0;
    width: calc(100% + 50px);
    padding: 24px 25px;
    padding-left: 13px;
    margin-left: -25px;
}

.achieveList {
    margin-top: 20px;
}

.achieveList ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.achieveList ul li {
    display: flex;
    align-items: center;
    position: relative;
}

.achieveList ul li>a {
    flex-shrink: 0;
    background: #fff;
    width: 130px;
    height: 170px;
    display: flex;
    align-items: center;
}

.achieveList ul li>a img {
    width: 100%;
}

.achieveList ul li .achieveTxt {
    flex: 1;
    padding-left: 24px;
    position: relative;
    z-index: 11;
}

.achieveList ul li:after {
    content: "";
    display: block;
    width: 0;
    height: 170px;
    background: url(../images/xscgListBg.png) no-repeat right/cover;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s;
}

.achieveList ul li .achieveTxt a {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}

.achieveList ul li .achieveTxt p {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.achieveList ul li:hover:after {
    width: calc(100% - 130px);
    transition: 0.3s;
}

.achieveList ul li:hover>a,
.achieveList ul li:hover .achieveTxt a,
.achieveList ul li:hover .achieveTxt p {
    color: #fff;
}

.achieveList ul li:hover .achieveTxt {
    padding-right: 20px;
    transition: 0.3s;
}

.part03 {
    background: url(../images/part3bg.png) no-repeat center bottom/cover;
    padding: 70px 0;
}

.part03Con {
    display: flex;
}

.option {
    padding: 30px;
    background: url(../images/optionBg.png) no-repeat center bottom/cover;
    width: 34%;
}

.student {
    width: 66%;
    background: url(../images/tltxBg.png) no-repeat right top #fff;
    padding: 30px 40px;
}

.optionList {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 30px;
}

.optionList a {
    display: flex;
    gap: 10px;
    padding: 14px 0;
    background: #fff;
    align-items: center;
    border-radius: 6px;
    padding-right: 10px;
}

.optionList a b {
    width: 94px;
    height: 54px;
    background: linear-gradient( 270deg, #FFFFFF 0%, #C8EEFA 28%, #8DD6FF 100%);
    display: flex;
    align-items: center;
    padding: 0 15px;
    color: #0C528A;
    font-weight: bold;
    font-size: 16px;
    flex-shrink: 0;
}

.optionList a p {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.optionList a:hover p {
    font-weight: bold;
    color: #0059A0;
}

.option .tit span {
    color: rgba(255, 255, 255, 0.6);
}

.studentList {
    margin-top: 30px;
}

.firstItem {
    width: 100%;
    display: flex;
    align-items: center;
}

.firstItem>a {
    width: 368px;
    height: 236px;
    flex-shrink: 0;
    overflow: hidden;
    transition: 0.3s;
}

.firstItem>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.firstItemTxt {
    flex: 1;
    padding-left: 25px;
    display: flex;
    flex-direction: column;
}

.firstItemTxt a {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.firstItemTxt span {
    font-size: 14px;
    color: #666666;
    margin-top: 8px;
}

.firstItemTxt p {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 20px;
}

.studentList ul {
    margin-top: 20px;
}

.studentList ul li a {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #DFDFDF;
    padding: 22px 0;
    justify-content: space-between;
}

.studentList ul li a h6 {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    padding-left: 30px;
    background: url(../images/icon-mark.png) no-repeat left center;
}

.studentList ul li a span {
    font-size: 16px;
    color: #333333;
    flex-shrink: 0;
}

.studentList ul li:last-child a {
    border-bottom: none;
}

.studentList ul li a:hover h6,
.studentList ul li a:hover span {
    color: #0059A0;
}

.studentList ul li a:hover {
    border-bottom-color: #0059A0;
}

.firstItemTxt a:hover {
    color: #0059A0;
}

.firstItem>a:hover img {
    transform: scale(1.03);
}

.part04 {
    background: #E8F5FF;
    padding: 20px 0;
}

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

.fastNav a {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition:0.4s
}

.fastNav a .iconBox {
    width: 66px;
    height: 66px;
    margin-bottom: 0;
    position: relative;
}

.iconFault {
    border-radius: 50%;
    /* background: #E0F1FF; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition:0.4s
}

.iconHover {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: none;
}

.fastNav a p {
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    background: url(../images/icon-right.png) no-repeat right center;
    padding-right: 20px;
    text-align: center;
}

.fastNav a p span {
    display: block;
    font-size: 18px;
    color: #666;
}

.fastNav a:hover .iconHover {
    z-index: 2;
    transform: scale(1);
    background: #0059A0;
    transition: 0.5s;
}

.fastNav a:hover p {
    color: #0059A0;
}
.fastNav a:hover .iconFault{transform:scale(1.1);transition:0.4s}