@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;
  color: inherit;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
  color: inherit;
}

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: 14rem;
  max-width: 1400px;
  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;
}

.main {
  background: #f1f1f1;
}

.main .inner-banner {
  background: url(/_upload/tpl/0e/9e/3742/template3742/images/inner_banner.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 3.2rem;
}

.main .inner-banner2 {
  background: url(/_upload/tpl/0e/9e/3742/template3742/images/inner_banner2.jpg) no-repeat center;
  background-size: cover;
}

.main .inside {
  padding-bottom: 0.6rem;
  display: flex;
}

.main .inside .list-left {
  width: 262px;
  margin-right: 60px;
}

.main .inside .list-right {
  width: calc(100% - 322px);
}

.academic {
  padding-bottom: 0.6rem;
}

.listmenu .m_top {
  background-image: url(/_upload/tpl/0e/9e/3742/template3742/images/inside-nav.jpg);
  padding: 52px 0;
  color: white;
  position: relative;
}

.listmenu .m_top h2 {
  font-size: 30px;
  font-family: Source Han Serif CN, Source Han Serif CN-Bold;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  line-height: 44px;
  letter-spacing: 1.25px;
  text-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}

.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;
}

.nav_menu {
  background: #ffffff;
}

.nav_menu > ul > li {
  border-left: 12px solid #0065d4;
}

.nav_menu > ul > li > a {
  margin: 0 20px;
  padding: 20px;
  display: block;
  text-align: left;
  font-size: 16px;
  color: #787A7D;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.nav_menu > ul > li:not(:last-child) a {
  position: relative;
}

.nav_menu > ul > li:hover > a {
  color: #0065d4;
}

.nav_menu > ul > li.selected {
  position: relative;
}

.nav_menu > ul > li.selected::before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  border-style: solid;
  border-color: transparent;
  border-width: 15px 0 15px 15px;
  border-left-color: #0065d4;
}

.nav_menu > ul > li.selected > a {
  color: #0065d4;
}

.nav_menu > ul > li ul > li {
  background: #ffffff;
  border-left: unset;
}

.nav_menu > ul > li ul > li a {
  padding: 12px 20px;
  margin: 0 30px;
  display: block;
  text-align: left;
  font-size: 14px;
  color: #787A7D;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.nav_menu > ul > li ul > li:hover > a {
  color: #0065d4;
}

.nav_menu > ul > li ul > li.selected > a {
  color: #0065d4;
}

.nav_menu > ul > li li.selected > a {
  color: #0065d4;
  font-weight: 600;
}

.titlebar {
  padding: 40px 0 23px 0;
  display: flex;
  margin-bottom: 0.32rem;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.title_l .title_cn {
  padding-left: 25px;
  vertical-align: middle;
  font-size: 0.24rem;
  font-family: Source Han Serif CN, Source Han Serif CN-Medium;
  font-weight: 500;
  text-align: left;
  color: #0b0625;
  line-height: 0.35rem;
  letter-spacing: 1px;
  position: relative;
}

.title_l .title_cn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 8px;
  height: 32px;
  background: #c53a3a;
}

.title_l .title_en {
  font-size: 0.16rem;
  font-family: Montserrat, Montserrat-Medium;
  color: #909499;
  letter-spacing: 3px;
}

.title_more {
  display: inline-block;
  font-size: 0.14rem;
  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: 0.12rem;
  font-weight: 400;
  text-align: left;
  color: #909499;
  line-height: 16px;
  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;
}

.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_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: 0.32rem;
  font-weight: 500;
  text-align: left;
  color: #303133;
  line-height: 0.45rem;
}

.page_title > p {
  font-size: 12px;
  font-family: Montserrat, Montserrat-Semibold;
  font-weight: 600;
  text-align: left;
  color: #606366;
  line-height: 0.16rem;
}

.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: 0.17rem;
}

.head-wrap {
  width: 100%;
  background-image: url(/_upload/tpl/0e/9e/3742/template3742/images/head-bg.jpg);
}

.head-wrap .head-content {
  position: relative;
}

.head-wrap .head-content .head-title {
  padding-top: 0.6rem;
  opacity: 0.5;
  font-size: 0.52rem;
  font-family: Songti SC, Songti SC-Black;
  font-weight: 900;
  text-align: left;
  color: #404040;
  line-height: 0.73rem;
}

.head-wrap .head-content .head-nav {
  padding: 0.6rem 0 0.5rem 0;
}

.head-wrap .head-content .head-nav nav ul {
  display: flex;
  height: 100%;
}

.head-wrap .head-content .head-nav nav ul li {
  margin-right: 0.4rem;
}

.head-wrap .head-content .head-nav nav ul li a {
  font-size: 0.18rem;
  font-family: Songti SC, Songti SC-Black;
  font-weight: 900;
  text-align: left;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.25rem;
}

.head-wrap .head-content .head-nav nav ul li:first-child {
  list-style: disc;
}

.down_icon {
  display: none;
}

.main .academic .wp_articlecontent p {
  background: none !important;
}

.main .wp_paging li {
  padding: unset;
  display: inline-block;
  border-bottom: unset;
}

@media screen and (max-width: 910px) {
  .page-content {
    width: 90%;
  }
  .page-content-1000 {
    width: 90%;
  }
  .head-wrap .head-content .head-title {
    padding: 30px 0;
    font-size: 28px;
    line-height: 60px;
  }
  .head-wrap .head-content .head-nav {
    display: none;
  }
  .main .inner-banner {
    height: 140px;
  }
  .main .breadcrumb {
    margin-top: 8px;
  }
  .main .titlebar {
    padding: 20px 0;
    margin-bottom: 10px;
  }
  .main .inside {
    display: block;
    padding-bottom: 110px;
  }
  .main .inside .list-left {
    width: 100%;
  }
  .main .inside .list-right {
    width: 100%;
  }
  .main .inside .list-right .title_l .title_cn {
    padding-left: 20px;
    font-size: 20px;
  }
  .main .inside .list-right .title_l .title_cn::before {
    width: 6px;
    height: 28px;
  }
  .listmenu .m_top {
    padding: 20px 0;
    background-size: cover;
  }
  .listmenu .m_top h2 {
    font-size: 22px;
  }
  .listmenu .l-menu .nav_menu {
    display: none;
  }
  .listmenu .l-menu .nav_menu ul li a {
    text-align: center;
  }
  .page_title {
    padding: 40px 0 20px 0;
  }
  .page_title > h1 {
    font-size: 26px;
  }
  .down_icon {
    display: block;
    position: absolute;
    right: 0;
    top: 25px;
    transform: rotate(-90deg);
    width: 30px;
    margin-right: 20px;
    height: 25px;
    background: url(/_upload/tpl/0e/9e/3742/template3742/images/switch.png);
    background-size: cover;
  }
  .down_icon_up {
    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;
  }
  .down_icon_right {
    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;
  }
}

a font {
  font-weight: inherit !important;
  color: inherit !important;
}
