.newsPage {
  background-color: #f5f5f5;
}
.newsPageFooter {
  background-color: #fff;
}
.newsPage-banner {
  width: 96rem;
  max-width: 100%;
  height: 25rem;
  margin: 6rem auto 0;
  background-image: url("../images/news-banner.png");
  background-repeat: no-repeat;
  background-size: 96rem 25rem;
  position: relative;
}
.newsPage-banner .titleBox {
  width: 16.6rem;
  position: absolute;
  top: 8.2rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.newsPage-banner .titleBox span {
  font-size: 3rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #083966;
}
.newsPage-banner .titleBox .heng {
  width: 15rem;
  height: 0.05rem;
  background: #083966;
  border: 0px solid #000000;
  opacity: 0.2;
  margin: 0.95rem auto 1rem;
}
.newsPage-banner .titleBox p {
  font-size: 1rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #083966;
  opacity: 0.5;
}
.newsSwiper {
  width: 80rem;
  height: 20.5rem;
  background: #ffffff;
  border: 0px solid #000000;
  box-shadow: 0rem 0rem 4rem 0rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  margin: 0 auto;
  display: flex;
  position: relative;
  /* top: -6.7rem; */
  transform: translateY(-6.7rem);
}
.newsSwiper .swiper-slide {
  display: flex;
}
.swiper-slideLeft {
  margin-right: 2.5rem;
}
.swiper-slideLeft img {
  display: block;
  width: 40rem;
  height: 20.5rem;
}
.swiper-slideRight {
  padding-top: 2.4rem;
  padding-right: 3.4rem;
}
.swiper-slideRight .slideRight-top {
  width: fit-content;
  border-bottom: 0.1rem solid #257ee6;
  padding-bottom: 0.25rem;
  margin-bottom: 0.95rem;
}
.swiper-slideRight .slideRight-top span {
  font-size: 0.8rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #111111;
}
.swiper-slideRight .title {
  width: 34.55rem;
  font-size: 1.7rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #111111;
  line-height: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 1.05rem;
}

.swiper-slideRight p {
  font-size: 0.7rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 1.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 1.5rem;
}
.newsSwiper .swiper-pagination {
  left: 16.3rem;
  bottom: 1.7rem;
  width: fit-content;
}
.newsSwiper .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: rgba(8, 57, 102, 0);
  border: 0.05rem solid #083966;
  border-radius: 0.5rem;
  opacity: 1;
  margin-right: 2.2rem !important;
}
.newsSwiper .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.newsSwiper .swiper-pagination-bullet-active {
  background: #083966;
}
.newsMain {
  width: 96rem;
  margin: 0 auto;
  padding: 0 8rem;
  max-width: 100%;
  display: flex;
}
.newsMain-nav {
  display: flex;
  flex-direction: column;
  margin-right: 2.3rem;
}
.newsMain-navBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 15.5rem;
  height: 3.5rem;
  background: #ffffff;
  border: 0px solid #000000;
  border-radius: 0.5rem;
  margin-bottom: 1.2rem;
  padding-left: 2.05rem;
  padding-right: 2rem;
  cursor: pointer;
}

.newsMain-navBox span {
  font-size: 1rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
}
.newsMain-navBox img {
  display: block;
  width: 0.45rem;
  height: 0.8rem;
}
.newsMain-navBox .jtActive {
  display: none;
}
.navActive {
  background: linear-gradient(-90deg, #1ec3fd, #24a1f3, #257ae4);
  box-shadow: 0rem 0rem 4rem 0rem rgba(0, 0, 0, 0.1);
}
.navActive .jtPic {
  display: none;
}
.navActive .jtActive {
  display: block;
}
.navActive span {
  color: #fff;
}
.newsMain-right {
  width: 65.5rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: -1rem;
}
.newsMain-right .listItem {
  width: 19.6rem;
  /* height: 19.5rem; */
  background: #ffffff;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  margin-right: 1.5rem;
}
.newsMain-right .listItem:hover {
  background: #e9f4fc;
}
.newsMain-right .listItem img {
  display: block;
  width: 19.6rem;
  height: 12.9rem;
  border-radius: 0.5rem;
}
.listItem-bottom {
  padding-top: 1.05rem;
  padding-left: 1.15rem;
  padding-right: 1rem;
}
.newsMain-right .listItem:hover .listItem-bottom span {
  color: #257ae4;
}
.listItem-bottom span {
  font-size: 0.9rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #111111;
  line-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 0.6rem;
}
.listItem-bottom p {
  font-size: 0.7rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newsMain-paging {
  margin: 4.5rem 0 3.15rem;
  display: flex;
  justify-content: center;
}
.newsMain-paging .leftBtn {
  width: 1.8rem;
  height: 1.8rem;
  background: #9ea8ae;
  border-radius: 0.2rem;
  padding-top: 0.5rem;
  cursor: pointer;
  margin-right: 0.8rem;
}
.newsMain-paging .rightBtn {
  margin-right: 0;
}
.newsMain-paging .leftBtn img {
  display: block;
  width: 0.45rem;
  height: 0.8rem;
  margin: 0 auto;
}
.newsMain-paging .leftBtn .right-jt {
  transform: scaleX(-1);
}
.newsMain-paging .btnActive {
  background: #083966;
}

.newsMain-paging .pageBox {
  width: 1.8rem;
  height: 1.8rem;
  background-color: transparent;
  border-radius: 0.2rem;
  text-align: center;
  line-height: 1.7rem;
  margin-right: 0.8rem;
  cursor: pointer;
}
.newsMain-paging .pageBox span {
  font-size: 0.8rem;
  font-family: PingFang SC;
  font-weight: 500;

  color: #707070;
  opacity: 1;
}
.newsMain-paging .pageActive {
  background: linear-gradient(-90deg, #1ec3fd, #24a1f3, #257ae4);
}
.newsMain-paging .pageActive span {
  color: #ffffff;
}
