@charset "utf-8";

/* 字体hover */
.news_top a:hover,
.news_right>p:hover a,
.academic_main .swiper-slide:hover a i,
.international_main li:hover a span {
  /* color: #e61322; */
}

.news_right>span:hover a,
.news_right ul li:hover a p,
.academic_main .swiper-slide:hover a p,
.academic_main .swiper-slide:hover a span,
.international_main li:hover a p {
  color: #a5272f;
}

/* 图片hover */
.news_left:hover a img,
.academic_main .swiper-slide:hover a div img,
.staff_main li:hover a div img {
  transform: scale(1.15);
}

/* 图片hover过渡 */
.news_left a img,
.academic_main .swiper-slide a div img,
.staff_main li a div img {
  transition: transform 0.3s ease;
}

/* news */
.news {
  padding-top: 80px;
}

.news_top {
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news_top span {
  display: inline-block;
  line-height: 50px;
  font-size: 61px;
  font-weight: bold;
  color: #a5272f;
}

.news_top a {
  line-height: 19px;
  font-size: 25px;
  color: #a5272f;
}

.news_bottom,
.academic_bottom,
.staff_bottom {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 140px;
}

.news_bottom {
  background-image: url(../images/news_bg.png);
}

.news_main {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #ddd;
  padding: 50px 0px 50px 50px;
  display: flex;
  justify-content: space-between;
}

.news_left {
  width: 48.2%;
}

.news_left a {
  display: block;
  overflow: hidden;
}

.news_left a,
.news_left a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_right {
  width: 51.8%;
  padding: 0 30px;
}

.news_right>span {
  display: block;
  overflow: hidden;
  height: 92px;
}

.news_right>span a {
  height: 92px;
  font-size: 43px;
  font-weight: bold;
  color: #212121;
  line-height: 49px;
  word-break: break-all;
  overflow: hidden;
}

.news_right>p {
  margin: 35.5px 0;
}

.news_right>p a {
  word-break: break-all;
  height: 64px;
  font-size: 17px;
  /* color: #434343; */
  line-height: 32px;
}

.news_right ul li {
  background-color: #f8f8f8;
  margin-bottom: 20px;
}

.news_right ul li:last-child {
  margin-bottom: 0px;
}

.news_right ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 30px;
}

.news_right ul li a p {
  font-size: 24px;
  color: #434343;
  line-height: 32px;
  font-weight: bold;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_right ul li a span {
  width: 14px;
  height: 20px;
  background-image: url(../images/right.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* Academic */

.academic_bottom {
  background-image: url(../images/academic_bg.png);
}

.academic_main .swiper-slide a div {
  overflow: hidden;
  height: calc(23.3vw/4*3);
}
.academic_main .swiper-slide a div img {width:100%;height: 100%;object-fit: cover;}
.academic_main .swiper-slide a i {
  display: block;
  line-height: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #a5272f;
  margin-top: 20px;
}

.academic_main .swiper-slide a p {
  margin-top: 30px;
  height: 68px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 34px;
  hyphens: auto;
  word-break: break-all;
}

.academic_main .swiper-slide a span {
  margin-top: 65px;
  display: block;
  line-height: 19px;
  font-size: 23px;
  font-weight: bold;
  color: #a5272f;
}

/* staff */
.staff {
  margin-bottom: 100px;
}

.staff_bottom {
  background-image: url(../images/staff_bg.png);
  background-size: auto;
}

.staff_main {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
}

.staff_main li {
  width: 23.6%;
}

.staff_main li a,
.staff_main li a div,
.staff_main li a div img {
  width: 100%;
  height: 100%;
}

.staff_main li a div {
  overflow: hidden;
}

.staff_main li a p {
  line-height: 15px;
  font-size: 20px;
  font-weight: normal;
  color: #f9f9f9;
  text-align: center;
  margin-top: 17px;
  width: 50%;
  margin: 17px auto 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* international */
.international_main {
  box-shadow: 0px 0px 10px 0px #ddd;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  position: relative;
  z-index: 9;
}

.international_main li {
  width: 48%;
  margin-bottom: 64px;
}

.international_main li:last-child {
  margin-bottom: 0px;
}

.international_main li:nth-last-child(2) {
  margin-bottom: 0px;
}

.international_main li a {
  display: block;
}

.international_main li a p {
  height: 64px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
}

.international_main li a span {
  display: block;
  line-height: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #a5272f;
  margin-top: 25px;
}

@media (max-width: 1500px) {

  .news_top,
  .academic_main {
    width: 100%;
    padding: 0 4% !important;
  }

  .news_main {
    width: 100%;
    padding: 50px 0px 50px 30px;
  }

  .staff_main {
    width: 100%;
    padding: 100px 4% 0;
  }

  .international_main {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .news_top {
    padding: 0 3%;
  }
  .academic_main .swiper-slide a div {
  height: calc(43.3vw/4*3);
}
}

@media (max-width: 1024px) {
  .news_top {
    margin-bottom: 30px;
  }

  .news_top span {
    line-height: 34px;
    font-size: 40px;
    white-space: nowrap;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .news_top a {
    line-height: 16px;
    font-size: 20px;
  }

  .news {
    padding-top: 40px;
  }

  .news_main {
    padding: 25px 0px 25px 25px;
  }

  .news_right>span a {
    height: 82px;
    font-size: 32px;
    line-height: 41px;
  }

  .news_right>p {
    margin: 15px 0 20px;
  }

  .news_right ul li a {
    padding: 15px;
  }

  .news_right ul li a p {
    font-size: 20px;
  }

  .news_bottom,
  .academic_bottom {
    padding-bottom: 40px;
  }

  .academic_main .swiper-slide a p {
    margin-top: 20px;
    height: 60px;
    font-size: 20px;
    line-height: 30px;
  }

  .academic_main .swiper-slide a span {
    margin-top: 25px;
    line-height: 18px;
    font-size: 18px;
  }

  .staff_bottom {
    padding-bottom: 0px;
  }

  .staff_main {
    padding: 40px 3% 70px;
  }

  .staff {
    margin-bottom: 40px;
  }

  .international_main {
    padding: 30px;
  }

  .international_main li a p {
    height: 60px;
    font-size: 20px;
    line-height: 30px;
  }

  .international_main li a span {
    margin-top: 15px;
  }

  .international_main li {
    width: 49%;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .news_top {
    padding: 0 2%;
  }

  .news_main {
    display: block;
    padding: 25px;

  }

  .news_left,
  .news_right {
    width: 100%;
  }

  .news_right {
    margin-top: 30px;
    padding: 0;
  }

  .news_top span {
    font-size: 36px;
  }

  .news_top a {
    font-size: 16px;
  }

  .staff_main li {
    width: 48%;
    height: auto;
    margin-bottom: 70px;

  }

  .staff_main {
    padding: 30px 2% 0;
  }

  .staff_bottom {
    background-size: cover;
  }

  .staff_main {
    flex-wrap: wrap;
  }

  .international_main li {
    width: 100%;
  }
  .international_main li:nth-last-child(2) {
    margin-bottom: 40px;
}
    .international_main li:nth-last-child(1) {
    margin-bottom: 25px;
}
}

@media (max-width: 600px) {
  .academic_main .swiper-slide a div {
  height: calc(90vw/4*3);
}}

@media (max-width: 540px) {
  .news_main {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .news {
    padding-top: 30px;
  }

  .news_main {
    padding: 10px;
  }

  .news_right ul li a {
    padding: 15px 10px;
  }

  .staff {
    margin-bottom: 30px;
  }

  .international_main {
    padding: 20px 10px;
  }
  .news_right>span a {
    height: 76px;
    font-size: 28px;
    line-height: 38px;
}
}