.all-container {
  background-color: #f5f5f5;
}
.all-container .sec-banner {
  position: relative;
}
.all-container .sec-banner img {
  display: block;
  width: 100%;
  height: 100%;
}
.all-container .sec-banner .sec-title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding-left: 0.26rem;
  box-sizing: border-box;
  text-align: center;
}
.all-container .sec-banner .sec-title h1 {
  font-weight: bold;
  font-size: 0.4rem;
  color: #FFFFFF;
  margin: 0 0 0.35rem;
}
.all-container .sec-banner .sec-title h5 {
  font-size: 0.22rem;
  color: #FFFFFF;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}
.sec-page-contaniner {
  /*1.关于我们*/
  /* 2.学者介绍 */
  /* 3.新闻动态 */
  /* 4.学术活动 */
  /* 5.学术研究 */
  /* 6.加入我们 */
  /* 7.联系我们 */
  /* 8.详情页 */
}
.sec-page-contaniner .about-wrap {
  background: #fff;
}
.sec-page-contaniner .about-wrap .about-tabs {
  width: 100%;
}
.sec-page-contaniner .about-wrap .about-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.3rem;
  color: #333;
  border-bottom: 1px solid #DFDFDF;
  text-decoration: none;
}
.sec-page-contaniner .about-wrap .about-tab.selected span {
  position: relative;
  color: #0E3A94;
}
.sec-page-contaniner .about-wrap .about-tab.selected span::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0E3A94;
}
.sec-page-contaniner .about-wrap .about-panel {
  padding: 0.3rem 0.25rem;
}
.sec-page-contaniner .about-wrap .about-panel .map-infos {
  font-size: 0.26rem;
  line-height: 0.46rem;
  color: #222;
  text-align: justify;
  margin-bottom: 0.2rem;
}
.sec-page-contaniner .about-wrap .about-panel p {
  font-size: 0.26rem;
  line-height: 0.46rem;
  color: #222;
  text-align: justify;
  margin-bottom: 0.2rem;
}
.sec-page-contaniner .about-wrap .about-panel p a {
  color: #064087;
}
.sec-page-contaniner .about-wrap .about-photo {
  margin-top: 0.12rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.sec-page-contaniner .about-wrap .about-photo img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  margin-bottom: 0.2rem;
}
.sec-page-contaniner .scholar-wrap {
  background: #fff;
}
.sec-page-contaniner .scholar-wrap .scholar-menu-scroll {
  display: flex;
  height: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid #e6e6e6;
  -webkit-overflow-scrolling: touch;
}
.sec-page-contaniner .scholar-wrap .scholar-menu-scroll::-webkit-scrollbar {
  display: none;
}
.sec-page-contaniner .scholar-wrap .scholar-menu-scroll .scholar-menu {
  display: inline-flex;
  white-space: nowrap;
  min-width: 100%;
}
.sec-page-contaniner .scholar-wrap .scholar-menu-scroll .scholar-menu-item {
  position: relative;
  display: inline-block;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.25rem;
  font-size: 0.3rem;
  color: #222;
  text-decoration: none;
  flex-shrink: 0;
}
.sec-page-contaniner .scholar-wrap .scholar-menu-scroll .scholar-menu-item.selected {
  color: #0E3A94;
  font-weight: bold;
}
.sec-page-contaniner .scholar-wrap .scholar-menu-scroll .scholar-menu-item.selected::after {
  content: '';
  position: absolute;
  left: 0.24rem;
  right: 0.24rem;
  bottom: 0;
  height: 0.04rem;
  background: #0E3A94;
}
.sec-page-contaniner .scholar-wrap .scholar-list {
  padding: 0.3rem 0.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 0.24rem;
  row-gap: 0.28rem;
}
.sec-page-contaniner .scholar-wrap .scholar-card {
  text-align: center;
}
.sec-page-contaniner .scholar-wrap .scholar-avatar {
  width: 100%;
  aspect-ratio: 340 / 405;
  overflow: hidden;
  background: #f3f3f3;
}
.sec-page-contaniner .scholar-wrap .scholar-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-page-contaniner .scholar-wrap .scholar-name {
  margin-top: 0.16rem;
  font-size: 0.36rem;
  line-height: 0.4rem;
  color: #222;
  font-weight: 500;
}
.sec-page-contaniner .scholar-wrap .scholar-desc {
  margin-top: 0.1rem;
  font-size: 0.22rem;
  line-height: 0.28rem;
  color: #9b9b9b;
}
.sec-page-contaniner .news-wrap {
  padding: 0.3rem 0.25rem;
  background: #fff;
}
.sec-page-contaniner .news-wrap .news-list {
  margin-bottom: 0.3rem;
}
.sec-page-contaniner .news-wrap .news-item {
  padding: 0.2rem;
  background: #F6FAFF;
  margin-bottom: 0.2rem;
}
.sec-page-contaniner .news-wrap .news-item:last-child {
  margin-bottom: 0;
}
.sec-page-contaniner .news-wrap .news-link {
  display: flex;
  text-decoration: none;
  color: inherit;
  align-items: stretch;
}
.sec-page-contaniner .news-wrap .news-thumb {
  flex: 0 0 2rem;
  max-width: 2rem;
  overflow: hidden;
}
.sec-page-contaniner .news-wrap .news-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 1.34rem;
}
.sec-page-contaniner .news-wrap .news-body {
  flex: 1;
  min-width: 0;
  padding-left: 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec-page-contaniner .news-wrap .news-title {
  font-size: 0.28rem;
  line-height: 0.42rem;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sec-page-contaniner .news-wrap .news-date {
  font-size: 0.22rem;
  color: #CCCCCC;
  text-align: left;
}
.sec-page-contaniner .activity-menu-scroll {
  display: flex;
  height: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid #e6e6e6;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  margin-bottom: 1px;
}
.sec-page-contaniner .activity-menu-scroll::-webkit-scrollbar {
  display: none;
}
.sec-page-contaniner .activity-menu-scroll .activity-menu {
  display: inline-flex;
  white-space: nowrap;
  min-width: 100%;
}
.sec-page-contaniner .activity-menu-scroll .activity-menu-item {
  position: relative;
  display: inline-block;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.25rem;
  font-size: 0.3rem;
  color: #222;
  text-decoration: none;
  flex-shrink: 0;
}
.sec-page-contaniner .activity-menu-scroll .activity-menu-item.selected {
  color: #0E3A94;
  font-weight: bold;
}
.sec-page-contaniner .activity-menu-scroll .activity-menu-item.selected::after {
  content: '';
  position: absolute;
  left: 0.24rem;
  right: 0.24rem;
  bottom: 0;
  height: 0.04rem;
  background: #0E3A94;
}
.sec-page-contaniner .calendar-select {
  position: relative;
  width: 100%;
  margin-bottom: 0.24rem;
}
.sec-page-contaniner .calendar-select .calendar-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 1rem;
  padding: 0 0.2rem;
  border: 0;
  background: #F6FAFF;
  border-radius: 0.04rem;
  cursor: pointer;
  box-sizing: border-box;
  text-align: left;
}
.sec-page-contaniner .calendar-select .calendar-left {
  display: flex;
  height: 1rem;
  align-items: center;
}
.sec-page-contaniner .calendar-select .calendar-left img {
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  margin-right: 0.12rem;
}
.sec-page-contaniner .calendar-select .calendar-left .calendar-label {
  display: block;
  font-size: 0.26rem;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #333;
  margin-right: 0.14rem;
}
.sec-page-contaniner .calendar-select .calendar-left .calendar-date {
  display: block;
  font-size: 0.28rem;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #0E3A94;
}
.sec-page-contaniner .calendar-select .calendar-right {
  font-size: 0.28rem;
  color: #0E3A94;
}
.sec-page-contaniner .calendar-select .calendar-right img {
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  margin-left: 0.08rem;
}
.sec-page-contaniner .calendar-select .calendar-native-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.sec-page-contaniner .research-wrap {
  background: #fff;
}
.sec-page-contaniner .research-wrap .research-menu-scroll {
  display: flex;
  height: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid #e6e6e6;
  -webkit-overflow-scrolling: touch;
}
.sec-page-contaniner .research-wrap .research-menu-scroll::-webkit-scrollbar {
  display: none;
}
.sec-page-contaniner .research-wrap .research-menu-scroll .research-menu {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.sec-page-contaniner .research-wrap .research-menu-scroll .research-menu-item {
  position: relative;
  display: inline-block;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.25rem;
  font-size: 0.3rem;
  color: #222;
  text-decoration: none;
  flex-shrink: 0;
}
.sec-page-contaniner .research-wrap .research-menu-scroll .research-menu-item.selected {
  color: #0E3A94;
  font-weight: bold;
}
.sec-page-contaniner .research-wrap .research-menu-scroll .research-menu-item.selected::after {
  content: '';
  position: absolute;
  left: 0.24rem;
  right: 0.24rem;
  bottom: 0;
  height: 0.04rem;
  background: #0E3A94;
}
.sec-page-contaniner .research-wrap .research-list {
  padding: 0.3rem 0.25rem;
}
.sec-page-contaniner .research-wrap .research-item {
  border: 1px solid #ccc;
  border-radius: 0.3rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
}
.sec-page-contaniner .research-wrap .research-item:last-child {
  margin-bottom: 0;
}
.sec-page-contaniner .research-wrap .research-link {
  display: block;
  background: #F6FAFF;
  border-radius: 0.12rem;
  padding: 0.3rem;
  text-decoration: none;
  color: inherit;
}
.sec-page-contaniner .research-wrap .research-thumb {
  border-radius: 0.1rem;
  overflow: hidden;
  margin-bottom: 0.14rem;
}
.sec-page-contaniner .research-wrap .research-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.sec-page-contaniner .research-wrap .research-title {
  font-size: 0.28rem;
  line-height: 0.48rem;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.08rem;
}
.sec-page-contaniner .research-wrap .research-more {
  flex-shrink: 0;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #0E3A94;
}
.sec-page-contaniner .research-wrap .research-date {
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #B0B0B0;
}
.sec-page-contaniner .join-us-wrap {
  background: #fff;
  padding: 0.3rem 0.25rem;
}
.sec-page-contaniner .join-us-wrap .join-us-banner {
  border-radius: 0.12rem;
  overflow: hidden;
  margin-bottom: 0.28rem;
}
.sec-page-contaniner .join-us-wrap .join-us-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.sec-page-contaniner .join-us-wrap .join-us-intro {
  font-size: 0.28rem;
  line-height: 0.56rem;
  color: #333;
  margin-bottom: 0.4rem;
  padding-bottom: 0.26rem;
  border-bottom: 1px solid #EAEAEA;
}
.sec-page-contaniner .join-us-wrap .join-us-title {
  font-size: 0.36rem;
  color: #0E3A94;
  font-weight: bold;
  margin-bottom: 0.22rem;
}
.sec-page-contaniner .join-us-wrap .join-us-list {
  margin: 0;
  padding: 0;
}
.sec-page-contaniner .join-us-wrap .join-us-item {
  margin-bottom: 0.2rem;
}
.sec-page-contaniner .join-us-wrap .join-us-item:last-child {
  margin-bottom: 0;
}
.sec-page-contaniner .join-us-wrap .join-us-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.6rem;
  padding: 0.2rem 0.3rem;
  border: 1px solid #EEF1F4;
  background: #fff;
  text-decoration: none;
  box-sizing: border-box;
}
.sec-page-contaniner .join-us-wrap .join-us-link span {
  flex: 1;
  min-width: 0;
  font-size: 0.3rem;
  line-height: 0.56rem;
  color: #0E3A94;
  font-weight: bold;
  padding-right: 0.22rem;
}
.sec-page-contaniner .join-us-wrap .join-us-link img {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
}
.sec-page-contaniner .contact-us-wrap {
  background: #f5f5f5;
  padding: 0.3rem 0.25rem;
}
.sec-page-contaniner .contact-us-wrap .contact-map img {
  display: block;
  width: 100%;
  height: auto;
}
.sec-page-contaniner .contact-us-wrap .contact-section:last-child {
  margin-bottom: 0;
}
.sec-page-contaniner .contact-us-wrap .contact-section-title {
  font-size: 0.36rem;
  line-height: 0.5rem;
  color: #0E3A94;
  font-weight: bold;
  margin-bottom: 0.2rem;
  margin-top: 0.3rem;
}
.sec-page-contaniner .contact-us-wrap .contact-card {
  margin-bottom: 0.2rem;
  padding: 0.3rem 0.25rem;
  background-color: #fff;
}
.sec-page-contaniner .contact-us-wrap .contact-card:last-child {
  margin-bottom: 0;
}
.sec-page-contaniner .contact-us-wrap .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 0.2rem;
  margin-bottom: 0.3rem;
}
.sec-page-contaniner .contact-us-wrap .contact-grid:last-child {
  margin-bottom: 0;
}
.sec-page-contaniner .contact-us-wrap .contact-col {
  min-width: 0;
}
.sec-page-contaniner .contact-us-wrap .contact-row {
  margin-bottom: 0.3rem;
}
.sec-page-contaniner .contact-us-wrap .contact-row:last-child {
  margin-bottom: 0;
}
.sec-page-contaniner .contact-us-wrap .contact-label {
  font-size: 0.24rem;
  color: #999;
  line-height: 0.3rem;
  margin-bottom: 0.2rem;
}
.sec-page-contaniner .contact-us-wrap .contact-value {
  font-size: 0.3rem;
  color: #333;
  word-break: break-all;
}
.sec-page-contaniner .details-wrap {
  background: #fff;
  padding: 0.3rem 0.25rem;
}
.sec-page-contaniner .details-wrap .details-date {
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #B8B8B8;
  margin-bottom: 0.22rem;
}
.sec-page-contaniner .details-wrap .details-title {
  font-size: 0.34rem;
  line-height: 0.64rem;
  color: #333;
  font-weight: normal;
  margin: 0 0 0.2rem;
}
.sec-page-contaniner .details-wrap .details-content {
  border-top: 1px solid #F0F0F0;
  padding-top: 0.2rem;
  margin-bottom: 0.25rem;
}
.sec-page-contaniner .details-wrap .details-content p {
  font-size: 0.26rem;
  line-height: 0.48rem;
  color: #666;
  margin: 0;
  text-align: justify;
}
.sec-page-contaniner .details-wrap .details-meta p {
  font-size: 0.26rem;
  line-height: 0.48rem;
  color: #666;
  margin: 0 0 0.04rem;
  word-break: break-all;
}
.sec-page-contaniner .details-wrap .details-meta p:last-child {
  margin-bottom: 0;
}
