@import url("//at.alicdn.com/t/c/font_5087168_aowok0zxhqj.css");
body {
  background-color: transparent !important;
}
.web-container {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}
section.web-container {
  padding-top: 0;
  padding-bottom: 0;
}
.bg-white {
  background-color: #fff;
}
.theme-color,
.theme-color .ant-breadcrumb-link {
  color: var(--theme-color);
}
.error-color {
  color: #f55 !important;
}
.ccc-color {
  color: #ccc;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ant-btn,
.ant-input {
  height: 1.5rem;
}
.iconfont {
  font-size: 0.65rem;
}
.header {
  padding: 0.75rem 0;
  background-color: #fff;
}
.search-box {
  width: 100%;
  max-width: 22rem;
}
.search-box .ant-input {
  height: 1.5rem;
  border-radius: 0.1rem 0 0 0.1rem;
  border: 1px solid #e5e5e5;
  flex: 1 1 auto;
  font-size: 0.5rem;
}
.search-box .ant-input::placeholder {
  font-size: 0.5rem;
}
.search-box .ant-btn {
  height: 1.5rem;
  width: 2rem;
  background: var(--theme-color);
  color: #fff;
  border-radius: 0 0.1rem 0.1rem 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5rem;
}
.header .logo img {
  width: 11rem;
  height: 2.2rem;
  object-fit: contain;
}
.nav {
  height: 55px;
  line-height: 2rem;
  background: var(--web-nav-color);
  color: var(--web-nav-font-color);
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(9, 79, 120, 0.08);
  box-shadow: 0px 3px 8px 0px rgba(9, 79, 120, 0.08);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
}


.nav-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.nav .nav-menu {
  display: none;
}
.nav-item {
  position: relative;
  line-height: 1.2;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2rem;
  margin: 0 5px;
}
.nav-item-p {
  display: block;
  padding: 0 15px;
  width: 100%;
  font-size: 0.65rem;
  text-align: center;
  height: 2rem;
  line-height: 2rem;
  color: var(--web-nav-font-color);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nav-item.selected .nav-item-p,
.nav-item:hover .nav-item-p {
  background: var(--web-nav-active-color);
  color: var(--web-nav-font-active-color);
  transition: all 0.3s ease-in-out;
}
.nav-item .nav-item-second {
  width: 200%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  display: none;
  background: var(--web-nav-color);
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
}
.nav-item .nav-item-second a {
  display: block;
  text-align: center;
  padding: 10px;
  line-height: 1.2;
  color: var(--web-nav-font-color);
  transition: all 0.3s ease-in-out;
}
.nav-item .nav-item-second a:hover {
  background: var(--web-nav-active-color);
  color: var(--web-nav-font-active-color);
  transition: all 0.3s ease-in-out;
}
.nav-item:hover .nav-item-second {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
.common-module {
  background-color: #fff;
  padding: 15px;
  border-radius: 0.1rem;
  overflow: hidden;
}
.notice-module .web-container.common-module {
  background-color: #fff !important;
}
.common-module-title {
  font-size: 0.6rem;
  margin-bottom: 20px;
}
.common-module-title img {
  width: 0.5rem;
  height: 0.5rem;
}
.common-module-title .more-text {
  font-size: 0.45rem;
}
.common-module-list-title,
.common-module-item-title {
  font-size: 0.53rem;
  margin-bottom: 5px;
  color: #000;
}
.common-module-list-title .ant-tag,
.common-module-item-title .ant-tag {
  background: rgba(16, 62, 148, 0.1);
  color: var(--theme-color);
  font-weight: 500;
  padding: 0 4px;
  font-size: 0.45rem;
  margin-right: 2px;
  border: 0px;
  border-radius: 2px;
  line-height: 1.6em;
}
.common-module-list-content,
.common-module-item-content {
  font-size: 0.45rem;
  color: #999;
}
.common-module-list img,
.common-module-item img {
  width: 5.3rem;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
}
.common-module-list a,
.common-module-item a {
  width: 100%;
}
.common-module-list a:hover .common-module-item-title,
.common-module-item a:hover .common-module-item-title {
  color: var(--theme-color);
}
.common-module-list a:hover .common-module-item-content,
.common-module-item a:hover .common-module-item-content {
  color: #333;
}
.common-module-item:not(:last-child) {
  margin-bottom: 20px;
}
.notice-module {
  margin-top: 15px;
  margin-bottom: 0.8rem;
  height: auto;
  padding: 0;
}
.notice-module .common-module {
  padding: 15px;
  height: auto;
}
.notice-module .carousel-notice-module {
  height: auto;
}
.notice-module .carousel-notice-module .carousel-notice-item {
  position: relative;
  height: auto;
}
.notice-module .carousel-notice-module .carousel-notice-item img {
  width: 790px;
  height: 445px;
  object-fit: cover;
  vertical-align: bottom;
  border-radius: 0.1rem;
  display: block;
  margin: 0 auto;
}

.carousel-img {
  width: 790px;
  height: 445px;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
}
.notice-module .carousel-notice-module .carousel-notice-item .carousel-notice-item-title {
  padding-right: 120px;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1.5rem;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  color: #fff;
  line-height: 1.5rem;
  padding-left: 0.5rem;
  margin-bottom: 0;
  border-radius: 0 0 0.1rem 0.1rem;
}
.notice-module .carousel-notice-module .custom-dots {
  width: auto;
  right: 0.5rem;
  bottom: 0.8rem;
}
.notice-module .carousel-notice-module .custom-dots li button {
  background: #fff !important;
  opacity: 0.5;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 5px !important;
  height: 5px !important;
  border-radius: 50%;
}
.notice-module .carousel-notice-module .custom-dots li button.slick-active {
  opacity: 1;
}
.notice-module .notice-module-content {
  height: auto;
  overflow: visible;
}
.notice-module .notice-module-content .notice-module-title {
  margin-bottom: 24px;
}
.notice-module .notice-module-content .notice-module-item:not(:last-child) {
  margin-bottom: 18px;
}
.expert-module {
  max-height: none;
  overflow: visible;
  margin-bottom: 0.8rem;
}
.expert-module-item img {
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.expert-module-item-teaching,
.expert-module-item-position {
  font-size: 0.56rem;
  margin-top: 6px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 0.3s ease-in-out;
}
.expert-module-item-position {
  font-size: 0.45rem;
  margin-top: 2px;
}
.expert-module-item:hover img {
  transform: scale(1.1);
}
.expert-module-item:hover .expert-module-item-teaching {
  color: var(--theme-color);
}
.expert-module-item:hover .expert-module-item-position {
  color: #333;
}
.exper-module-list {
  display: flex;
  flex-wrap: nowrap;
  --bs-gutter-x: 0;
}
.exper-module-list > [class*="col-"] {
  flex: 0 0 12.5% !important;
  max-width: 12.5% !important;
}
.xueshu-module {
  height: 17rem;
}
.xueshu-module-middle img {
  width: 100%;
  height: 4.9rem;
  object-fit: cover;
  border-radius: 0.1rem 0.1rem 0 0;
}
.xueshu-module-middle-desc {
  border-radius: 0 0 0.1rem 0.1rem;
  box-shadow: 0rem 0.08rem 0.15rem 0rem rgba(0, 0, 0, 0.08);
  padding: 5px 10px;
  transition: color 0.3s ease-in-out;
}
.xueshu-module-middle-desc-title {
  font-size: 0.53rem;
}
.xueshu-module-middle-desc-time {
  font-size: 0.45rem;
}
.xueshu-module-middle:hover .xueshu-module-middle-desc-title {
  color: var(--theme-color);
}
.xueshu-module-middle:hover .xueshu-module-middle-desc-time {
  color: #333;
}
.xueshu-module-date {
  width: 3rem;
  height: 3rem;
  background: linear-gradient(180deg, #2572c6 0%, #103e94 100%);
  border-radius: 0.11rem;
  color: #fff;
  font-size: 0.83rem;
  margin-right: 10px;
}
.xueshu-module-content {
  width: calc(100% - 3rem - 10px);
}
.kepu-module {
  height: 17rem;
}
.kepu-module-middle {
  margin-bottom: 23px;
  position: relative;
}
.kepu-module-middle img {
  width: 100%;
  height: 6.75rem;
  object-fit: cover;
  border-radius: 0.1rem;
}
.kepu-middle-link {
  display: block;
  position: relative;
}
.kepu-overlay-title {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1.5rem;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 1.5rem;
  padding-left: 0.5rem;
  margin-bottom: 0;
  border-radius: 0 0 0.1rem 0.1rem;
}
.kepu-tile-list .col-6 a {
  display: block;
}
.kepu-module-content {
  width: 100%;
}
.kepu-module .common-module-item-title {
  margin-bottom: 3px;
}
.kepu-module .common-module-item:not(:last-child) {
  margin-bottom: 25px;
}
.top-module {
  height: 17rem;
}
.top-module-content {
  width: calc(100% - 5.3rem - 10px);
}
.top-module .common-module-item-title {
  margin-bottom: 5px;
}
.top-module .zhinan-list .top-module-content {
  width: 100%;
}
.top-module .zhinan-list .common-module-item-title {
  margin-bottom: 5px;
}
.top-module .zhinan-list .common-module-item:not(:last-child) {
  margin-bottom: 18px;
}
.top-module .ant-tag:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.top-module.common-module {
  padding: 12px;
}
.friend-link-module {
  margin-top: 0.8rem;
  max-height: 8.1rem;
  overflow: hidden;
}
.friend-link-module-list img {
  width: 100%;
  height: 2.25rem;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
  border-radius: 0.1rem;
}
.friend-link-module-list img:hover {
  transform: scale(1.1);
}
.footer {
  background-color: #fff;
  padding: 20px 0;
  margin-top: 35px;
  width: 100%;
}


.footer-wrapper {
  gap: 100px;
}
.footer .logo {
  width: 3.1rem;
  height: 3rem;
  object-fit: cover;
}
.call-module-link-title {
  margin-bottom: 5px;
  font-size: 14px;
}
.call-module-link-list a,
.call-module-link-list li {
  font-size: 0.45rem !important;
}
.call-module-link-list a:not(:last-child),
.call-module-link-list li:not(:last-child) {
  margin-bottom: 5px;
}
.call-module .erweima {
  font-weight: bold;
  color: #333;
}
.copyright {
  padding: 0.2rem 0;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 0.45rem !important;
  width: 100%;
}


.sub-banner {
  background: url(../images/sub-banner.png) no-repeat center center;
  background-size: auto 100%;
  overflow: hidden;
  padding: 4px 0;
}
.sub-banner .breadcrumb { margin-bottom: 0; }
.sub-banner nav.mt15 { margin-top: 4px; }
.sub-banner-title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-top: 15px;
  line-height: 1.2;
  text-align: center;
}
.sub-nav {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 137, 110, 0.26);
  padding: 0.35rem 0;
  position: sticky;
  top: 60px;
  z-index: 9;
}
.sub-nav .ant-tabs-bar {
  margin-bottom: 0;
  border-bottom: 0;
}
.sub-nav .ant-tabs-ink-bar {
  display: none !important;
}
.sub-nav .ant-tabs-nav-container,
.sub-nav .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
.sub-nav .ant-tabs-nav .ant-tabs-tab {
  font-size: 0.6rem;
  line-height: 1;
  padding: 0.45rem 0.8rem;
  border-radius: 1.5rem;
  color: #777777;
  border: 1px solid transparent;
  display: inline-block;
}
.sub-nav .ant-tabs-nav .ant-tabs-tab:hover {
  color: var(--web-nav-color);
  border-color: var(--web-nav-color);
}
.sub-nav .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active {
  font-weight: bold;
  color: #fff;
  border-color: var(--web-nav-color);
  background: var(--web-nav-color);
}
.sub-news-module {
  background-color: #fff;
  padding: 25px;
}
.sub-news-module .news-item {
  color: #333;
}
.sub-news-module .news-item:not(:last-child) {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #ededed;
  transition: all 0.3s ease-in-out;
}
.sub-news-module .news-item:not(:last-child):before {
  top: calc(50% - 0.4rem);
}
.sub-news-module .news-item:not(:last-child):hover {
  color: var(--theme-color);
}
.sub-news-module-title-wrapper {
  position: relative;
}
.sub-news-module-title-wrapper::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #eee;
  position: absolute;
  bottom: 13px;
  left: 0;
}
.sub-news-module-title {
  display: inline-block;
  font-size: 0.6rem;
  color: var(--theme-color);
  padding-bottom: 0.5rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.sub-news-module-title::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.second-news-module {
  padding: 25px !important;
}
.filter-wrapper {
  background: #ffffff;
  padding: 0.8rem 0;
  box-shadow: 0rem 0.08rem 0.23rem 0rem rgba(0, 0, 0, 0.1);
}
.meeting-list {
  margin-top: 0px;
}
.meeting-list .meeting-item {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px dashed #ddd;
}
.meeting-list .meeting-item-avatar-wrapper {
  flex: 0 0 6.5rem;
}
.meeting-list .meeting-item-avatar {
  padding-top: 56%;
  position: relative;
  overflow: hidden;
}
.meeting-list .meeting-item-avatar img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.meeting-list .meeting-item-details-title {
  color: #000;
}
.meeting-list .meeting-item:hover .meeting-item-details .meeting-item-details-title {
  color: var(--theme-color);
}
.meeting-list .meeting-item:hover .meeting-item-avatar {
  transform: scale(1.05);
}
.sub-expert-list {
  height: auto !important;
}
.guest-detail-info {
  margin-left: 25px;
}
.guest-detail-avatar-wrapper {
  width: 160px;
}
.guest-detail-avatar {
  padding-top: 140%;
  position: relative;
}
.guest-detail-avatar img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  .web-container {
    width: 100%;
    min-width: auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .header {
    padding: 15px 0;
    height: 70px;
  }
  .header .logo img {
    width: 8rem;
    height: auto;
  }
  .ant-input-search {
    position: absolute;
    left: 15px;
    top: 80px;
    z-index: 3;
    width: 70vw;
  }
  .ant-btn,
  .ant-input {
    height: 32px;
  }
  .ant-btn {
    border: 1px solid;
  }
  .nav {
    padding-left: 0;
    padding-right: 0;
  }
  
  .nav-inner {
    width: 100%;
  }
  
  .footer-inner {
    width: 100%;
  }
  
  .copyright-inner {
    width: 100%;
  }
  .nav .nav-menu {
    display: block;
    font-size: 1rem;
    padding: 0 0.3rem;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .nav .nav-list {
    display: none;
    position: absolute;
    right: 0;
    top: 1.8rem;
    width: 8rem;
    z-index: 1;
    max-height: 70vh;
    overflow: auto;
    background: var(--web-nav-color);
  }
  .nav .nav-list .nav-item {
    margin: 0;
  }
  .nav .nav-list .nav-item-p {
    line-height: 1.2;
    padding: 0.5rem;
    text-align: left;
    font-size: 0.6rem;
    height: auto;
  }
  .nav .nav-list .nav-item-second {
    position: static;
    width: 100%;
    font-size: 0.5rem;
    display: block;
    background: var(--web-nav-active-color);
  }
  .nav .nav-list .nav-item-second a {
    text-align: left;
    position: relative;
    padding: 0.3rem 0.3rem 0.3rem 1rem;
    transition: all 0.3s ease-in-out;
  }
  .nav .nav-list .nav-item-second a:before {
    content: " - ";
    position: absolute;
    left: 0.5rem;
    top: 0.25rem;
  }
  .nav .nav-list .nav-item-second a:hover {
    background: var(--web-nav-active-color);
    color: var(--web-nav-font-active-color);
    transition: all 0.3s ease-in-out;
  }
  .common-module-title {
    margin-bottom: 10px;
  }
  .notice-module {
    height: auto;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .notice-module .carousel-notice-module {
    height: auto;
  }
  .notice-module .carousel-notice-module .carousel-notice-item {
    height: auto;
  }
  .notice-module .carousel-notice-module .carousel-notice-item img,
  .carousel-img {
    width: 100% !important;
    height: auto !important;
  }
  .notice-module .notice-module-content .notice-module-title {
    margin-bottom: 10px;
  }
  .notice-module .notice-module-content .notice-module-item:not(:last-child) {
    margin-bottom: 0.6rem;
  }
  .expert-module {
    max-height: none;
    margin-bottom: 15px;
  }
  .xueshu-module,
  .kepu-module,
  .top-module {
    height: auto;
    margin-bottom: 6px;
  }
  .friend-link-module {
    max-height: none;
    margin-top: 10px;
  }
  .exper-module-list {
    overflow-x: auto;
  }
  .footer {
    padding: 0.3rem 0;
    margin-top: 20px;
    width: 100%;
  }
  .footer-wrapper {
    flex-direction: column;
    gap: 0.3rem;
    align-items: flex-start;
  }
  .footer-wrapper .quick-link {
    width: 100%;
    justify-content: space-between;
  }
  .call-module-link-title {
    font-size: 0.4rem;
  }
  .call-module-link-list a,
  .call-module-link-list li {
    font-size: 0.35rem;
  }
  .copyright {
    padding: 0.1rem 0;
    font-size: 0.3rem;
    width: 100%;
  }
  .sub-banner {
    height: auto;
  }
  .sub-banner-title {
    font-size: 0.8rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sub-nav {
    top: 3.6rem;
    overflow-x: auto;
  }
  .sub-nav-item {
    padding: 0.3rem 0.8rem;
  }
  .guest-detail-content {
    display: block;
  }
  .guest-detail-info {
    margin-left: 0;
    margin-top: 0.5rem;
    width: 100% !important;
  }
  .guest-detail-info p {
    margin-bottom: 0.2rem;
  }
  .guest-detail-info p:first-child {
    text-align: center;
    margin-bottom: 15px;
  }
  .guest-detail-avatar-wrapper {
    width: 120px;
    margin: 0 auto;
  }
}
