.wrapper {
  width: 100%;
  height: 100%;
  background: url('../img/index-bg.jpg') no-repeat 0 0;
  background-size: 100% 100%;
  padding: 0 0 238px 0;
}

/* intro */
.wrapper .intro {
  width: 100%;
  background: url('../img/intro-bg.png') no-repeat 0 0;
  background-size: 100% 100%;
  margin-top: 27px;
  margin-bottom: 38px;
}
.wrapper .intro-title {
  z-index: 2;
  position: relative;
  width: 228px;
  height: 42px;
  margin: 0 auto;
  background-color: #028084;
  box-sizing: border-box;
}
.wrapper .intro-title i {
  position: relative;
  width: 14px;
  height: 42px;
}
.wrapper .intro-title i:first-child {
  margin-left: -18px;
}
.wrapper .intro-title i::before,
.wrapper .intro-title i:after {
  position: absolute;
  right: -6px;
  content: '';
  width: 0;
  height: 0;
  border-top: 7px transparent solid;
  border-bottom: 7px transparent solid;
  border-left: 7px #004c4e solid;
}
.wrapper .intro-title i:first-child::before {
  top: 0;
  transform: rotate(45deg);
}
.wrapper .intro-title i:first-child::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.wrapper .intro-title i:last-child::before {
  top: 0;
  transform: rotate(135deg);
}
.wrapper .intro-title i:last-child::after {
  bottom: 0;
  transform: rotate(-135deg);
}
.wrapper .intro-title span {
  display: block;
  width: 100%;
  font-size: 20px;
  color: #fff;
  line-height: 42px;
  text-align: center;
}
.wrapper .intro-desc {
  padding: 20px 15px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}


.section-item {
  background-color: #fcfff0;
	box-shadow: inset 2px -2px 12px 13px rgba(156, 206, 199, 0.5);
	border-radius: 10px;
  margin-bottom: 36px
}
.section-item-content {
  padding: 0 20px;
  box-sizing: border-box;
}


/* notice */
.notice-list {
  margin-top: 34px;
}
.notice-list .item {
  position: relative;
  border-bottom: 1px #dcdcdc dashed;
  font-size: 18px;
  line-height: 46px;
}
.notice-list .item::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 0;
  height: 0;
  border-top: 7px transparent solid;
  border-bottom: 7px transparent solid;
  border-left: 7px #ff8400 solid;
}
.notice-list .item-title {
  padding-left: 18px;
  color: #333;
  transition: all 0.5s linear;
}
.notice-list .item-time {
  color: #999;
}
.notice-list .item:hover .item-title {
  color: #ff8400;
  font-size: 21px;
}
.notice-content .common-more {
  margin: 23px auto 0 auto;
}


/* medium */
.notice-content, .medium-content, .activity-content {
  padding-bottom: 43px;
}
.medium-list {
  margin-top: 29px;
  margin-bottom: 36px;
}
.medium-list .item {
  display: block;
  padding: 13px 12px;
  box-sizing: border-box;
  background-color: #e8f7ed;
	border-radius: 10px;
  transition: all 0.5s linear;
}
.medium-list .item-cover {
  width: 100%;
  height: 95px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.medium-list .item-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.5s linear;
}
.medium-list .item-title,
.activity-list .item-title {
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
.medium-list .item-active {
  background-image: linear-gradient(0deg, #36999c 0%, #6edbde 100%), linear-gradient(#ffeee4, #ffeee4);
	background-blend-mode: normal, normal;
}
.medium-list .item-active .item-title {
  color: #fff;
}
.medium-list .item:hover .item-cover img {
  transform: scale(1.2);
}

/* activity */
.activity-list {
  margin-top: 29px;
}
.activity-list .item {
  display: block;
}
.activity-list .item-cover {
  width: 100%;
  height: 102px;
  overflow: hidden;
}
.activity-list .item-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s linear;
}
.activity-list .item-title {
  text-align: center;
  padding: 10px 15px 35px 15px;
  box-sizing: border-box;
}
.activity-list .item:hover .item-cover img {
  transform: scale(0.95);
}

/* end */
.end {
  padding-top: 20px;
  padding-bottom: 170px;
}
.end-title {
  width: 50px;
  font-size: 50px;
  color: #36999c;
  line-height: 62px;
  font-weight: bold;
  margin-right: 20px;
}
.end-desc {
  padding-left: 46px;
  border-left: 2px #36999c solid;
}
.end-desc,
.end-desc p,
.end-desc p span,
.end-desc span {
  font-weight: bold !important;
  color: #36999c !important;
}


/* ny-wrap */
.ny-wrap {
  background: url('../img/bg-2.png');
}


/* ny-content */
.ny-content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 10px 15px 43px 15px;
  box-sizing: border-box;
  margin-bottom: 70px
}


/* news-detail */
.news-detail .title {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  text-align: center;
  padding-top: 20px;
}
.news-detail .base-item {
  font-size: 12px;
  color: #999;
  padding-right: 10px;
}
.news-detail .base-item:last-child {
  padding-right: 0;
}
.news-detail .base {
  position: relative;
  padding: 12px 0 18px 0;
}
.news-detail .base::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 8px;
  background: url('../img/bg-border.png') no-repeat 0 0;
  background-size: cover;
}
.news-detail .common-desc {
  padding: 34px 0;
}

@media (min-width: 576px) {
  .header {
    padding-bottom: 0;
  }
  .header-bg,
  .header-bg img {
    height: auto;
  }
  .wrapper .intro {
      margin-top: 27px;
    margin-bottom: 68px;
  }
  .wrapper .intro-title {
    width: 300px;
    height: 58px;
  }
  .wrapper .intro-title span {
    font-size: 24px;
    line-height: 58px;
  }
  .wrapper .intro-title i {
    height: 58px;
  }
  .section-item {
    margin-bottom: 56px;
  }
  .notice-list .item {
    font-size: 20px;
    line-height: 56px;
  }
  .end-title {
    width: 60px;
    font-size: 60px;
    line-height: 72px;
  }

  .news-detail .title {
    font-size: 24px;
    line-height: 38px;
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .wrapper .intro {
    margin-top: 67px;
  }
  .wrapper .intro-title {
    width: 70px;
    padding: 0 15px;
    margin-top: -9px;
  }
  .wrapper .intro-title::before,
  .wrapper .intro-title::after {
    position: absolute;
    right: -6px;
    content: '';
    width: 0;
    height: 0;
    border-top: 7px transparent solid;
    border-bottom: 7px transparent solid;
    border-left: 7px #004c4e solid;
  }
  .wrapper .intro-title::before {
    top: 0;
    transform: rotate(135deg);
  }
  .wrapper .intro-title::after {
    bottom: 0;
    transform: rotate(-135deg);
  }
  .wrapper .intro-title span {
    font-size: 34px;
    line-height: 42px;
  }
  .wrapper .intro-desc {
    padding: 27px 0 27px 37px;
    font-size: 18px;
    line-height: 34px;
  }

  .section-item-content {
    padding: 0 50px;
  }
  .notice-content, .medium-content, .activity-content {
    padding-bottom: 60px;
  }
  .medium-list {
    margin-top: 39px;
    margin-bottom: 46px;
  }
  .medium-list .item {
    padding: 13px 12px 18px 12px;
  }
  .medium-list .item-cover {
    height: 146px;
    margin-bottom: 12px;
  }
  .medium-list .item-title,
  .activity-list .item-title {
    font-size: 16px;
    line-height: 22px;
  }

  .activity-list {
    margin-top: 52px;
  }
  .activity-list .item-cover {
    height: 192px;
  }
  .activity-list .item-title {
    padding: 15px;
  }

  .ny-content {
    padding: 18px 43px 92px 43px;
  }

  .news-detail .title {
    font-size: 30px;
    line-height: 50px;
    padding-top: 46px;
  }
  .news-detail .base {
    padding: 28px 0 32px 0;
  }
  .news-detail .base-item {
    font-size: 14px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
    .wrapper .intro {
    margin-top: 87px;
  }
  .wrapper .intro-desc {
    padding: 37px 0 37px 37px;
    font-size: 20px;
    line-height: 40px;
  }
  .medium-list .item {
    padding: 13px 12px 23px 12px;
  }
  .medium-list .item-cover {
    height: 212px;
    margin-bottom: 23px;
  }
  .medium-list .item-title,
  .activity-list .item-title {
    font-size: 20px;
    line-height: 30px;
  }

  .activity-list .item-cover {
    height: 270px;
  }
  .activity-list .item-title {
    padding: 25px 15px;
  }
}
@media (min-width: 1200px) {
    .wrapper .intro {
    margin-top: 107px;
  }
  .medium-list .item {
    padding: 13px 12px 23px 12px;
  }
  .medium-list .item-cover {
    height: 280px;
  }

  .activity-list .item-cover {
    height: 350px;
  }
}