@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: "PingFang SC", "PingFangSC", "Microsoft YaHei", "Î¢ÈíÑÅºÚ",
 sans-serif, Arial;
  color: #202020;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a[href] {
  cursor: pointer;
}

img {
  border: none;
  max-width: 100%;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}

.page-content {
  width: 16rem;
  max-width: 1600px;
  margin: 0 auto;
}

.page-content-1200 {
  width: 12rem;
  max-width: 1200px;
  margin: 0 auto;
}

.page-content-1000 {
  width: 10rem;
  max-width: 1000px;
  margin: 0 auto;
}

.page-content-800 {
  width: 8rem;
  max-width: 800px;
  margin: 0 auto;
}

.transitionLable {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  -webkit-transition: opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), -webkit-transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition: opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), -webkit-transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition: transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition: transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), -webkit-transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
}

.transitionLable.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.main .inside-banner .inside-banner-img {
  background: url(/_upload/tpl/0e/9d/3741/template3741/images/inside_banner.jpg) no-repeat center;
  background-size: cover;
  margin: 0 auto;
  min-height: 3.2rem;
}

.main .inside-banner .inside-banner-img img {
  display: block;
}

.main .inside {
  padding-bottom: 0.6rem;
  display: flex;
}

.main .inside .list-left {
  width: 2.16rem;
  margin-right: 0.5rem;
  min-width: 160px;
}

.main .inside .list-right {
  flex-grow: 1;
  width: calc(100% - 264px);
}

.academic {
  padding-bottom: 0.6rem;
}

.listmenu .m_top {
  position: relative;
  background-image: url(/_upload/tpl/0e/9d/3741/template3741/images/inside-nav.png);
  padding: 40px 20px;
  color: white;
  font-size: 0.24rem;
}

.listmenu .m_top h2 {
  font-size: Max(0.22rem, 20px);
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
  letter-spacing: 2px;
  font-weight: 600;
}

.listmenu .m_top span {
  display: block;
  opacity: 0.5;
  font-size: 12px;
  font-family: Montserrat, Montserrat-Medium;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 26px;
}

.down_icon {
  display: none;
}

.nav_menu {
  background-color: rgba(243, 239, 230, 0.5);
}

.nav_menu > ul > li {
  position: relative;
  text-align: center;
}

.nav_menu > ul > li.selected::before, .nav_menu > ul > li.parent::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #c53a3a;
}

.nav_menu > ul > li.selected i, .nav_menu > ul > li.parent i {
  border-left-color: #c53a3a;
}

.nav_menu > ul > li.selected > a, .nav_menu > ul > li.parent > a {
  background: #c53a3a;
  color: rgba(255, 255, 255, 0.9);
}

.nav_menu > ul > li.selected > a:hover, .nav_menu > ul > li.parent > a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.nav_menu > ul > li.selected > ul, .nav_menu > ul > li.parent > ul {
  display: block;
}

.nav_menu > ul > li > a {
  padding: 22px 15px;
  display: block;
  font-size: Max(0.16rem, 14px);
  color: #544f47;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
}

.nav_menu > ul > li > a:hover {
  color: #c53a3a;
}

.nav_menu > ul > li i {
  display: none;
  margin: 10px;
  position: absolute;
  z-index: 3;
  right: 20px;
  top: 15px;
  width: 6px;
  height: 12px;
  transition: 0.5s;
  transition-timing-function: ease-in-out;
  border-style: solid;
  border-color: transparent;
  border-width: 6px 0 6px 6px;
  border-left-color: #040d1c;
}

.nav_menu > ul > li i.on {
  transform: rotate(90deg);
}

.nav_menu > ul > li:not(:last-child) a {
  position: relative;
}

.nav_menu > ul > li ul {
  display: none;
}

.nav_menu > ul > li ul > li {
  background: #efede8;
  border-left: unset;
}

.nav_menu > ul > li ul > li a {
  padding: 12px 0 12px;
  display: block;
  text-align: center;
  font-size: Max(0.14rem, 12px);
  color: #606366;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}

.nav_menu > ul > li ul > li a::before {
  content: "-";
  color: inherit;
  padding-right: 5px;
}

.nav_menu > ul > li ul > li:hover > a {
  color: #c53a3a;
}

.nav_menu > ul > li ul > li.selected > a {
  color: #c53a3a;
}

.nav_menu > ul > li li.selected > a {
  color: #c53a3a;
  font-weight: 600;
}

.nav_menu .parent ul {
  display: block;
}

.titlebar {
  padding: 40px 0 23px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.title_l {
  display: flex;
  font-weight: 500;
  line-height: 0.26rem;
}

.title_l .title_cn {
  margin-right: 12px;
  font-size: Max(0.2rem, 16px);
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #232323;
  line-height: 1.4;
}

.title_l .title_cn::before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 8px;
  height: 8px;
  background: #c53a3a;
  border-radius: 50%;
}

.title_l .title_en {
  font-size: Max(0.16rem, 12px);
  font-family: Montserrat, Montserrat-Medium;
  color: #909499;
  letter-spacing: 3px;
}

.title_more {
  display: inline-block;
  font-size: Max(0.14rem, 12px);
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #cbb58f;
  line-height: 0.24rem;
}

.title_icon {
  display: inline-block;
  margin-left: 0.1rem;
}

.breadcrumb {
  float: right;
  font-size: Max(0.12rem, 12px);
  font-weight: 400;
  text-align: left;
  color: #909499;
  line-height: 1.7;
  padding: unset;
  margin-bottom: unset;
  background-color: unset;
  border-radius: unset;
}

.breadcrumb a {
  display: inline-block;
  margin: 0 0.08rem;
  vertical-align: top;
}

.breadcrumb .last {
  color: #606266;
}

.breadcrumb .possplit {
  background-image: none;
  text-indent: unset;
  border: unset;
}

.pro_int {
  display: flex;
  background: rgba(243, 239, 230, 0.5);
  align-items: center;
}

.pro_int img {
  width: 140px;
  height: 188px;
  object-fit: cover;
}

.pro_ab {
  font-size: Max(0.14rem, 12px);
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #303133;
  line-height: 1.7;
  margin-bottom: 10px;
}

.leader {
  margin-top: 0.24rem;
}

.leader .introduction {
  padding: 0.3rem 0.24rem 0.33rem;
  width: calc(100% - 24px);
}

.leader .introduction .name {
  display: inline-block;
  font-size: Max(0.2rem, 16px);
  font-weight: 600;
  text-align: left;
  color: #404040;
  line-height: 1.4;
}

.leader .introduction .name::after {
  content: "";
  display: block;
  margin: 10px 0;
  width: 32px;
  height: 2px;
  background: #c53a3a;
}

.introduction {
  padding: 0.3rem 0.24rem 0.33rem;
  width: calc(100% - 24px);
}

.introduction .name {
  display: inline-block;
  font-size: Max(0.2rem, 16px);
  font-weight: 600;
  text-align: left;
  color: #404040;
  line-height: 1.4;
}

.introduction .name::after {
  content: "";
  display: block;
  margin: 10px 0;
  width: 32px;
  height: 2px;
  background: #c53a3a;
}

.abstract {
  opacity: 0.7;
  font-size: Max(0.14rem, 12px);
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #404040;
  line-height: 1.7;
  margin-bottom: 0.1rem;
}

.posts {
  margin-left: 8px;
  font-size: Max(0.14rem, 12px);
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #303133;
  line-height: 1.4;
}

.experience h2 {
  margin-bottom: 0.2rem;
  font-size: Max(0.18rem, 14px);
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #272727;
  line-height: 1.38;
}

.experience h2::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  margin-right: 12px;
  width: 3px;
  height: 22px;
  background: #c91520;
}

.experience > img {
  margin: 0.32rem 0;
}

.experience .description {
  text-align: center;
  opacity: 0.7;
  font-size: Max(0.14rem, 12px);
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #404040;
  line-height: 1.7;
}

.complet_list .five-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.complet_list .five-column > li {
  width: calc(100% / 4 - 15px);
  margin-right: 15px;
  margin-bottom: 0.32rem;
}

.complet_list .five-column > li:last-child {
  margin-right: unset;
}

.complet_list .five-column > li .list-img {
  padding: 12px;
  text-align: center;
  background: rgba(190, 151, 108, 0.2);
}

.complet_list .five-column > li .list-img > img {
  margin-top: unset;
  width: 1.21rem;
  height: 1.21rem;
}

.complet_list .five-column > li p {
  margin-top: 8px;
  margin-bottom: 6px;
  font-size: Max(0.16rem, 12px);
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  text-align: center;
  color: #404040;
  line-height: 1.375;
}

.complet_list .five-column > li span {
  display: block;
  opacity: 0.7;
  font-size: Max(0.14rem, 12px);
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: center;
  color: #404040;
  line-height: 1.4;
}

.professor {
  padding: 0.32rem 0 0.48rem;
}

.professor .pro_list {
  display: flex;
  flex-wrap: wrap;
}

.professor .pro_list > li {
  width: calc(100% / 2 - 0.12rem);
  margin-right: 0.24rem;
  margin-bottom: 0.24rem;
  background: rgba(243, 239, 230, 0.5);
}

.professor .pro_list > li:nth-child(2n) {
  margin-right: unset;
}

.professor .pro_list > li > a {
  display: flex;
  height: 100%;
}

.professor .pro_list > li .list-content {
  display: flex;
  height: 100%;
}

.professor .pro_list > li img {
  margin-top: unset;
  object-fit: cover;
  height: 100%;
}

.page-number {
  float: right;
}

.page-number > span {
  margin-right: 10px;
  font-size: Max(0.16rem, 12px);
  font-family: PingFang SC, PingFang SC-Regular;
}

.page-number > span:last-child {
  margin-right: unset;
}

.info {
  font-weight: 400;
  color: #606366;
}

.page {
  font-weight: 600;
  color: #c53a3a;
}

.number {
  display: inline-block;
  margin-right: 10px;
  width: 22px;
  height: 14px;
  border: 1px solid #909499;
}

.page_list ul > li {
  padding: 0.15rem 0 0.24rem 0;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.page_list ul > li .list_img > a > img {
  width: 2.69rem;
  height: 1.5rem;
  object-fit: cover;
}

.page_list ul > li:last-child {
  margin-bottom: 0.36rem;
}

.page_list ul > li > a > img {
  display: inline-block;
  width: 2.25rem;
  height: 1.51rem;
  object-fit: cover;
}

.page_list ul > li:hover > .list_r > h3,
.page_list ul > li:hover p,
.page_list ul > li:hover span {
  color: #c53a3a;
}

.list_r {
  margin-left: 0.32rem;
  width: calc(100% - 2.69rem - 0.32rem);
}

.list_r h3 {
  font-size: Max(0.16rem, 14px);
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #45423d;
  line-height: 1.375;
}

.list_r p {
  margin: 12px 0 26px 0;
  font-size: Max(0.14rem, 12px);
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: justify;
  color: #909499;
  line-height: 1.7;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.list_r span {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  font-family: Montserrat, Montserrat-Semibold;
  font-weight: 600;
  text-align: left;
  color: #606366;
  line-height: 1.33;
}

.page_title {
  width: 100%;
  padding: 1.03rem 0 0.12rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.23rem;
}

.page_title > h1 {
  font-size: Max(0.32rem, 16px);
  margin-bottom: 15px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  color: #303133;
  line-height: 1.4;
}

.page_title > p {
  font-size: 12px;
  font-family: Montserrat, Montserrat-Semibold;
  font-weight: 600;
  text-align: left;
  color: #606366;
  line-height: 1.33;
}

.page_title > span {
  margin-right: 11px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #9d9d9d;
  line-height: 1.41;
}

.organization {
  margin-bottom: 0.36rem;
}

.organization:last-child {
  margin-bottom: unset;
}

.organization > h2 {
  margin-bottom: 0.33rem;
  font-size: Max(0.18rem, 14px);
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 600;
  text-align: left;
  color: #232323;
  line-height: 1.55;
}

.organization > table {
  width: 100%;
  max-width: 100%;
}

.organization > table th {
  background: #c53a3a;
  color: #ffffff;
  padding: 0.13rem 0;
  border: 1px solid #eeeae1;
  font-size: Max(0.14rem, 12px);
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}

.organization > table td {
  border: 1px solid #eeeae1;
  padding: 0.13rem 0;
  font-size: Max(0.14rem, 12px);
  font-weight: 400;
  text-align: center;
  color: #5e5e5e;
  line-height: 1.4;
}

.organization > table td:first-child {
  color: #5a5a5a;
  font-weight: 600;
}

.organization > table tr:nth-child(odd) td {
  background: #ffffff;
}

.organization > table tr:nth-child(even) td {
  background: rgba(243, 239, 230, 0.3);
}

.organization .or-left th {
  border: 1px solid #eeeae1;
  text-align: left;
  padding-left: 0.2rem;
}

.organization .or-left td {
  border: 1px solid #eeeae1;
  text-align: left;
  padding-left: 0.2rem;
}

#wp_paging_w6 .wp_paging > li {
  border-bottom: unset;
}

#wp_paging_w6 .wp_paging > li:hover > span {
  color: unset;
}

#wp_paging_w6 .wp_paging .page_nav > a {
  color: #c53a3a;
}

#wp_paging_w6 .wp_paging .page_jump .pagingJump {
  color: #c53a3a;
}

.tips {
  font-size: Max(0.14rem, 12px);
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: rgba(64, 64, 64, 0.7);
  line-height: 1.7;
  margin-bottom: 0.1rem;
  text-align: right;
  margin-bottom: 20px;
}

.wp_articlecontent p {
  color: #666666 !important;
  font-family: "PingFang SC", "PingFangSC", "Microsoft YaHei", "Î¢ÈíÑÅºÚ",
 sans-serif, Arial !important;
  font-size: 16px !important;
  line-height: 28px !important;
  margin-bottom: 15px;
}

.wp_articlecontent p span {
  color: #666666 !important;
  font-family: "PingFang SC", "PingFangSC", "Microsoft YaHei", "Î¢ÈíÑÅºÚ",
 sans-serif, Arial !important;
  font-size: 16px !important;
  line-height: 28px !important;
}

.wp_articlecontent .cjk {
  line-height: 24px;
}

table {
  width: 100%;
  max-width: 100%;
}

table th {
  background: #c53a3a;
  color: #ffffff;
  padding: 0.13rem 0;
  border: 1px solid #eeeae1;
  font-size: Max(0.14rem, 12px);
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}

table td {
  border: 1px solid #eeeae1 !important;
  padding: 0.13rem 0;
  font-size: Max(0.14rem, 12px);
  font-weight: 400;
  text-align: center;
  color: #5e5e5e;
  line-height: 1.4;
}

table tr:nth-child(odd) td {
  background: #ffffff;
}

table tr:nth-child(even) td {
  background: rgba(243, 239, 230, 0.3);
}

@media screen and (max-width: 1280px) {
  .page-content {
    width: 18rem;
  }
  .page-content-1200 {
    width: 14rem;
  }
}

@media screen and (max-width: 910px) {
  .main .inside-banner .inside-banner-img {
    width: 100%;
    height: 320px;
    min-height: unset;
  }
  .main .inside-banner .inside-banner-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .breadcrumb {
    font-size: 12px;
    line-height: 28px;
  }
  .page-content {
    width: 100%;
  }
  .page-content-1200 {
    width: 100%;
  }
  .page-content-1000 {
    width: 90%;
  }
  .page-content-800 {
    width: 90%;
  }
  .main .inside {
    padding-bottom: 150px;
    display: block;
  }
  .main .inside .list-left {
    width: 100%;
  }
  .main .inside .list-right {
    width: 90%;
    margin: 0 auto;
  }
  .nav_menu {
    display: none;
  }
  .nav_menu > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .nav_menu > ul > li {
    width: 50%;
    border-left: none;
  }
  .nav_menu > ul > li.selected > a,
  .nav_menu > ul > li.parent > a {
    border-left: unset;
    background: unset;
    color: #544f47;
  }
  .nav_menu > ul > li > a {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 22px 25px 22px 0;
  }
  .nav_menu > ul > li > a:hover {
    border-left: unset;
  }
  .nav_menu > ul > li i {
    display: block;
  }
  .nav_menu > ul > li.selected::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 64px;
    width: 3px;
    background-color: #c53a3a;
  }
  .nav_menu .parent ul {
    display: none;
  }
  .nav_menu > ul > li.selected {
    border-left: unset;
  }
  .nav_menu > ul > li.selected ul {
    display: none;
  }
  .nav_menu > ul > li:hover {
    border-left: unset;
  }
  .open {
    float: right;
    padding: 14px 16px;
    background-color: #c53a3a;
  }
  .open span {
    display: block;
    width: 20px;
    height: 20px;
    background: url(/_upload/tpl/0e/9d/3741/template3741/images/bars.svg) no-repeat;
    background-size: 100% auto;
    cursor: pointer;
  }
  .listmenu .m_top {
    padding: 28px 20px;
  }
  .listmenu .m_top h2 {
    font-size: 20px;
  }
  .title_l {
    line-height: 28px;
  }
  .title_l .title_cn {
    font-size: 20px;
    line-height: 28px;
  }
  .title_l .title_en {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .title_more {
    font-size: 14px;
    line-height: 24px;
  }
  .title_icon {
    margin-left: 10px;
  }
  .down_icon {
    display: block;
    position: absolute;
    right: 30%;
    top: 40%;
    width: 12px;
    height: 18px;
    background: url(/_upload/tpl/0e/9d/3741/template3741/images/switch.png?v=2.0) no-repeat center/cover;
  }
  .down_icon_up {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .down_icon_right {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .page_list ul > li {
    padding: 15px 0 24px 0;
  }
  .page_list ul > li > a > img {
    width: 100%;
    height: 151px;
    object-fit: cover;
  }
  .list_r {
    width: calc(50% + 32px);
    margin-left: 32px;
  }
  .list_r h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .list_r p {
    font-size: 14px;
    line-height: 24px;
  }
  .academic {
    padding-bottom: 60px;
  }
  .page_title {
    padding: 51px 0 12px 0;
    margin-bottom: 23px;
  }
  .page_title > h1 {
    font-size: 32px;
    line-height: 45px;
  }
  .page_title > p {
    margin: 32px 0 10px 0;
    line-height: 16px;
  }
  .page_title > span {
    line-height: 17px;
  }
  .wp_articlecontent p img {
    object-fit: contain;
  }
  .possplit {
    width: 5px;
  }
  .experience {
    margin-bottom: 36px;
  }
  .experience h2 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 25px;
  }
  .experience > img {
    margin: 32px 0;
  }
  .experience .description {
    font-size: 14px;
    line-height: 24px;
  }
  .abstract {
    font-size: 14px;
    line-height: 22px;
  }
  .pro_int {
    display: block;
  }
  .pro_int > img {
    display: block;
    margin: 0 auto;
  }
  .leader {
    margin-top: 24px;
  }
  .leader .introduction {
    width: 100%;
    padding: 30px 12px 33px;
  }
  .leader .introduction .name {
    font-size: 20px;
    line-height: 28px;
  }
  .posts {
    font-size: 14px;
    line-height: 20px;
  }
  .pro_ab {
    font-size: 14px;
    line-height: 22px;
  }
  .organization {
    margin-bottom: 36px;
  }
  .organization > h2 {
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 28px;
  }
  .organization > table th {
    padding: 13px 0;
    font-size: 14px;
    line-height: 22px;
  }
  .organization > table td {
    padding: 13px 0;
    font-size: 14px;
    line-height: 22px;
  }
  .professor {
    padding: 16px 0 24px;
  }
  .professor .pro_list {
    display: block;
  }
  .professor .pro_list > li {
    width: 100%;
    height: 100%;
    margin-right: unset;
    margin-bottom: 24px;
  }
  .professor .pro_list > li img {
    width: 180px;
  }
  .introduction {
    padding: 15px 12px 33px;
    width: 100%;
  }
  .introduction .name {
    font-size: 20px;
    line-height: 28px;
  }
  .introduction .abstract {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .complet_list .five-column > li {
    width: calc(100% / 3 - 15px);
  }
  .complet_list .five-column > li .list-img > img {
    width: 80px;
    height: 80px;
  }
  .complet_list .five-column p {
    font-size: 16px;
    line-height: 22px;
  }
  .complet_list .five-column span {
    font-size: 14px;
    line-height: 20px;
  }
  .wp_articlecontent p {
    line-height: 28px !important;
    margin-bottom: 15px;
    color: #666666 !important;
    font-size: 16px !important;
    font-family: "PingFang SC", "PingFangSC", "Microsoft YaHei", "Î¢ÈíÑÅºÚ",
 sans-serif, Arial !important;
  }
  .wp_articlecontent p span {
    line-height: 28px !important;
    color: #666666 !important;
    font-size: 16px !important;
    font-family: "PingFang SC", "PingFangSC", "Microsoft YaHei", "Î¢ÈíÑÅºÚ",
 sans-serif, Arial !important;
  }
  .wp_articlecontent .cjk {
    line-height: 24px;
  }
}

@media screen and (max-width: 500px) {
  .area4 .titlebar {
    display: block;
  }
  .area4 .title_l {
    margin-bottom: 10px;
  }
  .area4 .title_r {
    text-align: center;
  }
  .main .inside-banner .inside-banner-img {
    height: 200px;
  }
  .main .inside-banner .inside-banner-img img {
    height: 200px;
  }
  .main .list-left {
    width: 100%;
    margin-right: 0;
  }
  .main .list-right {
    width: 100%;
  }
  .page_list ul > li {
    display: block;
  }
  .list_r {
    width: 100%;
    margin-top: 20px;
    margin-left: unset;
  }
}

@media screen and (max-width: 400px) {
  .title_l .title_cn {
    font-size: 18px;
  }
  .title_l .title_en {
    font-size: 14px;
  }
}
