@keyframes whiteUnderlineAppear {
    0% {
      
    }
    100% {
      background-size: 100% 1px;
    }
}

@keyframes fastTrack {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.swiper-pagination-bullets {
    display: inline-block;
    width: auto !important;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 0 0 8px #FFFFFF;
    background: url("/juyun/image/not-choose.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.swiper-pagination-bullet:before {
    content: '';
}

.swiper-pagination-bullet-active {
    opacity: 1;
    transition: .3s all;
    width: 30px;
    height: 30px;
    background: url("/juyun/image/choose.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}


/* 轮播图 */
.slideshow {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
    transform: scale(1.1);
    /* object-fit: cover; */
    opacity: 0;

}

.slideshow img.image-enlarged {
    transition: transform 10s;
}

.slideshow img.active {
    opacity: 1;
    transform: scale(1);
    transition: transform 10s;
}

.slideshow .swiper-pagination {
    position: absolute;
    display: flex;
    align-items: center;
    text-align: center;
    transition: .3s opacity;
    z-index: 10;
}

.btn-box {
    position: absolute;
    top: 700px;
    left: 50%;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* transform: translateX(-150px); */
}


/* .center-bc-box {
    margin-top: 20px;
    width: 100%;
     height: 1290px;
} */


.work-notice {
    padding-top: 40px;
    position: relative;
    background-color: #f4f7fe;
}

.work-notice .work-notice-left {
    position: absolute;
    left: 0;
    bottom: -100px;
}

.work-notice .work-notice-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.news-body {
    align-items: center;
    margin: 0 auto;
    width: 1440px;
    height: auto;
}

.news-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    margin-left: 8px;
    transition: .5;
}

.news-title .title img {
    width: 45px;
    height: 45px;
}

.news-title .title span {
    margin-left: 5px;
    color: #1941a9;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}

.news-title a {
    color: rgba(111, 106, 106, 1);
    font-size: 16px;
    text-align: left;
    font-family: Roboto-regular;
    cursor: pointer;
}

.news-title a:hover {
    color: #1941a9;
}

.news-content {
    transition: .5s;
}


.news-body-center {
    display: flex;
    width: auto;
    height: 440px;
}

.news-body-center .news-body-center-left {
    position: relative;
    width: 720px;
    height: 460px;
    z-index: 1;
    transition: .5s;
}

.news-body-center-left .left-icon {
    cursor: pointer;
    width: 40px;
    height: 60px;
    line-height: 60px;
    background-color: rgba(1, 1, 1, 0.4);
    position: absolute;
    text-align: center;
    top: 46%;
}

.news-body-center-left .left-icon .icon-l {
    color: #FFFFFF !important;
    font-size: 32px;
}

.news-body-center-left .left-icon:hover .icon-l {
    color: #1941a9 !important;
}

.news-body-center-left .right-icon {
    cursor: pointer;
    width: 40px;
    height: 60px;
    line-height: 60px;
    background-color: rgba(1, 1, 1, 0.4);
    position: absolute;
    text-align: center;
    top: 46%;
    right: 0;
}

.body_b {
    /* position: fixed; */
    left: 0%;
    top: 100vh;
    bottom: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 16;
    overflow: auto;
    outline: none;
}



.body_b.showdiv {
    top: 0;
}

.body_b .banner {
    display: none;
}


.news-body-center-left .right-icon .icon-r {
    color: #FFFFFF !important;
    font-size: 32px;
}

.news-body-center-left .right-icon:hover .icon-r {
    color: #1941a9 !important;
}

.news-body-center .news-body-center-left img {
    width: 100%;
    height: 460px;
}

.news-body-center .news-body-center-left .isnone {
    display: none;
}

.news-body-center .news-body-center-left .isShow {
    display: block;
}

.news-body-center .news-body-center-left :hover a {
    color: #B10C06;
}

.news-body-center .news-body-center-center {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 20px;
    width: 710px;
    height: 460px;
    z-index: 1;
}


.news-body-center .news-body-center-center .line-text {
    display: flex;
    width: 100%;
    margin-bottom: 35px;
}

.news-body-center-center .line-text .line-left-box {
    width: 100px;
    height: 75px;
    line-height: 70px;
    font-weight: bold;
    padding-right: 5px;
    /* border-right: 1px solid #e8e8e8; */
    border: 1px solid #1941a9;
}

.news-body-center-center .line-text .line-left-box .line-left-day {
    width: 99px;
    height: 37px;
    line-height: 37px;
    color: #1941a9;
    font-size: 27px;
    text-align: center;
}


.news-body-center-center .line-text .line-left-box .line-left-date {
    width: 99px;
    height: 37px;
    line-height: 37px;
    color: white;
    font-size: 18px;
    text-align: center;
    background-color: #1941a9;
}


.news-body-center .news-body-center-center .line-text:hover .content {
    color: #12307d !important;
}

.news-body-center .news-body-center-center .line-text:hover .title {
    color: #1941a9 !important;
}

.news-body-center .news-body-center-center .line-text-top a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-body-center .news-body-center-center .line-text .line-text-top {
    height: 70px;
    margin: 0 12px;
}

.news-body-center .news-body-center-center .line-text .line-text-top .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    width: 592px;
    height: 21px;
    line-height: 21px;
    color: black;
    font-size: 20px;
    text-align: left;
}

.news-body-center .news-body-center-center .line-text .line-text-top .content {
    margin-top: 10px;
    width: 592px;
    height: 60px;
    line-height: 30px;
    color: #a5a5a5;
    font-size: 17px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.notice-body {
    width: 400px;
}

.notice-box {
    width: 400px;
    height: 360px;
    overflow: hidden;
}

.notice-box-content {
    width: 400px;
    height: 360px;
}

.notice-content {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notice-content:hover .right-content-time,
.notice-content:hover .right-content-bottom {
    color: #B10C06;
}

.notice-content img {
    width: 33px;
    height: 33px;
}

.right-content {
    width: 358px;
    height: 52px;
}

.right-content-top {
    margin-bottom: 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-line {
    display: flex;
    justify-content: right;
    align-items: center;
}

.right-content-line {
    width: 250px;
    height: 0px;
    border: 1px solid rgba(177, 12, 6, 1);
}

.right-content-y {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    line-height: 20px;
    background-color: rgba(177, 12, 6, 1);
    text-align: center;
}

.right-content-time {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    height: 20px;
    line-height: 20px;
    color: rgba(16, 16, 16, 1);
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}

.right-content-bottom {
    width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    height: 20px;
    line-height: 20px;
    color: rgba(16, 16, 16, 1);
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}

.notice {
    margin-top: 50px;
    /* background-color: #aa2128; */
    overflow: hidden;
    height: 350px;
    position: relative;
    z-index: 1;
}



.notice .notice-center {
    /* width: 1560px; */
    width: 1440px;
    height: 260px;
    margin: 30px auto;
    position: relative;
}

.notice .notice-center .headers {
    display: flex;
    margin-left: 640px;
    transition: .5s;
}

.notice .notice-center .headers .title {
    display: flex;
    font-size: 33px;
    color: #1941a9;
}

.notice .notice-center .headers .title img {
    margin-right: 15px;
}

.notice .notice-center .headers .more {
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #999696;
}

.notice .notice-center .headers .more:hover {
    color: #0158a5;
}

.notice .notice-center .right .notice-content {
    display: flex;
    margin-top: 50px;
}
  
.notice .notice-center .right .notice-content a {
    margin: 0 20px;
    font-size: 18px;
    cursor: pointer;
    color: #a5a5a5;
    background-color: white;
    z-index: 999;
    text-decoration: none;
}

.notice .notice-center .right .notice-content .card {
  width: 305px;
  height: 130px;
  padding: 25px 20px;
  box-shadow: 0px 5px 10px 0px #0158a5;
  display: flex;
  color: black;
}

.notice .notice-center .right .notice-content a:nth-child(1)  {
  transition: all 0.5s ease-out 0s;
}
.notice .notice-center .right .notice-content a:nth-child(2)  {
  transition: all 0.5s ease-out 0.1s;
}
.notice .notice-center .right .notice-content a:nth-child(3)  {
  transition: all 0.5s ease-out 0.2s;
}
.notice .notice-center .right .notice-content a:nth-child(4)  {
  transition: all 0.5s ease-out 0.3s;
}

 .notice .notice-center .right .notice-content .card:hover {
  color: white;
  background-color: #0158a5;
}

.notice .notice-center .right .notice-content .card .time {
    width: 90px;
    margin-right: 10px;
    border: 1px solid #0158a5;
}

.notice .notice-center .right .notice-content .card .time .day {
    width: 90px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    color: #0158a5;
}

.notice .notice-center .right .notice-content .card .time .year {
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #0158a5;
    color: white;
}

.notice .notice-center .right .notice-content .card:hover .time {
    border: 1px solid white;
}

.notice .notice-center .right .notice-content .card:hover .time .day {
    color: white;
}

.notice .notice-center .right .notice-content .card:hover .time .year {
    color: #0158a5;
    background-color: white;
}
/*
.notice .notice-center .right .notice-content .card .time {
  display: flex;
  font-size: 16px;
  margin: 0 0 15px 70px;
}

.notice .notice-center .right .notice-content .card .time .line {
  width: 40px;
  height: 1px;
  margin-top: 10px;
  background-color: #a5a5a5;
} */

.notice .notice-center .right .notice-content .card:hover .time .line {
  background-color: white;
}

.notice .notice-center .right .notice-content .card .time .time1 {
  margin: 0 10px;
}

.notice .notice-center .right .notice-content .card .title {
  width: 165px;
  height: 75px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}


.notice .notice-center .right .notice-content .card .title span {
  position: relative;
  background-image: linear-gradient(#fff, #fff);
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
}

.notice .notice-center .right .notice-content .card:hover .title span {
  animation-name: whiteUnderlineAppear;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}


.center-content-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px auto;
    margin-top: 60px;
    width: 1440px;
}

.banner-box {
    width: 680px;
    min-height: 320px;
    transition: .5s;
}

.banner-box a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-self: center;
}

.banner-box a:hover {
    color: #0158a5;
}

.banner-box .banner-box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 35px;
}

.banner-box .banner-box-top .banner-box-title {
    color: black;
    font-size: 24px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-weight: bold;
}

.banner-box .banner-box-top .banner-box-title span {
    margin: 8px;
}

.banner-box .banner-box-title-icon {
    width: 8%;
    height: 20px;
    line-height: 20px;
    color: rgba(138, 135, 135, 1);
    font-size: 17px;
    font-family: SourceHanSansSC-regular;
}

.banner-box .center-line {
    display: flex;
}

.banner-box .color-line {
    width: 675px;
    height: 3px;
    line-height: 20px;
    background: #245bbe;
    color: rgba(16, 16, 16, 1);
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
}

.banner-box .banner-content {
    width: 675px;
    height: auto;
}

.banner-box .banner-content .text-line {
    padding: 12px 0;
    width: 675px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 2px solid rgba(213, 213, 213, 0.36);

}

.banner-box .banner-content .text-line .display-class {
    display: flex;
    align-items: center;
}

.banner-box .banner-content .text-line:hover .text,
.banner-box .banner-content .text-line:hover .time {
    color: #0158a5;
}

.banner-box .banner-content .type {
    height: 25px;
    margin-right: 10px;
    color: rgba(43, 94, 238, 1);
    font-size: 18px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}

.banner-box .banner-content .text {
    width: 500px;
    height: 25px;
    margin-left: 18px;
    color: rgba(16, 16, 16, 1);
    font-size: 18px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: SourceHanSansSC-regular;
}

.banner-box .banner-content .time {
    width: auto;
    height: 16px;
    line-height: 26px;
    color: rgba(142, 139, 139, 1);
    font-size: 18px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}

.student-style {
    width: 100%;
    height: 600px;
    background: url(../image/student-style-bg.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.student-style .student-style-center {
    width: 1440px;
    height: 600px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.student-style .student-style-center .student-style-title {
    transition: .5s;
}

.student-style .student-style-center .more {
    font-size: 17px;
    position: absolute;
    top: 55px;
    right: 0;
    color: white;
}

.student-style .student-style-center .more:hover {
    color: #f3b26e;
}

.student-style .student-style-center .title {
    width: 155px;
    margin: 78px auto 0 auto;
    font-size: 36px;
    font-weight: bold;
    color: white;
}

.student-style .student-style-center .display-area {
    width: 100%;
    height: 420px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.student-style .student-style-center .display-area a {
    height: 180px;
    position: relative;
    margin: 25px 47px 0 0;
    overflow: hidden;
    transition: .5s;
}

.student-style .student-style-center .display-area a:nth-child(5),
.student-style .student-style-center .display-area a:nth-child(10) {
    margin-right: 0;
}

.student-style .student-style-center .display-area a .card2 img {
    width: 250px;
    height: 180px;
    transition: 0.5s;
}

.student-style .student-style-center .display-area a:hover .card2 img {
    transform: scale(1.1);
}

.student-style .student-style-center .display-area a .card2 .card2-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    padding: 0 10px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.student-style .student-style-center .display-area a:hover .card2-title {
    color: #f3b26e;
}




.research-platform {
    width: 1440px;
    height: 200px;
    margin: 0 auto;
    /* background-color: rgba(0, 0, 0, 0.411); */
}

.research-platform .title {
    font-size: 29px;
    width: 170px;
    margin: 0 auto;
    font-weight: bold;
    color: #1941a9;
    transition: .5s;
}

.research-platform .link {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.research-platform .link .platform-link {
    width: 340px;
    height: 68px;
    padding: 10px 20px;
    transition: .5s;
    background-color: #1941a9;
}

.research-platform .link .platform-link:nth-child(2),
.research-platform .link .platform-link:nth-child(4) {
    padding: 10px 30px;
}

.research-platform .link .platform-link:nth-child(3) {
    padding: 10px 60px;
}

.research-platform .link .platform-link a {
    display: flex;
    font-size: 20px;
    color: white;
}

.research-platform .link .platform-link a {
    transition: .5s;
}

.research-platform .link .platform-link a:hover {
    transform: scale(1.1);
}

.research-platform .link .platform-link a div {
    margin: 9px 0 0 10px;
}



.fast-track {
    width: 1440px;
    height: 240px;
    margin: 0 auto;
}

.fast-track .title {
    font-size: 29px;
    width: 170px;
    margin: 0 auto;
    font-weight: bold;
    color: #1941a9;
    transition: .5s;
}

.fast-track .link {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.fast-track .link .track-link a img {
    width: 93%;
    transform: 1s
}

.fast-track .link .track-link:hover a img {
animation-name: fastTrack;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.fast-track .link .track-link a div {
    font-size: 17px;
    margin: 10px 0 0 15px;
    color: black;
}

.fast-track .link .track-link:last-child a div {
    margin-left: 28px;
}




.common-links {
    width: 1440px;
    margin: 0 auto;
}

.common-links-title {
    height: 70px;
    position: relative;
}

.title-bc {
    position: absolute;
    top: 0;
    width: 169px;
    height: 62px;
    color: rgba(213, 213, 213, 0.36);
    text-align: left;
    font-family: Times New Roman-bold;
    background: url("/juyun/image/urllink.png") no-repeat;
    background-size: 100% 100%;
}

.title-name {
    position: absolute;
    top: 20px;
    width: 160px;
    height: 58px;
    color: rgba(96, 96, 96, 1);
    font-size: 40px;
    text-align: left;
    font-family: SourceHanSansSC-bold;
}

.common-links-ul {
    display: flex;
    margin: 30px 0;
}

.common-links-ul select {
    font-size: 17px;
    width: 330px;
    height: 45px;
    padding: 0 20px;
    margin-right: 80px;
    border-radius: 10px;
    border: 1px solid #bbbbbb;
    color: black;
    transition: .5s;
}
