body {
  padding-top: 131px;
}

.ias-navbar-bar-search {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-right: -25px;
}

.ias-navbar-bar-search input {
  background-color: transparent;
  border-radius: 8px !important;
  /* border: unset; */
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
}

.ias-navbar-bar-search .languageChange {
  color: #fff;
  margin-left: 20px;
  font-size: 18px;
  white-space: nowrap;
  cursor: pointer;
}

@media screen and (max-width:768px) and (min-height:620px) {
  .ias-navbar-bar-search {
    margin-right: unset;
  }
}

@media screen and (max-width:767px) {
  .ias-navbar-bar-search .languageChange {
    margin-left: 10px;
  }
}

@media screen and (max-width:375px) and (min-height:620px) {
  .ias-navbar-bar-search>.input-group {
    width: 60%;
  }
}

@media screen and (max-width:320px) and (min-height:620px) {
  .ias-navbar-bar-search>.input-group {
    width: 60%;
  }
}

.navbar>.container .navbar-brand {
  display: flex;
  float: left;
  height: auto;
  padding: 28px 0 14px;
  font-size: 18px;
  line-height: 20px;
  margin-left: 0;
  align-items: center;
}

.navbar-brand a {
  display: block;
  margin-right: 20px;
}

.navbar-brand a:first-of-type svg {
  display: block;
  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;
  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: 14px;
}

.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: 44px;
  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: linear-gradient(90deg, #027AB7 0%, #19816E 100%);
  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: #d69410;
  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: #d69410;
  background: transparent;
}


.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #d69410;
  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 #E0E0E0;
}

.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: #2E75B6;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #F2F2F2;
}

@media (min-width:769px) {
  .navbar-nav-box {
    float: right;
  }

  .navbar-nav {
    display: flex;
    /* max-width: 1056px; */
    margin: 0 auto;
    /* justify-content: space-around; */
    align-items: stretch;
    flex-wrap: wrap;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    line-height: 22px;
    padding: 16px 20px;
    height: 100%;
  }

  .navbar-nav>li>a::after {
    position: absolute;
    content: '/';
    top: 50%;
    right: 0;
    font-size: 20px;
    transform: translate(50%, -50%);
    color: #fff;
  }

  .navbar-nav>li:nth-last-child(2)>a::after {
    display: none;
  }

  .navbar-default .navbar-nav>.open>a:hover::before,
  .navbar-default .navbar-nav>.open>a:focus::before,
  .navbar-default .navbar-nav>li>a:hover::before,
  .navbar-default .navbar-nav>li>a:focus::before {
    width: 70%;
  }
}

@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.ias-logo img {
    height: 30px;
  }

  .navbar-brand a.ias-logo 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: 8px;
  }

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    display: flex;
    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-bg {
    background: #03315c;
  }

  .navbar-toggle {
    margin-right: 15px;
    padding: 4px 5px;
    margin-top: 34px;
    margin-bottom: 10px;
    border-color: transparent !important;
    position: absolute;
    top: 80px;
    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-color: #03315c;
  }

  .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 #606266;
  }

  .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 #606266;
  }

  .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: #d69410;
    font-weight: 500;
    background-color: transparent;
  }

  nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #d69410;
    background-color: transparent;
  }

  .nav .open>a,
  .nav .open>a:hover,
  .nav .open>a:focus {
    border-color: #606266;
  }

  .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: #d69410;
  }

  .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: 0;
    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 img {
  display: block;
  width: 100%;
  min-height: 180px;
  object-fit: cover;
}

.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;
  }
}

.breadcrumb-box {
  background: #F1F1F1;
}

.breadcrumb-box .wrap {
  background: #F1F1F1;
  padding: 20px 0;
}

.breadcrumb-box .wrap a {
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  padding: 0 24px;
  position: relative;
  color: #333333;
}

.breadcrumb-box .wrap a.active,
.breadcrumb-box .wrap a:hover {
  color: #0065CB;
}

.breadcrumb-box .wrap a::before {
  content: '/';
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 20px;
  transform: translate(-50%, -50%);
  color: #333333;
}

.breadcrumb-box .wrap a:first-of-type:before {
  display: none;
}

.breadcrumb-box .wrap a:first-of-type i {
  display: block;
  width: 22px;
  height: 22px;
  background: url(../image/icon-home.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  color: #545454;
}

.breadcrumb-box .hoverBorder::before {
  background-color: #0065CB;
}

h3.title {
  display: block;
  position: relative;
  font-size: 20px;
  line-height: 34px;
  padding-left: 60px;
}

h3.title::before {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #FFA800;
  position: absolute;
  top: 0;
  left: 0;
}

h3.title::after {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #03315C;
  position: absolute;
  top: 16px;
  left: 16px;
}

.management-box {
  padding: 40px 0;
}

.management-wrap {
  display: flex;
}

.management-wrap .classify {
  width: 96px;
  padding-top: 26px;
  font-size: 18px;
  line-height: 22px;
  color: #2E75B6;
  background: url(../image/icon-title.png) no-repeat left top;
  background-size: 18px 18px;
  margin-top: 55px;
  margin-right: 80px;
  flex-shrink: 0;
}

.management-wrap .people-box {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.people-box .head-wrap {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.people-box .item {
  padding: 40px 0;
  display: flex;
  align-items: center;
}

.people-box .item .img-wrap {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  overflow: hidden;
}

.people-box .item .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
}

.people-box .item .content {
  margin-left: 12px;
}

.people-box .item .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #3B3838;
}

.people-box a.item:hover .name {
  color: #2E75B6;
}

.people-box .item .intro {
  margin: auto;
  margin-top: 16px;
}

.people-box .item li i {
  color: rgba(206, 225, 242, 1);
  margin-right: 5px;
}

.people-box .item li {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 20px;
  color: #919191;
  display: flex;
  word-break: break-word;
max-width: 500px;
}

.people-box .item li:last-of-type {
  margin-bottom: 0;
}

.people-box .people-list {
  width: 100%;
  background: rgba(245, 245, 245, 1);
  padding: 12px;
  padding-left: auto;
  padding-right: auto;
  justify-content: space-between;
}

.people-box .people-list:nth-of-type(2n) {
  background: #FFFFFF;

}

.people-box .people-list>li {
  width: 25%;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word
}

.news-list-box {
  margin-top: 65px;
}

.news-list-box .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 36px;
}

.news-list-box .item .img-wrap {
  width: 332px;
  height: 221px;
  flex-shrink: 0;
  margin-right: 10px;
  position: relative;
  box-shadow: 12px -12px 0px #F1F1F1;
  overflow: hidden;
}

/* .news-list-box .item .img-wrap::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #F1F1F1;
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 0;
} */

.news-list-box .item .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  transition: all .5s;
}

.news-list-box .item .content {
  width: 100%;
  padding: 20px 40px 20px 48px;
  border: 1px solid #E6E6E6;
}

.news-list-box .item h3.title {
  display: block;
  color: #0065CB;
  position: relative;
}

.news-list-box .item h3.title .hoverBorder::before {
  background-color: #0065CB;
}

.news-list-box .item:hover .hoverBorder::before {
  width: 100%;
}

.news-list-box .item:hover .img-wrap img {
  transform: scale(1.2);
}

.news-list-box .item .intro {
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #3B3838;
  padding: 0 16px;
  margin-top: 16px;
}

.news-list-box .item .intro p {
  height: 84px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news-list-box .item .date {
  text-align: right;
  margin-top: 20px;
  color: #999;
}

.main-box {
  margin-top: 65px;
}

.page-box .title {
  font-size: 30px;
  color: #0065CB;
  margin-bottom: 24px;
  text-align: center
}

.page-header {
  padding-bottom: 9px;
  margin: 20 0 20px;
  border-bottom: 1px solid #eee;
}

.page-header h2,
.content-category h2 {
  font-size: 22px;
  color: #0169b0;
  -webkit-font-weight: bold;
  text-align: left;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.administration-wrap {
  margin-top: 24px;
}

.administration-wrap .item {
  display: flex;
  padding: 16px 10px;
  border-radius: 10px;
  transition: all .1s;
  margin-bottom: 24px;
}

.administration-wrap .item:hover {
  box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.35);
  border-bottom-color: transparent;
}

.administration-wrap .item .head-img {
  width: 120px;
  height: 120px;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
  flex-shrink: 0;
}

.administration-wrap .item .head-img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
}

.administration-wrap .name {
  font-size: 18px;
  font-weight: bold;
  color: #0065CB;
}

.administration-wrap .position {
  font-size: 16px;
  color: #0065CB;
  margin-top: 6px;
}

.administration-wrap .email {
  font-size: 16px;
  margin-top: 16px;
  word-break: break-all;
}

.contact-box h3.title {
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 26px;
  color: #2E75B6;
  padding-left: 24px;
  background: url(../image/icon-title.png) no-repeat left 4px;
  background-size: 18px 18px;
}

.contact-box h3.title::before,
.contact-box h3.title::after {
  display: none;
}

.contact-box .enquiries {
  margin-top: 48px;
}

.contact-box .enquiries .blue-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #5B9BD5;
  margin-top: 24px;
  margin-bottom: 10px;
}

.contact-box .phone-wrap p {
  font-style: italic;
  font-size: 16px;
  line-height: 19px;
}

.activities-list-box .item {
  display: block;
  margin-bottom: 24px;
}

.activities-list-box .item .title {
  height: 40px;
  display: flex;
  align-items: center;
  box-sizing: content-box;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.385882px;
  color: #3B3838;
  background: #F7FAFD;
  padding: 16px;
  transition: all .1s;
}

.activities-list-box .item .info {
  padding: 16px;
}

.activities-list-box .item .info p {
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  color: #919191;
  margin-bottom: 5px;
}

.activities-list-box .item .info p i {
  font-size: 14px;
  line-height: 20px;
  margin-right: 5px;
  color: rgba(206, 225, 242, 1);
}

.activities-list-box .item:hover .title {
  color: #2E75B6;
}

.activities-list-box .item:hover .title {
  background: #eff5fb;
}

.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: linear-gradient(90deg, #027AB7 0%, #19816E 100%);
}

.paging-box .p_no_d {
  padding: 0;
  background: linear-gradient(90deg, #027AB7 0%, #19816E 100%);
  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: #2E75B6;
}

.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;
}

.title-center {
  display: flex;
  justify-content: center;
}

.campus-intro p:first-of-type {

  margin-bottom: 12px;
}

.campus-list-box .item {
  display: flex;
  padding: 48px 0;
  border-bottom: 1px solid #EFEFEF;
}

.campus-list-box .item:last-of-type {
  border-bottom: none;
}

.campus-list-box .item .img {
  width: 378px;
  height: 236px;
  flex-shrink: 0;
  order: 1;
}

.campus-list-box .item .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.campus-list-box .item .content {
  width: 100%;
  margin-left: 28px;
  order: 2;
}

.campus-list-box .item:nth-of-type(2n) .content {
  margin-right: 28px;
  margin-left: 0;
  order: 0;
}

.campus-list-box .item .title {
  font-size: 40px;
  font-weight: bold;
  color: #0065CB;
  display: flex;

}

.campus-list-box .item .icon-title {
  display: inline-block;
  width: 40px;
  height: 58px;
  margin-right: 8px;
  background: url(../image/icon-title.png) no-repeat center center;
  background-size: 100%;
  flex-shrink: 0;
}

.campus-list-box .item span {
  display: inline-block;
  vertical-align: middle;
}

.campus-list-box .item .intro {
  /* height: 150px; */
  font-size: 14px;
  color: #434343;
  line-height: 30px;
  /* display: -webkit-box; */
  /* -webkit-box-orient: vertical; */
  /* -webkit-line-clamp: 5; */
  /* overflow: hidden; */
  margin: 14px 0 0;
}

.campus-list-box .item .more {
  font-size: 14px;
  color: #0065CB;
  text-decoration: none;
}

.campus-list-box .item .hoverBorder::before {
  background-color: #0065CB;
}

.degree-img a {
  display: block;
  width: 100%;
}

.degree-img img {
  width: 100%;
}

.degree-type {
  display: flex;
  margin-top: 48px;
}

.degree-type .wrap {
  min-width: 250px;
  border-radius: 17px 17px 10px 10px;
  opacity: 1;
  border: 1px solid #D8D8D8;
  padding: 12px 16px 20px;
  margin-right: 32px;
  transition: all .1s;
}

.degree-type .wrap:hover {
  box-shadow: 1px 4px 8px 4px rgba(0, 0, 0, 0.08);
}

.degree-type .wrap .title {
  font-size: 18px;
  color: #0065CB;
  line-height: 28px;
  text-align: center;
}

.degree-type .wrap .content {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-top: 12px;
}

.degree-box {
  margin-top: 50px;
}

.degree-box .item {
  margin-bottom: 28px;
}

.degree-box .title {
  height: 28px;
  font-size: 22px;
  color: #0065CB;
  line-height: 28px;
  padding-left: 24px;
  border-left: 6px solid #03315C;
  margin-bottom: 32px;
}

.activities-box {
  word-break: break-word;
}

.activities-box .imgwrodlist>.item {
  border: 0px solid #fff;
  padding: 0;
  display: block;
  margin-bottom: 12px;
  box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.35);
}

.activities-box .imgwrodlist>.item .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #3F96CC;
  font-weight: 600;
  padding: 17px 2.5%;
  line-height: 20px;
  font-size: 16px;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  cursor: pointer;
  color: #fff;
}

.activities-box .imgwrodlist>.item .wrap:hover {
  color: #eee;
}

#people-downlist .idnum,
.imgwrodlist .wrap .idnum {
  width: auto;
  text-align: left;
  padding-right: 2.5%;
}

.activities-box .wrap .icon,
.downlist .wrap .icon {
  font-size: 22px;
  transform: rotateZ(-90deg);
  transition: all 0.3s;
}

.activities-box .wrap.active .icon {
  transform: rotateZ(90deg);
}

.downlist .content {
  display: none;
  overflow: hidden;
  color: #6E6C6C;
  padding: 16px 12px;
  padding-left: 3%;
  padding-right: 3%;
  /* border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0; */
}

.career-list-box .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  border: 1px solid #D8D8D8;
  transition: all .1s;
  margin-bottom: 24px;
}

.career-list-box .item:hover {
  box-shadow: 1px 4px 8px 4px rgba(0, 0, 0, 0.08);
}

.career-list-box .item .title {
  font-size: 22px;
}

.career-list-box .item .time {
  flex-shrink: 0;
  font-size: 16px;
  margin-left: 16px;
}

.career-list-box .item .time i {
  margin-right: 8px;
}

.media-list-box {
  max-width: 900px;
  margin: 0 auto;
}

.media-list-box a.item {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  border-bottom: 1px dashed #e6e6eb;
  padding-left: 20px;
  position: relative;
}

.media-list-box a.item::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #03315c;
  position: absolute;
  top: 17px;
  left: 2px;
}

.media-item {
  padding: 10px 0;
  display: block;
  font-size: 18px;
  border-bottom: 1px dashed #03315c;
  padding-left: 20px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.media-item::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #03315c;
  position: absolute;
  top: 20px;
  left: 2px;
}

.media-bg {
  display: block;
  width: 100%;
  height: 238px;
  background: url(../image/media-bg.png) no-repeat center center;
  background-size: contain;
}

@media (max-width:768px) {
  .navbar-default .input-group::after {
    right: 4px
  }
}

@media (max-width:600px) {

  .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;
  }

  .career-list-box .item {
    display: block;
  }

  .career-list-box .item .time {
    margin-left: 0;
    margin-top: 16px;
  }

  .management-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .people-box .head-wrap .col-md-6 {
    width: 100%;
  }

  .people-box .item {
    padding: 20px 0;
  }
}

/* .activities-list-box .item .title {
  background: #F7FAFD;
} */
@media (max-width: 1200px) {
  .campus-list-box .item .title {
    font-size: 32px;
  }

  .campus-list-box .item .icon-title {
    width: 40px;
    height: 44px;
    margin-right: 0;
    background-size: 28px 28px;
  }
}

@media (max-width: 992px) {
  .news-list-box .item .content {
    padding: 10px 20px 10px 24px;
  }

  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;
  }

  .news-list-box .item .img-wrap {
    width: 234px;
    height: 156px;
  }

  .news-list-box .item .intro {
    font-size: 16px;
    line-height: 22px;
    padding: 0 12px;
    margin-top: 12px;
  }

  .news-list-box .item .intro p {
    height: 66px;
  }

  .news-list-box .item .date {
    margin-top: 12px;
  }

  .campus-list-box .item .img {
    width: 300px;
    height: 187px;
  }
}

@media (max-width: 767px) {
  .breadcrumb-box {
    display: none;
  }

  .news-list-box .item {
    flex-wrap: wrap;
  }

  .news-list-box .item .img-wrap {
    width: 100%;
    height: 0;
    padding-bottom: 66.57%;
    margin-right: 0;
  }

  .news-list-box .item .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .news-list-box .item .content {
    padding: 16px;
    margin-top: 0;
  }

  .news-list-box .item .intro {
    padding: 0;
  }

  .campus-list-box .item {
    display: block;
    padding: 48px 0;
    border-bottom: 1px solid #EFEFEF;
  }

  .campus-list-box .item .img {
    width: 100%;
    height: 0;
    padding-bottom: 62.5%;
    flex-shrink: 0;
    margin-bottom: 12px;
    position: relative;
  }

  .campus-list-box .item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .campus-list-box .item .title {
    font-size: 28px;
  }

  .campus-list-box .item .icon-title {
    width: 40px;
    height: 40px;
    margin-right: 0;
    background-size: 24px 24px;
  }

  .campus-list-box .item .content {
    margin-left: 0;
  }

  .administration-wrap .item .head-img {
    width: 100px;
    height: 100px;
    margin-right: 8px;
  }

  .administration-wrap .name {
    font-size: 16px;
  }

  .administration-wrap .position {
    font-size: 14px;
  }

  .administration-wrap .email {
    font-size: 14px;
    margin-top: 8px;
  }
}