.nban .nban-outer {
  top: 45%;
}
.newsPage {
  position: relative;
  width: 100%;
}
.newsPage .newsPage-inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.newsPage .news-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.newsPage .item {
  width: calc((100% - 150px) / 3);
  margin-bottom: 60px;
  position: relative;
  margin-right: 75px;
}
.newsPage .item .img {
  width: 100%;
}
.newsPage .item .img .img-inner {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1.375;
  border-radius: 10px;
}
.newsPage .item .img img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.newsPage .item .item-title {
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  color: #2C2C2C;
  line-height: 36px;
  margin: 30px 0 22px;
  display: block;
  transition: 0.5s;
}
.newsPage .item .news-item-desc {
  font-weight: 400;
  font-size: 16px;
  color: #2C2C2C;
  line-height: 24px;
}
.newsPage .item .line {
  width: 100%;
  height: 3px;
  background: rgba(153, 153, 153, 0.6);
  margin: 36px 0 20px;
  position: relative;
}
.newsPage .item .line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 100%;
  background: #FF6600;
  transition: 0.5s;
}
.newsPage .item .item-con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsPage .item .item-con .item-con-time {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #999999;
  line-height: 24px;
}
.newsPage .item .item-con .item-con-time .icon {
  width: 20px;
  margin-right: 12px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.newsPage .item .item-con .item-con-time .icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.newsPage .item:hover .img img {
  transform: scale(1.05);
}
.newsPage .item:hover .item-title {
  color: #FF6600;
}
.newsPage .item:hover .line::after {
  width: 100%;
}
.newsPage .item::after {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(205, 205, 205, 0.6);
  right: -38px;
}
.newsPage .item:nth-of-type(3n) {
  margin-right: 0;
}
.newsPage .item:nth-of-type(3n)::after {
  display: none;
}
.newsPage .webPage {
  margin-top: 10px;
}
@media only screen and (max-width: 1918px) {
  .newsPage .item .item-title {
    font-size: 20px;
    margin: 24px 0 16px;
  }
  .newsPage .item .line {
    margin: 28px 0 20px;
    height: 2px;
  }
  .newsPage .item::after {
    width: 2px;
  }
}
@media only screen and (max-width: 1598px) {
  .newsPage .item .item-title {
    font-size: 18px;
    line-height: 32px;
    margin: 20px 0 15px;
  }
  .newsPage .item .item-con .item-con-time {
    font-size: 14px;
  }
  .newsPage .item .item-con .item-con-time .icon {
    margin-right: 8px;
  }
  .newsPage .item::after {
    right: -31px;
  }
  .newsPage .item {
    width: calc((100% - 120px) / 3);
    margin-bottom: 50px;
    margin-right: 60px;
  }
}
@media (max-width: 1365px) {
  .newsPage .item .news-item-desc {
    font-size: 14px;
  }
}
@media (max-width: 1250px) {
  .newsPage .item::after {
    width: 1px;
    right: -22px;
  }
  .newsPage .item {
    width: calc((100% - 80px) / 3);
    margin-bottom: 36px;
    margin-right: 40px;
  }
  .nban .nban-outer {
    top: 40%;
  }
  .newsPage .item .line {
    margin: 20px 0 18px;
    height: 1px;
  }
  .newsPage .item .item-title {
    line-height: 30px;
    margin: 18px 0 10px;
  }
  .newsPage .item .item-title .name {
    -webkit-line-clamp: 1;
  }
  .newsPage .item .news-item-desc {
    -webkit-line-clamp: 2;
  }
  .newsPage .item .item-con .item-con-time {
    display: none;
  }
}
@media (max-width: 1023px) {
  .newsPage .item {
    width: calc((100% - 52px) / 3);
    margin-bottom: 28px;
    margin-right: 26px;
  }
  .newsPage .item::after {
    right: -14px;
  }
  .newsPage .item .item-title {
    font-size: 16px;
    line-height: 30px;
    margin: 14px 0 8px;
  }
  .newsPage .item .line {
    margin: 16px 0 18px;
  }
  .newsPage .item .item-con .item-con-time {
    display: flex;
  }
  .newsPage .item .item-con .public-btn .banner-more-text {
    display: none;
  }
  .newsPage .item .item-con .public-btn .read-dot {
    width: 42px;
    height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .nban .nban-outer {
    top: 50%;
  }
  .newsPage {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .newsPage .item {
    width: calc((100% - 26px) / 2);
    margin-bottom: 28px;
    margin-right: 26px;
  }
  .newsPage .item:nth-of-type(3n) {
    margin-right: 26px;
  }
  .newsPage .item:nth-of-type(3n)::after {
    display: block;
  }
  .newsPage .item .news-item-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .newsPage .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .newsPage .item:nth-of-type(2n)::after {
    display: none;
  }
}
@media only screen and (max-width: 365px) {
  .newsPage .item .item-con {
    justify-content: flex-end;
  }
  .newsPage .item .item-con .item-con-time {
    display: none;
  }
  .newsPage .item .item-title .name {
    -webkit-line-clamp: 2;
  }
}
