/* 内容 */
.containBox {
  width: 100%;
}
.containBox .content {
  width: 1300px;
  margin: 0 auto;
}
.containBox .introduction {
  position: relative;
  padding: 80px 0 80px;
}
.containBox .introduction .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.containBox .introduction .bg {
  width: 521px;
}
.containBox .introduction .bg img {
  display: block;
  width: 100%;
}
.containBox .introduction .info {
  width: 680px;
}
.containBox .introduction .info .intro {
  width: 100%;
  margin-bottom: 30px;
  font-size: 30px;
  color: #00257A;
}
.containBox .introduction .info .desc {
  width: 100%;
  margin-bottom: 60px;
  font-size: 16px;
  color: #333;
  line-height: 2;
}
.containBox .introduction .info .box {
  display: flex;
  align-items: center;
}
.containBox .introduction .info .box .imgs {
  width: 240px;
  height: 150px;
  margin-right: 50px;
  border-radius: 15px;
  overflow: hidden;
}
.containBox .introduction .info .box .imgs img {
  display: block;
  width: 100%;
}
.containBox .introduction .info .box .slogan .items {
  position: relative;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #023DA0;
  padding-left: 60px;
  margin: 30px 0;
}
.containBox .introduction .info .box .slogan .items::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: #023DA0;
  border: solid 6px #EBEFFE;
  border-radius: 50%;
}
.containBox .research {
  padding-bottom: 40px;
  background: url(../img/images/researchBg.png) no-repeat center top;
  background-size: cover;
}
.containBox .research .content {
  position: relative;
  padding-top: 170px;
}
.containBox .research .direction {
  position: absolute;
  top: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 130px;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  background: url(../img/images/direction.png) no-repeat center;
  border-radius: 20px;
  z-index: 9;
}
.containBox .research .direction::before {
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border-radius: 20px;
  border: dashed 1px rgba(255, 255, 255, 0.5);
}
.containBox .research .title {
  text-align: center;
  margin-bottom: 60px;
}
.containBox .research .title .cn {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.containBox .research .title .en {
  font-family: "Alternate";
  font-size: 18px;
  font-weight: 400;
  color: #CCCCCC;
}
.containBox .research .acaSwiper {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.containBox .research .acaSwiper .swiper-slide .newsList {
  display: flex;
  justify-content: space-between;
}
.containBox .research .acaSwiper .swiper-slide .newsList .imgs {
  width: 650px;
  height: 380px;
}
.containBox .research .acaSwiper .swiper-slide .newsList .imgs img {
  display: block;
  width: 100%;
    max-height: 410px;
}
.containBox .research .acaSwiper .swiper-slide .newsList .texts {
  width: 620px;
}
.containBox .research .acaSwiper .swiper-slide .newsList .texts h3 {
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
  padding-top: 20px;
}
.containBox .research .acaSwiper .swiper-slide .newsList .texts p {
  font-size: 14px;
  font-weight: 400;
  color: #CCCCCC;
  line-height: 32px;
  padding-top: 20px;
  margin: 30px 0 40px;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.containBox .research .acaSwiper .swiper-slide .newsList .texts a.view-more {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}
.containBox .research .acaSwiper .research-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 16px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  opacity: 1;
}
.containBox .research .acaSwiper .research-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}
.containBox .research .acaSwiper .research-pagination .swiper-pagination-bullet-active::before {
  content: '';
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
  width: 21px;
  height: 20px;
  border-radius: 100%;
  border: solid 1px #fff;
}
.containBox .two-block {
  background: url(../img/images/learning-img.png) no-repeat center top;
  background-size: 100% auto;
}
.containBox .academic {
  width: 100%;
  padding: 60px 0;
}
.containBox .academic .content .title {
  text-align: center;
  margin-bottom: 60px;
}
.containBox .academic .content .title .cn {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.containBox .academic .content .title .en {
  font-family: "Alternate";
  font-size: 18px;
  font-weight: 400;
  color: #CCCCCC;
}
.containBox .academic .content .acdeList {
  display: flex;
  justify-content: space-between;
}
.containBox .academic .content .acdeList .items {
  width: 405px;
  height: 225px;
  padding: 35px;
  background-color: #fff;
  box-shadow: 0px 1px 34px 6px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}
.containBox .academic .content .acdeList .items h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin: 0 0 10px;
}
.containBox .academic .content .acdeList .items h3 a {
  color: #333333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.containBox .academic .content .acdeList .items h3:hover a {
  color: #00257A;
}
.containBox .academic .content .acdeList .items .infos {
  width: 100%;
}
.containBox .academic .content .acdeList .items .infos span {
  display: block;
  font-size: 14px;
  color: #999999;
  line-height: 30px;
}
.containBox .academic .content .acdeList .items:hover {
  box-shadow: 0px 1px 34px 6px rgba(16, 22, 217, 0.1);
}
.containBox .scholars {
  width: 100%;
  padding: 60px 0 60px;
  overflow: hidden;
}
.containBox .scholars .content {
  position: relative;
}
.containBox .scholars .title {
  position: absolute;
  left: 0;
  top: 0;
}
.containBox .scholars .title .cn {
  font-size: 30px;
  font-weight: bold;
  color: #023DA0;
  margin-bottom: 20px;
}
.containBox .scholars .title .en {
  font-family: "Alternate";
  font-size: 18px;
  font-weight: 400;
  color: #CCCCCC;
}
.containBox .scholars .swiper-box {
  display: flex;
  justify-content: space-between;
}
.containBox .scholars .scholarSwiper {
  position: relative;
  width: 1060px;
  height: 600px;
  overflow: hidden;
}
.containBox .scholars .scholarSwiper .swiper-slide .swiper-info {
  float: left;
  width: 590px;
  margin-right: 50px;
  padding-top: 120px;
}
.containBox .scholars .scholarSwiper .swiper-slide .swiper-info .swiper-title {
  padding-bottom: 35px;
  border-bottom: 1px solid #023DA0;
}
.containBox .scholars .scholarSwiper .swiper-slide .swiper-info .swiper-title .name {
  font-weight: 700;
  color: #333;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
}
.containBox .scholars .scholarSwiper .swiper-slide .swiper-info .swiper-title .label {
  font-size: 16px;
  font-weight: 400;
  color: #023DA0;
  padding: 0;
  margin-bottom: 38px;
}
.containBox .scholars .scholarSwiper .swiper-slide .swiper-info .swiper-intro {
  padding: 20px 0 60px;
  color: #666;
  font-size: 14px;
  line-height: 32px;
}
.containBox .scholars .scholarSwiper .swiper-slide .swiper-info .more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  line-height: 40px;
  background: #023DA0;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}
.containBox .scholars .scholarSwiper .swiper-slide .swiper-img {
  float: left;
  width: 420px;
  height: 600px;
  border-radius: 16px;
  overflow: hidden;
}
.containBox .scholars .scholarSwiper .swiper-slide .swiper-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.containBox .scholars .scholarSwiper2 {
  position: relative;
  width: 190px;
  height: 600px;
  padding: 70px 0;
  margin-left: 20px;
  overflow: hidden;
}
.containBox .scholars .scholarSwiper2 .swiper-slide {
  width: 190px;
  height: 215px;
  cursor: pointer;
}
.containBox .scholars .scholarSwiper2 .swiper-slide-thumb-active .swiper-img {
  border: 2px solid #c8481b;
}
.containBox .scholars .scholarSwiper2 .swiper-img {
  width: 190px;
  height: 140px;
  border-radius: 6px;
  overflow: hidden;
}
.containBox .scholars .scholarSwiper2 .swiper-img img {
  width: 100%;
  height: 140px;
  border-radius: 6px;
  object-fit: contain;
}
.containBox .scholars .scholarSwiper2 .swiper-title {
  text-align: center;
  margin-top: 10px;
}
.containBox .scholars .scholarSwiper2 .swiper-title .name {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 15px;
}
.containBox .scholars .scholarSwiper2 .swiper-title .label {
  font-size: 14px;
  font-weight: 400;
  color: #CCCCCC;
}
.containBox .scholars .scholarSwiper2 .swiper-button-next {
  width: 100%;
  height: 56px;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  background: url(../img/icon/icon-team-bottom.png) no-repeat center center;
  background-color: #fff;
  border: solid 2px #b8c0c6;
  overflow: hidden;
  z-index: 9;
}
.containBox .scholars .scholarSwiper2 .swiper-button-next::after {
  display: none;
}
.containBox .scholars .scholarSwiper2 .swiper-button-prev {
  width: 100%;
  height: 56px;
  right: auto;
  left: 0;
  top: 0;
  bottom: auto;
  margin-top: 0;
  background: url(../img/icon/icon-team-top.png) no-repeat center center;
  background-color: #fff;
  border: solid 2px #b8c0c6;
  overflow: hidden;
  z-index: 9;
}
.containBox .scholars .scholarSwiper2 .swiper-button-prev::after {
  display: none;
}
.containBox .news {
  padding: 60px 0;
  background: url(../img/images/newsBg.png) no-repeat left bottom;
  background-color: #F0F1F5;
  overflow: hidden;
}
.containBox .news .title {
  text-align: center;
  margin-bottom: 40px;
}
.containBox .news .title .cn {
  font-size: 30px;
  font-weight: bold;
  color: #023DA0;
  margin-bottom: 20px;
}
.containBox .news .title .en {
  font-family: "Alternate";
  font-size: 18px;
  font-weight: 400;
  color: #CCCCCC;
}
.containBox .news .list {
  display: flex;
}
.containBox .news .item {
  position: relative;
  width: 420px;
  height: 555px;
  margin-right: 20px;
}
.containBox .news .item:last-child {
  margin-right: 0;
}
.containBox .news .item .img {
  width: 100%;
  height: 440px;
  border-radius: 10px;
  overflow: hidden;
}
.containBox .news .item .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.containBox .news .item:hover .img img {
  transform: scale(1.1);
}
.containBox .news .item .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 385px;
  height: 195px;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
}
.containBox .news .item .info .date {
  display: flex;
  align-items: center;
}
.containBox .news .item .info .date .icon {
  width: 20px;
  height: 20px;
  background: url(../img/icon/calendar.png) no-repeat center;
}
.containBox .news .item .info .date .time {
  display: block;
  font-size: 14px;
  height: 20px;
  line-height: 22px;
  font-weight: 400;
  color: #999999;
  margin-left: 6px;
}
.containBox .news .item .info .name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
}
.containBox .news .item .info .name a {
  color: #333333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.containBox .news .item .info .name:hover a {
  color: #00257A;
}
.containBox .news .item .info .desc {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #666;
}
