.leader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.leader-list > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  width: 100%;
}
.leader-list > ul li {
  display: flex;
  gap: 0.17rem;
  width: calc(50% - 7px);
  padding: 0.28rem;
  min-height: 2rem;
  background-color: #f9f9f9;
}
.leader-list > ul li:nth-child(1) {
  order: 0;
  border-bottom: 2px solid #CD3744;
}
.leader-list > ul li:nth-child(2) {
  order: 2;
}
.leader-list > ul li:nth-child(3) {
  order: 1;
  border-bottom: 2px solid #CD3744;
}
.leader-list > ul li:nth-child(4) {
  order: 3;
}
.leader-list > ul li:nth-child(n+5) {
  order: 10;
  margin-left: calc(50% + 7px);
}
.leader-list > ul li .name {
  margin-bottom: 0.28rem;
  font-weight: 600;
  font-size: max(0.2rem, 14px);
  color: #3F454E;
  letter-spacing: 0.5px;
  line-height: 1.4;
}
.leader-list > ul li span {
  color: #CD3744;
  font-size: 16px;
}
.leader-list > ul li .pos {
  margin-bottom: 0.18rem;
  color: #666666;
}
.leader-list > ul li p {
  margin: 0;
}
.leader-list > ul li p + p {
  margin-top: 8px;
}
@media screen and (max-width: 910px) {
  .leader-list > ul li {
    width: 100%;
    order: unset !important;
    margin-left: 0 !important;
  }
}

.common-banner {
  background: #ECECEC;
}

.common-title {
  display: inline-block;
}
.common-title .title-cn {
  font-weight: 700;
  font-size: max(0.3rem, 20px);
  color: #CD3744;
  letter-spacing: 0;
  line-height: 1.2;
}
.common-title .title-en {
  position: relative;
  margin-top: 12px;
  position: relative;
  font-family: Gilroy;
  font-style: italic;
  font-weight: 700;
  font-size: max(0.24rem, 12px);
  color: #585858;
  letter-spacing: 1.5px;
  line-height: 0.6;
  text-transform: uppercase;
}
.common-title .title-en::after {
  content: "";
  display: block;
  opacity: 0.41;
  width: 100%;
  height: 0.3em;
  background-image: linear-gradient(90deg, #CD3744 0%, rgba(205, 55, 68, 0) 100%);
}

.page-banner {
  font-size: 0;
  height: 2.59rem;
}
.page-banner .banner-img {
  height: 100%;
}
.page-banner .banner-img > div {
  height: 100%;
}

.inner-top-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.inner-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  max-width: 100%;
  gap: 0.5rem;
}
.inner-content img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

.left-menu {
  width: 2.32rem;
  min-width: 200px;
  flex-shrink: 0;
  position: relative;
  top: -30px;
}
.left-menu .menu-top {
  padding: 15px 0;
  background: url(/_upload/tpl/0f/80/3968/template3968/images/common/common-bg.jpg) no-repeat bottom right/cover;
  text-align: center;
  border-radius: 8px 8px 0 0;
}
.left-menu .menu-top .title-cn {
  font-weight: 500;
  font-size: max(0.24rem, 18px);
  color: #ffffff;
}
.left-menu .menu-top .title-en {
  font-family: DINAlternate-Bold;
  font-weight: 500;
  font-size: max(0.14rem, 12px);
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0;
  text-align: center;
}
.left-menu .menu-nav .menu > li.parent, .left-menu .menu-nav .menu > li.selected {
  background-color: #fff;
}
.left-menu .menu-nav .menu > li.parent > a, .left-menu .menu-nav .menu > li.selected > a {
  border: 2px solid #CD3744;
}
.left-menu .menu-nav .menu > li.parent.even > a::after, .left-menu .menu-nav .menu > li.selected.even > a::after {
  background: url(/_upload/tpl/0f/80/3968/template3968/images/common/icon_tri_active.png) no-repeat center/contain;
}
.left-menu .menu-nav .menu > li.even > a {
  position: relative;
}
.left-menu .menu-nav .menu > li.even > a::after {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(/_upload/tpl/0f/80/3968/template3968/images/common/icon_tri.png) no-repeat center/contain;
}
.left-menu .menu-nav > ul > li {
  margin: 2px 0;
  position: relative;
  background-color: #f9f9f9;
}
.left-menu .menu-nav > ul > li.selected {
  color: #CD3744;
}
.left-menu .menu-nav > ul > li > a {
  display: block;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 18px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.25;
  border: 2px solid transparent;
}
.left-menu .menu-nav > ul > li.parent ul, .left-menu .menu-nav > ul > li.selected ul {
  display: block;
}
.left-menu .menu-nav > ul > li:hover > a, .left-menu .menu-nav > ul > li.selected > a {
  color: #CD3744;
  font-weight: 600;
}
.left-menu .menu-nav > ul > li > ul {
  display: none;
}
.left-menu .menu-nav > ul > li > ul > li {
  padding: 12px 10px;
  border-left: unset;
}
.left-menu .menu-nav > ul > li > ul > li a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 1.428;
  font-weight: 400;
}
.left-menu .menu-nav > ul > li > ul > li:hover > a {
  color: var(--stylingColor);
}
.left-menu .menu-nav > ul > li > ul > li.selected > a {
  color: var(--stylingColor);
}

.right-content {
  margin-top: 30px;
  min-height: 500px;
  flex: 1;
}
.right-content .breadcrumb {
  font-weight: 400;
  font-size: max(0.16rem, 12px);
  color: #666666;
  letter-spacing: 0.4px;
  line-height: 1.5;
  padding-left: 25px;
}
.right-content .breadcrumb a {
  position: relative;
  color: #666666;
  vertical-align: top;
}
.right-content .breadcrumb a:first-child::before {
  content: "";
  position: absolute;
  left: -25px;
  display: block;
  width: max(0.22rem, 18px);
  height: max(0.22rem, 18px);
  background: url(/_upload/tpl/0f/80/3968/template3968/images/common/icon-home@2x.png) no-repeat center/contain;
}
.right-content .breadcrumb a:last-child {
  font-weight: 500;
  color: #C91520;
}
.right-content .breadcrumb .possplit {
  background-image: none;
  width: auto;
  display: inline-block;
  text-indent: unset;
  color: #909499;
}
.right-content .column-title {
  display: block;
  margin: 25px 0 40px;
  font-weight: 600;
  font-size: 28px;
  color: #040e1d;
  letter-spacing: 0;
  line-height: 1.2;
}

.article {
  margin: 20px 0;
  width: 100%;
}
.article .article-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.article .article-title h1 {
  margin: 30px 0;
  font-weight: 500;
  font-size: max(0.32rem, 25px);
  color: #303133;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}
.article .article-title p {
  font-family: Montserrat-Medium;
  font-weight: 500;
  font-size: 14px;
  color: #0e80da;
  letter-spacing: 1.4px;
  text-align: center;
}
.article .article-title span {
  font-weight: 400;
  font-size: 12px;
  color: #9d9d9d;
  letter-spacing: 0;
}
.article .article-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.article .article-info > p {
  margin-right: 30px;
}
.article .article-content {
  margin-top: 20px;
  margin-bottom: 100px;
}

.wp_articlecontent p {
  margin: 1.1em 0;
  font-size: 18px;
  color: #606366;
  line-height: 1.8;
}
.wp_articlecontent p img {
  width: unset;
}
.wp_articlecontent p strong span {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", Arial, sans-serif !important;
  font-size: 16px !important;
}
.wp_articlecontent img {
  max-width: 100%;
  height: auto;
}
.wp_articlecontent h3 {
  font-weight: 600;
  font-size: 20px;
  color: #C91520;
  line-height: 32px;
}
.wp_articlecontent .info-area {
  background: rgba(236, 236, 236, 0.2980392157);
  display: flex;
  padding: 20px;
  margin-bottom: 40px;
  gap: 20px;
}
.wp_articlecontent .info-area .avatar {
  height: 200px;
}
.wp_articlecontent .info-area .avatar p {
  height: 100%;
  margin: 0;
}
.wp_articlecontent .info-area .avatar img {
  max-height: 100%;
  max-width: 300px;
}
.wp_articlecontent .info-area .text {
  flex: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0;
  align-content: start;
}
.wp_articlecontent .info-area .text h3 {
  width: 100%;
  margin-bottom: 100px;
}
.wp_articlecontent .info-area .text .field {
  min-width: 50%;
  margin: 0;
  font-size: max(12px, 0.16rem);
  color: #202020;
}

.main-content {
  min-height: 40vh;
  font-weight: 400;
  font-size: max(0.16rem, 14px);
  color: #666666;
  letter-spacing: 0.4px;
  line-height: 1.625;
}
.main-content p {
  margin: 1em 0;
}
.main-content p:first-child {
  margin-top: 0;
}

.about-wrap table {
  margin-bottom: 0.3rem;
  text-align: center;
  width: 100%;
}
.about-wrap table tr:first-child {
  font-size: max(0.2rem, 16px);
  background: #CD3744;
  font-weight: 600;
  color: #fff;
}
.about-wrap table tr:nth-child(2) {
  font-weight: 600;
  background: #fafafa;
}
.about-wrap table tr:nth-child(2) td {
  border-bottom: unset;
}
.about-wrap table tr:nth-child(n+2) td {
  border-top: unset;
}
.about-wrap table tr td {
  border: 1px solid rgba(151, 151, 151, 0.3);
}
.about-wrap table tr td:nth-child(n+2) {
  border-left: unset;
}
.about-wrap table td {
  padding: 0.2rem;
}
.about-wrap .profile-wrap h2 {
  max-width: calc(100% - 4rem);
  margin-bottom: 1em;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: max(0.24rem, 16px);
  color: #333;
  letter-spacing: 0.6px;
  line-height: 1.1;
}
.about-wrap .profile-wrap h2::after {
  content: "";
  position: absolute;
  transform: translateY(-40%);
  display: block;
  width: 100%;
  height: 1em;
  opacity: 0.41;
  background-image: linear-gradient(90deg, #CD3744 0%, rgba(205, 55, 68, 0) 100%);
}
.about-wrap .profile-wrap h3 {
  width: calc(100% - 4rem);
  margin-bottom: 1em;
  font-size: max(0.16rem, 14px);
  font-weight: 400;
}
.about-wrap .about-img {
  float: right;
  margin: 0 1.8em 1em 1.5em;
  width: 3.2rem;
  height: 4rem;
  border-radius: 6px;
  overflow: hidden;
}
.about-wrap .profile-content {
  padding: 2em;
  background: #FAFAFA;
}
.about-wrap .wp_entry {
  overflow: unset;
}

.default-list {
  font-weight: 500;
  color: #3F454E;
  line-height: 1.375;
}
.default-list > ul {
  display: flex;
  flex-wrap: wrap;
}
.default-list > ul li {
  display: flex;
  margin-right: 0.38rem;
  padding: 0.22rem 0;
  gap: 0.19rem;
  align-items: center;
  width: calc((100% - 0.38rem) / 2);
}
.default-list > ul li .title {
  font-weight: 600;
}
.default-list > ul li:hover .title {
  color: var(--stylingColor);
}
.default-list > ul li:hover .action-img img {
  transform: scale(1.1);
}
.default-list > ul li:nth-child(-n+2) {
  padding-top: 9px;
}
.default-list > ul li:nth-child(2n) {
  margin-right: 0;
}
.default-list > ul li:nth-child(n+3) {
  border-top: 1px dashed #979797;
}
.default-list.hasimg > ul li {
  padding: 0.22rem 0;
  align-items: start;
  width: 100%;
}
.default-list.hasimg > ul li:nth-child(n+2) {
  border-top: 1px solid rgba(151, 151, 151, 0.1);
}
.default-list.hasimg > ul li .title {
  font-size: max(0.16rem, 16px);
  height: max(0.44rem, 44px);
  line-height: 1.375;
}
.default-list.hasimg > ul li .action-img {
  width: 2.62rem;
  height: 1.55rem;
  flex-shrink: 0;
}
.default-list.hasimg > ul li .action-img.works {
  width: 1.6rem;
  height: 2.4rem;
}
.default-list.hasimg > ul li .right-w {
  padding-top: 8px;
}
.default-list.hasimg > ul li .right-w .ellipsis-3 {
  font-size: max(0.12rem, 12px);
  color: #606061;
  font-family: PingFangSC-Light;
  line-height: max(0.2rem, 16px);
}
.default-list.image-list > ul li {
  padding: 0.22rem 0;
}
.default-list.image-list > ul li .title {
  font-size: max(0.16rem, 16px);
  line-height: 1.375;
}
.default-list.image-list > ul li .action-img {
  width: 1.3rem;
  height: 0.8rem;
  flex-shrink: 0;
}

.detail-wrap {
  padding: 0.8rem 0 1.3rem;
  flex: auto;
}
.detail-wrap .de-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.detail-wrap .de-top h2 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: max(0.32rem, 18px);
  color: #303133;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}
.detail-wrap .de-top p {
  font-size: max(0.16rem, 12px);
  margin-bottom: 16px;
  color: #C91520;
  text-align: center;
}
.detail-wrap .de-con > *:first-child {
  padding-top: 1.6em;
}

.list-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 0.12rem;
  margin-bottom: 0.4rem;
}
.list-tab .tab-item {
  min-width: 1.44rem;
  padding: 0.1rem 0.2rem;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  text-align: center;
  line-height: 20px;
  background: rgba(236, 236, 236, 0.2980392157);
  border: 2px solid transparent;
  cursor: pointer;
}
.list-tab .tab-item.active {
  background: #fff;
  border-color: #CD3744;
}
.list-tab .tab-item:hover {
  color: #CD3744;
}

.list-category {
  margin-bottom: 0.4rem;
}
.list-category .category-item {
  display: flex;
  align-items: start;
  padding: 0.2rem 0;
  border-bottom: 1px dashed rgba(151, 151, 151, 0.2980392157);
}
.list-category .category-item:last-child {
  border-bottom: 1px solid rgba(151, 151, 151, 0.4980392157);
}
.list-category .category-item .category-title {
  min-width: 100px;
  width: 1.25rem;
  padding: 0.1rem;
  background: #CD3744;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 20px;
}
.list-category .category-item ul {
  margin-left: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem;
}
.list-category .category-item ul li {
  padding: 0.1rem;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
.list-category .category-item ul li.active {
  color: #CD3744;
  text-decoration: underline;
}

.teacher-list > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.teacher-list > ul li {
  padding: 0.13rem;
  width: calc((100% - 14px) / 2);
  display: flex;
  gap: 0.17rem;
  background-color: #f9f9f9;
}
.teacher-list > ul li .name {
  margin-bottom: 3px;
  font-weight: 600;
  font-size: max(0.2rem, 14px);
  color: #C91520;
  letter-spacing: 0.5px;
  line-height: 1.4;
}
.teacher-list > ul li .pos {
  margin-bottom: 6px;
  color: #666666;
}
.teacher-list > ul li .fields p {
  margin: 0;
}
.teacher-list > ul li .fields p:first-child {
  word-break: break-all;
}
.teacher-list > ul li .fields p + p {
  margin-top: 0px;
}
.teacher-list > ul li .fields .ellipsis-3 a {
  white-space: break-spaces;
}
.teacher-list > ul li .tea-img {
  width: 1.52rem;
  height: 2.14rem;
  flex-shrink: 0;
}

.hint {
  font-size: 14px;
  margin-top: 20px;
  color: #999;
}

.third-nav {
  margin-bottom: 0.4rem;
}
.third-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.third-nav li {
  margin-right: 0.2rem;
  display: inline-block;
  padding: 9px 0.32rem;
  background-color: rgba(236, 236, 236, 0.3);
}
.third-nav li.current {
  border: 2px solid #CD3744;
}

@media screen and (max-width: 1600px) {
  .page-banner {
    height: 3.6rem;
  }
  .default-list .action-img {
    width: 3.144rem;
    height: 1.86rem;
  }
  .default-list .action-img.works {
    width: 1.92rem;
    height: 2.88rem;
  }
}
@media screen and (max-width: 1200px) {
  .inner-content,
  .common-wrap {
    width: 98%;
    box-sizing: border-box !important;
  }
}
@media screen and (max-width: 910px) {
  .inner-content {
    gap: 0.24rem;
  }
  .inner-content .right-content .inner-top-wrap {
    display: block;
  }
  .inner-content .right-content .inner-top-wrap .breadcrumb {
    margin-bottom: 12px;
    text-align: right;
  }
  .inner-content .right-content .main-content .about-wrap .profile-wrap .about-img {
    margin: 0 0 0.4rem 0;
    width: 100%;
  }
  .inner-content .right-content .main-content .about-wrap .profile-wrap h2,
  .inner-content .right-content .main-content .about-wrap .profile-wrap h3 {
    max-width: none;
    width: auto;
  }
  .inner-content .right-content .main-content .about-wrap table {
    margin-bottom: 0.12rem;
  }
  .inner-content .right-content .main-content .about-wrap table tr td {
    padding: 0.08rem;
  }
  .inner-content .right-content .main-content .default-list.hasimg > ul li .action-img {
    width: 1.6rem;
    height: 1rem;
  }
  .inner-content .right-content .main-content .default-list.hasimg > ul li .action-img.works {
    width: 1.2rem;
    height: 1.92rem;
  }
  .inner-content .right-content .main-content .default-list.hasimg > ul li .right-w {
    padding-top: 8px;
  }
  .inner-content .right-content .main-content .default-list.hasimg > ul li .right-w .ellipsis-2 {
    height: max(0.88rem, 77px);
    -webkit-line-clamp: 4;
  }
  .inner-content .right-content .main-content .default-list.hasimg > ul li .right-w .ellipsis-3 {
    display: none;
  }
  .inner-content .right-content .main-content .teacher-list > ul li {
    width: 100%;
    gap: 0.12rem;
  }
  .inner-content .right-content .main-content .teacher-list > ul li .tea-img {
    width: 1rem;
    height: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .inner-content {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 60px;
    padding: 0;
    gap: 0rem;
  }
  .left-menu {
    width: 100%;
    margin-right: unset;
    position: relative;
  }
  .left-menu .menu-top {
    padding: 14px 0;
  }
  .left-menu .menu-top .title-cn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    padding-right: 16px;
    cursor: pointer;
  }
  .left-menu .menu-top .title-cn::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    transform: rotate(-90deg);
    transition: 0.3s;
  }
  .left-menu .menu-top .title-cn.open::after {
    transform: rotate(0deg);
  }
  .left-menu .menu-nav {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease-in;
  }
  .left-menu .menu-nav.active {
    max-height: 400px;
  }
  .right-content {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    flex: unset;
  }
  .right-content .column-title {
    margin: 20px 0;
    font-size: 24px;
  }
  .wp_articlecontent table td {
    padding: 8px;
    font-size: 12px !important;
  }
}
