.serviceItems-banner {
  width: 96rem;
  max-width: 100%;
  height: 25rem;
  margin: 6rem auto 0;
  background-image: url("../images/serviceItems-banner.png");
  background-repeat: no-repeat;
  background-size: 96rem 25rem;
  position: relative;
}
.serviceItems-banner .titleBox {
  width: 16.6rem;
  position: absolute;
  top: 8.2rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.serviceItems-banner .titleBox span {
  font-size: 3rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #083966;
}
.serviceItems-banner .titleBox .heng {
  width: 15rem;
  height: 0.05rem;
  background: #083966;
  border: 0px solid #000000;
  opacity: 0.2;
  margin: 0.95rem auto 1rem;
}
.serviceItems-banner .titleBox p {
  font-size: 1rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #083966;
  opacity: 0.5;
}
.newsMain {
  width: 96rem;
  margin: 3.9rem auto 0;
  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: #f5f5f5;
  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: 63rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.newsMain-right .listItem {
  width: 15rem;
  height: 19rem;
  background: #f5f5f5;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  padding: 0.95rem;
  margin-right: 0.6rem;
  position: relative;
}
.newsMain-right .listItem:hover {
  background: #e9f4fc;
}

.newsMain-right .listItem img {
  display: block;
  width: 13.1rem;
  height: 9.1rem;
  border-radius: 0.5rem;
  position: absolute;
  left: 0.95rem;
  bottom: 0.95rem;
}
.listItem-top {
  margin-bottom: 2.05rem;
}

.newsMain-right .listItem:hover .listItem-top p {
  color: #257ae4;
}

.listItem-top span {
  font-size: 0.8rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #bcbcbc;
  margin-bottom: 1.5rem;
  display: block;
}
.listItem-top p {
  font-size: 1.1rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #222222;
  line-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.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;
}
