a {
  outline: none !important;
}

#block-symbol {
  margin: 0;
}

@media screen and (max-width: 991px) {
  .field-body p {
    text-align: inherit;
  }
}

@media screen and (max-width: 767px) {
  .field-body p {
    font-size: 15px;
  }

  .field-body.field-type-text-with-summary p {
    text-align: justify;
  }

  .field-body.field-type-text-with-summary p.text-align-center {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .field-body p {
    font-size: 14px;
  }
}

.page-node-type-teacher .block-region-right,
.page-node-type-teacher .block-region-left {
  padding-top: 16px;
}

#header-btns {
  background-color: transparent;
}

.inner {
  max-width: 1600px;
}

@media (min-width: 1430px) {
  .inner {
    width: 1400px;
  }
}

@media (min-width: 1630px) {
  .inner {
    width: 1600px;
  }
}

#header-top .inner {
  padding: 0;
}

#header-top .header-right {
  position: absolute;
  right: 0;
  top: 35px;
  z-index: 100;
  float: unset;
}

#header-top .header-right p {
  display: flex;
  align-items: center;
  color: #fff;
}

#header-top .header-right p a {
  color: #fff;
  display: flex;
  align-items: center;
}

#header-top .header-right p span {
  margin: 0 8px;
}
#header-top .header-right p span.ico-txt {
  visibility: hidden;

}

#header-top .header-right p a:hover {
  color: #f1f1f1;
}

#header-top .header-right p a:hover + span.ico-txt {
  visibility: visible;
}

#header-top .header-right p a svg {
  margin-right: 0;
  font-size: 22px;
}

#header-top .header-right p a.search:after {
  content: "\e6b0";
  position: relative;
  display: inline-block;
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  z-index: 1;
  color: #fff;
  line-height: 44px;
}

.language-zh-hans #header-top .header-right p a.language.en,
.language-en #header-top .header-right p a.language.cn {
  display: flex;
  justify-content: center;
}

#header-top .header-right p a.ico {
  width: 48px;
  height: 48px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #fff;
  line-height: 48px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto 8px;
}

#header-top .header-right p a.language {
  display: none;
}
@media screen and (max-width: 1199px) {
  #header-top .header-right p a.ico {
    margin-left: 12px;
  }
  #header-top .header-right p span {
    margin: 0 8px;
  }
}
@media screen and (max-width: 992px) {
  #header-top .header-right {
    display: none;
  }
}


/* #header-top #search-block-form .form-actions,
  #header-top .search-block-form .form-actions {
    margin: 0;
  }
  
  #header-top #search-block-form .form-actions:after,
  #header-top .search-block-form .form-actions:after {
    top: 3px;
    right: 10px;
  }
  
  @media screen and (max-width: 767px) {
    #header-top form .form-item {
      display: none;
    }
  
    #header-top #search-block-form .form-actions:after,
    #header-top .search-block-form .form-actions:after {
      color: #fff;
      right: 7px;
    }
  }
  
  @media screen and (max-width: 480px) {
    #search-block-form .form-actions .form-submit,
    .search-block-form .form-actions .form-submit {
      padding: 5px;
    }
  
    #header-top #search-block-form .form-actions:after,
    #header-top .search-block-form .form-actions:after {
      top: 1px;
      right: 0;
    }
  
    #header-top input.form-text {
      height: 28px;
      line-height: 28px;
      padding: 3px 7px;
      font-size: 13px;
    }
  } */

.header-container.inner,
.header-row {
  height: 140px;
}

.header-container.inner {
  width: 100%;
  max-width: 100%;
  padding: 0;
  border-bottom: 4px solid #00953f;
}

.header-row {
  max-width: 1600px;
  margin: 0 auto;
  padding: 7px 14px;
}
#site-logo img {
  max-height: 90px;
}

@media screen and (max-width: 1629px) {
  .header-row {
    max-width: 1370px;
  }
}

@media screen and (max-width: 1429px) {
  .header-row {
    max-width: 1170px;
  }
}

@media screen and (max-width: 1199px) {
  .header-row {
    max-width: 970px;
  }
}

@media screen and (max-width: 991px) {
  .header-container.inner,
  .header-row {
    height: 140px;
  }

  .header-row {
    max-width: 750px;
  }

  #site-logo {
    height: auto;
  }

  #site-logo img {
    width: 480px;
  }
}

@media screen and (max-width: 768px) {
  .header-container.inner {
    border-bottom-width: 0;
  }

  #header .header-container .header-row .header-column #site-logo.header-logo {
    text-align: left;
    padding-right: 50px;
  }

  #header
    .header-container
    .header-row
    .header-column
    #site-logo.header-logo
    img {
    margin-top: 32px;
  }

  #header .header-container .header-row .header-column {
    position: static;
  }

  #header .header-container .header-row .header-column #header-btns {
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    right: 4px;
  }
}

@media screen and (max-width: 520px) {
  .header-container.inner,
  .header-row {
    height: 120px;
  }

  #header
    .header-container
    .header-row
    .header-column
    #site-logo.header-logo
    img {
    width: auto;
    max-height: 54px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 480px) {
  .header-container.inner,
  .header-row {
    height: 100px;
  }

  #header
    .header-container
    .header-row
    .header-column
    #site-logo.header-logo
    img {
    margin-top: 16px;
    width: auto;
  }

  #header-top .header-left p a {
    margin-right: 16px;
    font-size: 12px;
  }

  #header-top form .form-item {
    width: 100px;
  }

  #header .header-container .header-row .header-column #header-btns {
    padding: 5px;
    right: 0;
  }
}

.main-menu-bg-primary {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1000;
}

.main-menu-1-1 .nav-menu {
  display: flex;
  justify-content: space-between;
}

.main-menu-1-1 .nav-menu > .menu-item {
  padding: 24px 13px;
  font-size: 18px;
  font-weight: 600;
}

.language-en .main-menu-1-1 .nav-menu {
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 1429px) {
  .main-menu-1-1 .nav-menu {
    display: flex;
    font-size: 16px;
    justify-content: space-around;
  }

  .main-menu-1-1 .nav-menu > .menu-item {
    padding: 24px 2px;
  }
}

@media screen and (max-width: 1200px) {
  .main-menu-1-1 .nav-menu {
    font-size: 14px;
  }
}

.main-menu-bg-primary ul.dropdown-menu,
.main-menu-bg-primary .dropdown .dropdown-menu {
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(11, 64, 103, 0.2);
}

.main-menu-bg-primary .nav-menu > .menu-item > .dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
  border-top: 3px solid #0079ca;
}

.main-menu-bg-primary .nav-menu > .menu-item:last-child > .dropdown-menu {
  right: 50%;
  transform: translateX(50%);
}

.main-menu-1-1 .nav-menu .level-menu a {
  font-size: 16px;
}

@media screen and (max-width: 1429px) {
  .main-menu-1-1 .nav-menu .level-menu a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .main-menu-1-1 .nav-menu > .menu-item {
    font-size: 15px;
  }

  .main-menu-1-1 .nav-menu .level-menu a {
    font-size: 14px;
  }
}

ul.dropdown-menu > li > a,
.dropdown .dropdown-menu > li > a {
  padding: 14px 18px;
}

.main-menu-1-1 .nav-menu .level-menu .menu-item {
  border: none;
}

.main-menu-1-1 .nav-menu .level-menu .active-item.active:not(.expanded) a,
.main-menu-1-1 .nav-menu .level-menu .menu-item > a.is-active,
.main-menu-1-1 .nav-menu .level-menu .menu-item > a:hover {
  background-color: #e5fbef;
  color: #00652b;
}

.main-menu-1-1 .nav-menu > .menu-item.active > a,
.main-menu-1-1 .nav-menu > .menu-item:hover > a,
.main-menu-1-1 .nav-menu > .menu-item.active > .menu-toggle > a,
.main-menu-1-1 .nav-menu > .menu-item:hover > .menu-toggle > a {
  color: #00652b;
}

/* slider */
.slider-cls-customer.block {
  margin-bottom: 0;
}

.swiper-1 .swiper-slide .inner {
  font-size: 32px;
  width: 20em;
  height: auto;
  bottom: 60px;
  left: 50%;
  transform: translateX(-680px);
  padding: 0;
}

.swiper-1 .swiper-slide .inner .text-white {
  font-size: 32px;
  line-height: 1.375em;
  font-weight: bold;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 1429px) {
  .swiper-1 .swiper-slide .inner {
    transform: translateX(-565px);
  }
}

@media screen and (max-width: 1199px) {
  .swiper-1 .swiper-slide .inner {
    transform: translateX(-465px);
  }
}

@media screen and (max-width: 991px) {
  .swiper-1 .swiper-slide .inner {
    font-size: 24px;
    bottom: 50px;
    transform: translateX(0);
    left: 5%;
  }

  .swiper-1 .swiper-slide .inner .text-white {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .numerical-pagination {
    min-height: unset;
  }
}

@media screen and (max-width: 1620px) and (min-width: 767px) {
  #main .swiper-55-1 .swiper-1 .swiper-wrapper,
  #main .swiper-55-1 .swiper-1 .swiper-slide,
  #main .swiper-55-1 .swiper-container.swiper-1 {
    height: calc(26vw) !important;
  }
}

@media screen and (max-width: 767px) {
  .swiper-1 {
    height: calc(26vw) !important;
  }

  .swiper-1 .swiper-slide .inner {
    bottom: 40px;
  }

  .swiper-1 .swiper-slide .inner,
  .swiper-1 .swiper-slide .inner .text-white {
    font-size: 20px;
  }

  .swiper-1 .pagination {
    display: block;
    bottom: 3px;
  }

  .pagination .swiper-active-switch {
    margin: 0 3px;
    height: 6px;
    width: 6px;
    border-radius: 3px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .swiper-1 .swiper-slide .inner,
  .swiper-1 .swiper-slide .inner .text-white {
    display: none;
  }
}

.pagination .swiper-pagination-bullet {
  opacity: 0.65;
  background-color: #fff;
}

.pagination .swiper-pagination-bullet-active {
  opacity: 0.9;
  width: 20px;
  border-radius: 4px;
}

@media screen and (max-width: 750px) {
  .pagination .swiper-pagination-bullet-active {
    width: 12px;
  }
}

/* index title */
.layout-full {
  margin-bottom: 0;
}

.layout-full h2.block-title {
  border: none;
  margin: 0;
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #016c2f;
  padding: 20px 0 0;
  margin-bottom: 24px;
}

.layout-full.white h2.block-title {
  color: #fff;
}

.language-en .layout-full h2.block-title {
  padding: 10px 0;
}

.layout-full.btm .block-title::after {
  width: 52px;
  height: 3px;
  bottom: -10px;
  left: 0;
}

.language-en .layout-full:not(.btm) .block-title::after {
  position: static;
  display: inline-block;
  margin: -5px 20px;
  height: 40px;
}

.layout-full.white .block-title::after {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .layout-full h2.block-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 375px) {
  .layout-full h2.block-title {
    font-size: 20px;
    font-weight: bold;
  }
}

/* layout-full region-top */
.layout-full.region-top-first .block {
  margin: 0;
}

.layout-full.region-top {
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(/sfe-prod/sites/default/files/news_bg.jpg) bottom right no-repeat;
  background-size: cover;
}

.layout-full.region-bottom-first {
  background: url(/sfe-prod/sites/default/files/research-bg2.jpg) center center
    no-repeat;
  background-size: cover;
}

.layout-full.region-bottom-first {
  padding-bottom: 28px;
}

.layout-full.region-bottom-first .col-md-4:nth-child(1) {
  width: 66.66666666%;
}
.layout-full.region-bottom-first .col-md-4:nth-child(2) {
  width: 33.33333333%;
}
.layout-full.region-bottom-first .col-md-4:nth-child(3) {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  
.layout-full.region-bottom-first .col-md-4:nth-child(1) {
  width: 100%;
}
.layout-full.region-bottom-first .col-md-4:nth-child(2) {
  width: 100%;
}
}

.layout-full.region-bottom,
.layout-full.region-middle-first {
  padding-top: 60px;
  padding-bottom: 60px;
}

.layout-full.region-bottom .col-md-8,
.layout-full.region-bottom .col-md-4 {
  width: 100%;
}

.layout-full.region-bottom-standard {
  padding-top: 40px;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .layout-full.region-top {
    padding: 10px 14px;
  }

  .layout-full.region-bottom,
  .layout-full.region-middle-first {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .layout-full.region-bottom-standard {
    padding: 10px 14px;
  }

  .layout-full.region-footer-bottom {
    padding: 0 14px;
  }
}
@media screen and (max-width: 480px) {
  .layout-full.region-top {
    padding: 0 14px;
  }

  .layout-full.region-bottom,
  .layout-full.region-middle-first {
    padding-top: 0;
    padding-bottom: 0;
  }

  .layout-full.region-bottom-standard {
    padding: 0 14px;
  }

}

/* index-news-list */
.index-news-list {
  list-style: none;
  padding: 0;
}

.index-news-list::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.index-news-list .news-item {
  float: left;
  margin-right: 22px;
  margin-bottom: 24px;
}

.index-news-list .news-item:first-child {
  margin-bottom: 0;
}

.index-news-list .news-item:nth-child(3),
.index-news-list .news-item:nth-child(5) {
  margin-right: 0;
}

.index-news-list .news-item:nth-child(4),
.index-news-list .news-item:nth-child(5) {
  margin-bottom: 0;
}

.index-news-list .news-item .txt {
  display: block;
  padding: 22px;
  width: 332px;
  height: 180px;
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
}

.index-news-list .news-item .txt p {
  font-size: 16px;
  line-height: 1.75em;
  color: #1e1e1e;
  font-weight: 400;
  max-height: 7em;
  overflow: hidden;
}

.index-news-list .news-item .txt:hover p {
  color: #016c2f;
}

.index-news-list .news-item .txt p.date {
  font-size: 14px;
  line-height: 1.5em;
  color: #bdbdbd;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-news-list .news-item:first-child .txt {
  display: none;
}

.index-news-list .news-item .cover {
  display: none;
}

.index-news-list .news-item:first-child .cover {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  height: 384px;
  width: 690px;
  overflow: hidden;
  position: relative;
  transform: rotate(0);
}

.index-news-list .news-item:first-child .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.25s;
}

.index-news-list .news-item:first-child .cover:hover img {
  transform: scale(1.05);
}

.index-news-list .news-item:first-child .cover p {
  height: 98px;
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 60px;
  font-weight: 400;
  padding: 38px 20px 0;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  background: linear-gradient(0deg, rgba(3, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

@media screen and (max-width: 1429px) {
  .index-news-list .news-item:first-child .cover {
    width: 550px;
  }

  .index-news-list .news-item .txt {
    width: 286px;
  }
}

@media screen and (max-width: 1199px) {
  .index-news-list .news-item:first-child .cover {
    width: 450px;
    height: 320px;
  }

  .index-news-list .news-item .txt {
    width: 238px;
    height: 148px;
    padding: 16px;
  }

  .index-news-list .news-item:first-child .cover p {
    font-size: 16px;
  }

  .index-news-list .news-item .txt p.date {
    font-size: 13px;
  }

  .index-news-list .news-item .txt p {
    font-size: 14px;
    max-height: 5.25em;
  }
}

@media screen and (max-width: 991px) {
  .index-news-list .news-item:first-child {
    width: 100%;
    margin: 0 0 24px;
  }

  .index-news-list .news-item:first-child .cover {
    width: 100%;
    height: 360px;
  }

  .index-news-list .news-item {
    width: calc(50% - 11px);
  }

  .index-news-list .news-item .txt {
    width: 100%;
  }

  .layout-full.notice {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .index-news-list .news-item:first-child .cover {
    width: 100%;
    height: calc(52vw);
  }

  .layout-full.news {
    padding: 0;
  }

  .index-news-list .news-item .txt {
    padding: 12px;
    height: 136px;
  }
}

@media screen and (max-width: 480px) {
  .index-news-list .news-item:first-child {
    margin: 0 0 16px;
  }

  .index-news-list .news-item {
    margin-right: 16px;
    margin-bottom: 16px;
    width: calc(50% - 8px);
  }

  .index-news-list .news-item .txt {
    padding: 12px 8px;
    height: 128px;
  }

  .index-news-list .news-item:first-child .cover p {
    font-size: 14px;
    height: 80px;
    line-height: 48px;
    padding: 32px 14px 0;
  }
}

/* index-academy-item */
.index-academy-item {
  display: flex;
  height: 140px;
  padding: 18px;
  border-bottom: 1px solid #00000014;
  overflow: hidden !important;
  background-color: #fff;
  margin-bottom: 12px;
}
.academy-list .index-academy-item {
  margin-bottom: 14px;
}

.index-academy-item .create-time {
  font-family: Arial;
  width: 60px;
  height: 60px;
  background: #007130;
  margin-right: 16px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  padding-top: 6px;
}

.index-academy-item .create-time span {
  font-size: 24px;
  line-height: 30px;
}

.index-academy-item .main-info {
  flex: 1;
  overflow: hidden;
}

.index-academy-item .main-info p {
  margin: 0;
}

.index-academy-item .main-info .top-title {
  font-size: 16px;
  line-height: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.5em;
}

.index-academy-item .main-info .top-title a {
  color: #1f1f1f;
  font-size: 18px;
}

.index-academy-item .main-info .top-title a:hover {
  color: #016c2f;
}

.index-academy-item .main-info .i-speaker,
.index-academy-item .main-info .i-date,
.index-academy-item .main-info .i-locate {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  line-height: 24px;
  padding-left: 20px;
  word-break: break-all;
  background-image: url(/sfe-prod/sites/default/files/ico-speaker.png);
  background-repeat: no-repeat;
  background-position: left top 4px;
  background-size: 16px 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #007130;
}

.index-academy-item .main-info .i-date {
  background-image: url(/sfe-prod/sites/default/files/ico-time.png);
}

.index-academy-item .main-info .i-locate {
  background-image: url(/sfe-prod/sites/default/files/ico-locate.png);
}
@media screen and (max-width: 991px) {
  .index-academy-item {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .index-academy-item .main-info .top-title {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .index-academy-item .create-time {
    margin-right: 12px;
  }
}

/* team */
.layout-full.region-bottom-standard .block {
  margin-bottom: 0;
}

.title-inner {
  padding-top: 0;
  padding-bottom: 0;
}

.title-inner h2,
.block .block-title,
.block .block-title.team {
  color: #fff;
  margin: 0;
  padding: 20px 0;
  font-size: 28px;
  line-height: 1.5em;
  border: none;
}

.hide-block-title .title-inner h2 {
  display: none;
}

@media screen and (max-width: 767px) {
  .title-inner h2,
  .block .block-title,
  .block .block-title.team {
    font-size: 20px;
    padding: 16px 0;
  }
}

@media screen and (max-width: 560px) {
  .title-inner h2,
  .block .block-title,
  .block .block-title.team {
    font-size: 16px;
    padding: 14px 0;
  }
}

.title-inner h2,
.block .block-title {
  color: #1e1e1e;
}

.more-link {
  font-size: 14px;
  top: 45px;
  color: #007e36;
}
.table-full .more-link {
  top: 34px;
}

@media screen and (max-width: 767px) {
  .more-link {
    top: 32px;
    font-size: 12px;
    padding: 8px 0 8px 6px;
  }
  .table-full .more-link {
    top: 20px;
    padding: 8px;
  }
}
@media screen and (max-width: 480px) {
  .more-link {
    top: 20px;
  }
}

.footer.custom {
  background: url(/sfe-prod/sites/default/files/footer_bg.png) center center
    no-repeat;
  background-size: cover;
  padding: 32px 0;
}

.footer.custom .area-left {
  padding: 12px 0;
}

.footer.custom .area-left img.logo {
  max-height: 78px;
  width: auto;
}

.footer.custom .flex-box {
  display: flex;
}

.footer.custom .flex-box .flex-item {
  padding-right: 1em;
}

.footer.custom h4 {
  line-height: 2em;
}

@media screen and (min-width: 1200px) {
  .footer.custom .area-center .info {
    padding-left: 10px;
    padding-top: 1em;
  }
}

@media screen and (min-width: 1430px) {
  .footer.custom .area-center .info {
    padding-left: 60px;
  }
}

.footer.custom ul li {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin: 0;
  line-height: 2em;
}

.footer.custom a {
  color: rgba(255, 255, 255, 0.7);
  margin-right: 0.5em;
}

.footer.custom a:hover {
  color: #fff;
}

.footer.custom .qrcode {
  display: flex;
  margin-top: 14px;
}

.footer.custom .qrcode p {
  text-align: center;
  margin-right: 20px;
}

.footer.custom .qrcode p img {
  width: 94px;
  height: 94px;
  border: 6px solid #fff;
}
.footer.custom .hidden-mds {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer.custom .hidden-mds h4 {
  width: 100%;
}
.footer.custom .hidden-mds  .mobile-qrcode {
  display: block;
}

.footer.custom .hidden-mds .mobile-qrcode img {
  width: 98px;
  height: 98px;
  margin-top: 6px;
}

@media screen and (max-width: 991px) {
  .footer.custom .area-left,
  .footer.custom .area-right {
    display: none;
  }

  .qr-box.cnt {
    display: block;
  }

  .footer.custom .area-center {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .footer.custom {
    padding: 20px 0;
  }

  .footer.custom .area-center {
    padding: 0;
  }

  .footer.custom p {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .footer.custom {
    padding: 16px 0 12px;
  }

  .qr-box.cnt img {
    width: 64px;
    height: 64px;
  }

  .footer.custom p {
    font-size: 10px;
  }
  
  .footer.custom .hidden-mds  .mobile-qrcode.hidden img {
    width: 72px;
    height: 72px;
  }
}

/* list */
.list-3.list-3-1 li {
  border-bottom: 1px solid #00000014;

  position: relative;
}

.list-3.list-3-1 li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 21px;
  left: 3px;
  background-color: #e2e2e2;
}

.notice .list-3.list-3-1 li::before {
  background-color: #d1dcf8;
}

.list-3.list-3-1 .list-item {
  padding: 0 0 0 18px !important;
  border-color: #00000014;
}

.list-3.list-3-1 li,
.list-item a p {
  line-height: calc(3em + 4px);
  font-size: 18px;
}

.list-item .date {
  color: #a0a0a0;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
}

.list-3 .list-content li:hover {
  background-color: #f2f4f9;
}

.list-item a {
  color: #3c3c3c;
}

.list-item a:hover {
  color: #016c2f;
}

.notice .list-item a {
  color: #1e1e1e;
}

.notice .list-item a:hover {
  color: #016c2f;
}

@media screen and (max-width: 767px) {
  .list-3.list-3-1 li,
  .list-item a p {
    font-size: 15px;
    padding-right: 1em;
  }

  .list-item .date {
    font-size: 12px;
  }

  .list-3.list-3-1 li::before {
    top: 19px;
  }
}

@media screen and (max-width: 480px) {
  .list-3.list-3-1 li,
  .list-item a p {
    font-size: 13px;
    line-height: calc(3em);
  }
}

/* sidebar #00652B*/
.sidebar-menu-2-2 h2.title {
  height: 80px;
  color: #fff;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 80px;
  padding: 0 21px;
  box-sizing: border-box;
  border: none;
  text-align: left;
  background: #00652b url(/sfe-prod/sites/default/files/sidebar-title-bg.png)
    center center no-repeat;
  background-size: cover;
}

.sidebar-menu-2-2 h2.title:before {
  content: "";
}

.sidebar-menu-2-2 .nav-menu {
  padding-bottom: 120px;
  text-align: left;
  background: #f3f3f3 url() right -27px bottom -34px no-repeat;
  /* background-size: 168px auto; */
}

.sidebar-menu-2-2 .nav-menu .menu-item.active:not(.expanded) a,
.sidebar-menu-2-2 .nav-menu .expanded.active .menu-toggle,
.sidebar-menu-2-2 .nav-menu .expanded.active-item .menu-toggle,
.sidebar-menu-2-2 .nav-menu > .menu-item > span:hover,
.sidebar-menu-2-2 .nav-menu > .menu-item > a:hover,
.sidebar-menu-2-2 .nav-menu > .menu-item > .menu-toggle:hover,
.sidebar-menu-2-2 .nav-menu > .menu-item a.is-active,
.sidebar-menu-2-2 .nav-menu > .menu-item a:hover {
  background-color: transparent;
  font-weight: bold;
  color: #00652b;
}

.sidebar-menu-2-2 .nav-menu > .menu-item > .menu-toggle a,
.sidebar-menu-2-2 .nav-menu > .menu-item > a {
  font-size: 18px;
  line-height: 24px;
}

.sidebar-menu-2-2 .nav-menu .expanded.active .menu-toggle a,
.sidebar-menu-2-2 .nav-menu .expanded.active-item .menu-toggle a {
  color: #3e3e3e;
}

.sidebar-menu-2-2 .nav-menu > .menu-item > a:hover,
.sidebar-menu-2-2 .nav-menu > .menu-item > .menu-toggle:hover a,
.sidebar-menu-2-2 .nav-menu > .menu-item > .menu-toggle:hover i:before {
  color: #00652b;
}

.sidebar-menu-2-2 .nav-menu > .menu-item > .menu-toggle:hover,
.sidebar-menu-2-2 .nav-menu > .menu-item a.is-active:hover,
.sidebar-menu-2-2 .nav-menu > .menu-item > a:hover {
  background: #00652b11;
}

.sidebar-menu-2-2 .nav-menu .expanded .menu-toggle i:before {
  transition: all ease 0.25s;
}

.sidebar-menu-2-2 .nav-menu .expanded.active .menu-toggle i:before,
.sidebar-menu-2-2 .nav-menu .expanded.active-item .menu-toggle i:before {
  color: inherit;
}

.sidebar-menu-2-2 .nav-menu .expanded.active .menu-toggle:hover i:before,
.sidebar-menu-2-2 .nav-menu .expanded.active-item .menu-toggle:hover i:before {
  color: #00652b;
}

.sidebar-menu-2-2 .nav-menu > .menu-item {
  border-top: 2px solid #fff;
}

.sidebar-menu-2-2 .nav-menu .expanded .level-menu {
  padding-bottom: 8px;
}

.sidebar-menu-2-2 .nav-menu .expanded .level-menu .menu-item {
  border: none;
  padding: 0 1em 0 28px;
}

.sidebar-menu-2-2 .nav-menu .expanded .level-menu .menu-item .menu-item {
  padding: 0 0 0 14px;
}

.sidebar-menu-2-2 .nav-menu .expanded .level-menu .menu-item a {
  font-size: 14px;
  line-height: calc(1em + 4px);
  padding: 8px 8px;
  white-space: pre-wrap;
}

.sidebar-menu-2-2 .nav-menu .expanded .level-menu .menu-item .menu-item a {
  padding-right: calc(1em + 18px);
  white-space: nowrap;
}

.sidebar-menu-2-2 .nav-menu .expanded .level-menu .menu-item a.is-active {
  font-weight: bold;
  color: #00652b;
}

.sidebar-menu-2-2
  .nav-menu
  .expanded
  .level-menu
  .menu-item:not(.expanded)
  > a.is-active {
  /* background: url(/marinet-live/sites/marinet.live.dpcms8.sysu.edu.cn/files/arrow-blue-sm.png) center right no-repeat; */
  background-size: 31px auto;
}

.sidebar-menu-2-2 .nav-menu .expanded .level-menu .menu-item a.is-active:focus,
.sidebar-menu-2-2 .nav-menu .expanded .level-menu .menu-item a.is-active:hover,
.sidebar-menu-2-2 .nav-menu > .menu-item.active > a:focus,
.sidebar-menu-2-2 .nav-menu > .menu-item.active > a:hover,
.sidebar-menu-2-2 .nav-menu .expanded .level-menu .menu-item a:focus,
.sidebar-menu-2-2 .nav-menu .expanded .level-menu .menu-item a:hover {
  background-color: #00652b11;
}

.sidebar-menu-2-2 .nav-menu > .menu-item > a,
.sidebar-menu-2-2 .nav-menu .expanded .menu-toggle {
  border-left: 4px solid transparent;
  font-size: 18px;
  font-family: Microsoft YaHei;
}

.sidebar-menu-2-2 .nav-menu > .menu-item.active > a,
.sidebar-menu-2-2 .nav-menu > .menu-item > a.is-active,
.sidebar-menu-2-2 .nav-menu .expanded.active .menu-toggle {
  border-left-color: #00652b;
}

.sidebar-menu-2-2 .nav-menu > .menu-item > a:after {
  left: unset;
  right: 20px;
}

/* faculty list */
.faculty-page {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.faculty-list-wrap {
  width: calc(50% - 24px);
  box-sizing: border-box;
  /* padding: 24px; */
  background-color: #f5f5f5;
  border-radius: 4px;
  margin: 0 12px 24px;
}
.faculty-list-wrap.cross-line {
  width: 100%;
  margin: 0 0 24px;
}

.faculty-item {
  display: flex;
  padding: 24px;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .faculty-item:hover {
    box-shadow: 0 2px 18px rgb(46 79 114 / 20%);
    background: #fff;
  }
}

.faculty-item-left img {
  display: block;
  width: 96px;
  height: 128px;
  object-fit: cover;
}

.faculty-item .faculty-item-info {
  padding-left: 24px;
  overflow: hidden;
  flex: 1;
}

.faculty-item-info h4 {
  margin-bottom: 8px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #286db9;
  line-height: calc(1em + 8px);
}

.faculty-item:hover .faculty-item-info h4 {
  color: #016c2f;
}

.faculty-item-info p {
  margin: 0;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3b3b3b;
  line-height: calc(2em + 2px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .faculty-list-wrap {
    width: calc(100% - 24px);
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 480px) {
  .faculty-list-wrap {
    padding: 16px;
  }

  .faculty-item .faculty-item-info {
    padding-left: 16px;
  }

  .faculty-item-info h4 a {
    font-size: 16px;
    font-weight: 500;
  }

  .faculty-item-info p {
    font-size: 12px;
    line-height: calc(1.5em + 2px);
  }

  .faculty-item-left img {
    width: 72px;
    height: 96px;
  }
}

/* faculty filter */
.faculty-filter-tab {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 16px;
}

.faculty-filter-tab .tab-item {
  padding: 0 32px;
  border: 1px solid #286db9;
  color: #286db9;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  margin-left: -1px;
}

#main .faculty-filter-tab .tab-item {
  font-size: 14px;
  line-height: calc(3em - 2px);
}

.faculty-filter-tab .tab-item.cur {
  background-color: #286db9;
  color: #fff;
}

.faculty-filter-tab .tab-item::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: calc(50% - 4px);
  bottom: -4px;
  transform-origin: center center;
  transform: rotate(45deg);
  background-color: transparent;
}

.faculty-filter-tab .tab-item.cur::before {
  background-color: #286db9;
}

.faculty-options {
  display: none;
  padding: 0;
}

.faculty-options.cur {
  display: block;
}

.faculty-options li {
  list-style: none;
  min-width: 28px;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  padding: 0 21px;
  color: #494949;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: inline-block;
}

#main .field-body .faculty-options li {
  line-height: calc(2em + 6px);
  font-size: 14px;
}

.faculty-options li.show {
  display: inline-block;
}

.faculty-options li.cur {
  color: #ff7800;
  border-color: #ff7800;
}

@media screen and (max-width: 767px) {
  #main .faculty-filter-tab .tab-item,
  #main .field-body .faculty-options li {
    font-size: 12px;
  }

  .faculty-filter-tab .tab-item {
    padding: 0 20px;
  }

  .faculty-options li {
    padding: 0 12px;
    line-height: calc(2em + 8px);
    margin-right: 8px;
    margin-bottom: 10px;
  }
}

.pager .pager-items .pager-item.is-active a:hover,
.pager .pager-items .pager-item a:hover {
  background-color: #0b9a49;
  color: #fff;
}

/* block-region-right */
.page-teacher .views-teacher h3,
.taxonomy_term--type-faculty .views-teacher h3,
.title-inner h2,
.block-region-right .block .block-title {
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #007130;
  padding: 20px 0;
  line-height: 1em;
  text-align: left;
  margin: 0;
}
.block-region-right .title-inner {
  padding: 0 10px;
}

.block-region-right .block .block-title,
.page-taxonomy .list-3.inside-b,
.page-node-type-landing-page .list-3.inside-b {
  padding-left: 14px;
}

@media screen and (max-width: 991px) {
  .page-node-type-page .block-region-right,
  .page-node-type-article .block-region-right {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .block-region-right .block .block-title,
  .page-taxonomy .list-3.inside-b,
  .page-node-type-landing-page .list-3.inside-b {
    padding-left: 0;
  }

  .title-inner,
  .taxonomy_term--type-professional_post
    .inside-min-tb.outside-min-tb
    .title-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .title-inner h2,
  .block-region-right .block .block-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 560px) {
  .title-inner h2,
  .block-region-right .block .block-title {
    font-size: 20px;
  }
}

/* article */
.page-node-type-article .article-title h1 {
  padding: 1em 0;
}

.page-node-type-article .article-submit {
  font-weight: 400;
  color: rgba(60, 60, 60, 0.7);
}

@media screen and (max-width: 767px) {
  .page-node-type-article .article-title h1 {
    font-size: 24px;
    font-weight: bold;
    padding: 16px 0;
  }
}

@media screen and (max-width: 480px) {
  .page-node-type-article .article-submit {
    font-size: 12px;
  }
}

.page-node-type-page .outside-min-tb {
  margin: 0;
}

.page-node-type-page .article-title h1 {
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #007130;
  padding: 20px 0;
  line-height: 1em;
  text-align: left;
  
}

@media screen and (max-width: 767px) {
  .page-node-type-page .article-title h1 {
    font-size: 26px;
    font-weight: bold;
    padding: 16px 0;
  }
}

@media screen and (max-width: 480px) {
  .page-node-type-page .article-title h1 {
    padding: 12px 0 0;
  }
}

/* currentLeaders */
table tbody td {
  word-break: break-all;
}

table.currentLeaders {
  color: #3c3c3c;
}

table.currentLeaders thead {
  border-bottom: 1px solid #dfdfdf;
}

table.currentLeaders thead td,
table.currentLeaders tbody td {
  font-size: 16px;
  padding: 20px 4px;
  line-height: 32px;
  vertical-align: top;
}

table.currentLeaders thead td {
  padding: 12px 4px;
}

table.currentLeaders tbody td .title {
  font-size: 24px;
  font-weight: bold;
  color: #286db9;
  margin: 0 !important;
  border-left: 2px solid #007130;
  line-height: 32px;
  padding-left: 14px;
  text-align: left;
  white-space: nowrap;
}

table.currentLeaders tbody td .name {
  font-size: 18px;
  line-height: 32px;
  margin: 0 !important;
  text-align: left;
  white-space: nowrap;
}

table.currentLeaders tbody tr {
  border-bottom: 1px solid #dfdfdf;
}

@media screen and (max-width: 991px) {
  table.currentLeaders thead td,
  table.currentLeaders tbody td {
    font-size: 14px;
    line-height: 28px;
  }

  table.currentLeaders tbody td {
    text-align: justify;
  }

  table.currentLeaders tbody td .name {
    font-size: 16px;
    line-height: 28px;
  }

  table.currentLeaders tbody td .title {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 480px) {
  table.currentLeaders thead td,
  table.currentLeaders tbody td {
    font-size: 12px;
    line-height: 22px;
  }

  table.currentLeaders tbody td {
    padding: 16px 4px;
  }

  table.currentLeaders tbody td .name {
    font-size: 12px;
    line-height: 22px;
  }

  table.currentLeaders tbody td .title {
    font-size: 14px;
    line-height: 22px;
    padding-left: 8px;
  }
}

.emtpy-tip {
  font-size: 16px;
  line-height: 2em;
  padding: 1em 0;
  margin-bottom: 1em;
  color: #999;
}

@media screen and (max-width: 768px) {
  .emtpy-tip {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .emtpy-tip {
    font-size: 12px;
  }
}

.out-port {
  display: flex;
  justify-content: space-between;
  padding: 34px 0;
}

.out-port .item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.out-port .item .port-icon {
  display: block;
  transition: all ease 0.1s;
}

.out-port .item .port-icon img {
  display: block;
}

.out-port .item .port-icon:hover {
  transform: translateY(-2px);
}

.out-port .item .port-name {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1e1e1e;
  display: block;
  margin-left: 12px;
  min-width: 5em;
}

.out-port .item .port-name:hover {
  color: #007e36;
}
@media screen and (max-width: 1200px) {
  .out-port {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .out-port .item {
    flex: 0 0 25%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .out-port .item .port-name {
    margin-left: 4px;
  }
}
@media screen and (max-width: 600px) {
  .out-port {
    justify-content: flex-start;
  }
  .out-port .item {
    flex: 0 0 33.3%;
  }
}

.friend-list .item {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 6px;
}
.friend-list .item img {
  display: block;
  width: 100%;
}
.friend-list .item span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 44px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  background: linear-gradient(0deg, rgba(0,0,0,0.6), rgba(0,0,0,0));
}
.index-news-box {
  display: flex;
}

.index-news-box .view-box {
  flex: 1;
  position: relative;
  overflow: hidden;
  padding-top: 27%;
}

.index-news-box .view-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.index-news-box .view-box p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  margin: 0;
  line-height: 74px;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 22px;
  box-sizing: border-box;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}

.index-news-box .item-list {
  flex: 1;
  padding-left: 32px;
  /* overflow: hidden; */
}

.index-news-box .item-list ul {
  padding: 0;
  margin: 0;
}

.index-news-box .item-list li {
  list-style: none;
  margin-bottom: 10px;
}
.index-news-box .item-list li:last-child {
  margin-bottom: 0;
}

.index-news-box .item-list li .hover-item {
  display: flex;
  align-items: center;
  padding: 14px 0;
  background-color: #fff;
  transition: all ease 0.25s;
}

.index-news-box .item-list li .hover-item:hover {
  /* background-color: #fafafa; */
  box-shadow: 0px 14px 28px 0px rgba(0,0,0,0.3);

}

.index-news-box .item-list li .hover-item .pad-left {
  width: 90px;
  color: #007e36;
  text-align: center;
  margin: 0;
  height: 52px;
  border-right: 1px solid #e3e3e3;
}

.index-news-box .item-list li .hover-item .pad-left span {
  display: block;
  font-family: Arial;
  line-height: 1em;
}

.index-news-box .item-list li .hover-item .pad-left .date-day {
  font-size: 26px;
  font-weight: 400;
  color: #007e36;
}

.index-news-box .item-list li .hover-item p.txt {
  flex: 1;
  margin: 0;
  padding: 0 20px;
  font-size: 18px;
  color: #000;
  line-height: 1.5em;
  max-height: 3em;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all ease 0.25s;
}
.index-news-box .item-list li .hover-item:hover p.txt {
  color: #007130;
  text-decoration: underline;
}
.index-news-box .item-list li .hover-item p.txt span {
  display: none;
}
@media screen and (max-width: 991px) {
  .index-news-box .item-list {
    padding: 0;
  }
  .index-news-box .view-box,
  .index-news-box .item-list li .hover-item .pad-left {
    display: none;
  }
  .index-news-box .item-list li .hidden.side-left,
  .index-news-box .item-list li .hidden.side-left img {
    display: block;
  }
  .index-news-box .item-list li .hidden.side-left img {
    width: 240px;
    height: 160px;
    object-fit: cover;
  }
  .index-news-box .item-list li .hover-item {
    padding: 20px;
    align-items: stretch;
  }
  .index-news-box .item-list li .hover-item p.txt {
    max-height: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 0;
  }
  .index-news-box .item-list li .hover-item p.txt span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #00652B;
  }
}
@media screen and (max-width: 767px) {
  .index-news-box .item-list li .hidden.side-left img {
    width: 150px;
    height: 100px;
  }
}
@media screen and (max-width: 480px) {
  .index-news-box .item-list li .hover-item {
    padding: 14px;
  }
  
  .index-news-box .item-list li .hover-item p.txt {
    padding-left: 14px;
  }
  .index-news-box .item-list li .hidden.side-left img {
    width: 120px;
    height: 80px;
  }
}

/*学术讲座*/
.index-lecture-out {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 444px;
}
@media screen and (max-width: 996px) {
  .index-lecture-out {
    height: 384px;
  }
}
@media screen and (max-width: 768px) {
  .index-lecture-out {
    height: 384px;
  }
}

.index-lecture-out > div:not(.lecture-wrap) {
  display: none;
}
.lecture-wrap {
  width: calc(33.33333333% - 20px);
}

.lecture-wrap a {
  display: block;
  height: 100%;
  display:flex;
  flex-direction: column;
}
.lecture-wrap a img {
  /* flex: 1; */
  object-fit: cover;
  height: 444px;
  object-position: top;
}
.lecture-wrap a p {
  height: 103px;
  margin: 0;
  background: #fff;
  padding: 18px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgb(33 24 16 / 15%);
}
.lecture-wrap a p span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 66px;
}

.research-list-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 170px;
  display: grid;
  grid-template-columns: calc(33.33% - 22px) calc(33.33% - 22px) calc(33.33% - 22px);
  column-gap: 33px;
}

.research-list-wrap ul li {
  list-style: none;
  margin: 0;
  overflow: hidden;
  background-color: #fff;
}


.research-list-wrap ul li .research-box {
  display: flex;
  height: 100%;
}

.research-list-wrap ul li .research-box {
  padding: 21px 20px;
}

.research-list-wrap ul li .img-wrap {
  width: 128px;
  height: 100%;
  display: block;
}

.research-list-wrap ul li .img-wrap img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.research-list-wrap ul li .txt {
  flex: 1;
  padding-left: 18px;
}

.research-list-wrap ul li .txt a {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  color: #000;
  line-height: 24px;
  margin-bottom: 0.5em;
}

.research-list-wrap ul li .txt p {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 22px;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .research-list-wrap ul {
    display: block;
    height: auto;
  }
  
  .research-list-wrap ul li {
    margin-bottom: 14px;
  }
}

/* tab */
.panel-tabs .tab-nav-1,
.panel-tabs .tab-nav-1 li.active a,
.panel-tabs .tab-nav-1 li a {
  border: none;
}

.panel-tabs .tab-nav-1 li {
  margin: 0;
}

.panel-tabs .tab-nav-1 {
  background-color: rgb(241,241,241);
}

.panel-tabs .tab-nav-1 li a {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1e1e1e;
}

.panel-tabs .tab-nav-1 li.active a {
  background-color: #007e36;
  color: #fff;
}

.tab-pane .list > .list-item {
  border-color: rgba(0, 0, 0, 0.08);
  padding-top: 21px !important;
  padding-bottom: 21px !important;
  position: relative;
}

.tab-pane .list > .list-item::before {
  content: "●";
  color: #d7d7d7;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tab-pane .list .list-item .date {
  font-size: 16px;
  line-height: 27px;
}

.tab-pane .list-item a {
  display: block;
  font-size: 18px;
  color: #1e1e1e;
}
.tab-pane .list-item a:hover {
  color: #016c2f;
}

.tab-pane .inside-min-b {
  padding: 0;
}

.block-region-middle-third-left .block .tabs-mobile-link {
  display: none;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #00652b;
  margin-top: 10px;
  padding: 30px 0 1px;
}

.tabs-mobile-link .link-custom {
  flex: 0 0 30%;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 42px;
}

.tabs-mobile-link .link-custom .ico {
  font-size: 40px;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .layout-full.region-middle-third .inner:first-child {
    padding-top: 0;
  }
  .layout-full.region-middle-third .inner:first-child .col-md-8 {
    background-color: #00652b;
  }
  .layout-full.region-middle-third .inner:first-child .col-md-8 .block {
    margin-bottom: 0;
  }
  
  .block-region-middle-third-left .block .tabs-mobile-link {
    display: flex;
  }
  .layout-full.region-middle-third .panel-tabs.block {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .block-region-middle-third-left .block .tabs-mobile-link {
    padding-top: 24px;
    margin-top: 6px;
  }
  .tabs-mobile-link .link-custom {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .tabs-mobile-link .link-custom .ico {
    width: 72px;
    height: 72px;
    font-size: 32px;
  }
}

.learning-list-wrap {
  display: flex;
  justify-content: space-between;
}

.learning-list-wrap .learning-item {
  width: 31%;
}

.learning-list-wrap .learning-item img {
  display: block;
}
#main .field-body div.mySwiper {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  /* .learning-list-wrap {
    flex-wrap: wrap;
  }
  .learning-list-wrap .learning-item {
    width: 100%;
    margin: 0 0 14px;
  }
  
  .learning-list-wrap .learning-item:last-child {
    margin-bottom: 0;
  }
  .learning-list-wrap .learning-item img {
    width: 100%;
  } */
}

/* recruit */
.recruit {
  width: 64px;
  height: 180px;
  background: #00652B;
  border: 1px solid #FFFFFF;
  box-shadow: 2px 2px 8px 0px rgba(55, 99, 170, 0.15), -2px -2px 8px 0px rgba(255, 255, 255, 0.7);
  border-radius: 32px;
  position: fixed;
  z-index: 1000;
  right: 16px;
  bottom: 92px;
  padding-top: 20px;
  text-align: center;
  line-height: 1.2em;
}
.recruit:hover {
  background: #03863c;
}
.recruit svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  margin-bottom: 6px;
  font-size: 24px;
}
.recruit a {
  color: #fff;
  font-size: 24px;
  line-height: 26px;
}
@media screen and (max-width: 991px) {
  .recruit {
    border-radius: 4px;
    width: 76px;
    height: 76px;
    text-align: center;
    writing-mode: unset;
    bottom: 176px;
    line-height: 16px;
    padding-top: 0;
  }
  .recruit svg {
    display: block;
    margin: 0 auto 8px;
  }
  .recruit a {
    display: block;
    padding: 8px 4px;
    font-size: 12px;
    letter-spacing: 0;
  }
  .recruit a br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .recruit {
    right: 14px;
    transform: scale(0.8);
    transform-origin: right bottom;
  }
  .recruit {
    bottom: 156px;
  }
}
@media screen and (max-width: 480px) {
  .recruit {
    right: 10px;
    transform: scale(0.5);
  }
  .recruit {
    bottom: 136px;
  }
}

.list-content-flex {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.list-content-flex .list-item-block {
  list-style: none;
  width: calc(33.3% - 16px);
  margin-right: 24px;
  margin-bottom: 24px;
  overflow: hidden;
}
.list-content-flex .list-item-block:nth-child(3n) {
  margin-right: 0;
}
.list-content-flex .list-item-block a,
.list-content-flex .list-item-block img {
  display: block;
  transition: all ease-in-out 0.33s;
}
.list-content-flex .list-item-block img:hover {
  transform: scale(1.12);
}