.animated.delay-13s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4;
}
.animated.delay-14s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.animated.delay-15s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.animated.delay-16s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.swiper-banner {
  position: relative;
}
.swiper-banner .index-swiper-pagination {
  text-align: left;
  width: 1400px;
  left: 50%;
  bottom: 50px;
  margin-left: -700px;
}
.swiper-banner .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  line-height: 26px;
  opacity: 1;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.swiper-banner > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 20px 0 0;
}
.swiper-banner .swiper-pagination-bullet-active {
  opacity: 1;
  color: #fff;
  background-color: #003f88;
}
.swiper-banner .index-button-next {
  background: url(../img/banner-next.png) no-repeat 0 0;
}
.swiper-banner .index-button-prev {
  background: url(../img/banner-prev.png) no-repeat 0 0;
}
body {
  font-family: "Yqsong";
}
/*内容   1.首页*/
.content-box {
  width: 100%;
  /*新闻资讯*/
  /*学者介绍*/
  /*学术活动*/
}
.content-box .news {
  width: 1300px;
  margin: 60px auto 37px;
}
.content-box .news .news-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-box .news .news-nav .title {
  font-weight: 800;
  font-size: 40px;
  color: #333333;
}
.content-box .news .news-nav .view-more a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  width: 160px;
  height: 60px;
  background: #003f89;
}
.content-box .news .news-nav .view-more a span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
}
.content-box .news .news-nav .view-more a img {
  display: block;
  width: 16px;
  height: 13px;
  object-fit: contain;
}
.content-box .news ul.news-list {
  display: flex;
  padding-top: 30px;
}
.content-box .news ul.news-list li {
  width: calc((100% - 70px) / 3);
  background: #f6faff;
}
.content-box .news ul.news-list li:not(:nth-child(3n)) {
  margin-right: 35px;
}
.content-box .news ul.news-list li .img {
  width: 100%;
  height: 280px;
  background: #ffffff;
}
.content-box .news ul.news-list li .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-box .news ul.news-list li .info {
  padding: 20px 22px 23px;
}
.content-box .news ul.news-list li .info .title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content-box .news ul.news-list li .info .cont {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.content-box .news ul.news-list li .view-detail a {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 3px solid #f6faff;
}
.content-box .news ul.news-list li .view-detail a .time {
  font-size: 14px;
  color: #cccccc;
}
.content-box .news ul.news-list li .view-detail a img {
  display: block;
  width: 16px;
}
.content-box .news ul.news-list li:hover .view-detail a {
  border-bottom-color: #003f89;
}
.content-box .scholar-introduction {
  width: 100%;
  height: 730px;
  padding: 43px 0 57px;
  background-image: url(../img/image/scholar-bg-blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-box .scholar-introduction .scholar-nav {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}
.content-box .scholar-introduction .scholar-nav .title {
  font-weight: 800;
  font-size: 40px;
  color: #ffffff;
}
.content-box .scholar-introduction .scholar-nav .view-more a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  width: 160px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
}
.content-box .scholar-introduction .scholar-nav .view-more a span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
}
.content-box .scholar-introduction .scholar-nav .view-more a img {
  display: block;
  width: 16px;
  height: 13px;
  object-fit: contain;
}
.content-box .scholar-introduction .scholar-list {
  padding-left: calc((100% - 1300px) / 2);
}
.content-box .scholar-introduction .scholar-list .swiper .swiper-container .swiper-wrapper .swiper-slide {
  width: 995px;
  height: 540px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 26px;
  padding: 40px 30px 40px 50px;
  display: flex;
}
.content-box .scholar-introduction .scholar-list .swiper .swiper-container .swiper-wrapper .swiper-slide .ft {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 375px);
  height: 460px;
  margin-right: 45px;
}
.content-box .scholar-introduction .scholar-list .swiper .swiper-container .swiper-wrapper .swiper-slide .ft .first-block .name {
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
}
.content-box .scholar-introduction .scholar-list .swiper .swiper-container .swiper-wrapper .swiper-slide .ft .first-block .position {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  padding: 20px 0 25px;
  border-bottom: 1px solid rgba(236, 236, 236, 0.2);
}
.content-box .scholar-introduction .scholar-list .swiper .swiper-container .swiper-wrapper .swiper-slide .ft .second-block {
  padding-top: 30px;
}
.content-box .scholar-introduction .scholar-list .swiper .swiper-container .swiper-wrapper .swiper-slide .ft .second-block .email {
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
}
.content-box .scholar-introduction .scholar-list .swiper .swiper-container .swiper-wrapper .swiper-slide .ft .second-block .research {
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  padding: 23px 0 27px;
}
.content-box .scholar-introduction .scholar-list .swiper .swiper-container .swiper-wrapper .swiper-slide .ft .second-block .info {
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
.content-box .scholar-introduction .scholar-list .swiper .swiper-container .swiper-wrapper .swiper-slide .ft .view-detail {
  margin-top: auto;
  padding-bottom: 12px;
}
.content-box .scholar-introduction .scholar-list .swiper .swiper-container .swiper-wrapper .swiper-slide .ft .view-detail a {
  display: flex;
  align-items: center;
}
.content-box .scholar-introduction .scholar-list .swiper .swiper-container .swiper-wrapper .swiper-slide .ft .view-detail a span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  margin-right: 15px;
}
.content-box .scholar-introduction .scholar-list .swiper .swiper-container .swiper-wrapper .swiper-slide .ft .view-detail a img {
  display: block;
  width: 16px;
}
.content-box .scholar-introduction .scholar-list .swiper .swiper-container .swiper-wrapper .swiper-slide .rt {
  width: 330px;
  height: 460px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #707070;
  overflow: hidden;
}
.content-box .scholar-introduction .scholar-list .swiper .swiper-container .swiper-wrapper .swiper-slide .rt .headImg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-box .academic-activity {
  width: 1300px;
  margin: 60px auto 40px;
}
.content-box .academic-activity .academic-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-box .academic-activity .academic-nav .title {
  font-weight: 800;
  font-size: 40px;
  color: #333333;
}
.content-box .academic-activity .academic-nav .view-more a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  width: 160px;
  height: 60px;
  background: #003f89;
}
.content-box .academic-activity .academic-nav .view-more a span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
}
.content-box .academic-activity .academic-nav .view-more a img {
  display: block;
  width: 16px;
  height: 13px;
  object-fit: contain;
}
.content-box .academic-activity ul.academic-list {
  display: flex;
  padding-top: 32px;
}
.content-box .academic-activity ul.academic-list li {
  width: calc((100% - 70px) / 3);
}
.content-box .academic-activity ul.academic-list li:not(:nth-child(3n)) {
  margin-right: 35px;
}
.content-box .academic-activity ul.academic-list li .info {
  padding: 23px 30px 27px 30px;
  background: #f6faff;
}
.content-box .academic-activity ul.academic-list li .info .activity-time {
  font-size: 24px;
  color: #333333;
  line-height: 34px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e3f0ff;
}
.content-box .academic-activity ul.academic-list li .info .title {
  margin: 27px 0 18px;
}
.content-box .academic-activity ul.academic-list li .info .title a {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 34px;
}
.content-box .academic-activity ul.academic-list li .info .cont {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.content-box .academic-activity ul.academic-list li .img a {
  display: block;
  width: 100%;
  height: 230px;
  background: #f6faff;
}
.content-box .academic-activity ul.academic-list li .img a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-box .academic-activity ul.academic-list li:hover .info {
  background-image: url(../img/image/academic-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-box .academic-activity ul.academic-list li:hover .info .activity-time {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}
.content-box .academic-activity ul.academic-list li:hover .info .title a,
.content-box .academic-activity ul.academic-list li:hover .info .cont {
  color: #ffffff;
}
.clearfix {
  display: block;
  clear: both;
}
/* 分辨率 */
@media only screen and (min-width: 1280px) and (max-width: 1600px) {
  .banner-box .m-index-banner-block .list .text {
    width: 1200px;
    margin-left: -600px;
  }
  .swiper-banner .index-swiper-pagination {
    width: 1200px;
    margin-left: -600px;
  }
  .content-box .about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content-box .dynamic {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content-box .dynamic .content .left .control-swiper {
    margin-top: 195px;
  }
  .content-box .scholar .content .peopleList .items {
    height: 530px;
  }
  .content-box .scholar .content .peopleList .items .texts {
    padding: 300px 0 90px;
    background-position: right -160px;
  }
  .content-box .learning .content .right {
    width: 935px;
  }
}
