/* index */
.index {
  position: relative;
  width: 100%;
  height: auto;
  overflow: visible;
}

.index-banner,
.index-banner .swiper-container {
  position: relative;
  width: 100%;
  height: 36vh;
}
.index-banner .swiper-slide {
  display: block;
}
.index-banner .swiper-slide.index-container {
  padding: 0;
}
.index-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-banner .swiper-button-prev::after,
.index-banner .swiper-button-next::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  border-style: solid;
}
.index-banner .swiper-button-prev::after {
  transform: rotate(135deg);
}
.index-banner .swiper-button-next::after {
  transform: rotate(-45deg);
}
.index-banner .swiper-button-prev {
  left: 20px;
}
.index-banner .swiper-button-next {
  right: 20px;
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
  display: none;
}
.index-banner .swiper-pagination-bullet {
  width: 10px;
  height: 5px;
  background-color: #fff;
  opacity: 0.8;
  border-radius: 2px;
}
.index-banner .swiper-pagination-bullet-active {
  width: 40px;
  background-color: #f8cc3b;
}
.index-banner .swiper-slide-prev,
.index-banner .swiper-slide-next {
  opacity: 0.65;
}

/* section */
.section {
  opacity: 1;
  position: static;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.section.show {
  top: 0;
}
.section-item {
  padding: 35px 0;
}
.section-item .news-head {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.section-item .news-head-title .title-cn {
  font-size: 20px;
  font-weight: normal;
  color: #333;
  padding-right: 10px;
  line-height: 30px;
}
.section-item .news-head-title .title-en {
  font-size: 14px;
  color: #a5a5a5;
  line-height: 30px;
}
.section-item .news-head-more .more-text {
  font-size: 14px;
  color: #5a5a5a;
  padding-right: 5px;
}
.section-item .news-head-more .more-text:hover {
  color: #00873c;
}

/* section-1 */
.section-1 {
  background: url('global_res/bg-section.png') no-repeat 0 0;
  background-size: cover;
}
.section-1 .news-cont {
  display: block;
}
.section-1 .news-swiper {
  width: 100%;
  height: 250px;
  background-color: #b5c4cb;
}
.section-1 .swiper-slide {
  display: block;
}
.section-1 .swiper-slide-img {
  width: 100%;
  height: 100%;
}
.section-1 .swiper-slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-1 .swiper-slide-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  color: #fff;
  line-height: 52px;
  padding: 0 22px;
  box-sizing: border-box;
}
.section-1 .swiper-pagination {
  text-align: right;
  padding-right: 25px;
  box-sizing: border-box;
}
.section-1 .swiper-pagination-bullet {
  width: 10px;
  height: 5px;
  background-color: #fff;
  opacity: 0.8;
  border-radius: 2px;
}
.section-1 .swiper-pagination-bullet-active {
  width: 20px;
  background-color: #00873c;
}
.section-1 .news-list {
  margin-top: 30px;
  align-content: flex-start;
}
.section-1 .news-list-item {
  display: block;
  width: 100%;
  height: auto;
  padding: 18px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 14px;
}
.section-1 .news-list-item .item-title {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  max-height: 60px;
  overflow: hidden;
}
.section-1 .news-list-item .item-time {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  display: inline-block;
  width: auto;
  padding: 0 5px;
  background-color: #00873c;
  margin-top: 17px;
}
.section-1 .news-list-item:hover .item-title {
  color: #00873c;
}


/* section-2 section-3 */
.section-2 {
  background-color: #fff;
}
.section-3 {
  background: url('global_res/bg-section.png') no-repeat 0 0;
  background-size: cover;
}
.section-2 .news-list-item,
.section-3 .news-list-item {
  padding: 12px;
  box-sizing: border-box;
  margin-bottom: 19px;
}
.section-2 .news-list-item {
  width: 100%;
  border: solid 1px #efefef;
  margin-bottom: 19px;
}
.section-3 .news-list-item {
  width: 100%;
  background-color: #fff;
}
.section-3 .news-list-item:nth-child(2n) {
  margin-right: 0
}
.section-2 .news-list-item .item-date,
.section-3 .news-list-item .item-date {
  background-color: #00873c;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 8px 5px;
}
.section-2 .news-list-item .item-date-day,
.section-3 .news-list-item .item-date-day {
  font-size: 30px;
  padding-bottom: 5px;
}
.section-2 .news-list-item .item-date-year,
.section-3 .news-list-item .item-date-year {
  font-size: 15px;
}
.section-2 .news-list-item .item-title,
.section-3 .news-list-item .item-title {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  max-height: 56px;
  overflow: hidden;
  padding-left: 15px;
}
.section-2 .news-list-item:hover .item-title,
.section-3 .news-list-item:hover .item-title {
  color: #00873c;
}


/* section-4 */
.section-4 {
  background-color: #fff;
  padding-bottom: 46px !important;
}
.section-4 .news-list-item {
  display: block;
  width: 49%;
}
.section-4 .news-list-item:first-child {
  width: 100%;
  margin-bottom: 15px;
}
.section-4 .news-list-item:nth-child(2) {
  margin-right: 2%;
}
.section-4 .news-list-item .item-cover {
  width: 100%;
  height: 125px;
}
.section-4 .news-list-item:first-child .item-cover {
  height: 170px;
}
.section-4 .news-list-item .item-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-4 .news-list-item .item-cont {
  border-width: 0 1px 1px 1px;
  border-color: #eaeaea;
  border-style: solid;
  padding: 10px 6px;
  box-sizing: border-box;
}
.section-4 .news-list-item .item-date {
  padding: 0 0 10px 0;
}
.section-4 .news-list-item .item-date-icon {
  width: 14px;
  height: 14px;
}
.section-4 .news-list-item .item-date-icon img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.section-4 .news-list-item .item-date-text {
  font-size: 14px;
  color: #999;
  padding-left: 8px;
}
.section-4 .news-list-item .item-title {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  max-height: 48px;
  height: 48px;
  overflow: hidden;
}
.section-4 .news-list-item:hover .item-title {
  color: #00873c;
}


/* section-5 */
.section-5 {
  background: url('global_res/bg-section-3.jpg') no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 100px !important;
  background-color: #f7f7f7;
}


/* ny-banner */
.ny-banner {
  height: 150px;
  align-content: center;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}


/* news-detail */
.news-detail {
  box-sizing: border-box;
  padding: 0 10px;
}
.news-detail .title {
  font-size: 20px;
  color: #333;
  line-height: 28px;
  text-align: center;
  padding: 20px 0 0 0;
}
.news-detail .info {
  position: relative;
  font-size: 12px;
  line-height: 28px;
  color: #acacac;
  text-align: center;
  padding: 10px 0;
  border-bottom: 3px #e4e4e4 solid;
}
.news-detail .info span {
  padding-left: 10px;
}


/* list-teacher */
.list-teacher {
  padding-top: 47px;
}
.list-teacher .item {
  display: block;
  width: 48%;
  margin-right: 4%;
  cursor: pointer;
}
.list-teacher .item:nth-child(2n) {
  margin-right: 0;
}
.list-teacher .item-avatar {
  width: 100%;
	height: 251px;
  transition: all 0.3s ease-in-out;
}
.list-teacher .item-avatar img {
  width: 100%;
	height: 100%;
  object-fit: cover;
}
.list-teacher .item-name {
  font-size: 16px;
  color: #333;
  line-height: 64px;
  text-align: center;
}
.list-teacher .item:hover .item-avatar {
  transform: scale(1.02);
}


/* list-leader */
.list-leader {
  padding-top: 47px;
}
.list-leader .item {
  width: 100%;
  border: solid 1px #e6e6e6;
  margin-bottom: 23px;
}
.list-leader .item-avatar {
  display: flex;
  justify-content: center;
  margin: 10px;
}
.list-leader .item-avatar-img {
  width: 80px;
  height: 96px;
}
.list-leader .item-avatar img {
  width: 100%;
	height: 100%;
  object-fit: cover;
}
.list-leader .item-info {
  border-left: solid 1px #e6e6e6;
}
.list-leader .item-info-top {
  display: block;
  border-bottom: solid 1px #e6e6e6;
}
.list-leader .item-info-item {
  flex: 1;
  align-items: center;
  border-bottom: solid 1px #e6e6e6;
}
.list-leader .item-info-item:last-child {
  border-bottom: 0;
}
.list-leader .item-info-item_title,
.list-leader .item-info-item_val {
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 24px;
}
.list-leader .item-info-item_title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 100%;
}
.list-leader .item-info-item_val {
  flex: 1;
  color: #333;
  padding: 10px 0;
  border-left: solid 1px #e6e6e6;
}
.list-leader .item-info-bottom .item-info-item_val {
  padding: 10px;
  box-sizing: border-box;
}
.list-leader .item-info-top .item-info-item:first-child .item-info-item_title,
.list-leader .item-info-bottom .item-info-item_title {
  border-left: 0;
}


/* single */
.single {
  padding: 30px 0;
  box-sizing: border-box;
}
.single img {
  max-width: 100% !important;
  height: auto !important;
}


/* list-cover */
.list-cover {
  margin-top: 30px;
}
.list-cover .item {
  display: block;
  width: 100%;
}
.list-cover .item-cover {
  position: relative;
  height: 200px;
	background-color: #f6f6f6;
  overflow: hidden;
}
.list-cover .item-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in;
}
.list-cover .item-title {
  font-size: 16px;
  line-height: 56px;
  color: #333;
  text-align: center;
}
.list-cover .item:hover img {
  transform: scale(1.05);
}
.list-cover .item:hover .item-title {
  color: #156e38;
}