body {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  position: relative;
  min-height: 100vh;
}

/* 导航样式开始 */
.navbar-default {
  background-color: #076236;
  border-color: #076236;
}

.navbar .navbar-brand {
  display: flex;
  height: auto;
  padding: 13px 0 10px 10px;
  font-size: 18px;
  line-height: 20px;
  margin-left: 0;
  align-items: center;
  float: none;
}

.navbar-brand a {
  display: block;
}

.navbar-brand a:first-of-type img,
.navbar-brand a:first-of-type svg {
  width: 239px;
  height: 61px;
  display: block;
  margin: 0 auto;
}

.navbar-brand a:last-of-type .logo-text {
  display: block;
  margin-left: 10px;
  font-size: 25px;
  line-height: 32px;
 
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.show-search {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 12px 14px 14px 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0 0 0 10px;
  outline: none;
  border: none;
}

.input-group {
  width: 252px;
  background: #39815e;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 999;
  margin-top: 10px;
  margin-right: 10px;
}

.input-group input {
  background-color: transparent;
  outline: none;
  border: none;
}

.input-group .input-search {
  width: 180px;
  height: 16px;
  font-size: 16px;
  color: #fff;
  flex-shrink: 0;
}

.input-group .search-border {
  display: inline-block;
  width: 2px;
  height: 16px;
  background: #fff;
  flex-shrink: 0;
  margin-left: 10px;
}

.nav-btn-search {
  display: inline-block;
  width: 100%;
  height: 18px;
  color: #fff;
}

.input-group i.icon-a-mingchengsousuoshuxingxianxing {
  position: absolute;
  right: 20px;
  color: #fff;
  z-index: -1;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
}

.navbar-nav>li>a {
  padding: 15px 20px;
  position: relative;
}

@media (min-width: 1335px) {
  .navbar-nav>li>a {
    padding: 15px 30px;
  }
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #076236;
  box-shadow: none;
}

.navbar-nav {
  margin: 0 -15px;
  padding: 10px 0;
  background-color: #333;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #E4FF00;
  background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #E4FF00;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #fff;
}

.header-top-right {
  position: absolute;
  right: 0;
  top: 0;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-toggle {
  margin-top: 0;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 5px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.menu-item-level-2>a {
  display: block;
  font-size: 16px;
  color: #fff;
  padding-left: 20px;
  margin-bottom: 10px;
}

.menu-item-level-3 {
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #fff;
}

.menu-item-level-2>a:focus,
.menu-item-level-2>a:hover,
.menu-item-level-2.active>a:hover,
.menu-item-level-3 a:focus,
.menu-item-level-3 a:hover,
.menu-item-level-3.active a {
  color: #E4FF00;
  text-decoration: none;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 80vh;
  overflow-y: auto;
}

@media (max-width: 1165px) {
  body {
    padding-top: 0 !important;
  }

  .navbar {
    position: relative;
    margin-bottom: 0;
    padding-top: 60px;
  }

  .navbar .navbar-brand {
    display: block;
    padding: 10px 0;
  }

  .navbar-brand a:last-of-type {
    text-align: center;
    margin-top: 8px;
  }

  .navbar-brand a:last-of-type .logo-text {
    display: inline-block;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }

  .navbar-brand a:last-of-type .logo-text p.cn {
    line-height: 22px;
    font-size: 20px;
    margin-bottom: 4px;
    text-align-last: justify;
  }

  .show-search {
    display: none;
  }

  .header-top-right {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: auto;
    width: 100% !important;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header-top-right ul li:first-of-type {
    position: absolute;
    right: 10px;
    bottom: 15px;
  }

  .input-group {
    display: flex;
    position: relative;
    width: 200px;
    padding: 6px 10px;
    border: none;
    background-color: rgba(255, 255, 255, 0.2);
    top: 0;
    right: 0;
  }

  .input-group .input-search {
    width: 130px;
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: none;
  }
}
.container a{color:#003399}
@media (max-width: 1165px) {
  .navbar-default .navbar-nav>li>a {
    padding: 15px 5px;
    margin: 0 15px;
    border-bottom: 1px solid #606266;
  }

  .nav .open>a,
  .nav .open>a:focus,
  .nav .open>a:hover {
    background-color: #eee;
    border-color: #606266;
  }

  .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;
    padding-top: 0;
    padding-bottom: 0;
  }

  .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: 20px;
  }

  .dropdown.active .dropdown-toggle::after {
    border-color: #FFC745;
  }

  .dropdown.open .dropdown-toggle::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  .menu-item-level-2>a {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-left: 20px;
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px solid #606266;
  }

  .menu-item-level-3 {
    padding-left: 20px;
  }

  .menu-item-level-3>a {
    display: block;
    font-size: 16px;
    margin-left: 20px;
    padding: 10px 0;
    margin-bottom: 0;
    color: #fff;
    border-bottom: 1px solid #606266;
  }
}

@media (min-width: 1165px) {
  .navbar .navbar-brand {
    float: left;
  }

  .header-navbar {
    float: right;
    text-align: right;
  }

  .header-top-right {
    float: right;
    padding-top: 0;
    padding-right: 0;
    position: relative;
    text-align: right;
  }

  .header-top-right li {
    display: inline-block;
  }

  .navbar-nav {
    padding: 0;
    background-color: transparent;
  }

  .nav>li {
    position: inherit;
    display: block;
  }

  .dropdown-menu {
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 70vh;
    padding: 2rem 0 1.4375em;
    border-top: 1px solid #482e0e;
    border-bottom: 4px solid #534414;
  }

  .dropdown-menu .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1300px;
    width: 100%;
  }

  .menu-item-level-2 {
    float: left;
    padding-right: 1.5em;
    padding-left: 1.5em;
    max-width: 280px;
  }

  .menu-item-level-2.menu-id-1014,
  .menu-item-level-2.menu-id-1015,
  .menu-item-level-2.menu-id-1063,
  .menu-item-level-2.menu-id-1089  {
    max-width: none;
  }

  .menu-item-level-2.menu-id-1065 {
    max-width: 400px;
  }

  .menu-item-level-2>a {
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
    padding-left: 0;
    border-bottom: 1px solid #e2cfbd;
    margin-bottom: 10px;
    color: #444;
    font-weight: bold;
  }

  .menu-item-level-3 {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 0;
    color: #444;
  }

  .menu-item-level-2>a:focus,
  .menu-item-level-2>a:hover,
  .menu-item-level-2.active>a:hover,
  .menu-item-level-3 a:focus,
  .menu-item-level-3 a:hover,
  .menu-item-level-3.active a {
    color: #444;
  }

  .navbar-nav>li:not(:last-of-type)>a::after {
    content: '/';
    position: absolute;
    top: 15px;
    right: 0;
    color: #fff;
  }

  .inner-menu-btn {
    display: block !important;
  }
}

/* 导航样式结束 */

/* footer样式开始 */
.footer-box {
  width: 100%;
  background-color: #076236;
  color: #fff;
  padding: 30px 15px 80px;
  text-align: center;
  font-size: 13px;
  line-height: 30px;
  position: absolute;
  bottom: 0;
}

/* footer样式结束 */

/* 搜索页面开始 */
.SEARCH_L ul li {
  width: 100%;
  height: auto;
}

.SEARCH_L ul li .span1 {
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 50px;
  background: #019483;
  color: #fff;
  text-align: center;
}

.SEARCH_L ul li .span1 em {
  line-height: 50px;
}

.SEARCH_L ul li em.list_em {
  display: block;
  padding: 75px 20px 50px 95px;
}

.SEARCH_L ul li em.list_em a {
  display: block;
}

.SEARCH_L ul li em.list_em span.Span {
  font-size: 16px;
  display: -webkit-inline-box;
  color: #999;
  margin-top: 10px;
}

.search_sum {
  text-align: center;
  font-size: 30px;
  color: #333;
  border-top: 2px solid #019483;
  box-sizing: border-box;
  padding: 20px 0;
}

.search_sum span {
  color: #019483;
}

.youtx li {
  width: 100%;
  height: 218px;
  margin-bottom: 20px;
  background: #e6e6e6;
}

.youtx_pic {
  width: 320px;
  height: 100%;
}

.youtx_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.youtx_list {
  width: 600px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.youtx_list span.span2 {
  display: none;
}

.youtx_list p.span1 {
  display: block;
  width: auto;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 30px;
  height: 40px;
  min-width: 40px;
  padding: 3px;
  background: #019483;
  /*transform: translateX(-40%) skewX(-40deg);width: 155px;height: 100px;background: rgba(0,0,0,.6);position: absolute;top: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);*/
}

.youtx_list p.span1 .span1_c {
  border: 1px solid #fff;
  display: block;
  width: auto;
  padding: 0 2px;
  min-width: 36px;
  height: 38px;
  color: #fff;
}

.youtx_list p.span1 em {
  /*display: block;transform: skewX(40deg);color: #fff;font-size: 18px;float: right;line-height: 40px;padding-right: 12px;*/
  font-size: 16px;
  text-align: center;
  line-height: 19px;
  display: block;
}

.youtx_list p.span1 i {
  font-size: 16px;
  display: block;
  font-style: normal;
  text-align: center;
  line-height: 18px;
}

.youtx_list em.list_em {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: table;
  padding-left: 95px;
  padding-right: 20px;
}

.youtx_list em.list_em a {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  color: #333;
}

.youtx_list i {
  /*position: absolute;bottom: 0;border-top: 80px solid transparent;border-right: 80px solid transparent;border-left: 80px solid transparent;border-bottom: 80px solid #019483;right: -80px;*/
}

.youtx_list a.sum {
  font-size: 24px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
}

.con_page {
  width: 100%;
  height: 160px;
  background: #e6e6e6;
}

.page {
  width: 920px;
  height: 100%;
  display: table;
}

.page2 {
  display: none;
}

.container_con .text {
  font-size: 180px;
  color: #e6e6e6;
  font-weight: bold;
  transform: rotate(90deg);
  position: absolute;
  top: 12px;
  right: -233px;
  text-transform: uppercase;
  z-index: 99;
  -moz-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.page_prev,
.page_next {
  height: 50px;
  line-height: 50px;
  padding: 55px 0;
  font-size: 20px;
  color: #333;
}

.page_prev a,
.page_next a {
  font-size: 20px;
  color: #333;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
}

.page_prev i {
  padding-right: 10px;
}

.page_next i {
  padding-left: 10px;
}

.page_prev a:hover,
.page_next a:hover {
  color: #019483;
}

@media (max-width: 480px) {
  .youtx li {
    height: 110px;
    margin-bottom: 15px;
  }

  .container_con {
    margin-top: 20px;
  }

  .youtx_list em.list_em a {
    font-size: 16px;
  }

  .youtx_list p.span1,
  .SEARCH_L ul li .span1 {
    display: none;
  }

  .youtx_list span.span2 {
    display: block;
    background: #019483;
    position: absolute;
    top: 0;
    width: auto;
    height: 35px;
    text-align: center;
    padding: 0 10px;
  }

  .youtx_list span.span2 em {
    font-size: 16px;
    color: #fff;
    line-height: 35px;
  }

  .youtx_list i {
    /*border-top: 40px solid transparent;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-bottom: 40px solid #019483;
    right: -40px;*/
  }

  .youtx_list a.sum {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 21px;
  }

  .youtx_list em.list_em,
  .SEARCH_L ul li em.list_em {
    padding-left: 15px;
    padding-top: 35px;
    padding-right: 15px;
  }

  .SEARCH_L ul li em.list_em {
    padding-top: 45px;
    padding-bottom: 25px;
  }

  .SEARCH_L ul li em.list_em span {
    font-size: 12px;
  }

  .con_page {
    height: 60px;
  }
}

/* 搜索页面结束 */

.banner-slider {
  position: relative;
}

.banner-slider .sy-slide video {
  display: block;
  width: 100%;
  object-fit: contain;
  background-color: #fff;
}

.sy-pager {
  position: absolute;
  bottom: 10%;
}

.sy-pager li {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin: 0 1em 0 0;
  border-radius: 50%;
}

.sy-pager li a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  text-indent: -9999px;
  -webkit-background-size: 2em 2em;
  background-size: 2em;
  border-radius: 50%;
  opacity: .6;
}

.sy-pager li a:link,
.sy-pager li a:visited {
  opacity: .6;
}

.sy-pager li.sy-active a {
  background-color: #fff;
  opacity: 1;
}

.banner-slider .wave-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  transform: translateY(10%);
}

.banner-slider .wave-box svg {
  display: block;
  width: 100%;
  height: auto;
}

.banner {
  width: 100%;
  position: relative;
  padding-top: 19.55%;
  /* overflow: hidden; */
  /* z-index: -1; */
}

.banner img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .svg-box {
  width: 100%;
  position: absolute;
  bottom: 0;
  transform: translateY(9%);
  z-index: 2;
}

.gradient-box {
  width: 60%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, rgba(212, 212, 212, 1) 0%, rgba(212, 212, 212, 0.8) 50%, rgba(212, 212, 212, 0) 100%);
  z-index: 1;
}

.banner .banner-title {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  font-size: 48px;
  font-weight: 400;
  color: #444444;
  line-height: 40px;
  text-align: right;
  padding: 0 15px;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 3;
}

.banner .banner-title i {
  display: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: url(../image/icon-column.png) no-repeat center center;
  background-size: 16px 12px;
  background-color: #076236;
  cursor: pointer;
  margin-left: 20px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #222;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.btn {
  color: #2f2f2f;
  font-size: 1rem;
  text-decoration: none;
  background: 0 0;
  border: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.inner-menu-btn {
  display: none;
  position: relative;
  width: 3.1875rem;
  height: 3.1875rem;
  border-radius: 50%;
  background-color: #076236;
  margin-left: 20px;
}

.inner-menu-btn__lines {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #83B19B;
  width: 1rem;
  height: 0.125rem;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

#skip-start,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.inner-menu-btn__lines::after,
.inner-menu-btn__lines::before {
  content: "";
  background-color: #83B19B;
  position: absolute;
  width: 1.25rem;
  height: 0.125rem;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.inner-menu-btn__lines::after {
  left: -0.125rem;
  top: 0.4375rem;
}

.inner-menu-btn__lines::before {
  left: -0.125rem;
  top: -0.4375rem;
}

.inner-menu-btn:hover .inner-menu-btn__lines::before,
[data-whatinput=keyboard] .inner-menu-btn:focus .inner-menu-btn__lines::before {
  -webkit-transform: rotate(-12.5deg);
  transform: rotate(-12.5deg);
}

.inner-menu-btn:hover .inner-menu-btn__lines::after,
[data-whatinput=keyboard] .inner-menu-btn:focus .inner-menu-btn__lines::after {
  -webkit-transform: rotate(12.5deg);
  transform: rotate(12.5deg);
}

.inner-menu-btn.is-open>.inner-menu-btn__lines {
  background-color: transparent;
}

.inner-menu-btn.is-open>.inner-menu-btn__lines::before {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1.2);
  transform: rotate(45deg) scale(1.2);
  top: 0;
}

.inner-menu-btn.is-open:hover .inner-menu-btn__lines::before,
[data-whatinput=keyboard] .inner-menu-btn.is-open:focus .inner-menu-btn__lines::before {
  -webkit-transform: rotate(35deg) scale(1.2) translateX(2px);
  transform: rotate(35deg) scale(1.2) translateX(2px);
}

.inner-menu-btn.is-open>.inner-menu-btn__lines::after {
  opacity: 1;
  -webkit-transform: rotate(135deg) scale(1.2);
  transform: rotate(135deg) scale(1.2);
  top: 0;
}

.inner-menu-btn.is-open:hover .inner-menu-btn__lines::after,
[data-whatinput=keyboard] .inner-menu-btn.is-open:focus .inner-menu-btn__lines::after {
  -webkit-transform: rotate(145deg) scale(1.2) translateX(-2px);
  transform: rotate(145deg) scale(1.2) translateX(-2px);
}

.index-title h1 {
  font-size: 36px;
  font-weight: 400;
  color: #006633;
  line-height: 40px;
  text-align: center;
}

.index-title .more {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #006633;
}

.announcements-box {
  padding-bottom: 90px;
  position: relative;
  z-index: 4;
}

.announcements-box .index-title .more {
  margin-top: -15px;
}

.announcements-wrap {
  margin-top: 40px;
}

/* .index-news-default,
.index-news-calendar {
  box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.35);
  padding: 24px 32px 16px 16px;
} */

.index-news-wrap a.wrap {
  display: block;
  margin-bottom: 12px;
  padding: 12px 4px 12px;
  border-bottom: 1px dashed #006633;
  transition: all .1s;
}

.index-news-wrap a.wrap:hover {
  box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.35);
  border-bottom-color: transparent;
}

.index-news-wrap .dqsj:nth-child(n+4) {
  display: none !important;
}

.index-news-wrap a.wrap .date-box {
  font-size: 16px;
  line-height: 24px;
  color: #444;
}

.index-news-wrap a.wrap .info {
  width: 100%;
}

.index-news-wrap a.wrap .info .title {
  max-height: 40px;
  font-size: 16px;
  color: #006633;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
  font-weight: bold;
}

.hot-item-box {
  padding: 35px 0 20px;
}

.hot-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 60px;
}

.hot-item a.item {
  display: block;
  max-width: 160px;
  margin-bottom: 30px;
}

.hot-item a.item .img {
  display: flex;
  width: 125px;
  height: 125px;
  margin: 0 auto;
  border-radius: 50%;
  background: #88B400;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 12px 6px rgba(0, 0, 0, 0.15);
  transition: all .1s;
}

.hot-item a.item:hover .img {
  background-color: #007F3F;
}

.hot-item a.item .img img {
  width: 62px;
  height: 62px;
}

.hot-item a.item .title {
  font-size: 22px;
  color: rgba(51, 51, 51, 0.8);
  line-height: 30px;
  text-align: center;
  margin-top: 20px;
}

.index-calendar-box {
  padding-bottom: 80px;
  position: relative;
  z-index: 4;
  border-bottom: 2px solid #E6E6E6;
}

.academic-calendar {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

/* .academic-calendar .index-news-wrap a.wrap:last-of-type {
  margin-bottom: 0;
} */

.index-bottom-box {
  padding: 170px 0 85px;
  background: url(../image/img-index.png) no-repeat center center;
  background-size: cover;
  position: relative;
}

.index-bottom-box .svg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-10%);
}

.svg-box svg {
  display: block;
  width: 100%;
  height: auto;
}

.quick-link-box {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -15px;
}

.quick-link-box .item {
  width: 50%;
  min-height: 350px;
  min-width: 585px;
  padding: 15px;
}

.quick-link-box .wrap {
  height: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
  box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.35);
}

.quick-link-box .wrap .left {
  display: block;
  width: 50%;
  padding-right: 14px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.quick-link-box .wrap .left img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1s cubic-bezier(.23, 1, .32, 1) !important;
  transition: -webkit-transform 1s cubic-bezier(.23, 1, .32, 1) !important;
  -o-transition: transform 1s cubic-bezier(.23, 1, .32, 1) !important;
  transition: transform 1s cubic-bezier(.23, 1, .32, 1) !important;
  transition: transform 1s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1s cubic-bezier(.23, 1, .32, 1) !important;
}

.quick-link-box .wrap .left:hover img {
  -webkit-transform: scale(1.15) rotate(5deg) translateZ(0);
  transform: scale(1.15) rotate(5deg) translateZ(0);
}

.quick-link-box .wrap .left svg {
  width: auto;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 2;
}

.quick-link-box .wrap .left .title {
  display: block;
  width: 100%;
  min-height: 130px;
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  padding: 20px 20px 20px 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(135, 187, 46, 0.91) 0%, rgba(135, 187, 46, 0) 100%);
  z-index: 1;
}

.quick-link-box .wrap .right {
  width: 50%;
  padding: 20px 24px;
}

.quick-link-box .wrap li {
  list-style: disc;
  margin-left: 10px;
}

.quick-link-box .wrap .right .title {
  display: block;
  font-size: 28px;
  font-weight: normal;
  color: #444444;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.quick-link-box .wrap .right a {
  display: inline-block;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  text-align: left;
  vertical-align: top;
}

.quick-link-box .wrap .right a:hover {
  text-decoration: underline;
}

.main-box {
  position: relative;
  padding-bottom: 80px;
}

.banner-big {
  width: 100%;
  position: fixed;
  z-index: -1;
}

@media (max-width: 820px) {
  .banner-big {
    position: sticky;
    top: 0;
    height: 0;
  }
}

.banner-big img {
  width: 100%;
  height: auto;
  /* min-height: 600px; */
  max-height: 70vh;
}

.staff-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-top: 100px;
}

.breadcrumb-box {
  margin-bottom: 30px;
}

.breadcrumb-box li {
  float: left;
}

.breadcrumb-box li i,
.breadcrumb-box li a {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
}

.breadcrumb-box li:last-of-type a,
.breadcrumb-box li a.active,
.breadcrumb-box li a:hover {
  color: #003399;
}

.breadcrumb-box li i {
  margin: 0 5px;
}

.breadcrumb-box li:last-of-type i {
  display: none;
}

.page-title {
  font-size: 28px;
  color: #006633;
  text-align: center;
}

.page-content {
  font-size: 16px;
  margin-top: 30px;
}

.content-box {
  margin-top: 30px;
}

.content-title {
  font-size: 18px;
  font-weight: bold;
  color: #006633;
}

.staff-info {
  line-height: 30px;
}

.staff-info .content-title {
  margin-bottom: 10px;
}

.staff-wrap {
  max-width: 875px;
  margin: 0 auto;
}

.people-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.people-box a.item {
  display: flex;
  width: 420px;
  padding: 16px 10px;
  background: #F3F3F3;
  border-radius: 10px;
  margin-top: 35px;
}

.people-box a.item img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 20px;
}

.people-box a.item .info {
  font-size: 16px;
  color: #333333;
}

.people-box a.item .info .name {
  color: #076236;
}

.people-box a.item .info .name.cn {
  margin-bottom: 15px;
}

.img-nav-white-bg {
  padding: 0 0 30px;
  background-color: #fff;
}

.room-booking .img-nav-white-bg:not(:first-of-type) {
    padding: 40px 0 60px;
}

.img-nav-gray-bg {
  padding: 40px 0 60px;
  background-color: #DADADA;
}

.img-nav-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.35);
}

.img-nav-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.img-nav-box .img {
  width: 55%;
  position: relative;
}

.img-nav-box .img::before {
  display: block;
  content: '';
  height: 0;
  width: 100%;
  padding-top: 50.9%;
}

.img-nav-box .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.img-nav-box .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.img-nav-box .content,
.img-nav-box .info {
  width: 45%;
  color: #FFFFFF;
  text-align: center;
  position: relative;
}

.img-nav-box .info .title {
  width: 100%;
  position: absolute;
  font-size: 48px;
  top: 20%;
  left: 0;
}

.img-nav-box .info .more {
  display: inline-block;
  font-size: 18px;
  padding-left: 67px;
  background: url(../image/icon-more.png) no-repeat center left;
  background-size: 63px 16px;
  position: absolute;
  bottom: 10%;
  right: 10%;
  color: #fff;
}

.img-nav-box .content {
  padding: 24px;
  text-align: left;
}

.img-nav-box .content a:hover {
  text-decoration: underline;
}

.img-nav-box .content .title {
  display: block;
  font-size: 28px;
  line-height: 24px;
  color: #fff;
}

.img-nav-box .content .intro {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;
  margin-top: 20px;
}

.img-nav-box .content ul {
  margin-top: 20px;
}

.img-nav-box .content ul li a {
  display: inline-block;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
}

.img-nav-box .content .more {
  font-size: 16px;
  line-height: 14px;
  margin-top: 15px;
}

.img-nav-box .more:hover {
  color: #fff;
}

.green-bg {
  background-color: #039179;
}

.green02-bg {
  background-color: #1B8C78;
}

.blue-bg {
  background-color: #11789E;
}

.yellow-bg {
  background-color: #8C9103;
}

.yellow02-bg {
  background-color: #96A500;
}


.announcement-list-box .list-wrap .item {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: #444;
  padding: 20px;
  border-bottom: 2px solid #fff;
  position: relative;
}

.announcement-list-box .list-wrap .download-link {
  padding: 20px 60px 20px 20px;
}

.announcement-list-box .list-wrap .item:hover {
  color: #076236;
}

.announcement-list-box .list-wrap .item:nth-of-type(2n+1) {
  background: #F7F8F9;
}

.announcement-list-box .list-wrap .item:nth-of-type(2n) {
  background: #DFECDF;
}

.announcement-list-box .list-wrap .item .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.announcement-list-box .list-wrap .item .date {
  flex-shrink: 0;
  margin-left: 30px;
}

.announcement-list-box .list-wrap .download-link::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../image/icon-download.png) no-repeat center center;
  background-size: 20px 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  transition: all .2s;
}

.announcement-list-box .list-wrap .download-link:hover::after {
  background-image: url(../image/icon-download-h.png);
}

.paging-box {
  margin-top: 40px;
}

.paging-box .pb_sys_common {
  font-weight: normal;
  font-size: 16px;
  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 {
  background: #076236;
  color: #FFFFFF;
}

.paging-box .p_no_d {
  padding: 0;
  background: #076236;
  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;
}

@font-face {
  font-family: 'iconfont';
  src: url('data:font/ttf;charset=utf-8;base64,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') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-weixin1:before {
  content: "\e65f";
}

.icon-wenshuguanli:before {
  content: "\e613";
}

.icon-arrow-right:before {
  content: "\e743";
}

.icon-arrow-left:before {
  content: "\e744";
}

.icon-arrow-right,
.icon-arrow-left {
  display: inline-block;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  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;
}

.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;
}

.paging-box a .icon-prev,
.paging-box a .icon-next {
  display: none
}

.contact-bg {
  background: url(../image/contact-bg.png) no-repeat center center;
  background-size: cover;
  padding: 90px 0 140px;
  position: relative;
}

.contact-bg::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}

.contact-bg .contact-box {
  background: rgba(250, 255, 252, 0.7);
  border-radius: 10px;
  padding: 26px 10px 30px 60px;
  position: relative;
  z-index: 1;
}

.contact-box .title {
  font-size: 28px;
  color: #444444;
  line-height: 22px;
  text-align: center;
  margin-bottom: 30px;
}

.contact-box .info {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #444444;
  line-height: 30px;
}

.contact-box .info ul {
  padding: 0 10px;
}


.contact-box .info ul li.sub-title {
  font-size: 24px;
}

.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: #076236;
  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; */
}

.alumni-bottom-box {
  background-color: #DADADA;
  padding: 72px 0 90px;
}

.stu-quick-box {
  background-color: #DADADA;
  padding: 50px 0;
}

.stu-bottom-box {
  padding: 30px 0;
  background: #fff;
}

.stu-bottom-box .wrap {
  border: 1px solid #EAEAEA;
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
  margin-bottom: 30px;
}

.stu-bottom-box .wrap .img {
  width: 100%;
  position: relative;
}

.stu-bottom-box .wrap .img::before {
  display: block;
  content: '';
  height: 0;
  width: 100%;
  padding-top: 44.93%;
}

.stu-bottom-box .wrap .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.stu-bottom-box .wrap .link {
  padding: 14px 32px;
}

.stu-bottom-box .wrap .link .title {
  display: block;
  font-size: 28px;
  color: #444444;
  line-height: 30px;
  margin-bottom: 12px;
}

.stu-bottom-box .wrap .link li a {
  font-size: 16px;
  font-weight: normal;
  color: #444444;
  line-height: 30px;
}

.stu-bottom-box .wrap .link a:hover {
  text-decoration: underline;
}

.quality-box {
  padding-bottom: 40px;
}

.quality-box a.wrap {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 3px solid #1B8C78;
  box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, 0.35);
}

.quality-box a.wrap .img {
  position: relative;
  overflow: hidden;
}

.quality-box a.wrap .img::after {
  display: block;
  content: '';
  height: 0;
  width: 100%;
  padding-top: 70.21%;
}

.quality-box a.wrap .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 1s cubic-bezier(.23, 1, .32, 1) !important;
  transition: -webkit-transform 1s cubic-bezier(.23, 1, .32, 1) !important;
  -o-transition: transform 1s cubic-bezier(.23, 1, .32, 1) !important;
  transition: transform 1s cubic-bezier(.23, 1, .32, 1) !important;
  transition: transform 1s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1s cubic-bezier(.23, 1, .32, 1) !important;
}

.quality-box a.wrap:hover .img img {
  -webkit-transform: scale(1.15) rotate(5deg) translateZ(0);
  transform: scale(1.15) rotate(5deg) translateZ(0);
}

.quality-box a.wrap .img svg {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

.quality-box a.wrap .title {
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: normal;
  color: #006633;
  line-height: 30px;
  text-align: center;
  padding: 0 15px;
}

.registration-box {
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.registration-box .col-md-4 {
  margin-bottom: 30px;
}

.registration-box a.wrap {
  display: block;
  height: 100%;
  border: 3px solid #1B8C78;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, 0.35);
}

.registration-box a.wrap .img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.registration-box a.wrap .img::before {
  display: block;
  content: '';
  height: 0;
  width: 100%;
  padding-top: 70.21%;
}

.registration-box a.wrap .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 1s cubic-bezier(.23, 1, .32, 1) !important;
  transition: -webkit-transform 1s cubic-bezier(.23, 1, .32, 1) !important;
  -o-transition: transform 1s cubic-bezier(.23, 1, .32, 1) !important;
  transition: transform 1s cubic-bezier(.23, 1, .32, 1) !important;
  transition: transform 1s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1s cubic-bezier(.23, 1, .32, 1) !important;
}

.registration-box a.wrap:hover .img img {
  -webkit-transform: scale(1.15) rotate(5deg) translateZ(0);
  transform: scale(1.15) rotate(5deg) translateZ(0);
}

.registration-box a.wrap .img svg {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

.registration-box a.wrap .title {
  font-size: 16px;
  font-weight: normal;
  color: #1B8C78;
  line-height: 18px;
  padding: 24px 20px 28px;
}

.index-calendar {
  box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.35);
}

.index-calendar .calendar_top_right {
  background: #006633;
  padding: 0 12px;
}

.index-calendar .calendar_month_next,
.index-calendar .calendar_month_prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: none;
}

.index-calendar .calendar_month_span {
  line-height: 40px;
}

.index-calendar table td,
.index-calendar table th {
  background: transparent !important;
  color: #444 !important;
  font-weight: normal !important;
  border-color: #fff !important;
  padding: 0 !important;
  line-height: 40px;
}

.index-calendar table tr:nth-of-type(2n+1) {
  background: #fff;
}

.index-calendar .cal td.on {
  z-index: 1;
  color: #fff !important;
}

.index-calendar .cal td.on::after {
  content: '';
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #6FBA2C;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -14px;
  z-index: -1;
}

.index-calendar .cal td:nth-child(6),
.index-calendar .cal td:nth-child(7) {
  color: #f0556b !important;
}

.index-calendar .cal {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
}

.main-body {
  position: relative;
}

.page-sidemenu {
  font-size: 18px;
  width: 416px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 888;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  -webkit-transition: -webkit-transform .25s linear;
  transition: -webkit-transform .25s linear;
  -o-transition: transform .25s linear;
  transition: transform .25s linear;
  transition: transform .25s linear, -webkit-transform .25s linear;
  -webkit-box-shadow: 0 6px 6px 1px rgb(0 0 0 / 12%);
  box-shadow: 0 6px 6px 1px rgb(0 0 0 / 12%);
  background-color: #fff;
}

.page-sidemenu.open {
  -webkit-transform: none;
  transform: none;
}

.page-sidemenu__link--lv2 {
  position: relative;
  display: block;
  color: #6c470d;
  padding: 28px 42px 25px 0;
  margin: 0 32px 0 32px;
  border-bottom: 1px solid #e2cfbd;
  text-decoration: none;
}

.page-sidemenu__item--lv2.is-active,
.page-sidemenu__item--lv2.is-active .page-sidemenu__list--lv3 {
  background-color: #fdfaf5;
}

.page-sidemenu__item--lv2.is-active .page-sidemenu__link--lv2 {
  color: #6c470d;
  border: 0;
}

.btn-toggle-side-menu {
  font-size: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.75em;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2em;
  padding: 0.5em 1.66666667em 0 1.66666667em;
  text-align: center;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.page-sidemenu__item--lv2.is-active .fa-plus,
.page-sidemenu__item--lv2 .fa-minus {
  display: none;
}

.page-sidemenu__item--lv2.is-active .fa-minus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-sidemenu__list--lv3 {
  font-size: 16px;
  display: none;
  position: relative;
}

.page-sidemenu__item--lv2.is-active .page-sidemenu__list--lv3 li:first-child .page-sidemenu__link--lv3 {
  padding-top: 3px;
}

.page-sidemenu__link--lv3 {
  color: #4f4f4f;
  position: relative;
  display: block;
  padding: 15px 48px 16px 0;
  margin: 0 38px 0 38px;
  text-align: left;
}

.square-box {
  padding: 60px 0 80px;
  background: #E0E0E0;
  margin-bottom: 80px;
}

.square-box.white {
  background: #fff;
  margin-bottom: 0;
}

.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%;
}

.hover-swing:focus,
.hover-swing:hover {
  -webkit-animation: swing 1.2s cubic-bezier(.23, 1, .32, 1);
  animation: swing 1.2s cubic-bezier(.23, 1, .32, 1);
}

.about-list .link {
  padding: 12px 0;
  border-bottom: 1px solid #999999;
}

.about-list .link:last-of-type {
  border-bottom: none;
}

.about-list .link a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.about-list .link a:hover {
  color: #003399;
  text-decoration: none;
}

.academic-box .wrap {
  height: 103px;
  display: flex;
  align-items: center;
  border: 1px solid #999999;
  box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  margin-bottom: 50px;
  justify-content: space-between;
}

.academic-box .wrap p.title {
  width: 100%;
  padding: 0 15px;
  font-size: 36px;
  font-weight: 400;
  color: #006633;
  text-align: center;
}

.academic-box .wrap .img-wrap {
  height: 100%;
  flex-shrink: 0;
  overflow: hidden;
}

.academic-box .wrap .img1 {
  display: inline-block;
  width: 165px;
  height: 112px;
  vertical-align: top;
}

.academic-box .wrap .img2 {
  display: inline-block;
  width: 205px;
  height: 100px;
  vertical-align: top;
}

ol.list-paddingleft-2 {
  list-style: none !important;
  counter-reset: list-counter
}

ol.list-paddingleft-2[start="1"] {
  counter-reset: list-counter 0
}

ol.list-paddingleft-2[start="2"] {
  counter-reset: list-counter 1
}

ol.list-paddingleft-2[start="3"] {
  counter-reset: list-counter 2
}

ol.list-paddingleft-2[start="4"] {
  counter-reset: list-counter 3
}

ol.list-paddingleft-2[start="5"] {
  counter-reset: list-counter 4
}

ol.list-paddingleft-2[start="6"] {
  counter-reset: list-counter 5
}

ol.list-paddingleft-2[start="7"] {
  counter-reset: list-counter 6
}

ol.list-paddingleft-2[start="8"] {
  counter-reset: list-counter 7
}

ol.list-paddingleft-2[start="9"] {
  counter-reset: list-counter 8
}

ol.list-paddingleft-2[start="10"] {
  counter-reset: list-counter 9
}

ol.list-paddingleft-2[start="11"] {
  counter-reset: list-counter 10
}

ol.list-paddingleft-2[start="12"] {
  counter-reset: list-counter 11
}

ol.list-paddingleft-2[start="13"] {
  counter-reset: list-counter 12
}

ol.list-paddingleft-2[start="14"] {
  counter-reset: list-counter 13
}

ol.list-paddingleft-2[start="15"] {
  counter-reset: list-counter 14
}

ol.list-paddingleft-2[start="16"] {
  counter-reset: list-counter 15
}

ol.list-paddingleft-2[start="17"] {
  counter-reset: list-counter 16
}

ol.list-paddingleft-2[start="18"] {
  counter-reset: list-counter 17
}

ol.list-paddingleft-2[start="19"] {
  counter-reset: list-counter 18
}

ol.list-paddingleft-2[start="20"] {
  counter-reset: list-counter 19
}

ol.list-paddingleft-2[start="21"] {
  counter-reset: list-counter 20
}

ol.list-paddingleft-2[start="22"] {
  counter-reset: list-counter 21
}

ol.list-paddingleft-2[start="23"] {
  counter-reset: list-counter 22
}

ol.list-paddingleft-2[start="24"] {
  counter-reset: list-counter 23
}

ol.list-paddingleft-2[start="25"] {
  counter-reset: list-counter 24
}

ol.list-paddingleft-2[start="26"] {
  counter-reset: list-counter 25
}

ol.list-paddingleft-2[start="27"] {
  counter-reset: list-counter 26
}

ol.list-paddingleft-2[start="28"] {
  counter-reset: list-counter 27
}

ol.list-paddingleft-2[start="29"] {
  counter-reset: list-counter 28
}

ol.list-paddingleft-2[start="30"] {
  counter-reset: list-counter 29
}

ol.list-paddingleft-2[start="31"] {
  counter-reset: list-counter 30
}

ol.list-paddingleft-2[start="32"] {
  counter-reset: list-counter 31
}

ol.list-paddingleft-2[start="33"] {
  counter-reset: list-counter 32
}

ol.list-paddingleft-2[start="34"] {
  counter-reset: list-counter 33
}

ol.list-paddingleft-2[start="35"] {
  counter-reset: list-counter 34
}

ol.list-paddingleft-2[start="36"] {
  counter-reset: list-counter 35
}

ol.list-paddingleft-2[start="37"] {
  counter-reset: list-counter 36
}

ol.list-paddingleft-2[start="38"] {
  counter-reset: list-counter 37
}

ol.list-paddingleft-2[start="39"] {
  counter-reset: list-counter 38
}

ol.list-paddingleft-2[start="40"] {
  counter-reset: list-counter 39
}

ol.list-paddingleft-2[start="41"] {
  counter-reset: list-counter 40
}

ol.list-paddingleft-2[start="42"] {
  counter-reset: list-counter 41
}

ol.list-paddingleft-2[start="43"] {
  counter-reset: list-counter 42
}

ol.list-paddingleft-2[start="44"] {
  counter-reset: list-counter 43
}

ol.list-paddingleft-2[start="45"] {
  counter-reset: list-counter 44
}

ol.list-paddingleft-2[start="46"] {
  counter-reset: list-counter 45
}

ol.list-paddingleft-2[start="47"] {
  counter-reset: list-counter 46
}

ol.list-paddingleft-2[start="48"] {
  counter-reset: list-counter 47
}

ol.list-paddingleft-2[start="49"] {
  counter-reset: list-counter 48
}

ol.list-paddingleft-2[start="50"] {
  counter-reset: list-counter 49
}

ol.list-paddingleft-2[style*="list-style-type: lower-roman;"]>li::before {
  content: counter(list-counter, lower-roman)
}

ol.list-paddingleft-2[style*="list-style-type: upper-roman;"]>li::before {
  content: counter(list-counter, upper-roman)
}

ol.list-paddingleft-2[style*="list-style-type: lower-alpha;"]>li::before {
  content: counter(list-counter, lower-alpha)
}

ol.list-paddingleft-2[style*="list-style-type: upper-alpha;"]>li::before {
  content: counter(list-counter, upper-alpha)
}

ol.list-paddingleft-2>li {
  list-style: none !important;
  padding-left: 38px;
  position: relative;
}

ol.list-paddingleft-2>li::before {
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #006633;
  color: #fff;
  font-weight: 400;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  text-align: center;
  counter-increment: list-counter;
  content: counter(list-counter);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.list-paddingleft-2 {
  list-style: none !important;
  counter-reset: count;
}

ul.list-paddingleft-2[style*="list-style-type: lower-roman;"]>li::before {
  content: counter(count, lower-roman)
}

ul.list-paddingleft-2[style*="list-style-type: upper-roman;"]>li::before {
  content: counter(count, upper-roman)
}

ul.list-paddingleft-2[style*="list-style-type: lower-alpha;"]>li::before {
  content: counter(count, lower-alpha)
}

ul.list-paddingleft-2[style*="list-style-type: upper-alpha;"]>li::before {
  content: counter(count, upper-alpha)
}

ul.list-paddingleft-2>li {
  list-style: none !important;
  padding-left: 38px;
  position: relative;
  margin-left: 58px;
  counter-increment: count;
}

ul.list-paddingleft-2>li::before {
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #006633;
  color: #fff;
  font-weight: 400;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  text-align: center;
  content: counter(count);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg)
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg)
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg)
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg)
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg)
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg)
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}

.alumni-intro-box {
justify-content: center;
width: 45%;
border:1px solid #ccc;
border-radius: 10px;
}
.alumni-intro-box:hover {
  box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.35);
  border-bottom-color: transparent;
}
}
.alumni-intro-box img {
  display: block;
  width: 100%;
  height: auto;
  flex-shrink: 0;
border-radius: 10px 10px 0 0;
}

.alumni-intro-box .alumni-intro {
  width: 100%;
  padding: 15px;

  font-size:14px;
}

.alumni-menu-box {
  padding: 20px 0 60px;
  background-color: #E0E0E0;
  margin-top: 120px;
  margin-bottom: 70px;
}

.alumni-menu-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.alumni-menu-wrap ul {
  margin-bottom: 20px;
}

.alumni-menu-wrap .level-2 a {
  font-size: 20px;
  font-weight: bold;
  color: #076236;
  line-height: 48px;
}

.alumni-menu-wrap .level-3 a {
  display: inline-block;
  font-size: 18px;
  color: #444444;
  line-height: 1;
  padding: 12px 0;
}

.link-group {
  padding: 8px;
  display: block;
  position: fixed;
  z-index: 9999;
  right: 52px;
  top: 50%;
  background: #076236;
  box-shadow: 7px 7px 10px rgb(26 24 24 / 10%);
  border-radius: 16px 0px 0px 16px;
  transform: translateX(100%);
  transition: all .3s;
}

.link-group:hover {
  right: 0;
  transform: translateX(0);
}

.link-group:hover .item .word {
  max-height: 40px;
  opacity: 1;
}

.link-group .item {
  padding: 8px;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF !important;
  max-width: 200px;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}

@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;
}

.link-group .top-btn .item-icon {
  font-family: "iconfont-more";
  font-style: normal;
  background: none !important;
  background-image: none !important;
}

.link-group .top-btn .item-icon::after {
  content: "\e616";
  font-size: 20px;
}

.link-group .item .item-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
}

.link-group .item .word {
  text-align: left;
  display: -webkit-box;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 20px;
  overflow: hidden;
  opacity: 0;
  flex: 1;
  transition: all .3s;
}

.year-form {
  width: 120px;
  font-size: 16px;
  background-color: #eaf2fe;
  border-radius: 8px;
  text-align: center;
  color: #306ebb;
}

.year-form .dropdown__btn {
  font-size: 16px;
  line-height: 22px;
  padding: 6px 25px 6px 15px;
  color: #306ebb;
  border: none;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: -12px;
  margin-left: -12px
}

.calendar-form {
  font-size: 16px !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 160px;
  padding: 0;
  position: relative
}

.calendar-form .dropdown__btn {
  border: none;
  border-radius: 8px;
  color: #306ebb;
}

.calendar-form--bg-blue .selectbox-input {
  background-color: #eaf2fe;
  border: 0;
  background-image: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9Ijg4NyIgaGVpZ2h0PSIxMDI0IiB2aWV3Qm94PSIwIDAgODg3IDEwMjQiPgo8dGl0bGU+PC90aXRsZT4KPGcgaWQ9Imljb21vb24taWdub3JlIj4KPC9nPgo8cGF0aCBkPSJNNjQuNTEyIDI4Ni43MmwzNzguODggMzY0LjU0NCAzODAuOTI4LTM2NC41NDRxMjIuNTI4LTI2LjYyNCA0OS4xNTIgMCAyNi42MjQgMjIuNTI4IDAgNDkuMTUybC00MDUuNTA0IDQwMS40MDhxLTIyLjUyOCAyMi41MjgtNDkuMTUyIDBsLTQwNS41MDQtNDAxLjQwOHEtMjYuNjI0LTI2LjYyNCAwLTQ5LjE1MiAyNC41NzYtMjQuNTc2IDUxLjIgMHoiPjwvcGF0aD4KPC9zdmc+Cg==), -webkit-gradient(linear, left top, left bottom, from(#eaf2fe), to(#eaf2fe));
  background-image: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9Ijg4NyIgaGVpZ2h0PSIxMDI0IiB2aWV3Qm94PSIwIDAgODg3IDEwMjQiPgo8dGl0bGU+PC90aXRsZT4KPGcgaWQ9Imljb21vb24taWdub3JlIj4KPC9nPgo8cGF0aCBkPSJNNjQuNTEyIDI4Ni43MmwzNzguODggMzY0LjU0NCAzODAuOTI4LTM2NC41NDRxMjIuNTI4LTI2LjYyNCA0OS4xNTIgMCAyNi42MjQgMjIuNTI4IDAgNDkuMTUybC00MDUuNTA0IDQwMS40MDhxLTIyLjUyOCAyMi41MjgtNDkuMTUyIDBsLTQwNS41MDQtNDAxLjQwOHEtMjYuNjI0LTI2LjYyNCAwLTQ5LjE1MiAyNC41NzYtMjQuNTc2IDUxLjIgMHoiPjwvcGF0aD4KPC9zdmc+Cg==), -o-linear-gradient(top, #eaf2fe 0, #eaf2fe 100%);
  background-image: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9Ijg4NyIgaGVpZ2h0PSIxMDI0IiB2aWV3Qm94PSIwIDAgODg3IDEwMjQiPgo8dGl0bGU+PC90aXRsZT4KPGcgaWQ9Imljb21vb24taWdub3JlIj4KPC9nPgo8cGF0aCBkPSJNNjQuNTEyIDI4Ni43MmwzNzguODggMzY0LjU0NCAzODAuOTI4LTM2NC41NDRxMjIuNTI4LTI2LjYyNCA0OS4xNTIgMCAyNi42MjQgMjIuNTI4IDAgNDkuMTUybC00MDUuNTA0IDQwMS40MDhxLTIyLjUyOCAyMi41MjgtNDkuMTUyIDBsLTQwNS41MDQtNDAxLjQwOHEtMjYuNjI0LTI2LjYyNCAwLTQ5LjE1MiAyNC41NzYtMjQuNTc2IDUxLjIgMHoiPjwvcGF0aD4KPC9zdmc+Cg==), linear-gradient(to bottom, #eaf2fe 0, #eaf2fe 100%)
}

.calendar-form--mouth {
  width: auto
}

.calendar-form--mouth .dropdown__btn,
.calendar-form--mouth .selectbox-input {
  font-size: 22px;
  height: 38px;
  line-height: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-position: right 7px top 50%, 0 0;
  background-color: #f8f8f8;
}

.calendar-form--mouth .dropdown__btn option,
.calendar-form--mouth .selectbox-input option {
  font-size: 12px
}

.dropdown__btn {
  position: relative;
  width: 100%;
  padding: 8px 35px 8px 10px;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 6px;
  color: #103c86 !important;
  background: 0 0;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.arrow-list.dropdown__btn[aria-expanded=true]>li:before,
.dropdown__btn[aria-expanded=true]>.ico,
.inline-arrow-list.dropdown__btn[aria-expanded=true]>li:before {
  -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
  transform: translate3d(0, -50%, 0) rotate(180deg)
}

.arrow-list.dropdown__btn>li:before,
.dropdown__btn>.ico,
.inline-arrow-list.dropdown__btn>li:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  right: 10px;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s
}

.dropdown__btn:focus,
.dropdown__btn:hover {
  color: #3577c9
}

.dropdown__menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 8px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #222;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  max-height: 80vh;
  overflow-y: auto;
}

.dropdown__menu {
  width: 100%;
  max-height: 300px;
  overflow: auto;
  font-size: 16px;
  -webkit-overflow-scrolling: touch;
  margin-top: 0;
  padding: 0;
  color: #103c86 !important;
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .2);
  /* float: left; */
  border-radius: 4px;
}

.dropdown__menu[x-placement^=bottom],
.dropdown__menu[x-placement^=left],
.dropdown__menu[x-placement^=right],
.dropdown__menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

.dropdown__menu.show {
  display: block;
}

.dropdown-menu-link,
.dropdown__menu-link {
  display: block;
  padding: 8px 10px;
  color: #000
}

.dropdown-menu-link:focus,
.dropdown-menu-link:hover,
.dropdown__menu-link:focus,
.dropdown__menu-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #05297a
}

.left-border-card-row-container {
  margin-bottom: 65px
}

.left-border-card-container {
  font-size: 16px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -10px
}

.left-border-card-row {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px
}

.anchor {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .calendar-page .left-border-card-row {
    margin-top: 16px
  }
.sum-news-wrap{
    margin: auto;
    width: 100%!important;
 

}

}

.left-border-card-row .left-border-card--have-type .left-border-card__text-container {
  margin-bottom: 45px
}

.left-border-card-row .left-border-card--have-type .left-border-card__text {
  margin-bottom: 0
}

.left-border-card-row__date {
  color: #946f0c;
  padding: 15px;
  text-align: center;
  border-radius: 30px;
  background-color: #f8f8f8;
  width: 100px;
  margin-right: 30px;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-line-pack: center;
  align-content: center
}

@media (max-width: 479.98px) {
  .left-border-card-row__date {
    width: 55px;
    border-radius: 22px;
    margin-right: 12px;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.left-border-card-row__day {
  font-size: 20px;
  line-height: 16px
}

.left-border-card-row__month {
  font-size: 12px
}

.left-border-card-row .left-border-card-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden
}

.left-border-card-row .left-border-card {
  width: 100% !important;
  min-height: auto
}

.left-border-card-row .left-border-card__text {
  margin: 0
}

.left-border-card {
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-left: 3px solid #e4e4e4;
  position: relative;
  width: calc(100% - 10px) !important;
  background-color: #f8f8f8
}

@media (max-width: 991.98px) {
  .left-border-card {
    min-height: auto
  }
}

@media (max-width: 479.98px) {
  .left-border-card {
    margin-bottom: 20px
  }
}

.left-border-card--yellow {
  border-left-color: #efcf20
}

.left-border-card--brown {
  border-left-color: #917f1e
}

.left-border-card--have-type .left-border-card__text {
  margin-bottom: 50px
}

.left-border-card__text-container {
  margin: 15px 17px 20px 17px
}

.left-border-card__title {
  display: block;
  font-size: 22px
}

a.left-border-card__title {
  display: block;
  font-size: 22px;
  color: #333
}

a.left-border-card__title:hover {
  color: #003399
}

.left-border-card__hr {
  margin: 10px 0
}

.left-border-card__text {
  color: #222;
  font-size: 16px;
  margin: 20px 17px;
  max-height: 52px;
  overflow: hidden
}

.left-border-card__link {
  display: inline-block;
  margin: 10px 0 0;
}

.left-border-card__link:after {
  font-family: wico !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e808";
  margin-left: 6px;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  display: inline-block
}

.left-border-card__link:focus:after,
.left-border-card__link:hover:after {
  -webkit-transform: translateX(4px);
  transform: translateX(4px)
}

.left-border-card__type {
  font-size: 15px;
  background-color: #e7e7e7;
  padding: 4px 16px;
  position: absolute;
  right: 0;
  bottom: 0
}

.left-border-card__type--abs {
  position: absolute;
  right: 0;
  bottom: 0
}

.left-border-card__type--red {
  color: #a80909
}

.left-border-card__type--blue {
  color: #002576
}

.left-border-card__type--brown {
  color: #825714
}

.left-border-card__type--yellow {
  color: #c9aa00
}

.left-border-card__hashtag {
  font-size: 14px;
  color: #946f0c;
  margin-right: 14px
}

.left-border-card__hashtag::before {
  content: '#'
}

.left-border-card__hashtag:focus,
.left-border-card__hashtag:hover {
  color: #654c08;
  text-decoration: underline
}

.hr-custom {
  border-color: #e4e4e4;
  margin: 16px 0 0 0;
  overflow: hidden;
  height: 0;
  border: 0;
  border-top: 1px solid #e4e4e4;
}

@font-face {
  font-family: wico;
  src: url(../themes/fonts/wico.woff) format("woff"), url(../themes/fonts/wico.woff2) format("woff2"), url(../themes/fonts/wico.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto
}

@media (min-width: 992px) {
  .stu-bottom-box .row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .academic-calendar {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 992px) {
  .registration-box .col-md-4 {
    width: 50%;
  }

  .index-news-default {
    margin-bottom: 16px;
  }
}

@media (max-width: 800px) {
  .alumni-intro-box {
    flex-wrap: wrap;
  }

  .alumni-intro-box .alumni-intro {
    margin-top: 15px;
    margin-left: 0;
    text-align: center;
  }

  .alumni-menu-box {
    margin-top: 60px;
  }

  .alumni-menu-wrap ul {
    width: 100%;
    text-align: center;
  }

  .alumni-menu-wrap .level-3 a {
    line-height: 1.3;
    padding: 8px 0;
  }
}

@media (max-width: 700px) {
  .academic-box .wrap {
    height: 52px;
  }

  .academic-box .wrap p.title {
    font-size: 18px;
  }

  .academic-box .wrap .img1 {
    width: 82px;
    height: 66px;
  }

  .academic-box .wrap .img2 {
    width: 102px;
    height: 50px;
  }
}

@media (max-width: 600px) {
  .index-title h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .index-title .more {
    font-size: 16px;
  }

  .announcements-box {
    padding-bottom: 50px;
  }

  .hot-item-box {
    padding: 30px 0 60px;
  }

  .hot-item {
    margin-top: 30px;
  }

  .hot-item a.item {
    display: block;
    max-width: 150px;
    margin-bottom: 15px;
  }

  .hot-item a.item .img {
    width: 116px;
    height: 116px;
  }

  .hot-item a.item .img img {
    width: 65px;
    height: 65px;
  }

  .hot-item a.item .title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
  }

  .index-calendar-box {
    padding-top: 30px;
  }

  .quick-link-box .item {
    width: 100%;
    min-width: auto;
    padding: 15px;
  }

  .quick-link-box .wrap {
    width: 280px;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .quick-link-box .wrap .left .title {
    padding: 15px 100px 15px 0;
  }

  .img-nav-box .img,
  .img-nav-box .info,
  .img-nav-box .content,
  .quick-link-box .wrap .left,
  .quick-link-box .wrap .right {
    width: 100%;
  }

  .img-nav-box {
    flex-wrap: wrap;
  }

  .img-nav-box .info::before {
    display: block;
    content: '';
    height: 0;
    width: 100%;
    padding-top: 50.9%;
  }

  .registration-box {
    justify-content: center;
  }

  .registration-box .col-md-4 {
    width: 80%;
  }

  .staff-box {
    padding: 15px;
  }

  .people-box a.item {
    margin-right: 0;
  }

  .people-box a.item img {
    width: 80px;
    height: 80px;
  }

  .staff-box .fc-toolbar {
    flex-wrap: wrap;
  }

  .staff-box .fc-toolbar .fc-center {
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
}

@media (min-width: 2440px) {
  .index-bottom-box {
    padding-top: 240px;
  }
}

@media (max-width: 840px) {
  .banner {
    padding-top: 30%;
  }

  .banner .banner-title {
    /* width: 100%; */
    /* font-weight: bold; */
    font-size: 32px;
    line-height: 36px;
    /* color: #FFFFFF; */
    /* text-shadow: 2px 2px 4px rgb(0 0 0 / 32%); */
    margin-bottom: 16px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    bottom: inherit;
    transform: translateY(-50%);
  }

  .contact-box .info {
    display: block;
  }

  .img-nav-box .info .title {
    font-size: 32px;
  }
}

.sum-news-wrap a.wrap {

  margin-bottom: 12px;
  padding: 20px;
 border-radius: 10px;
  /* border: 1px solid #ccc;*/
  transition: all .1s;
width:100%;
display: inline-flex
}

.sum-news-wrap{

width:45%;
display: flex;
}


.sum-news-wrap a.wrap:hover {
  box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.35);
  border-bottom-color: transparent;
}


.sum-news-wrap a.wrap img {
  width: 120px;
  height: 120px;
  border-radius: 45%;
  flex-shrink: 0;
  margin-right: 20px;
}

.sum-news-wrap a.wrap .info {
  font-size: 16px;
  color: #333333;
}

.sum-news-wrap a.wrap .info .name {
  color: #076236;
}