.main .banner {
  width: 100%;
  height: auto;
}

.main .banner .swiper-slide img {
  width: 100%;
  height: 100%;
}

.main .banner .swiper-slide p {
  position: absolute;
  bottom: 80px;
  left: 0.4rem;
  font-size: 30px;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .main .banner .swiper-slide p {
    display: none;
  }
}

.main .banner .swiper-pagination {
  height: 0.4rem;
  bottom: 35px !important;
}

.main .banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #fff;
  opacity: 1;
}

.main .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #026f4f;
}

.main .field1 {
  padding: 0 0.4rem;
  background: url("../img/field1.png") no-repeat;
  background-size: 100% 100%;
}

.main .news {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.2rem 0;
  max-width: 1740px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .main .news {
    flex-direction: column;
  }
}

.main .news .news-banner-box {
  width: 49%;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 750px) {
  .main .news .news-banner-box {
    width: 100%;
  }
}

.main .news .news-banner-box .choose {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .news .news-banner-box .choose button {
  width: 1rem;
  height: 42px;
  border: none;
  border-radius: 0.2rem;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  margin: 0 30px 20px;
}

.main .news .news-banner-box .choose button.active, .main .news .news-banner-box .choose button:hover {
  background-color: #006f4f;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .main .news .news-banner-box .choose button {
    flex: 1;
    margin: 0 10px 20px;
  }
}

.main .news .news-banner-box .banner-box {
  height: 3.2rem;
}

@media screen and (max-width: 750px) {
  .main .news .news-banner-box .banner-box {
    height: 4.1rem;
  }
}

.main .news .news-banner {
  width: 100%;
  height: 3.1rem;
  margin: 0;
  display: none;
}

@media screen and (max-width: 750px) {
  .main .news .news-banner {
    height: 4rem;
  }
}

.main .news .news-banner .swiper-pagination {
  height: 0.5rem;
  justify-content: flex-end;
  padding-right: 0.2rem;
}

.main .news .news-banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}

.main .news .news-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e6901e;
}

.main .news .news-banner .swiper-slide {
  position: relative;
}

.main .news .news-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main .news .news-banner .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  background: rgba(0, 0, 0, 0.2);
  padding: 0 0.16rem;
  font-size: 14px;
  color: #fff;
}

.main .news .news-container {
  width: 49%;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .main .news .news-container {
    width: 100%;
    margin-top: 0.2rem;
    padding: 0 0.2rem;
  }
}

.main .news .news-container .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .news .news-container .title .title-name {
  font-size: 0;
}

.main .news .news-container .title .title-name span:first-child {
  font-size: 20px;
  color: #026f4f;
  font-weight: bold;
}

.main .news .news-container .title .title-name span:last-child {
  font-size: 14px;
  color: #026f4f;
  margin-left: 0.08rem;
  font-weight: bold;
}

.main .news .news-container .title .more {
  display: inline-block;
  width: 0.5rem;
  height: 0.24rem;
  line-height: 0.24rem;
  background-color: #166a1f;
  border-radius: 0.12rem;
  text-align: center;
  font-size: 0.12rem;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .main .news .news-container .title .more {
    width: 1rem;
    height: 0.44rem;
    line-height: 0.44rem;
    font-size: 12px;
  }
}

@media screen and (max-width: 750px) {
  .main .news .news-container .title {
    margin-bottom: 0.2rem;
  }
}

.main .news .news-container .news-columns .news-item {
  width: 100%;
  height: 0.42rem;
  line-height: 0.42rem;
  border-bottom: 1px solid #dddfe4;
  display: block;
  padding-left: 0.16rem;
  padding-right: 1.16rem;
  position: relative;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 750px) {
  .main .news .news-container .news-columns .news-item {
    height: 0.9rem;
    line-height: 0.9rem;
    padding-left: 0.36rem;
    padding-right: 0;
    display: flex;
  }
}

.main .news .news-container .news-columns .news-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.08rem;
  height: 0.08rem;
  background: url("../img/arrow.png") no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 750px) {
  .main .news .news-container .news-columns .news-item::before {
    width: 0.2rem;
    height: 0.2rem;
  }
}

.main .news .news-container .news-columns .news-item .brief {
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .main .news .news-container .news-columns .news-item .brief {
    font-size: 16px;
  }
}

.main .news .news-container .news-columns .news-item .brief:hover {
  color: #026f4f;
}

.main .news .news-container .news-columns .news-item .date {
  font-size: 18px;
  color: #166a1f;
  margin-left: 0.16rem;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 750px) {
  .main .news .news-container .news-columns .news-item .date {
    position: static;
    flex-shrink: 0;
    font-size: 16px;
  }
}

.main .field2 {
  padding: 0.2rem 0.4rem;
  background: url("../img/field2.png") no-repeat;
  background-size: 100% 100%;
}

.main .field2 .field2-box {
  width: 100%;
  max-width: 1740px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .main .field2 .field2-box {
    flex-direction: column;
  }
}

.main .notice {
  width: 49%;
  height: 4rem;
  padding: 0.2rem;
  background-color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 750px) {
  .main .notice {
    width: 100%;
    height: auto;
  }
}

.main .notice .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .notice .title .title-name {
  font-size: 0;
}

.main .notice .title .title-name span:first-child {
  font-size: 20px;
  color: #026f4f;
  font-weight: bold;
}

.main .notice .title .title-name span:last-child {
  font-size: 14px;
  color: #026f4f;
  margin-left: 0.08rem;
  font-weight: bold;
}

.main .notice .title .more {
  display: inline-block;
  width: 0.5rem;
  height: 0.24rem;
  line-height: 0.24rem;
  background-color: #166a1f;
  border-radius: 0.12rem;
  text-align: center;
  font-size: 0.12rem;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .main .notice .title .more {
    width: 1rem;
    height: 0.44rem;
    line-height: 0.44rem;
    font-size: 12px;
  }
}

.main .notice .body {
  margin-top: 0.08rem;
}

.main .notice .body .notice-item {
  width: 100%;
  height: 0.42rem;
  border-bottom: 1px solid #dddfe4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.16rem;
  position: relative;
}

@media screen and (max-width: 750px) {
  .main .notice .body .notice-item {
    height: 0.9rem;
    padding-left: 0.36rem;
  }
}

.main .notice .body .notice-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.08rem;
  height: 0.08rem;
  background: url("../img/arrow.png") no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 750px) {
  .main .notice .body .notice-item::before {
    width: 0.2rem;
    height: 0.2rem;
  }
}

.main .notice .body .notice-item .date {
  font-size: 18px;
  color: #166a1f;
  flex-shrink: 0;
  margin-left: 0.16rem;
}

@media screen and (max-width: 750px) {
  .main .notice .body .notice-item .date {
    font-size: 16px;
  }
}

.main .notice .body .notice-item .brief {
  flex: 1;
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 750px) {
  .main .notice .body .notice-item .brief {
    font-size: 16px;
  }
}

.main .academic {
  width: 49%;
  height: 4rem;
  padding: 0.2rem;
  background-color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 750px) {
  .main .academic {
    width: 100%;
    height: auto;
    background-color: rgba(201, 223, 195, 0.6);
  }
}

.main .academic .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .academic .title .title-name {
  font-size: 0;
}

.main .academic .title .title-name span:first-child {
  font-size: 20px;
  color: #026f4f;
  font-weight: bold;
}

.main .academic .title .title-name span:last-child {
  font-size: 14px;
  color: #026f4f;
  margin-left: 0.08rem;
  font-weight: bold;
}

.main .academic .title .more {
  display: inline-block;
  width: 0.5rem;
  height: 0.24rem;
  line-height: 0.24rem;
  background-color: #166a1f;
  border-radius: 0.12rem;
  text-align: center;
  font-size: 0.12rem;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .main .academic .title .more {
    width: 1rem;
    height: 0.44rem;
    line-height: 0.44rem;
    font-size: 12px;
  }
}

.main .academic .body {
  margin-top: 0.08rem;
}

.main .academic .body .academic-item {
  width: 100%;
  height: 0.42rem;
  line-height: 0.42rem;
  border-bottom: 1px solid #dddfe4;
  display: block;
  padding-left: 0.16rem;
  font-size: 0;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1.16rem;
}

@media screen and (max-width: 750px) {
  .main .academic .body .academic-item {
    display: flex;
    height: 0.9rem;
    line-height: 0.9rem;
    padding-right: 0.24rem;
    padding-left: 0.36rem;
  }
}

.main .academic .body .academic-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.08rem;
  height: 0.08rem;
  background: url("../img/arrow.png") no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 750px) {
  .main .academic .body .academic-item::before {
    width: 0.2rem;
    height: 0.2rem;
  }
}

.main .academic .body .academic-item .brief {
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .main .academic .body .academic-item .brief {
    font-size: 16px;
  }
}

.main .academic .body .academic-item .date {
  font-size: 18px;
  color: #166a1f;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 750px) {
  .main .academic .body .academic-item .date {
    position: static;
    font-size: 16px;
  }
}

.main .field3 {
  padding: 0.2rem 0.4rem;
  background: url("../img/field3.png") no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 750px) {
  .main .field3 {
    background-size: cover;
  }
}

.main .field3 .field3-box {
  width: 100%;
  max-width: 1740px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .main .field3 .field3-box {
    flex-direction: column;
  }
}

.main .demeanor {
  width: 32%;
  flex-shrink: 0;
}

@media screen and (max-width: 750px) {
  .main .demeanor {
    width: 100%;
  }
}

.main .demeanor .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .demeanor .title .title-name {
  font-size: 0;
}

.main .demeanor .title .title-name span:first-child {
  font-size: 20px;
  color: #026f4f;
  font-weight: bold;
}

.main .demeanor .title .title-name span:last-child {
  font-size: 14px;
  color: #026f4f;
  margin-left: 0.08rem;
  font-weight: bold;
}

.main .demeanor .title .more {
  display: inline-block;
  width: 0.5rem;
  height: 0.24rem;
  line-height: 0.24rem;
  background-color: #166a1f;
  border-radius: 0.12rem;
  text-align: center;
  font-size: 0.12rem;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .main .demeanor .title .more {
    width: 1rem;
    height: 0.44rem;
    line-height: 0.44rem;
    font-size: 12px;
  }
}

.main .demeanor .demeanor-banner {
  width: 100%;
  height: 1.88rem;
  margin-top: 0.2rem;
}

@media screen and (max-width: 750px) {
  .main .demeanor .demeanor-banner {
    height: 3rem;
  }
}

.main .demeanor .swiper-slide {
  position: relative;
}

.main .demeanor .swiper-slide img {
  width: 100%;
  height: 100%;
}

.main .demeanor .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.32rem;
  line-height: 0.32rem;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: #fff;
  padding: 0 0.32rem;
}

.main .scenery {
  width: 32%;
  flex-shrink: 0;
}

@media screen and (max-width: 750px) {
  .main .scenery {
    width: 100%;
    margin-top: 0.24rem;
  }
}

.main .scenery .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .scenery .title .title-name {
  font-size: 0;
}

.main .scenery .title .title-name span:first-child {
  font-size: 20px;
  color: #026f4f;
  font-weight: bold;
}

.main .scenery .title .title-name span:last-child {
  font-size: 14px;
  color: #026f4f;
  margin-left: 0.08rem;
  font-weight: bold;
}

.main .scenery .title .more {
  display: inline-block;
  width: 0.5rem;
  height: 0.24rem;
  line-height: 0.24rem;
  background-color: #166a1f;
  border-radius: 0.12rem;
  text-align: center;
  font-size: 0.12rem;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .main .scenery .title .more {
    width: 1rem;
    height: 0.44rem;
    line-height: 0.44rem;
    font-size: 12px;
  }
}

.main .scenery .scenery-banner {
  width: 100%;
  height: 1.88rem;
  margin-top: 0.2rem;
}

@media screen and (max-width: 750px) {
  .main .scenery .scenery-banner {
    height: 3rem;
  }
}

.main .scenery .swiper-slide {
  position: relative;
}

.main .scenery .swiper-slide img {
  width: 100%;
  height: 100%;
}

.main .scenery .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.32rem;
  line-height: 0.32rem;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: #fff;
  padding: 0 0.32rem;
}

.main .history {
  width: 32%;
  flex-shrink: 0;
}

@media screen and (max-width: 750px) {
  .main .history {
    width: 100%;
    margin-top: 0.24rem;
  }
}

.main .history .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .history .title .title-name {
  font-size: 0;
}

.main .history .title .title-name span:first-child {
  font-size: 20px;
  color: #026f4f;
  font-weight: bold;
}

.main .history .title .title-name span:last-child {
  font-size: 14px;
  color: #026f4f;
  margin-left: 0.08rem;
  font-weight: bold;
}

.main .history .title .more {
  display: inline-block;
  width: 0.5rem;
  height: 0.24rem;
  line-height: 0.24rem;
  background-color: #166a1f;
  border-radius: 0.12rem;
  text-align: center;
  font-size: 0.12rem;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .main .history .title .more {
    width: 1rem;
    height: 0.44rem;
    line-height: 0.44rem;
    font-size: 12px;
  }
}

.main .history .history-banner {
  width: 100%;
  height: 1.88rem;
  margin-top: 0.2rem;
}

@media screen and (max-width: 750px) {
  .main .history .history-banner {
    height: 3rem;
  }
}

.main .history .swiper-slide {
  position: relative;
}

.main .history .swiper-slide img {
  width: 100%;
  height: 100%;
}

.main .history .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.32rem;
  line-height: 0.32rem;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: #fff;
  padding: 0 0.32rem;
}

.main .field4 {
  background: url("../img/field4.png") no-repeat;
  padding: 0.9rem 0.4rem;
}

.main .field4 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1740px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .main .field4 ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.main .field4 ul li {
  width: 1.7rem;
  height: 1.28rem;
  background-color: #34b58f;
  position: relative;
}

@media screen and (max-width: 750px) {
  .main .field4 ul li {
    width: 50%;
    height: 2rem;
  }
  .main .field4 ul li:last-child {
    display: none;
  }
}

.main .field4 ul li:nth-child(even) {
  background-color: #3c8670;
}

.main .field4 ul li:hover {
  background: transparent;
}

.main .field4 ul li:hover .bg1 {
  display: none;
}

.main .field4 ul li:hover .bg2 {
  display: block;
}

.main .field4 ul li > a {
  height: 100%;
  font-size: 0;
}

.main .field4 ul li > a > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main .field4 ul li > a > div img {
  height: 0.36rem;
  transform: rotate3d(0, 0, 0, 360deg);
  transition: transform 1s;
}

.main .field4 ul li > a > div span {
  font-size: 20px;
  color: #fff;
  margin-top: 0.08rem;
}

.main .field4 ul li > a .bg1 {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}

.main .field4 ul li > a .bg2 {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}

.main .field5 {
  padding: 0.2rem 0.4rem;
  background: url("../img/field5.png") no-repeat;
  background-size: 100% 100%;
}

.main .field5 .field5-box {
  width: 100%;
  max-width: 1740px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .main .field5 .field5-box {
    flex-direction: column;
  }
}

.main .field5 .field5-box .media {
  width: 49%;
  height: 4.5rem;
  padding: 0.2rem;
  background-color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 750px) {
  .main .field5 .field5-box .media {
    width: 100%;
    height: auto;
  }
}

.main .field5 .field5-box .media .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .field5 .field5-box .media .title .title-name {
  font-size: 0;
}

.main .field5 .field5-box .media .title .title-name span:first-child {
  font-size: 20px;
  color: #026f4f;
  font-weight: bold;
}

.main .field5 .field5-box .media .title .title-name span:last-child {
  font-size: 14px;
  color: #026f4f;
  margin-left: 0.08rem;
  font-weight: bold;
}

.main .field5 .field5-box .media .title .more {
  display: inline-block;
  width: 0.5rem;
  height: 0.24rem;
  line-height: 0.24rem;
  background-color: #166a1f;
  border-radius: 0.12rem;
  text-align: center;
  font-size: 0.12rem;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .main .field5 .field5-box .media .title .more {
    width: 1rem;
    height: 0.44rem;
    line-height: 0.44rem;
    font-size: 12px;
  }
}

.main .field5 .field5-box .media .body .media-item {
  height: 0.5rem;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .main .field5 .field5-box .media .body .media-item {
    height: 0.9rem;
  }
}

.main .field5 .field5-box .media .body .media-item .brief {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #333;
}

.main .field5 .field5-box .media .body .media-item .date {
  flex-shrink: 0;
  margin-left: 0.16rem;
  font-size: 18px;
  color: #166a1f;
}

.main .field5 .field5-box .events {
  width: 49%;
  height: 4.5rem;
  padding: 0.2rem;
  background-color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 750px) {
  .main .field5 .field5-box .events {
    width: 100%;
    height: auto;
  }
}

.main .field5 .field5-box .events .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .field5 .field5-box .events .title .title-name {
  font-size: 0;
}

.main .field5 .field5-box .events .title .title-name span:first-child {
  font-size: 20px;
  color: #026f4f;
  font-weight: bold;
}

.main .field5 .field5-box .events .title .title-name span:last-child {
  font-size: 14px;
  color: #026f4f;
  margin-left: 0.08rem;
  font-weight: bold;
}

.main .field5 .field5-box .events .title .more {
  display: inline-block;
  width: 0.5rem;
  height: 0.24rem;
  line-height: 0.24rem;
  background-color: #166a1f;
  border-radius: 0.12rem;
  text-align: center;
  font-size: 0.12rem;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .main .field5 .field5-box .events .title .more {
    width: 1rem;
    height: 0.44rem;
    line-height: 0.44rem;
    font-size: 12px;
  }
}

.main .field5 .field5-box .events .body {
  margin-top: 0.2rem;
}

.main .field5 .field5-box .events .body .swiper-container {
  padding-bottom: 0.3rem;
}

.main .field5 .field5-box .events .body .swiper-container .events-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}

.main .field5 .field5-box .events .body .swiper-container .events-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e6901e;
}

.main .field5 .field5-box .events .body .swiper-slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .field5 .field5-box .events .body .swiper-slide .events-item {
  flex: 1;
  height: 3.4rem;
}

.main .field5 .field5-box .events .body .swiper-slide .events-item:last-child {
  margin-left: 0.12rem;
}

.main .field5 .field5-box .events .body .swiper-slide .events-item img {
  width: 95%;
  height: 100%;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0 !important;
}
