body {
  padding-top: 0;
}

.navbar-bar-search {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-right: -25px;
}

.navbar-bar-search input {
  background-color: #fff;
  border-radius: 8px !important;
  /* border: unset; */
  border: 1px solid #fff;
  color: #000;
  font-size: 18px;
}

.navbar-bar-search input.btn-search {
  width: 35px;
  height: 35px;
  border: 3px solid #fff;
  background-color: rgb(32, 130, 227);
  box-shadow: 0px 0px 9.5px 0.5px rgba(26, 26, 26, 0.2);
  border-radius: 50% !important;
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: -10px;
  top: 0;
  z-index: 3;
}

.navbar-bar-search .input-group::after {
  content: "";
  width: 35px;
  height: 35px;
  background: url(../image/btn-search.png) no-repeat center center;
  background-size: 20px 20px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  pointer-events: none;
  z-index: 5;
}

.navbar-bar-search .languageChange {
  color: #fff;
  margin-left: 20px;
  font-size: 18px;
  white-space: nowrap;
  cursor: pointer;
}

@media screen and (max-width:768px) {
  .navbar-bar-search {
    margin-right: unset;
  }
}

@media screen and (max-width:767px) {
  .navbar-bar-search .languageChange {
    margin-left: 10px;
  }
}

.navbar>.container .navbar-brand {
  display: flex;
  float: left;
  height: auto;
  padding: 14px 0 14px;
  font-size: 18px;
  line-height: 20px;
  margin-left: 0;
  align-items: center;
}

.navbar-brand a {
  display: block;
}

.navbar-brand a:first-of-type svg {
  display: block;
  height: 70px;
}

.navbar-brand a:last-of-type img {
  display: block;
  height: 22px;
  margin: 0 auto;
}

.navbar-brand .img-iccs {
  margin-right: 0;
  text-align: center!important;
}

.navbar-brand .img-iccs img {
  height: 70px;
}

.navbar-brand a:last-of-type .logo-text {
  /* font-family: FanWunMing-TW-H; */
  display: block;
  max-width: 400px;
  /* margin-left: 8px; */
  /* padding-left: 8px; */
  color: #fff;
  /* border-left: 0.6px solid #3B3838; */
}

.navbar-brand a:last-of-type .logo-text p.cn {
  line-height: 24px;
  font-size: 22px;
  margin-bottom: 4px;
  text-align-last: justify;
}

.navbar-brand a:last-of-type .logo-text p.en {
  font-size: 24px;
}

.navbar-brand a.ias-logo {
  display: flex;
  align-items: center;
}

.navbar-brand a.ias-logo span {
  color: #fff;
  margin-left: 12px;
  padding-left: 12px;
  font-size: 18px;
  border-left: 1px solid #fff;
}

.header-top-right {
  text-align: right;
  padding-top: 28px;
  padding-right: 10px;
}

.header-top-right ul li {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}

.header-top-right ul li:first-of-type {
  margin-left: 0;
}

.header-top-right ul li a {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #3B3838;
  vertical-align: middle;
}

.header-top-right ul li a.map-btn {
  letter-spacing: -0.28704px;
  color: #fff;
  padding: 8px 16px;
  background: linear-gradient(90deg, #027AB7 0%, #19816E 100%);
}

.navbar-default {
  background-image: -moz-linear-gradient(0deg, rgb(0, 111, 79) 0%, rgb(21, 164, 118) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(0, 111, 79) 0%, rgb(21, 164, 118) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(0, 111, 79) 0%, rgb(21, 164, 118) 100%);
  box-shadow: 0px 0px 8.4px 1.6px rgba(26, 26, 26, 0.2);
  border: none;
}

.navbar-collapse {
  float: right;
  background: transparent;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
}

.navbar-fixed-top,
.navbar-fixed-bottom,
.navbar-static-top {
  margin-right: 0px;
  margin-left: 0px;
}

.navbar .nav .user {
  padding: 0;
  line-height: 70px;
}

.navbar .nav .user .headicon {
  margin: 0 5px;
  height: 30px;
}

.navbar .nav .user .caret {
  vertical-align: middle;
  margin: 0 5px;
}

.navbar-default .navbar-nav>li>a {
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  letter-spacing: -0.3px;
  white-space: nowrap;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 18px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

.navbar-nav>li>a::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 0%;
  background-color: #004a87;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  transition: width .5s;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #004a87;
  background: transparent;
}


.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #004a87;
  background: transparent;
}

.navbar-default a.btn-search {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../image/btn-search.png) no-repeat center center;
  cursor: pointer;
}

.navbar-default a.to-search {
  display: block;
  width: 20px;
  height: 75px;
  background: url(../image/btn-search.png) no-repeat center center;
  cursor: pointer;
}

.navbar-default a.to-search {
  display: none;
}

.dropdown-menu {
  top: 100%;
  left: 0;
  min-width: auto;
  padding: 8px 0;
  text-align: left;
  background: #FFFFFF;
  border: none;
  outline: none;
  border-radius: 0px !important;
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.08);
}

.dropdown-menu>li {
  padding: 0 16px;
}

.dropdown-menu>li:not(:last-of-type) a {
  border-bottom: 1px solid #004a87;
}

.dropdown-menu>li>a {
  display: block;
  min-width: 194px;
  padding: 10px 0;
  margin: 0;
  clear: both;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  position: relative;
  white-space: normal;
}

.dropdown-menu>li:last-of-type>a {
  border-bottom: none;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus .dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #007050;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #F2F2F2;
}

.left-navbar-box {
  display: none;
  width: 280px;
  flex-shrink: 0;
  margin-right: 60px;
  box-shadow: 0px 0px 8.4px 1.6px rgba(26, 26, 26, 0.2);
  background-color: #f7f6f2;
  padding-bottom: 80px;
}

.left-logo {
  background-image: -moz-linear-gradient(0deg, rgb(0, 111, 79) 0%, rgb(23, 183, 134) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(0, 111, 79) 0%, rgb(23, 183, 134) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(0, 111, 79) 0%, rgb(23, 183, 134) 100%);
  box-shadow: 0px 0px 8.4px 1.6px rgba(26, 26, 26, 0.2);
  /* font-family: Arial; */
  font-size: 30px;
  color: #fff;
  padding: 20px 40px 20px 30px;
  line-height: 1.2;
}

.left-navbar-nav {
  padding: 12px 0;
}

.left-menu-item {
  font-size: 26px;
  color: #007050;
  position: relative;
  padding: 8px 0;
}

.left-menu-item a {
  display: block;
  padding-left: 30px;
  padding-right: 42px;
  position: relative;
}

.left-menu-item.active>a {
  color: #004a87
}

.left-dropdown-menu {
  display: none;
}

.left-dropdown.open>.left-dropdown-menu {
  display: block;
}

.left-dropdown-menu li {
  padding-top: 0;
  padding-bottom: 0;
}

.left-dropdown span {
  display: block;
  width: 0;
  height: 0;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #007050;
  border-style: solid;
  position: absolute;
  top: 50%;
  right: 35px;
  margin-top: -5px;
  transition: all .2s;
  z-index: 4;
}

.left-dropdown .left-dropdown span {
  right: 13px;
}

.left-dropdown.open>a>span {
  transform: rotateZ(90deg)
}

.left-dropdown-menu a {
  display: block;
  padding: 0;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 12px;
  line-height: 1;
}

.left-dropdown-menu a.dropdown-toggle-2,
.left-dropdown-menu a.dropdown-toggle-3 {
  display: block;
  padding: 0;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 32px;
  /* line-height: 1.5; */
}

.left-dropdown .left-dropdown .left-dropdown-menu a {
  padding-left: 50px;
}

.left-dropdown .left-dropdown .left-dropdown .left-dropdown-menu a {
  padding-left: 60px;
}

.footer {
  width: 100%;
  background-image: -moz-linear-gradient(0deg, rgb(0, 111, 79) 0%, rgb(21, 164, 118) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(0, 111, 79) 0%, rgb(21, 164, 118) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(0, 111, 79) 0%, rgb(21, 164, 118) 100%);
  position: absolute;
  bottom: 0;
}

.footer .footer-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 40px 0;
  color: #fff;
  font-size: 16px;
}

.footer .footer-wrap .footer-logo {

  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.footer .footer-wrap .footer-logo img {
  height: 100px;
margin-left:100px
}

.footer-logo .logo-text {
  display: block;
  color: #fff;
  font-size: 24px;
}

.footer .footer-wrap .info {
  display: none;
}

.footer .footer-wrap .qrcode {
  display: none;
  text-align: center;
}

.footer .footer-wrap .qrcode img {
  width: 161px;
  height: 143px;
}

.footer .footer-wrap .qrcode p {
  margin-top: 4px;
  font-size: 18px;
}

@media (min-width:769px) {
  .navbar-nav-box {
    float: right;
  }

  .navbar-nav {
    display: none;
  }

  .left-navbar-box {
    display: block;
  }
}

@media screen and (max-width: 1200px) {

  .navbar-brand a:first-of-type img,
  .navbar-brand a:first-of-type svg {
    display: block;
    height: 60px;
  }

  .navbar-brand a:last-of-type img {
    height: 16px;
  }

  .navbar-brand a:last-of-type span {
    margin-left: 8px;
    padding-left: 8px;
    font-size: 14px;
  }
}

@media screen and (max-width: 965px) {
  .navbar-default .navbar-nav>li>a {
    padding: 10px;
    font-size: 16px;
  }
}

/* 手机导航样式 */
@media (max-width: 768px) {
  body {
    padding-top: 0;
  }

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: relative;
  }

  .logo-wrap .text {
    display: none;
  }

  .navbar {
    min-height: 65px;
    padding-top: 60px;
    margin-bottom: 0;
  }

  .navbar>.container {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-brand a {
    margin-right: 0;
  }

  .navbar-brand a:last-of-type img {
    margin-top: 8px;
  }

  .navbar-brand a:last-of-type {
    text-align: center;
  }

  .navbar-brand a:last-of-type .logo-text {
    display: inline-block;
  }

  .footer-logo .logo-text,
  .navbar-brand a:last-of-type .logo-text p.en {
    font-size: 20px;
  }

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    display: block;
    width: 100%;
    margin-left: 0;
    height: auto;
    padding: 28px 0;
    padding-left: 0;
    justify-content: center;
  }

  .navbar-brand a:first-of-type svg {
    display: block;
    width: auto;
    height: 48px;
    margin: 0 auto;
  }

  .navbar-brand a:last-of-type img.logo {
    display: block;
    width: 50px;
    height: auto;
    margin: 0 auto;
  }

  /* .navbar-brand a:last-of-type img.logo {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 305px;
    max-height: 26px;
    margin: 0 auto;
    padding-left: 0;
    border-left: none;
    object-fit: contain;
    margin-top: 12px;
  } */

  .navbar-brand>img {
    display: block;
    height: 37px;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transform: translateX(0);
  }

  .navbar-toggle {
    margin-right: 15px;
    padding: 6px 5px;
    margin-top: 34px;
    margin-bottom: 10px;
    /* border-color: transparent !important; */
    position: absolute;
    top: 170px;
    right: 0;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }

  .navbar-default .navbar-toggle:focus .icon-bar,
  .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff;
  }

  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 7px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    height: 1px;
  }

  .navbar-default .navbar-toggle.collapsed .icon-bar {
    background-color: #fff;
  }

  .navbar-collapse {
    background: #fff;
    border: none;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    width: 100%;
    max-height: 100vh;
    overflow-y: auto;
    padding-bottom: 0;
    background-image: -moz-linear-gradient(0deg, rgb(0, 111, 79) 0%, rgb(21, 164, 118) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0, 111, 79) 0%, rgb(21, 164, 118) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0, 111, 79) 0%, rgb(21, 164, 118) 100%);
  }

  .navbar-toggle .icon-bar:nth-child(2) {
    width: 19px;
  }

  .navbar-toggle .icon-bar:nth-child(3) {
    width: 19px;
  }

  .navbar-toggle .icon-bar:nth-child(4) {
    width: 19px;
  }

  .navbar-default .navbar-nav>li>a {
    margin: 0 20px;
    padding: 0 35px;
    border-bottom: 1px solid #fff;
  }

  .navbar-default .navbar-nav>li:last-of-type a {
    border-bottom: none;
  }

  .navbar-default .navbar-nav>li>a {
    height: 60px;
    line-height: 60px;
    padding: 0;
    min-width: 0;
    text-align: left;
    font-weight: 300;
    font-size: 14px;
    color: #f2f2f2;
    border-top: none;
    background-color: transparent !important;
  }

  .navbar-default .navbar-nav>li>a .caret {
    float: right;
    width: 0;
    height: 0;
    margin-left: 2px;
    margin-top: 26px;
    vertical-align: middle;
    border-top: 8px dashed;
    border-top: 8px solid \9;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: relative;
  }

  .navbar-default .navbar-nav>li>a .caret::after {
    content: '';
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 6px solid #333;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    top: -8px;
    left: -6px;
  }

  .container>.navbar-header,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .dropdown-menu>li {
    padding: 0;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    display: block;
    padding: 0;
    clear: both;
    font-weight: 300;
    line-height: 60px;
    color: #f2f2f2;
    white-space: nowrap;
    margin-left: 40px;
    margin-right: 20px;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #fff;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #f2f2f2;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #004a87;
    font-weight: 500;
    background-color: transparent;
  }

  nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #004a87;
    background-color: transparent;
  }

  .nav .open>a,
  .nav .open>a:hover,
  .nav .open>a:focus {
    border-color: #fff;
  }

  .dropdown-custom-level-2 .caret {
    display: none;
  }

  .dropdown-menu>.active>a::after {
    content: '';
    width: 0;
  }

  .dropdown .dropdown-toggle::after {
    content: '';
    border: solid black;
    border-width: 0 1.5px 1.5px 0;
    border-color: #fff;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    right: 10px;
    top: 23px;
  }

  .dropdown.active .dropdown-toggle::after {
    border-color: #004a87;
  }

  .dropdown.open .dropdown-toggle::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  .navbar-default a.btn-search {
    display: none;
  }

  .navbar-default a.to-search {
    display: block;
  }

  .header-top-right {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    /* width: 50%; */
    padding-top: 25px;
  }

  .header-top-right ul li:first-of-type {
    position: absolute;
    right: 10px;
    bottom: 25px;
  }

  .navbar-nav .input-group {
    height: 40px;
    width: auto;
    min-width: 0;
    margin: 20px;
    border-radius: 6px;
    border: 1px solid #FFFFFF;
  }

  .navbar-nav .input-group .input-search {
    width: 100%;
    border-right-color: transparent;
  }

}

.banner {
  width: 100%;
  position: relative;
}

.banner::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 18%;
  min-height: 180px;
  position: relative;
}

.banner img ,banner-slider img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 180px;
  max-height: 500px;
  object-fit: cover;
  position: absolute;
}

.banner .nav-title {
  width: 100%;
  font-weight: bold;
  font-size: 56px;
  line-height: 68px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.32);
  margin-bottom: 16px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 992px) {
  .banner .nav-title {
    font-size: 32px;
    line-height: 36px;
  }
}

.main-box {
  margin-bottom: 65px;
  display: flex;
  align-items: flex-start;
}

.main-content-box {
  width: 100%;
}

.page-box {
  padding-top: 30px;
}

.page-box .page-title {
  font-size: 28px;
  color: #004a87;
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: bold;
}

.index-box .page-title {
  font-size: 28px;
  color: #007050;
}

.people-box table th {
  background: #fff !important;
  color: #007050 !important;
  font-size: 18px;
  border-bottom: 2px solid #007050 !important;
}

.people-box table td {
  border-top: 2px solid #fff !important;
}

.people-box table tr:nth-of-type(2n) {
  background: #e9e9e9;
}

.people-box table tr:nth-of-type(2n+1) {
  background: #dfecdf;
}

.people-box table td {
  font-weight: bold;
  font-size: 16px;
}

.people-box table tr th:nth-of-type(1) {
  width: 30%;
}

.people-box table .mail {
  width: 12%;
  text-align: center;
  color: #007050;
}

.people-box table tr th:nth-of-type(3) {
  width: 18%;
}

.people-box table tr th:nth-of-type(4) {
  width: 40%;
}

.people-box table .icon-email {
  font-size: 24px;
}

.publication-box a {
  display: block;
  background: #e9e9e9;
  font-size: 16px;
  padding: 16px 12px;
  margin-bottom: 1px;
  line-height: 1.3;
}

.publication-box a:nth-of-type(2n) {
  background: #dfecdf;
}

.news-list-box .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 24px;
}

.news-list-box .item .img-wrap {
  width: 240px;
  height: 150px;
  flex-shrink: 0;
  overflow: hidden;
}

.news-list-box .item .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.news-list-box .item:hover .img-wrap img {
  transform: scale(1.2);
}

.news-list-box .item .content {
  width: 100%;
}

.news-list-box .item h3.title {
  display: block;
  background-color: #f7fdf9;
  color: #3B3838;
  font-size: 22px;
  font-weight: bold;
  padding: 12px 16px;
}

.news-list-box a.item:hover h3.title {
  background-color: #effbf3;
  color: #007050;
}

.news-list-box .item .intro {
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #3B3838;
  padding: 0 16px;
  margin-top: 16px;
}

.news-list-box .item .intro p {
  height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-list-box .item .date {
  text-align: right;
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
  color: #3B3838;
}

.research-list .wrap {
  margin-top: 20px;
}

.research-list .wrap .title {
  color: #007050;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}

.research-list .wrap .author {
  color: #004a87;
  margin-bottom: 8px;
  font-weight: bold;
}

.research-list .content {
  max-height: 90px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.research-list .wrap.active .content {
  max-height: none;
  line-height: 18px;
  -webkit-line-clamp: 999;
}

.research-list .wrap .more {
  display: block;
  float: right;
  font-size: 14px;
  color: #fff;
  background-color: #007050;
  padding: 0 16px 0 12px;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  margin-top: 8px;
}

.research-list .wrap .more::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  position: absolute;
  top: 6px;
  right: 6px;
  transition: all .2s;
  z-index: 4;
}

.research-list .wrap.active .more::after {
  transform: rotateZ(-90deg);
}

.undergraduate-box {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: 25px;
}

.undergraduate-box .wrap {
  display: block;
  width: 31%;
  margin: 16px 1%;
  background: #F7FAFD;
  padding: 16px;
  border: 1px solid transparent;
  transition: all .1s;
}

.undergraduate-box .wrap .img-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  position: relative;
}

.undergraduate-box .wrap .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.undergraduate-box .wrap .line {
  width: 100%;
  height: 1px;
  background: #E0E0E0;
  margin: 16px 0;
}

.undergraduate-box .wrap .title {
  height: 44px;
  font-size: 18px;
  line-height: 22px;
  color: #3B3838;
  transition: all .1s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.undergraduate-box a.wrap:hover {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}

.undergraduate-box a.wrap:hover .title {
  color: #422C74;
}



.staff-box {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: 25px;
}

.staff-box .wrap {
  display: block;
  width: 23%;
  margin: 16px 1%;
  background: #F7FAFD;
  padding: 16px;
  border: 1px solid transparent;
  transition: all .1s;
}

.staff-box .wrap .img-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.staff-box .wrap .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.staff-box .wrap .title {
  font-size: 22px;
  line-height: 24px;
  height: 24px;
  color: #007050;
  transition: all .1s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
  margin: 8px;
}

.staff-box .wrap .content {
  height: 66px;
  font-size: 18px;
  line-height: 22px;
  color: #3B3838;
  transition: all .1s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.staff-box a.wrap:hover {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}

.staff-box a.wrap:hover .title {
  color: #422C74;
}

.honorary-box .wrap {
  display: flex;
  margin-bottom: 24px;
  background-color: #ebf7f3;
  align-items: center;
}

.honorary-box .img-wrap {
  width: 128px;
  height: 172px;
  flex-shrink: 0;
}

.honorary-box .img-wrap img {
  width: 100%;
  height: 100%;
}

.honorary-box .content {
  width: 100%;
  min-height: 172px;
  padding: 12px 24px 12px 36px;
}

.honorary-box .wrap:nth-of-type(2n) {
  background-color: #f9f9f9;
}

.square-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.square-item {
  width: 349px;
  height: 93px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  margin: 30px 0;
  border: 1px solid #999999;
  box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;

  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0);
  -webkit-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.square-item span {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #006633;
  line-height: 36px;
  position: relative;
  z-index: 2;
}

.square-item:hover span {
  color: #fff;
}

.square-item::before {
  content: '';
  position: absolute;
  width: 149px;
  height: 100%;
  background-image: url(../image/icon-square.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 50%;
  margin-left: -75px;
  z-index: 2;
}

.square-item:after {
  content: '';
  position: absolute;
  z-index: 1;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-50deg);
  transform: translateX(-50%) translateY(-50%) rotate(-50deg);
}

.square-item::after {
  background-color: #076236;
}

.square-item:hover:after {
  opacity: 1;
  height: 350%;
}

.paging-box {
  margin-top: 40px;
}

.paging-box .pb_sys_common {
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #666;
}

.paging-box span {
  display: inline-block;
  min-width: 30px;
  min-height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 5px;
}

.paging-box a {
  display: block;
  width: 100%;
  height: 30px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  color: #666;
}

.paging-box .p_no a:hover {
  color: #FFFFFF;
  background: #007050;
}

.paging-box .p_no_d {
  padding: 0;
  background: #007050;
  border-radius: 2px;
  color: #FFFFFF;
  text-align: center;
}

.paging-box .p_prev,
.paging-box .p_prev_d,
.paging-box .p_next,
.paging-box .p_next_d {
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.paging-box .p_prev,
.paging-box .p_prev_d {
  background: url(../image/icon-prev.png) no-repeat center center;
  background-size: 30px 30px;
}

.paging-box .p_next,
.paging-box .p_next_d {
  background: url(../image/icon-next.png) no-repeat center center;
  background-size: 30px 30px;
}

.icon-prev {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../image/icon-prev.png) no-repeat center center;
  background-size: 30px 30px;
  vertical-align: middle;
}

.icon-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../image/icon-next.png) no-repeat center center;
  background-size: 30px 30px;
  vertical-align: middle;
}

@font-face {
  font-family: 'iconfont-more';
  src: url('data:font/ttf;charset=utf-8;base64,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') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


.paging-box .p_prev,
.paging-box .p_prev_d,
.paging-box .p_next,
.paging-box .p_next_d {
  text-align: center;
}

.paging-box .p_prev a::after,
.paging-box .p_prev_d::after {
  content: "\e685";
  font-size: 16px;
  line-height: 30px;
  line-height: auto;
}

.paging-box .p_next a::after,
.paging-box .p_next_d::after {
  content: "\e665";
  font-size: 16px;
  line-height: 30px;
  line-height: auto;
}

.link-group .left-btn .item-icon::after {
  content: "\e61a";
  font-size: 20px;
  line-height: 22px;
}

.link-group .top-btn .item-icon::after {
  content: "\e616";
  font-size: 20px;
}

.navbar-default .input-group {
  position: relative;
  font-family: "iconfont-more";
}

.link-group .left-btn .item-icon,
.link-group .top-btn .item-icon,
.paging-box .p_next,
.paging-box .p_next_d,
.paging-box .p_prev,
.paging-box .p_prev_d {
  font-family: "iconfont-more";
  font-style: normal;
  background: none !important;
  background-image: none !important;
}

.navbar-default .btn-search,
.navbar-default a.to-search {
  background-image: none !important;
}

.paging-box a .icon-prev,
.paging-box a .icon-next {
  display: none
}

.search-input-box .search-result {
  font-size: 18px;
  line-height: 25px;
  color: #3B3838;
  margin-bottom: 40px;
}

.search-input-box .search-result span {
  color: #007050;
}

.result-list-box .item {
  display: block;
  width: 100%;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  padding: 16px 24px;
  margin-bottom: 16px;
}

.result-list-box .item .type {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #3B3838;
  margin-bottom: 8px;
}

.result-list-box .item .title {
  font-size: 18px;
  line-height: 25px;
  color: #3F3F3F;
}

.result-list-box .item .title span {
  color: #5B9BD5;
}

.result-list-box .item .content {
  max-height: 40px;
  font-size: 14px;
  line-height: 20px;
  color: #3F3F3F;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (min-width: 1680px) {
  .staff-box .wrap {
    width: 14.5%;
  }
}

@media (max-width: 992px) {

  h3.title {
    font-size: 16px;
    line-height: 24px;
    padding-left: 36px;
  }

  h3.title::before {
    content: '';
    width: 12px;
    height: 12px;
  }

  h3.title::after {
    content: '';
    width: 12px;
    height: 12px;
    top: 12px;
    left: 12px;
  }

  .left-navbar-box {
    width: 230px;
    margin-right: 30px;
    padding-bottom: 60px;
  }

  .left-logo {
    font-size: 28px;
    color: #fff;
    padding: 14px 20px;
    line-height: 1.2;
  }

  .page-box .page-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .left-menu-item {
    font-size: 20px;
    color: #007050;
    position: relative;
    padding: 4px 0;
  }

  .left-menu-item a {
    display: block;
    padding-left: 20px;
    padding-right: 6px;
  }

  .left-dropdown-menu a {
    display: block;
    padding-left: 40px;
  }

  .left-dropdown span {
    border-width: 6px 0 6px 10px;
    top: 15px;
    right: 30px;
    transition: all .2s;
    z-index: 4;
  }

  .staff-box .wrap {
    width: 31%;
  }
}

@media (max-width: 767px) {
  .breadcrumb-box {
    display: none;
  }

  .footer .footer-wrap {
    display: block;
    text-align: center;
    padding: 20px 0 40px;
  }

  .footer .footer-wrap>* {
    margin-top: 12px;
  }

  /* .footer .footer-wrap .footer-logo img {
    height: 16px;
  } */
}

@media (max-width:600px) {
  .undergraduate-box .wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .undergraduate-box {
    margin: 0 -15px;
  }

  .paging-box span {
    min-width: 20px;
    min-height: 20px;
    line-height: 20px;
    margin: 0 2px;
  }

  .paging-box a {
    height: 20px;
  }

  .paging-box .p_no_d {
    padding: 0;
  }

  .paging-box .p_prev,
  .paging-box .p_prev_d {
    background: url(../image/icon-prev.png) no-repeat center center;
    background-size: 20px 20px;
  }

  .paging-box .p_next,
  .paging-box .p_next_d {
    background: url(../image/icon-next.png) no-repeat center center;
    background-size: 20px 20px;
  }

  .icon-prev {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }

  .icon-next {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }

  .paging-box .p_next a::after,
  .paging-box .p_next_d::after,
  .paging-box .p_prev a::after,
  .paging-box .p_prev_d::after {
    line-height: 20px;
  }

  .news-list-box .item {
    flex-wrap: wrap;
    border: 1px solid #E0E0E0;
    margin-bottom: 40px;
  }

  .news-list-box .item .intro {
    margin-top: 0;
    padding: 16px;
    font-size: 14px;
    line-height: 18px;
  }

  .news-list-box .item .img-wrap {
    width: 100%;
    height: 0;
    padding-bottom: 62.5%;
    position: relative;
  }

  .news-list-box .item .img-wrap img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .staff-box .wrap {
    width: 100%;
    margin: 16px 0;
  }

  .honorary-box .wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .honorary-box .content {
    min-height: auto;
    padding: 12px;
  }
}

@media (max-width: 375px) {

  .footer-logo .logo-text,
  .navbar-brand a:last-of-type .logo-text p.en {
    font-size: 16px;
  }
}