@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.woff2?t=1747191300190') format('woff2'), url('../font/iconfont.woff?t=1747191300190') format('woff'), url('../font/iconfont.ttf?t=1747191300190') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.banner {
    width: 100%;
    padding-bottom: 34.3%;
    position: relative;
    background: #000;
}

.banner .swiper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner .swiper-slide {
    width: 72.9%;
    opacity: 0.6;
    transition: opacity 0.3s;
    position: relative;
}

.banner .bannerTxt {
    position: absolute;
    bottom: 30px;
    width: 72%;
    left: 70px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
    font-weight: bold;
    font-size: 29px;
    color: #FFFFFF;
    z-index: 10;
}
.banner .bannerTxt h1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.banner .swiper-slide>.blur img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-slide-active {
    opacity: 1;
    background: #fff;
    transition: opacity 0.3s;
}

.banner .swiper-slide-active>.blur img {
    filter: blur(20px);
}

.banner .swiper-slide-active i {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 3;
    filter: blur(0px) !important;
}

.banner .swiper-slide-active img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner .paginationCenter {
    position: relative;
    width: 72.9%;
}

.banner .paginationCenter .swiper-pagination {
    display: flex;
    justify-content: flex-end;
    padding: 0 50px;
    bottom: 50px;
}

.banner .paginationCenter .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.8);
    transition: 0.3s;
}

.banner .paginationCenter .swiper-pagination .swiper-pagination-bullet-active {
    width: 50px;
    transition: 0.3s;
}
.banner .swiper-button-next, .banner .swiper-button-prev{width:50px;height:50px;border-radius:50%;background:#fff;display:flex;justify-content:center;align-items:center}
.banner .swiper-button-next::after, .banner .swiper-button-prev::after{font-size:22px;font-weight:bold;color:#9A1616}
.banner .swiper-button-next{right:4.5%}
.banner .swiper-button-prev{left:4.5%}
.banner .swiper-button-next:hover, .banner .swiper-button-prev:hover{background:#9A1616}
.banner .swiper-button-next:hover::after, .banner .swiper-button-prev:hover::after{color:#fff}
.part01 {
    width: 100%;
    background: url(../images/part01.png) no-repeat center/cover;
    padding: 50px 0;
}

.part01con01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.news {
    width: 62.8%;
}

.newsTit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #CACACA;
}

.newsTit h1 {
    position: relative;
}

.newsTit h1 * {
    position: relative;
    z-index: 2;
}

.newsTit h1::after {
    content: "";
    display: block;
    width: 70%;
    height: 7px;
    background: linear-gradient( 90deg, rgba(255, 255, 255, 0) 0%, #FF98AB 100%);
    position: absolute;
    right: 0;
    bottom: 7px;
    z-index: 0;
}

.newsTit h1 b {
    font-size: 36px;
    color: #AE0C2A;
    font-weight: bold;
    padding-left: 10px;
    background: url(../images/icon-comma.png) no-repeat left top;
}

.newsTit h1 span {
    font-size: 28px;
    color: #333;
    font-weight: bold;
}

.newsTit a {
    font-size: 14px;
    color: #666666;
    padding-left: 22px;
    background: url(../images/icon-more.png) no-repeat left center;
    transition: 0.3s;
}

.newsTit a:hover {
    transform: skew(-15deg);
    transition: 0.3s;
}

.newsBanner {
    width: 100%;
    height: 246px;
    position: relative;
    margin: 30px 0 20px 0;
}

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

.newsBanner .swiper-slide {
    display: flex;
}

.newsBanner .swiper-slide>a {
    height: 100%;
    width: 400px;
    display: block;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
}

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

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

.newsTxt {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 20px;
}

.newsTxt span {
    font-size: 16px;
    color: #666666;
}

.newsTxt a.h1 {
    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-top: 6px;
}

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

.newsTxt .newsMore {
    font-size: 16px;
    color: #9A1616;
    width: fit-content;
    display: block;
}

.newsTxt .newsMore::after {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background: #FFCACA;
    margin-top: -9px;
    transition: 0.3s;
}

.newsBanner .swiper-slide:hover .newsTxt a.h1 {
    color: #AE0C2A;
}

.newsBanner .swiper-slide:hover .newsTxt a.newsMore::after {
    margin-top: 0;
    transition: 0.3s;
}

.newsNav {
    width: 74px;
    right: 0;
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 0;
}

.newsNav .swiper-button-prev,
.newsNav .swiper-button-next {
    width: 30px;
    height: 30px;
    background: #D8D8D8;
    position: static;
}

.newsNav .swiper-button-prev::after,
.newsNav .swiper-button-next::after {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.newsNav .swiper-button-prev:hover,
.newsNav .swiper-button-next:hover {
    background: #AE0C2A;
}

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

.newsConList {
    width: 100%;
    padding: 20px 30px;
    background: #F5F5F5;
}

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

.newsConList a+a {
    margin-top: 24px;
}

.newsConList a p {
    padding-left: 20px;
    background: url(../images/icon-newsMark.png) no-repeat left center;
    font-size: 18px;
    color: #333333;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsConList a span {
    font-size: 16px;
    color: #333333;
    padding-left: 24px;
    background: url(../images/icon-time.png) no-repeat left center;
    flex-shrink: 0;
}

.newsConList a:hover p,
.newsConList a:hover span {
    color: #AE0C2A;
}

.notice {
    width: calc(37.2% - 50px);
}

.noticeCon {
    margin-top: 25px;
    padding-bottom: 25px;
    width: 100%;
    padding-left: 34px;
    background: url(../images/line-dashed.png) repeat-y left top;
}

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

.noticeCon a .time {
    width: 68px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #AE0C2A;
    border: 2px solid #AE0C2A;
    color: #fff;
    font-size: 14px;
    flex-shrink: 0;
    transition: 0.3s;
}

.noticeCon a .time p {
    font-size: 18px;
}

.noticeCon a h6 {
    padding-left: 15px;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.noticeCon a+a {
    margin-top: 40px;
}

.noticeCon a:hover .time {
    background: #fff;
    color: #AE0C2A;
    transition: 0.3s;
}

.noticeCon a:hover h6 {
    color: #AE0C2A;
}

.academic .newsTit,
.part03 .newsTit,
.part04 .newsTit,
.part05 .newsTit {
    border-bottom: none;
    justify-content: center;
}

.part01con02 {
    width: 100%;
    padding-top: 70px;
}

.academicCon {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px 20px;
    margin-top: 40px;
}

.academicCon a {
    width: 100%;
    display: flex;
    padding: 0 18px;
    background: url(../images/bg-clound.png) no-repeat right bottom #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    align-items: center;
}

.academicCon a:hover {
    background: url(../images/bg-cloundOn.png) no-repeat right bottom, url(../images/xsjx-listbg.png) no-repeat right bottom/cover;
}

.academicCon a i {
    width: 248px;
    height: 172px;
    display: block;
    border-radius: 6px;
    border: 4px solid #AE0C2A;
    overflow: hidden;
    transform: translateY(-18px);
    flex-shrink: 0;
}

.academicCon a .academTxt {
    padding: 0 30px
}

.academicCon a .academTxt span {
    font-size: 14px;
    color: #AE0C2A;
    padding-left: 20px;
    background: url(../images/icon-time.png) no-repeat left center;
}

.academicCon a .academTxt h6 {
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 8px 0;
}

.academicCon a .academTxt p {
    font-size: 14px;
    color: #666666;
    padding-left: 22px;
    background: url(../images/icon-hat.png) no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.academicCon a:hover i {
    border-color: #fff;
}

.academicCon a:hover span,
.academicCon a:hover h6,
.academicCon a:hover p {
    color: #fff;
}

.academicCon a:hover span {
    background-image: url(../images/icon-timeW.png);
}

.academicCon a:hover p {
    background-image: url(../images/icon-hatW.png);
}

.academicMore {
    width: 196px;
    height: 50px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333;
    margin: 35px auto 0 auto;
    border: 2px solid #AE0C2A;
    position: relative;
    overflow: hidden;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    z-index: 1;
}

.academicMore::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #AE0C2A;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}

.academicMore:hover::before {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.academicMore:hover {
    color: #fff;
}

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

.part02 .newsTit h1 b,
.part02 .newsTit h1 span,
.part02 .newsTit a {
    color: #fff;
}

.part02 .newsTit h1 b {
    background-image: url(../images/icon-commaW.png);
}

.part02 .newsTit a {
    background-image: url(../images/icon-moreW.png);
}

.zsBox {
    width: 100%;
}

.zsTit {
    width: 100%;
    margin: 30px 0;
}

.zsTit ul {
    width: 100%;
    display: flex;
}

.zsTit ul li {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 78px;
    background: #FFFFFF;
    cursor: pointer;
    transition: 0.3s;
}

.zsTit ul li h6 {
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    padding: 0 50px;
    height: 100%;
    display: flex;
    align-items: center;
}

.zsTit ul li.active,
.zsTit ul li:hover {
    background: url(../images/zs-libg.png) no-repeat center/cover;
}

.zsTit ul li.active h6,
.zsTit ul li:hover h6 {
    background: url(../images/wheatL.png) no-repeat left center, url(../images/wheatR.png) no-repeat right center;
    font-weight: bold;
}

.zsTit ul li+li {
    margin-left: 30px;
}

.zsCon {
    position: relative;
    width: 100%;
}

.zsContent {
    width: 100%;
    display: none;
    box-shadow: -13px -1px 27px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
    padding: 50px 0 50px 70px;
}

.jyxmCon h6 {
    font-weight: bold;
    font-size: 18px;
    color: #AE0C2A;
    text-align: center;
    margin-bottom: 12px;
}

.jyxmCon p {
    font-size: 16px;
    color: #666666;
    text-indent: 2em;
    margin: 10px 0;
}

.jyxmCon a {
    color: #AE0C2A;
    font-size: 16px;
    padding-right: 22px;
    background: url(../images/icon-more3.png) no-repeat right center;
    float: right;
    margin-top: 20px;
    transition: 0.3s;
}

.jyxmCon a:hover {
    transform: skew(-15deg);
    transition: 0.3s;
}

.jyxmBox {
    width: 100%;
    display: flex;
}

.jyxmCon {
    width: 50%;
}

.jyxmBox i {
    width: calc(50% - 70px);
    padding-bottom: 30%;
    position: relative;
    height: 0;
    margin-left: 70px;
}

.jyxmBox i img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.jyxm03Con>a {
    display: flex;
    flex-direction: column;
    background: none;
    padding-right: 0;
    padding: 20px 0;
    margin-top: 0;
    transition: 0.3s;
}

.jyxm03Con>a+a {
    border-top: 1px solid #D0D0D0;
}

.jyxm03Con>a h5 {
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 28px;
    background: url(../images/icon-lx.png) no-repeat left center;
    margin-bottom: 10px;
    transition: 0.3s;
}

.jyxm03Con>a span {
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-left: 28px;
}

.jyxm03Con>a:hover {
    transform: none;
}

.jyxm03Con>a:hover h5,
.jyxm03Con>a:hover span {
    color: #AE0C2A;
}

.jyxm03Con>a:hover h5 {
    background-image: url(../images/icon-lxOn.png);
    transition: 0.3s;
}

:root {
    --side-width: calc((100% - 1400px) / 2);
}

.zsCon:after {
    content: "";
    width: var(--side-width);
    height: 100%;
    background: url(../images/part02-conbg.png) no-repeat right center/cover #fff;
    position: absolute;
    right: 0;
    top: 0;
}

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

.brandBanner {
    width: 100%;
    margin-top: 40px;
    position: relative;
}

.brandBanner .swiper-slide,
.brandNav {
    width: 53.1%;
}

.brandBanner .swiper-slide i {
    width: 100%;
    padding-bottom: 48.8%;
    height: 0;
    position: relative;
    display: block;
}

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

.brandBanner .swiper-slide p {
    display: none;
    font-size: 22px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    padding-top: 30px;
}

.brandBanner .swiper-slide-active p {
    display: block;
    position: relative;
    z-index: 10;
}

.brandBanner .swiper-slide-active::after {
    content: "";
    display: block;
    width: 100%;
    height: 45px;
    background: linear-gradient( 180deg, #737373 0%, rgba(217, 217, 217, 0) 100%);
    position: absolute;
    bottom: 20px;
}

.brandNav {
    width: 53.1%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 40%;
    z-index: 10;
}

.brandNav .swiper-button-prev,
.brandNav .swiper-button-next {
    width: 70px;
    height: 70px;
    background: url(../images/prev.png) no-repeat center/contain;
}

.brandNav .swiper-button-prev {
    left: -30px;
}

.brandNav .swiper-button-next {
    background-image: url(../images/next.png);
    right: -30px;
}

.brandNav .swiper-button-prev::after,
.brandNav .swiper-button-next::after {
    content: none;
}

.part04 {
    padding: 50px 0;
    background: url(../images/part04.png) no-repeat center/cover;
    position: relative;
}

.part04::after {
    content: "";
    width: 16%;
    padding-bottom: 22%;
    height: 0;
    background: url(../images/flower.png) no-repeat center/contain;
    position: absolute;
    top: 5%;
    left: 0;
    z-index: 2;
}

.videoBox {
    width: 100%;
}

.vidTit {
    width: 100%;
    border-bottom: 2px solid #AE4747;
}

.vidTit ul {
    display: flex;
    justify-content: center;
}

.vidTit ul li {
    font-size: 18px;
    color: #333333;
    width: 170px;
    text-align: center;
    padding: 20px 0;
    border-bottom: 6px solid transparent;
    cursor: pointer;
}

.vidTit ul li span.iconfont {
    font-size: 18px;
    color: #5E5C5C;
    margin-right: 10px;
}

.vidTit ul li.active,
.vidTit ul li:hover {
    color: #AE0C2A;
    border-color: #AE0C2A;
    font-weight: bold;
}

.vidTit ul li.active span.iconfont,
.vidTit ul li:hover span.iconfont {
    color: #AE0C2A;
}

.vidCon {
    width: 100%;
    padding: 20px 0;
}

.video {
    width: 100%;
    display: flex;
    height: 590px;
}

.leftVid {
    width: 76%;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.leftVid i {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.vidCover {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 10px;
}

.vidCover p {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
}

.vidCover b {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: url(../images/icon-play.png) no-repeat center;
    margin-bottom: 20px;
    cursor: pointer;
}

.rightMin {
    width: 24%;
    display: flex;
    flex-direction: column;
    padding-left: 25px;
}

.rightMin a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 184px;
    background: #fff;
    border-radius: 0px 30px 0px 30px;
    overflow: hidden;
    padding: 25px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    transition: 0.3s;
}

.rightMin a:hover {
    background:url(../images/border-bg.png) no-repeat center/contain;
    transition: 0.3s;color:#fff
}

.rightMin a+a {
    margin-top: 20px;
}

.rightMin a p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.vidContent {
    display: none;
}

.part05 .newsTit h1 b,
.part05 .newsTit span {
    color: #fff;
}

.part05 .newsTit h1 b {
    background-image: url(../images/icon-commaW.png);
}

.part05 {
    padding: 50px 0;
    background: url(../images/part05.png) no-repeat center/cover;
}

.researchBox {
    width: 100%;
}

.reaTit {
    width: 100%;
    border-bottom: 2px solid #fff;
    position: relative;
}

.reaTit ul {
    display: flex;
    justify-content: center;
}

.reaTit ul li {
    font-size: 18px;
    color: #fff;
    width: 170px;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 20px 0;
    border-bottom: 6px solid transparent;
    cursor: pointer;
}

.reaTit ul li span.iconfont {
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
}

.reaTit ul li.active,
.reaTit ul li:hover {
    font-weight: bold;
    border-color: #fff;
}

.reaTit ul li a {
    font-size: 14px;
    color: #FFFFFF;
    padding-right: 24px;
    background: url(../images/icon-moreW.png) no-repeat right center;
    position: absolute;
    right: 0;
    bottom: 20px;
    display: none;
}

.reaTit ul li.active a {
    display: block;
}

.reaCon {
    width: 100%;
    padding: 50px 0;
}

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

.report a {
    width: 100%;
    padding-bottom: 140%;
    position: relative;
    height: 0;
    transition: 0.3s;
}

.report a:nth-child(2n) {
    transform: translateY(30px);
}

.report a i {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.report a i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.report a .reportShadow {
    width: 100%;
    position: absolute;
    height: 200px;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    padding: 70px 18px 18px 18px;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.report a .reportShadow span {
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
}

.report a .reportShadow p {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.report a:hover .reportShadow {
    height: 100%;
    justify-content: center;
    transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.part06 {
    padding: 50px 0;
    background: url(../images/part06.png) no-repeat center/cover;
    width: 100%;
    padding-bottom: 100px;
}

.stuBox {
    width: 100%;
    padding-top: 40px;
}

.stuCon {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.stuBig {
    width: 100%;
    height: 510px;
    position: relative;
}

.stuBig i {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}

.stuBig i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.stuBig:hover i img {
    transform: scale(1.05);
    transition: 0.3s;
}

.stuBig .stuOpa {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.6);
}

.stuBig .stuOpa p {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
}

.stuMin {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
}

.stuMin a {
    background: #fff;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    position: relative;
}

.stuMin a::after {
    content: "";
    width: 0;
    height: 100%;
    background: url(../images/stu-conbg.png) no-repeat right center/cover #AE0C2A;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
}

.stuMin a:hover::after {
    width: 100%;
    transition: all 0.3s;
}

.stuMin a i {
    width: 235px;
    height: 134px;
    flex-shrink: 0;
}

.stuMin a * {
    position: relative;
    z-index: 2;
}

.stuMin a i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stuMinCon {
    padding-left: 16px;
    flex: 1;
    overflow: hidden;
}

.stuMinCon span {
    font-size: 14px;
    color: #AE0C2A;
}

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

.stuMinCon h6 {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.stuMin a:hover .stuMinCon h6,
.stuMin a:hover .stuMinCon p,
.stuMin a:hover .stuMinCon span {
    color: #fff;
}

.scrollTop {
    width: 110px;
    height: 110px;
    overflow: hidden;
    background: url(../images/scrollBg.png) no-repeat center/contain;
    position: fixed;
    top: 50%;
    transform: translateY(-50%) scale(0);
    right: 20px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.3s;
    cursor: pointer;
}

.scrollTop h6 {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 10px;
}

.scrollTop.active {
    transform: translateY(-50%) scale(1);
    transition: 0.3s;
}