.banner {
  background: #eff3f7;
  width: 100%;
  padding: 60px 0 90px;
}

.newsdel {
  width: 67.7%;
  padding: 50px;
  background: white;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}

.newsdel h2 {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #333333;
  line-height: 54px;
}

.newsdel p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #212121;
  line-height: 36px;
}

.newsdel p span {
  margin: 0 15px;
}

.newline {
  width: 100%;
  height: 1px;
  background: #757575;
  margin: 30px 0;
}

.news_rel p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}

.newsback {
  display: block;
  width: 360px;
  height: 54px;
  margin: 85px auto 0;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: white;
  line-height: 54px;
  text-align: center;
  background: linear-gradient(-90deg, #ce0000 0%, #f3a800 100%);
}

.newslast {
  width: 30%;
  padding: 35px;
  height: 480px;
  background: white;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}

.newslast h2 {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #333333;
  line-height: 54px;
}

.newslast p {
  margin-bottom: 10px;
}

.newslast p a {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  display: block;
}

.newslast p span {
  font-size: 14px;
  font-family: OpenSans;
  font-weight: 400;
  color: #7e7e7e;
  line-height: 16px;
}

.newsbox {
  position: relative;
  padding: 45px 0 85px;
}

.newsbox h2 {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #333333;
  line-height: 48px;
  margin-bottom: 32px;
}

.newsbox .swiper-slide span {
  font-size: 16px;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  margin-top: 12px;
  margin-bottom: 2px;
  display: block;
}

.newsbox .swiper-slide h4 {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
  margin-bottom: 7px;
}

.newsbox .swiper-slide:hover span,
.newsbox .swiper-slide:hover h4,
.newsbox .swiper-slide:hover h5,
.newsbox .swiper-slide:hover a {
  text-decoration: none;
  color: #ce0000;
}

.newsbox .swiper-slide:hover h4 {
  text-decoration: underline;
}

.newsbox .swiper-slide h5 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}

.newsbox .swiper-button-prev,
.newsbox .swiper-button-next {
  outline: none;
}

.newsbox .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100%;
  left: unset;
  right: 55px;
  top: 68px;
  opacity: 1;
}

.newsbox .swiper-button-next {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100%;
  right: 0px;
  top: 68px;
  opacity: 1;
}