@media (max-width: 768px) {
  html {
    font-size: calc(100vw / 18);
  }
}
@media (min-width: 768px) and (max-width: 1358.99px) {
  html {
    font-size: calc(100vw / 19.5);
  }
}
@media (min-width: 1359px) and (max-width: 1401.99px) {
  html {
    font-size: calc(100vw / 19.2);
  }
}
@media (min-width: 1402px) and (max-width: 1681.99px) {
  html {
    font-size: calc(100vw / 18.8);
  }
}
@media (min-width: 1682px) and (max-width: 1921.99px) {
  html {
    font-size: calc(100vw / 19.2);
  }
}
@media (min-width: 1922px) and (max-width: 4000px) {
  html {
    font-size: calc(100vw / 25.6);
  }
}
/* 手机 */
@media (max-width: 768px) {
  /* banner */
  .banner {
    width: 100%;
    height: 100%;
  }
  .banner .sabuubanner {
    width: 100%;
    height: 100%;
  }
  .banner .sabuubanner .con {
    position: relative;
    height: 10rem;
  }
  .banner .sabuubanner .con .mySwiper_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10rem;
    overflow: hidden;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide {
    width: 100% !important;
    position: relative;
    transition: all 0.5s;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .tupiandde {
    width: 100%;
    height: 10rem;
    overflow: hidden;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .tupiandde img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100%;
    transition: 0.8s linear 1s;
    transform: scale(1);
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .cjaioso {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 12;
    top: 4.66666667rem;
    text-align: center;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .cjaioso p {
    font-size: 0.8rem;
    color: #fff;
    text-shadow: 0.06666667rem -0.06666667rem 0.33333333rem #000000d0;
    margin-bottom: 0.33333333rem;
    font-weight: 200;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .cjaioso h3 {
    font-size: 1.06666667rem;
    color: #fff;
    text-shadow: 0.06666667rem -0.06666667rem 0.33333333rem #000000d0;
    letter-spacing: 0.13333333rem;
    font-weight: 500;
  }
  .banner .sabuubanner .con1 {
    display: none;
  }
  /* 顶尖名校团队 */
  .djmxtd {
    width: 100%;
    height: 100%;
    padding: 10% 5%;
    position: relative;
    background-image: -moz-linear-gradient(-128deg, #f9f7f3 0%, #f7f5ec 100%);
    background-image: -webkit-linear-gradient(-128deg, #f9f7f3 0%, #f7f5ec 100%);
    background-image: -ms-linear-gradient(-128deg, #f9f7f3 0%, #f7f5ec 100%);
  }
  .djmxtd .w-1520 {
    width: 100%;
    margin: 0 auto;
  }
  .djmxtd .w-1520 .biaotifenfuasn {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.33333333rem;
  }
  .djmxtd .w-1520 .biaotifenfuasn .left {
    width: 100%;
    margin-bottom: 1.33333333rem;
  }
  .djmxtd .w-1520 .biaotifenfuasn .left h3 {
    font-size: 0.8rem;
    color: #000;
    margin-bottom: 0.66666667rem;
  }
  .djmxtd .w-1520 .biaotifenfuasn .left .shansaucu {
    font-size: 0.53333333rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    font-weight: 200 !important;
  }
  .djmxtd .w-1520 .biaotifenfuasn .left .shansaucu * {
    width: 100%;
    font-weight: 200 !important;
    font-size: 0.53333333rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
  }
  .djmxtd .w-1520 .biaotifenfuasn .right {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.33333333rem;
  }
  .djmxtd .w-1520 .biaotifenfuasn .right .divjij {
    position: relative;
    z-index: 9;
  }
  .djmxtd .w-1520 .biaotifenfuasn .right .divjij .mores {
    background-color: #12254600;
    border: 0.06666667rem solid #000;
    border-radius: 6.66666667rem;
    min-width: 5.33333333rem;
    height: 1.33333333rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
  }
  .djmxtd .w-1520 .biaotifenfuasn .right .divjij .mores .p {
    color: #000;
    font-size: 0.53333333rem;
    margin-bottom: 0;
    transition: all 0.5s;
  }
  .djmxtd .w-1520 .biaotifenfuasn .right .divjij .mores.active {
    background-color: #f5ca60;
    border: 0.03333333rem solid #f5ca60;
    transition: all 0.5s;
  }
  .djmxtd .w-1520 .biaotifenfuasn .right .divjij .mores.active .p {
    color: #fff;
    transition: all 0.5s;
  }
  .djmxtd .w-1520 .daoshizhuanshi {
    width: 100%;
    overflow: hidden;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn {
    padding: 0 0.66666667rem;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide {
    background-color: #fff;
    padding: 0.66666667rem;
    border-radius: 0.33333333rem;
    border: 0.03333333rem solid #f1f1f1;
    transition: all 0.5s;
    /* 滚动条整体部分 */
    /* 滚动条的轨道 */
    /* 滚动条滑块 */
    /* 滑块悬停时的颜色 */
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .ancias {
    display: flex;
    flex-wrap: wrap;
    gap: 1.33333333rem;
    border-bottom: 0.06666667rem solid #dcdcdc;
    padding-bottom: 1rem;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .ancias .acbiabcssnaj {
    width: 5.33333333rem;
    height: 5.33333333rem;
    background-color: #f5ca60;
    border-radius: 6.66666667rem;
    box-shadow: 0 0 0.66666667rem 0 #eaeaea;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .ancias .acbiabcssnaj .imgscian {
    width: 5em;
    height: 5em;
    border-radius: 6.66666667rem;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .ancias .acbiabcssnaj .imgscian img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .ancias .scansincbufsb {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.66666667rem;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .ancias .scansincbufsb .mingzhsi {
    width: 100%;
    display: flex;
    gap: 0.33333333rem;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .ancias .scansincbufsb .mingzhsi span {
    display: block;
    font-weight: bold;
    color: #000;
    font-size: 0.66666667rem;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .ancias .scansincbufsb .xiansanxin {
    display: flex;
    flex-wrap: wrap;
    gap: 0.66666667rem;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .ancias .scansincbufsb .xiansanxin .zhusiuwin {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.33333333rem;
    background-color: #f7f6ee;
    padding: 0.26666667rem 0.53333333rem;
    border-radius: 0.66666667rem;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .ancias .scansincbufsb .xiansanxin .zhusiuwin i {
    display: block;
    width: 0.66666667rem;
    height: 0.66666667rem;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .ancias .scansincbufsb .xiansanxin .zhusiuwin i .icon {
    display: block;
    width: 0.66666667rem;
    height: 0.73333333rem;
    fill: #000;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .ancias .scansincbufsb .xiansanxin .zhusiuwin .zhucnsm {
    font-size: 0.53333333rem;
    color: #000;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .csnainsuanduna {
    font-size: 0.53333333rem !important;
    color: #000 !important;
    font-weight: 300 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    margin: 0.66666667rem 0 0;
    padding: 0 0.33333333rem 0;
    overflow-y: auto;
    height: 5.33333333rem;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .csnainsuanduna * {
    margin-bottom: 0.66666667rem;
    position: relative;
    font-size: 0.53333333rem !important;
    color: #000 !important;
    font-weight: 300 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    padding-left: 0.53333333rem;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .csnainsuanduna *::after {
    content: '';
    position: absolute;
    top: 0.46666667rem;
    left: 0;
    width: 0.13333333rem;
    height: 0.13333333rem;
    border-radius: 6.66666667rem;
    background-color: #000;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .csnainsuanduna::-webkit-scrollbar {
    width: 0.33333333rem;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .csnainsuanduna::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .csnainsuanduna::-webkit-scrollbar-thumb {
    background: #f5ca60;
    border-radius: 0.33333333rem;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .csnainsuanduna::-webkit-scrollbar-thumb:hover {
    background: #ddb246;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide.swiper-slide-active {
    border: 0.06666667rem solid #f5ca60;
  }
  .djmxtd .qiehuanannnk {
    width: 90%;
    margin: 0 auto;
    position: absolute;
    top: 15rem;
  }
  .djmxtd .qiehuanannnk .swiper-button-prev {
    left: 0;
    transition: all 0.5s;
    width: 1.33333333rem;
    height: 1.33333333rem;
    background-color: #fff;
    border-radius: 6.66666667rem;
    box-shadow: 0 0 0.66666667rem 0 #eaeaea;
  }
  .djmxtd .qiehuanannnk .swiper-button-prev .icon {
    display: block;
    width: 0.66666667rem;
    height: 0.66666667rem;
    fill: #f5ca60;
    transition: all 0.5s;
  }
  .djmxtd .qiehuanannnk .swiper-button-next {
    right: 0;
    transition: all 0.5s;
    width: 1.33333333rem;
    height: 1.33333333rem;
    background-color: #fff;
    border-radius: 6.66666667rem;
    box-shadow: 0 0 0.66666667rem 0 #eaeaea;
  }
  .djmxtd .qiehuanannnk .swiper-button-next .icon {
    display: block;
    width: 0.66666667rem;
    height: 0.66666667rem;
    fill: #f5ca60;
    transform: rotate(180deg);
    transition: all 0.5s;
  }
  .djmxtd .qiehuanannnk .swiper-button-prev::after {
    content: '';
  }
  .djmxtd .qiehuanannnk .swiper-button-next::after {
    content: '';
  }
  .djmxtd .qiehuanannnk .swiper-button-prev:hover,
  .djmxtd .qiehuanannnk .swiper-button-next:hover {
    transition: all 0.5s;
    background-color: #f5ca60;
  }
  .djmxtd .qiehuanannnk .swiper-button-prev:hover .icon,
  .djmxtd .qiehuanannnk .swiper-button-next:hover .icon {
    transition: all 0.5s;
    fill: #fff;
  }
  /* 顶尖名校学术科研 */
  .xsky {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10% 5%;
    background-color: #fff;
  }
  .xsky .w-1520 {
    width: 100%;
    margin: 0 auto;
  }
  .xsky .w-1520 .biaotifenfuasn {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.33333333rem;
  }
  .xsky .w-1520 .biaotifenfuasn .left {
    width: 100%;
  }
  .xsky .w-1520 .biaotifenfuasn .left h3 {
    font-size: 0.8rem;
    color: #000;
    margin-bottom: 0.66666667rem;
  }
  .xsky .w-1520 .biaotifenfuasn .left .shansaucu {
    font-size: 0.53333333rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    font-weight: 200 !important;
  }
  .xsky .w-1520 .biaotifenfuasn .left .shansaucu * {
    width: 100%;
    font-weight: 200 !important;
    font-size: 0.53333333rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
  }
  .xsky .w-1520 .biaotifenfuasn .right {
    width: 100%;
  }
  .xsky .w-1520 .biaotifenfuasn .right .shansaucua {
    font-size: 0.6rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    font-weight: 200 !important;
  }
  .xsky .w-1520 .biaotifenfuasn .right .shansaucua * {
    width: 100%;
    font-weight: 200 !important;
    font-size: 0.6rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
  }
  .xsky .w-1520 .study-grid-section .study-grid {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.66666667rem;
  }
  .xsky .w-1520 .study-grid-section .study-grid .study-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0.33333333rem;
    background: #ddd;
    text-decoration: none;
    border: 0.06666667rem solid transparent;
    transform: translate3d(0, 0, 0);
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.45s ease, box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }
  .xsky .w-1520 .study-grid-section .study-grid .study-card .study-card__media,
  .xsky .w-1520 .study-grid-section .study-grid .study-card .study-card__overlay,
  .xsky .w-1520 .study-grid-section .study-grid .study-card .study-card__title {
    position: absolute;
    inset: 0;
  }
  .xsky .w-1520 .study-grid-section .study-grid .study-card .study-card__media {
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 8rem;
  }
  .xsky .w-1520 .study-grid-section .study-grid .study-card .study-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }
  .xsky .w-1520 .study-grid-section .study-grid .study-card .study-card__overlay {
    z-index: 2;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 26%, rgba(0, 0, 0, 0.3) 52%, rgba(0, 0, 0, 0.2) 74%, rgba(0, 0, 0, 0.1) 100%);
    pointer-events: none;
    transition: opacity 0.45s ease;
  }
  .xsky .w-1520 .study-grid-section .study-grid .study-card .study-card__title {
    z-index: 3;
    inset: auto 0.66666667rem 0.93333333rem 0.66666667rem;
    color: #fff;
    font-size: 0.66666667rem;
    line-height: 1.45;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-shadow: 0 0.13333333rem 0.66666667rem rgba(0, 0, 0, 0.2);
    pointer-events: none;
  }
  .xsky .w-1520 .study-grid-section .study-grid .study-card::before {
    content: "";
    display: block;
    padding-top: 44%;
  }
  .xsky .w-1520 .study-grid-section .study-grid .study-card:hover {
    transform: translate3d(0, -0.66666667rem, 0);
    border-color: #e3b544;
    box-shadow: 0 1.2rem 2.4rem rgba(0, 0, 0, 0.1), 0 0 0 0.06666667rem rgba(227, 181, 68, 0.18);
  }
  .xsky .w-1520 .study-grid-section .study-grid .study-card:hover .study-card__media img {
    transform: scale(1.07);
    transition: all 1.2s;
  }
  .xsky .w-1520 .study-grid-section .study-grid .study-card:hover .study-card__overlay {
    opacity: 0.92;
  }
  /* 科研课题列表 */
  .kyktlb {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10% 5%;
    background-image: -moz-linear-gradient(-128deg, #f9f7f3 0%, #f7f5ec 100%);
    background-image: -webkit-linear-gradient(-128deg, #f9f7f3 0%, #f7f5ec 100%);
    background-image: -ms-linear-gradient(-128deg, #f9f7f3 0%, #f7f5ec 100%);
  }
  .kyktlb .w-1520 {
    width: 100%;
    margin: 0 auto;
  }
  .kyktlb .w-1520 .biaotifenfuasn {
    width: 100%;
    margin-bottom: 1.33333333rem;
  }
  .kyktlb .w-1520 .biaotifenfuasn h3 {
    font-size: 0.8rem;
    color: #000;
    margin-bottom: 0.66666667rem;
  }
  .kyktlb .w-1520 .biaotifenfuasn .shansaucu {
    font-size: 0.53333333rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    font-weight: 200 !important;
  }
  .kyktlb .w-1520 .biaotifenfuasn .shansaucu * {
    width: 100%;
    font-weight: 200 !important;
    font-size: 0.53333333rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
  }
  .kyktlb .w-1520 .leibiaozhuan {
    display: flex;
    flex-wrap: wrap;
    gap: 1.33333333rem;
  }
  .kyktlb .w-1520 .leibiaozhuan .samco {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 0.66666667rem;
    border-radius: 0.33333333rem;
    border: 0.03333333rem solid #f1f1f1;
    transition: all 0.5s;
  }
  .kyktlb .w-1520 .leibiaozhuan .samco .csnainsuanduna {
    width: 100%;
    font-size: 0.53333333rem !important;
    color: #000 !important;
    font-weight: 300 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    margin: 0.66666667rem 0 0;
    padding: 0 0.66666667rem 0;
    height: 6.66666667rem;
    overflow-y: auto;
  }
  .kyktlb .w-1520 .leibiaozhuan .samco .csnainsuanduna * {
    margin-bottom: 0.33333333rem;
    position: relative;
    font-size: 0.53333333rem !important;
    color: #000 !important;
    font-weight: 300 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    padding-left: 0.33333333rem;
  }
  .kyktlb .w-1520 .leibiaozhuan .samco .csnainsuanduna *::after {
    content: '';
    position: absolute;
    top: 0.43333333rem;
    left: 0;
    width: 0.13333333rem;
    height: 0.13333333rem;
    border-radius: 6.66666667rem;
    background-color: #000;
  }
  .kyktlb .w-1520 .leibiaozhuan .samco .youxiaotubiaio {
    position: absolute;
    right: 1.33333333rem;
    top: 6.66666667rem;
    width: 1.33333333rem;
    height: 1.33333333rem;
    transition: all 0.5s;
  }
  .kyktlb .w-1520 .leibiaozhuan .samco .youxiaotubiaio .icon {
    display: block;
    width: 1.33333333rem;
    height: 1.33333333rem;
    fill: #9f9f9f;
    transition: all 0.5s;
  }
  /* 课题详细介绍 */
  .ktxxjs {
    width: 100%;
    height: 100%;
    padding: 10% 5%;
    background-color: #fff;
  }
  .ktxxjs .w-1520 {
    width: 100%;
    margin: 0 auto;
  }
  .ktxxjs .w-1520 .biaotifenfuasn {
    width: 100%;
    margin-bottom: 1.33333333rem;
  }
  .ktxxjs .w-1520 .biaotifenfuasn h3 {
    font-size: 0.8rem;
    color: #000;
    margin-bottom: 0.66666667rem;
  }
  .ktxxjs .w-1520 .biaotifenfuasn .shansaucu {
    font-size: 0.53333333rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    font-weight: 200 !important;
  }
  .ktxxjs .w-1520 .biaotifenfuasn .shansaucu * {
    width: 100%;
    font-weight: 200 !important;
    font-size: 0.53333333rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
  }
  .ktxxjs .w-1520 .lisghcusab {
    display: flex;
    flex-wrap: wrap;
    gap: 1.33333333rem;
  }
  .ktxxjs .w-1520 .lisghcusab .samco {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 0.33333333rem;
    border: 0.03333333rem solid #f1f1f1;
    transition: all 0.5s;
    overflow: hidden;
  }
  .ktxxjs .w-1520 .lisghcusab .samco .tupianimg {
    width: 100%;
    height: 6.66666667rem;
    border-radius: 0.33333333rem 0.33333333rem 0 0;
  }
  .ktxxjs .w-1520 .lisghcusab .samco .tupianimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.33333333rem 0.33333333rem 0 0;
  }
  .ktxxjs .w-1520 .lisghcusab .samco .ascaoscsmao {
    padding: 0.66666667rem;
    /* 滚动条整体部分 */
    /* 滚动条的轨道 */
    /* 滚动条滑块 */
    /* 滑块悬停时的颜色 */
  }
  .ktxxjs .w-1520 .lisghcusab .samco .ascaoscsmao h3 {
    font-size: 0.66666667rem;
    color: #000;
  }
  .ktxxjs .w-1520 .lisghcusab .samco .ascaoscsmao .csnainsuanduna {
    width: 100%;
    font-size: 0.53333333rem !important;
    color: #000 !important;
    font-weight: 300 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    margin: 0.33333333rem 0 0;
    height: 10rem;
    overflow-y: auto;
  }
  .ktxxjs .w-1520 .lisghcusab .samco .ascaoscsmao .csnainsuanduna * {
    margin-bottom: 0.66666667rem;
    position: relative;
    font-size: 0.53333333rem !important;
    color: #000 !important;
    font-weight: 300 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
  }
  .ktxxjs .w-1520 .lisghcusab .samco .ascaoscsmao .csnainsuanduna::-webkit-scrollbar {
    width: 0.26666667rem;
    border-radius: 0.33333333rem;
  }
  .ktxxjs .w-1520 .lisghcusab .samco .ascaoscsmao .csnainsuanduna::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.33333333rem;
  }
  .ktxxjs .w-1520 .lisghcusab .samco .ascaoscsmao .csnainsuanduna::-webkit-scrollbar-thumb {
    background: #f5ca60;
    border-radius: 0.33333333rem;
  }
  .ktxxjs .w-1520 .lisghcusab .samco .ascaoscsmao .csnainsuanduna::-webkit-scrollbar-thumb:hover {
    background: #ddb246;
    border-radius: 0.33333333rem;
  }
}
/* pc */
@media (min-width: 768px) {
  /* banner */
  .banner {
    width: 100%;
    height: 9.5rem;
  }
  .banner .sabuubanner {
    width: 100%;
    height: 100%;
  }
  .banner .sabuubanner .con {
    position: relative;
    height: 100%;
  }
  .banner .sabuubanner .con .mySwiper_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper {
    height: 100%;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide {
    width: 100% !important;
    height: 100%;
    position: relative;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .tupiandde {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 10;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .tupiandde img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    min-height: 100%;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .cjaioso {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 12;
    top: 4rem;
    text-align: center;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .cjaioso p {
    font-size: 0.36rem;
    color: #fff;
    text-shadow: 0.01rem -0.01rem 0.05rem #000000d0;
    margin-bottom: 0.2rem;
    font-weight: 200;
  }
  .banner .sabuubanner .con .mySwiper_banner .swiper-wrapper .swiper-slide .cjaioso h3 {
    font-size: 0.6rem;
    color: #fff;
    text-shadow: 0.01rem -0.01rem 0.05rem #000000d0;
    letter-spacing: 0.02rem;
    font-weight: 500;
  }
  .banner .sabuubanner .con1 {
    display: none;
  }
  /* 顶尖名校团队 */
  .djmxtd {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1.1rem 0;
    background-image: -moz-linear-gradient(-128deg, #f9f7f3 0%, #f7f5ec 100%);
    background-image: -webkit-linear-gradient(-128deg, #f9f7f3 0%, #f7f5ec 100%);
    background-image: -ms-linear-gradient(-128deg, #f9f7f3 0%, #f7f5ec 100%);
  }
  .djmxtd .w-1520 {
    width: 15.2rem;
    margin: 0 auto;
  }
  .djmxtd .w-1520 .biaotifenfuasn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.8rem;
  }
  .djmxtd .w-1520 .biaotifenfuasn .left {
    width: 100%;
  }
  .djmxtd .w-1520 .biaotifenfuasn .left h3 {
    font-size: 0.36rem;
    color: #000;
    margin-bottom: 0.3rem;
  }
  .djmxtd .w-1520 .biaotifenfuasn .left .shansaucu {
    font-size: 0.24rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    font-weight: 200 !important;
  }
  .djmxtd .w-1520 .biaotifenfuasn .left .shansaucu * {
    width: 100%;
    font-weight: 200 !important;
    font-size: 0.24rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
  }
  .djmxtd .w-1520 .biaotifenfuasn .right {
    display: flex;
    align-items: center;
    gap: 0.2rem;
  }
  .djmxtd .w-1520 .biaotifenfuasn .right .divjij {
    position: relative;
    z-index: 9;
  }
  .djmxtd .w-1520 .biaotifenfuasn .right .divjij .mores {
    background-color: #12254600;
    border: 0.01rem solid #000;
    border-radius: 1rem;
    width: 1.5rem;
    height: 0.45rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
  }
  .djmxtd .w-1520 .biaotifenfuasn .right .divjij .mores .p {
    color: #000;
    font-size: 0.16rem;
    margin-bottom: 0;
    transition: all 0.5s;
  }
  .djmxtd .w-1520 .biaotifenfuasn .right .divjij .mores:hover {
    background-color: #f5ca60;
    border: 0.01rem solid #f5ca60;
    transition: all 0.5s;
  }
  .djmxtd .w-1520 .biaotifenfuasn .right .divjij .mores:hover .p {
    color: #fff;
    transition: all 0.5s;
  }
  .djmxtd .w-1520 .biaotifenfuasn .right .divjij .mores.active {
    background-color: #f5ca60;
    border: 0.01rem solid #f5ca60;
    transition: all 0.5s;
  }
  .djmxtd .w-1520 .biaotifenfuasn .right .divjij .mores.active .p {
    color: #fff;
    transition: all 0.5s;
  }
  .djmxtd .w-1520 .daoshizhuanshi {
    width: 100%;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn {
    width: 15.2rem;
    overflow: hidden;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide {
    background-color: #fff;
    padding: 0.2rem;
    border-radius: 0.15rem;
    border: 0.01rem solid #f1f1f1;
    transition: all 0.5s;
    /* 滚动条整体部分 */
    /* 滚动条的轨道 */
    /* 滚动条滑块 */
    /* 滑块悬停时的颜色 */
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .ancias {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    border-bottom: 0.01rem solid #dcdcdc;
    padding-bottom: 0.3rem;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .ancias .scansincbufsb {
    width: 5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .ancias .scansincbufsb .mingzhsi {
    width: 100%;
    display: flex;
    gap: 0.2rem;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .ancias .scansincbufsb .mingzhsi span {
    display: block;
    font-weight: bold;
    color: #000;
    font-size: 0.2rem;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .ancias .scansincbufsb .xiansanxin {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .ancias .scansincbufsb .xiansanxin .zhusiuwin {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    background-color: #f7f6ee;
    padding: 0.06rem 0.2rem;
    border-radius: 0.25rem;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .ancias .scansincbufsb .xiansanxin .zhusiuwin i {
    display: block;
    width: 0.18rem;
    height: 0.18rem;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .ancias .scansincbufsb .xiansanxin .zhusiuwin i .icon {
    display: block;
    width: 0.18rem;
    height: 0.18rem;
    fill: #000;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .ancias .scansincbufsb .xiansanxin .zhusiuwin .zhucnsm {
    font-size: 0.16rem;
    color: #000;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .csnainsuanduna {
    width: 100%;
    font-size: 0.16rem !important;
    color: #000 !important;
    font-weight: 300 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    margin: 0.3rem 0 0;
    padding: 0 0.2rem 0;
    height: 1.3rem;
    overflow-y: auto;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .csnainsuanduna * {
    margin-bottom: 0.1rem;
    position: relative;
    font-size: 0.16rem !important;
    color: #000 !important;
    font-weight: 300 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    padding-left: 0.15rem;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .csnainsuanduna *::after {
    content: '';
    position: absolute;
    top: 0.11rem;
    left: 0;
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 1rem;
    background-color: #000;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .csnainsuanduna::-webkit-scrollbar {
    width: 0.08rem;
    border-radius: 0.1rem;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .csnainsuanduna::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.1rem;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .csnainsuanduna::-webkit-scrollbar-thumb {
    background: #f5ca60;
    border-radius: 0.1rem;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide .csnainsuanduna::-webkit-scrollbar-thumb:hover {
    background: #ddb246;
    border-radius: 0.1rem;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide:hover {
    transition: all 0.5s;
    border: 0.01rem solid #f5ca60;
  }
  .djmxtd .w-1520 .daoshizhuanshi .swiper_teamcn .swiper-wrapper .swiper-slide.swiper-slide-active {
    border: 0.01rem solid #f5ca60;
  }
  .djmxtd .qiehuanannnk {
    width: 17.15rem;
    margin: 0 auto;
    left: 16%;
    position: absolute;
    top: 4.75rem;
  }
  .djmxtd .qiehuanannnk .swiper-button-prev {
    left: 0;
    transition: all 0.5s;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 0.1rem 0 #eaeaea;
  }
  .djmxtd .qiehuanannnk .swiper-button-prev .icon {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    fill: #f5ca60;
    transition: all 0.5s;
  }
  .djmxtd .qiehuanannnk .swiper-button-next {
    right: 0;
    transition: all 0.5s;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 0.1rem 0 #eaeaea;
  }
  .djmxtd .qiehuanannnk .swiper-button-next .icon {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    fill: #f5ca60;
    transform: rotate(180deg);
    transition: all 0.5s;
  }
  .djmxtd .qiehuanannnk .swiper-button-prev::after {
    content: '';
  }
  .djmxtd .qiehuanannnk .swiper-button-next::after {
    content: '';
  }
  .djmxtd .qiehuanannnk .swiper-button-prev:hover,
  .djmxtd .qiehuanannnk .swiper-button-next:hover {
    transition: all 0.5s;
    background-color: #f5ca60;
  }
  .djmxtd .qiehuanannnk .swiper-button-prev:hover .icon,
  .djmxtd .qiehuanannnk .swiper-button-next:hover .icon {
    transition: all 0.5s;
    fill: #fff;
  }
  /* 顶尖名校学术科研 */
  .xsky {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1.1rem 0;
    background-color: #fff;
  }
  .xsky .w-1520 {
    width: 15.2rem;
    margin: 0 auto;
  }
  .xsky .w-1520 .biaotifenfuasn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.8rem;
  }
  .xsky .w-1520 .biaotifenfuasn .left {
    width: 50%;
  }
  .xsky .w-1520 .biaotifenfuasn .left h3 {
    font-size: 0.36rem;
    color: #000;
    margin-bottom: 0.3rem;
  }
  .xsky .w-1520 .biaotifenfuasn .left .shansaucu {
    font-size: 0.24rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    font-weight: 200 !important;
  }
  .xsky .w-1520 .biaotifenfuasn .left .shansaucu * {
    width: 100%;
    font-weight: 200 !important;
    font-size: 0.24rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
  }
  .xsky .w-1520 .biaotifenfuasn .right {
    width: 45%;
  }
  .xsky .w-1520 .biaotifenfuasn .right .shansaucua {
    font-size: 0.18rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    font-weight: 200 !important;
  }
  .xsky .w-1520 .biaotifenfuasn .right .shansaucua * {
    width: 100%;
    font-weight: 200 !important;
    font-size: 0.18rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
  }
  .xsky .w-1520 .study-grid-section .study-grid {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem 0.7rem;
  }
  .xsky .w-1520 .study-grid-section .study-grid .study-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0.15rem;
    background: #ddd;
    text-decoration: none;
    border: 0.01rem solid transparent;
    transform: translate3d(0, 0, 0);
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.45s ease, box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }
  .xsky .w-1520 .study-grid-section .study-grid .study-card .study-card__media,
  .xsky .w-1520 .study-grid-section .study-grid .study-card .study-card__overlay,
  .xsky .w-1520 .study-grid-section .study-grid .study-card .study-card__title {
    position: absolute;
    inset: 0;
  }
  .xsky .w-1520 .study-grid-section .study-grid .study-card .study-card__media {
    z-index: 1;
    overflow: hidden;
    width: 7.3rem;
    height: 3.2rem;
  }
  .xsky .w-1520 .study-grid-section .study-grid .study-card .study-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }
  .xsky .w-1520 .study-grid-section .study-grid .study-card .study-card__overlay {
    z-index: 2;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 26%, rgba(0, 0, 0, 0.3) 52%, rgba(0, 0, 0, 0.2) 74%, rgba(0, 0, 0, 0.1) 100%);
    pointer-events: none;
    transition: opacity 0.45s ease;
  }
  .xsky .w-1520 .study-grid-section .study-grid .study-card .study-card__title {
    z-index: 3;
    inset: auto 0.24rem 0.34rem 0.24rem;
    color: #fff;
    font-size: 0.2rem;
    line-height: 1.45;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.2);
    pointer-events: none;
  }
  .xsky .w-1520 .study-grid-section .study-grid .study-card::before {
    content: "";
    display: block;
    padding-top: 44%;
  }
  .xsky .w-1520 .study-grid-section .study-grid .study-card:hover {
    transform: translate3d(0, -0.1rem, 0);
    border-color: #e3b544;
    box-shadow: 0 0.18rem 0.36rem rgba(0, 0, 0, 0.1), 0 0 0 0.01rem rgba(227, 181, 68, 0.18);
  }
  .xsky .w-1520 .study-grid-section .study-grid .study-card:hover .study-card__media img {
    transform: scale(1.07);
    transition: all 1.2s;
  }
  .xsky .w-1520 .study-grid-section .study-grid .study-card:hover .study-card__overlay {
    opacity: 0.92;
  }
  /* 科研课题列表 */
  .kyktlb {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1.1rem 0;
    background-image: -moz-linear-gradient(-128deg, #f9f7f3 0%, #f7f5ec 100%);
    background-image: -webkit-linear-gradient(-128deg, #f9f7f3 0%, #f7f5ec 100%);
    background-image: -ms-linear-gradient(-128deg, #f9f7f3 0%, #f7f5ec 100%);
  }
  .kyktlb .w-1520 {
    width: 15.2rem;
    margin: 0 auto;
  }
  .kyktlb .w-1520 .biaotifenfuasn {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .kyktlb .w-1520 .biaotifenfuasn h3 {
    font-size: 0.36rem;
    color: #000;
    margin-bottom: 0.3rem;
  }
  .kyktlb .w-1520 .biaotifenfuasn .shansaucu {
    font-size: 0.24rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    font-weight: 200 !important;
  }
  .kyktlb .w-1520 .biaotifenfuasn .shansaucu * {
    width: 100%;
    font-weight: 200 !important;
    font-size: 0.24rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
  }
  .kyktlb .w-1520 .leibiaozhuan {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
  }
  .kyktlb .w-1520 .leibiaozhuan .samco {
    position: relative;
    width: 50%;
    background-color: #fff;
    padding: 0.2rem;
    border-radius: 0.15rem;
    border: 0.01rem solid #f1f1f1;
    transition: all 0.5s;
    /* 滚动条整体部分 */
    /* 滚动条的轨道 */
    /* 滚动条滑块 */
    /* 滑块悬停时的颜色 */
  }
  .kyktlb .w-1520 .leibiaozhuan .samco .csnainsuanduna {
    width: 80%;
    font-size: 0.16rem !important;
    color: #000 !important;
    font-weight: 300 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    margin: 0.3rem 0 0;
    padding: 0 0.2rem 0;
    height: 2.2rem;
    overflow-y: auto;
  }
  .kyktlb .w-1520 .leibiaozhuan .samco .csnainsuanduna * {
    margin-bottom: 0.1rem;
    position: relative;
    font-size: 0.16rem !important;
    color: #000 !important;
    font-weight: 300 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    padding-left: 0.15rem;
  }
  .kyktlb .w-1520 .leibiaozhuan .samco .csnainsuanduna *::after {
    content: '';
    position: absolute;
    top: 0.11rem;
    left: 0;
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 1rem;
    background-color: #000;
  }
  .kyktlb .w-1520 .leibiaozhuan .samco .csnainsuanduna::-webkit-scrollbar {
    width: 0.08rem;
    border-radius: 0.1rem;
  }
  .kyktlb .w-1520 .leibiaozhuan .samco .csnainsuanduna::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.1rem;
  }
  .kyktlb .w-1520 .leibiaozhuan .samco .csnainsuanduna::-webkit-scrollbar-thumb {
    background: #f5ca60;
    border-radius: 0.1rem;
  }
  .kyktlb .w-1520 .leibiaozhuan .samco .csnainsuanduna::-webkit-scrollbar-thumb:hover {
    background: #ddb246;
    border-radius: 0.1rem;
  }
  .kyktlb .w-1520 .leibiaozhuan .samco .youxiaotubiaio {
    position: absolute;
    right: 0.2rem;
    top: 2.3rem;
    width: 0.4rem;
    height: 0.4rem;
    transition: all 0.5s;
  }
  .kyktlb .w-1520 .leibiaozhuan .samco .youxiaotubiaio .icon {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    fill: #9f9f9f;
    transition: all 0.5s;
  }
  .kyktlb .w-1520 .leibiaozhuan .samco:hover {
    transition: all 0.5s;
    border: 0.01rem solid #f5ca60;
    box-shadow: 0 0 0.1rem 0 #3333333f;
  }
  .kyktlb .w-1520 .leibiaozhuan .samco:hover .youxiaotubiaio {
    transition: all 0.5s;
  }
  .kyktlb .w-1520 .leibiaozhuan .samco:hover .youxiaotubiaio .icon {
    transition: all 0.5s;
    fill: #f5ca60;
  }
  /* 课题详细介绍 */
  .ktxxjs {
    width: 100%;
    height: 100%;
    padding: 1.1rem 0;
    background-color: #fff;
  }
  .ktxxjs .w-1520 {
    width: 15.2rem;
    margin: 0 auto;
  }
  .ktxxjs .w-1520 .biaotifenfuasn {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .ktxxjs .w-1520 .biaotifenfuasn h3 {
    font-size: 0.36rem;
    color: #000;
    margin-bottom: 0.3rem;
  }
  .ktxxjs .w-1520 .biaotifenfuasn .shansaucu {
    font-size: 0.24rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    font-weight: 200 !important;
  }
  .ktxxjs .w-1520 .biaotifenfuasn .shansaucu * {
    width: 100%;
    font-weight: 200 !important;
    font-size: 0.24rem !important;
    color: #000 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
  }
  .ktxxjs .w-1520 .lisghcusab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem;
  }
  .ktxxjs .w-1520 .lisghcusab .samco {
    position: relative;
    width: 48%;
    background-color: #fff;
    border-radius: 0.15rem;
    border: 0.01rem solid #f1f1f1;
    transition: all 0.5s;
    overflow: hidden;
  }
  .ktxxjs .w-1520 .lisghcusab .samco .tupianimg {
    width: 7.7rem;
    height: 3.6rem;
    border-radius: 0.15rem 0.15rem 0 0;
  }
  .ktxxjs .w-1520 .lisghcusab .samco .tupianimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.15rem 0.15rem 0 0;
  }
  .ktxxjs .w-1520 .lisghcusab .samco .ascaoscsmao {
    padding: 0.2rem;
    /* 滚动条整体部分 */
    /* 滚动条的轨道 */
    /* 滚动条滑块 */
    /* 滑块悬停时的颜色 */
  }
  .ktxxjs .w-1520 .lisghcusab .samco .ascaoscsmao h3 {
    font-size: 0.2rem;
    color: #000;
    margin-bottom: 0.2rem;
  }
  .ktxxjs .w-1520 .lisghcusab .samco .ascaoscsmao .csnainsuanduna {
    width: 100%;
    font-size: 0.16rem !important;
    color: #000 !important;
    font-weight: 300 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
    margin: 0.3rem 0 0;
    height: 3.2rem;
    overflow-y: auto;
  }
  .ktxxjs .w-1520 .lisghcusab .samco .ascaoscsmao .csnainsuanduna * {
    margin-bottom: 0.1rem;
    position: relative;
    font-size: 0.16rem !important;
    color: #000 !important;
    font-weight: 300 !important;
    font-family: '微软雅黑' !important;
    line-height: 1.8 !important;
  }
  .ktxxjs .w-1520 .lisghcusab .samco .ascaoscsmao .csnainsuanduna::-webkit-scrollbar {
    width: 0.08rem;
    border-radius: 0.1rem;
  }
  .ktxxjs .w-1520 .lisghcusab .samco .ascaoscsmao .csnainsuanduna::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.1rem;
  }
  .ktxxjs .w-1520 .lisghcusab .samco .ascaoscsmao .csnainsuanduna::-webkit-scrollbar-thumb {
    background: #f5ca60;
    border-radius: 0.1rem;
  }
  .ktxxjs .w-1520 .lisghcusab .samco .ascaoscsmao .csnainsuanduna::-webkit-scrollbar-thumb:hover {
    background: #ddb246;
    border-radius: 0.1rem;
  }
  .ktxxjs .w-1520 .lisghcusab .samco:hover {
    transition: all 0.5s;
    border: 0.01rem solid #f5ca60;
    box-shadow: 0 0 0.1rem 0 #3333333f;
  }
}
@media (min-width: 768px) and (max-width: 1358.99px) {
  /* 顶尖名校团队 */
  .djmxtd .qiehuanannnk {
    left: 5%;
  }
}
@media (min-width: 1359px) and (max-width: 1401.99px) {
  /* 顶尖名校团队 */
  .djmxtd .qiehuanannnk {
    left: 4.8%;
  }
}
@media (min-width: 1402px) and (max-width: 1681.99px) {
  /* 顶尖名校团队 */
  .djmxtd .qiehuanannnk {
    left: 4%;
  }
}
@media (min-width: 1682px) and (max-width: 1921.99px) {
  /* 顶尖名校团队 */
  .djmxtd .qiehuanannnk {
    left: 5%;
  }
}
