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

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

.swiper,
.swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper .swiper-slide {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}

.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: 24px;
}

.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.05);
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}


/* 新闻 */

main {
    width: 100%;
}

.part01 {
    background: url(../../images/en/bg.png) no-repeat center bottom/cover;
    padding: 60px 0;
}

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

.indexTit h1 {
    font-weight: bold;
    font-size: 38px;
    color: #333333;
    text-transform: capitalize;
    position: relative;
}

.indexTit h1::before {
    content: '';
    width: 40px;
    height: 8px;
    background: #0059A0;
    display: block;
    position: absolute;
    top: -6px;
    left: 0;
}

.indexTit a {
    font-size: 16px;
    color: #666666;
    background: url(../../images/en/icon-arrow.png) no-repeat right center;
    padding-right: 24px;
    margin-left: 60px;
    text-transform: capitalize;
}

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

.newsBox {
    width: 100%;
    margin-bottom: 90px;
}

.newsBanner {
    width: 100%;
    height: auto;
    margin: 40px 0;
}

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

.newsBanner .swiper-slide a {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 5px 5px 5px 0;
    overflow: hidden;
    transition: 0.3s;
}

.newsImg {
    width: 48.5%;
    padding-bottom: 29%;
    position: relative;
    flex-shrink: 0;
    height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.newsImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: 0.3s;
}

.newsTxt {
    width: 51.5%;
    padding-bottom: 29%;
    position: relative;
    height: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.textCon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.newsTxt i {
    font-size: 16px;
    color: #666666;
    background: url(../../images/en/icon-time.png) no-repeat left center;
    padding-left: 24px;
}

.newsTxt h3 {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 16px;
    margin-top: 10px;
}

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

.newsTxt .readMore {
    text-transform: capitalize;
    font-size: 16px;
    color: #16609A;
    width: fit-content;
    display: block;
    margin-top: 40px;
}

.newsTxt .readMore::after {
    content: "";
    height: 8px;
    background: #CAE7FF;
    display: block;
    width: 100%;
    margin-top: -10px;
}

.newsBanner .swiper-slide a:hover .newsImg img {
    transform: scale(1.05);
    transition: 0.3s;
}

.newsBanner .swiper-slide a:hover .newsTxt h3 {
    color: #0059A0;
}

.newsList {
    background: #fff;
    width: 100%;
}

.newsList li {
    width: 100%;
    padding: 0 40px;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

.newsList li::after {
    content: "";
    display: block;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/en/newHover.png) no-repeat right/cover;
    z-index: 1;
    transition: 0.3s;
}

.newsList li:hover::after {
    right: 0;
    transition: 0.3s;
}

.newsList li a {
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E9E9E9;
    position: relative;
    z-index: 3;
}

.newsList li a .time {
    flex-shrink: 0;
}

.newsList li a .time h3 {
    font-weight: bold;
    font-size: 30px;
    color: #666666;
}

.newsList li a .time p {
    font-size: 16px;
    color: #666666;
}

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

.newsList li:hover a {
    border-bottom: none;
}

.newsList li:hover a>h3,
.newsList li:hover a .time h3,
.newsList li:hover a .time p {
    color: #fff;
}

.recument {
    width: 91.4%;
    margin: 0 auto;
    border: 1px solid #5EABE9;
    position: relative;
    padding: 18px 24px;
}

.recument::before,
.recument::after {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
}

.recument::before {
    border-left: 8px solid #0059A0;
    border-top: 8px solid #0059A0;
    position: absolute;
    left: -4px;
    top: -4px;
}

.recument::after {
    border-right: 8px solid #0059A0;
    border-top: 8px solid #0059A0;
    top: -4px;
    right: -4px;
}

.recumentCon {
    width: 100%;
    background: url(../../images/en/icon-arrow3.png) no-repeat calc(100% - 40px) center #fff;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.17);
    padding-right: 40px;
    padding-left: 60px;
    height: 104px;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.recumentCon:hover {
    box-shadow: 0px 2px 12px 0px rgba(0, 89, 160, 0.5);
    transition: 0.3s;
}

.recumentCon h3 {
    font-weight: bold;
    font-size: 30px;
    color: #0059A0;
    text-transform: uppercase;
    margin-right: 40px;
}

.recumentCon p {
    font-size: 22px;
    color: #333333;
}

.part02 {
    width: 100%;
    background: url(../../images/en/icon-ruc.png) no-repeat right top #fff;
    padding: 60px 0;
}

.academicBanner {
    width: 100%;
    margin-top: 40px;
}

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

.academicBanner .swiper-slide a {
    width: 100%;
    padding: 5px;
    transition: 0.3s;
}

.academicBanner .swiper-slide a .academicImg {
    width: 100%;
    padding-bottom: 78%;
    height: 0;
    position: relative;
    border: 1px solid #bec8cf;
}

.academicBanner .swiper-slide a .academicImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.academicTxt {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 0px 0px;
    border-bottom: 4px solid #0059A0;
    position: relative;
    height: 154px;
    padding: 20px;
    transition: 0.3s;
}

.academicTxt .time {
    background: #16609A;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid #FFFFFF;
    width: 80px;
    height: 60px;
    position: absolute;
    top: -40px;
    left: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.academicTxt .time h3 {
    font-size: 20px;
    color: #FFFFFF;
}

.academicTxt .time p {
    font-size: 14px;
    color: #FFFFFF;
}

.academicTxt>h3 {
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 20px;
}

.academicTxt>p {
    font-size: 14px;
    color: #666666;
    padding-left: 24px;
    background: url(../../images/en/icon-address.png) no-repeat left center;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.academicBanner .swiper-slide a:hover .academicTxt {
    background: url(../../images/en/acdemBg.png) no-repeat center/cover;
    transition: 0.3s;
}

.academicBanner .swiper-slide a:hover .academicTxt h3,
.academicBanner .swiper-slide a:hover .academicTxt p {
    color: #fff;
}

.academicBanner .swiper-slide a:hover .academicTxt>p {
    background-image: url(../../images/en/icon-addressW.png);
    transition: 0.3s;
}

.academicBanner {
    position: relative;
}

.acadButton {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.academicBanner .swiper-pagination {
    display: none;
}

.acadButton .swiper-button-prev,
.acadButton .swiper-button-next {
    width: 60px;
    height: 80px;
    background: #E9E9E9;
    border-radius: 4px;
}

.acadButton .swiper-button-prev {
    left: -80px;
}

.acadButton .swiper-button-next {
    right: -80px;
}

.acadButton .swiper-button-prev::after,
.acadButton .swiper-button-next::after {
    font-size: 34px;
    color: #0059A0;
}

.acadButton .swiper-button-prev:hover,
.acadButton .swiper-button-next:hover {
    background: #0059A0;
}

.acadButton .swiper-button-prev:hover::after,
.acadButton .swiper-button-next:hover::after {
    color: #fff;
}