@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.w-1200 {
  width: 1200px;
  margin: 0 auto;
}

.d-flex {
  display: flex;
}

a:hover, .btn:hover {
  text-decoration: none;
  opacity: .85;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.0;
}

li {
  list-style: none;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.multi-truncate {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.multi-truncate-3 {
  -webkit-line-clamp: 3;
}

.multi-truncate-4 {
  -webkit-line-clamp: 4;
}

.multi-truncate-5 {
  -webkit-line-clamp: 5;
}

.specia_bg {
  width: 100%;
  height: max-content;
  background: url("/static/images/new_scholar/body-bg.png") no-repeat;
  background-size: cover;
  padding-top: 46px;
  padding-bottom: 53px;
}

.book_bg {
  background: url("/static/images/new_works/new_work.png") no-repeat;
  background-size: 215px 215px;
  background-position: top left;
}

.work_us-bg {
  width: 100%;
  height: max-content;
  background: url("/static/images/new_works/work_us_bg.png") no-repeat;
  background-size: 100% 1343px;
  padding-top: 46px;
  padding-bottom: 53px;
}

.join-us-bg {
  width: 100%;
  height: max-content;
  background: url("/static/images/new_works/join-bg.png") no-repeat;
  background-size: 100% 2911px;
  padding-top: 46px;
  padding-bottom: 53px;
}

.contact-bg {
  width: 100%;
  height: max-content;
  background: url("/static/images/new_works/contact-bg.png") no-repeat;
  background-size: 100% 766px;
  padding-top: 46px;
  padding-bottom: 53px;
}

.banner {
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
  height: 400px;
  overflow: hidden;
}

.banner img {
  float: right;
  margin-top: 90px;
  height: 219px;
  width: auto;
}

.nav {
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
  height: 86px;
  background: #9BA2B2;
}

.nav .nav_text {
  width: 1200px;
  margin: 0 auto;
}

.nav .nav_text ul li {
  height: 86px;
  float: left;
  margin: 0 0px;
}

.nav .nav_text ul li a {
  display: block;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 86px;
  padding: 0 31px;
  transition: all 0.3s ease;
  /* 平滑过渡效果 */
  font-weight: bold;
}

.nav .nav_text ul li.active a {
  transform: translateY(-18px) scale(1, 1.1);
  /* 向上移动并稍微增高 */
  background: #1F61D0;
  border-radius: 20px 20px 0px 0px;
}

.nav .nav_text ul li.active {
  background: #1F61D0;
}

.scholars-page {
  margin-top: 60px;
}

.scholars-page .page-content .pagination {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.scholars-page .page-content .pagination li {
  width: 36px;
  height: 36px;
  background: rgba(45, 81, 142, 0);
  border-radius: 4px;
  border: 1px solid #697183;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Hiragino Sans GB;
  font-weight: normal;
  font-size: 20px;
  color: #697183;
  line-height: 34px;
  margin-right: 16px;
}

.scholars-page .page-content .pagination li a {
  font-family: HiraginoSansGB;
  font-weight: normal;
  font-size: 20px;
  color: #697183;
  line-height: 34px;
}

.scholars-page .page-content .pagination li.active {
  background: #1F61D0;
  color: #fff;
}

.Footer {
  min-height: 355px;
  background: #9BA2B2;
}

.Footer .footer-content {
  display: flex;
  padding-top: 42px;
}

.Footer .footer-content .footer-left {
  width: 630px !important;
}

.Footer .footer-content .footer-left h3 {
  font-family: Hiragino Sans GB;
  font-weight: normal;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 34px;
  margin-bottom: 20px;
}

.Footer .footer-content .footer-left p {
  font-family: Hiragino Sans GB;
  font-weight: normal;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 20px;
}

.Footer .footer-content .footer-left p a {
  color: #FFFFFF;
}

.Footer .footer-content .footer-line {
  width: 2px;
  height: 183px;
  background: #F8F8F8;
  margin: 66px 57px 0;
}

.Footer .footer-content .footer-right {
  display: flex;
  margin-top: 65px;
}

.Footer .footer-content .footer-right ul {
  margin-right: 100px;
  width: max-content;
}

.Footer .footer-content .footer-right ul li {
  font-family: Hiragino Sans GB;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 10px;
}

.Footer .footer-content .footer-right ul li a {
  color: #fff;
}

.Footer .footer-content .footer-right ul li.specia {
  font-weight: 600;
  font-size: 18px;
}

.Footer .footer-content .footer-right ul:last-child {
  margin-right: 0;
}
