.breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333;
  margin-top: -70px;
}
.breadcrumbs img {
  margin-right: 10px;
}
.breadcrumbs a {
  color: #333;
}
.breadcrumbs a:hover {
  color: #24986b;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.news {
  margin-top: 30px;
  height: auto;
}
.news .suggest {
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: 15px;
}
.news .suggest .suggest_btn img {
  width: 80px;
}
.news .suggest .suggest_panel {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: auto;
  max-height: 400px;
  overflow-y: auto;
  padding: 20px;
  border-radius: 10px;
}
.news .suggest .suggest_panel .panel_list {
  border-left: none;
}
.news .suggest .suggest_panel .panel_list li {
  padding-left: 25px;
  margin-bottom: 15px;
}
.news .suggest .suggest_panel .panel_list li::before {
  width: 12px;
  height: 12px;
}
.news .suggest .suggest_panel .panel_list li .date {
  width: 100%;
  height: auto;
  padding: 5px 0;
  font-size: 20px;
}
.news .suggest .suggest_panel .panel_list li .title {
  font-size: 22px;
}
.news .swiper .swiper-slide {
  flex-direction: column;
}
.news .swiper .swiper-slide .left {
  width: 100%;
  height: 300px;
}
.news .swiper .swiper-slide .right {
  width: 100%;
  flex: none;
  height: auto;
  padding: 10px;
}
.news .swiper .swiper-slide .right .inner {
  width: 100%;
  margin-left: 0;
  padding: 25px 20px;
}
.news .swiper .swiper-slide .right .inner h3 {
  font-size: 28px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.news .swiper .swiper-slide .right .inner p {
  font-size: 22px;
  line-height: 1.6;
  -webkit-line-clamp: 4;
}
.news .swiper .swiper-slide .right .inner .check_box .check {
  font-size: 22px;
}
.news .swiper .swiper-pagination {
  padding-left: 0;
  height: 40px;
}
.module {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.module .module_item {
  width: 100%;
}
.module .module_item .module_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 77px;
  background: url(../images/dynamic_bg_line.png) no-repeat;
  background-size: 100%;
}
.module .module_item .module_title h3 {
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #24986b;
  padding-bottom: 20px;
  padding-left: 20px;
}
.module .module_item .module_title h3 img {
  margin-left: 20px;
}
.module .module_item .module_title .more {
  font-size: 18px;
  color: #555555;
  padding-bottom: 20px;
}
.module .module_item .module_title .more:hover {
  color: #24986b;
}
.module .module_item .list li {
  position: relative;
  padding-left: 24px;
  line-height: 48px;
}
.module .module_item .list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #25986b;
  transform: translateY(-50%);
  border-radius: 50%;
}
.module .module_item .list li a {
  display: flex;
  justify-content: space-between;
  color: #333;
  font-size: 18px;
}
.module .module_item .list li a:hover {
  color: #25986b;
}
.module .module_item .notice li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
.module .module_item .notice li::before {
  content: "";
  position: absolute;
  top: 17%;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #25986b;
  border-radius: 50%;
}
.module .module_item .notice li .date {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 147px;
  height: 35px;
  border-radius: 18px;
  background-image: linear-gradient(0deg, #8cb74e 0%, #24986b 100%);
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
.module .module_item .notice li a {
  color: #333;
  font-size: 18px;
}
.module .module_item .notice li a:hover {
  color: #25986b;
}
.special {
  position: relative;
  height: 160px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.special .swiper {
  width: 100%;
  height: 100%;
}
.special .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.special .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.special .swiper-button-next {
  right: -40px;
}
.special .swiper-button-prev {
  left: -40px;
}
.special .swiper-button-next,
.special .swiper-button-prev {
  display: none;
  color: #24986b;
}
