nav {
  padding-bottom: 0;
}
main {
  margin-top: 10.4rem;
}
main .card_wrap {
  position: relative;
  background: #7d8c88;
  overflow: hidden;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
}
.swiper-button-next:after, 
.swiper-button-prev:after {
  font-size: 1.8rem !important; 
}
.swiper-button-next {
  right: .5rem !important;
}
.swiper-button-prev {
  left: .5rem !important;
}
main .card_wrap ul li a {
  height: 11rem;
  font-size: 2rem;
  line-height: 1.4;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem 3.5rem;
}

main .news_wrap {
  padding: 2rem;
  padding-top: 1rem;
}
main .news_wrap ul li a {
  display: block;
  padding: 1.6rem 0;
  padding-right: 8.2rem;
  border-bottom: 1px solid #ddd;
  position: relative;
}
main .news_wrap ul li:last-child a {
  border-bottom: none;
}
main .news_wrap ul li a .title {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.4;
  color: #758581;
  margin-bottom: .9rem;
}
main .news_wrap ul li a .date {
  font-size: 1.7rem;
  color: #12ad75;
}
main .news_wrap ul li a .icon {
  font-size: 1.7rem;
  padding: .6rem .8rem;
  background: #7d8c88;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
  border-radius: .5rem;
}