.home-news-data {
  width: calc(100% - 120px);
  max-width: 1800px;
  margin: 0 auto;
}
.home-news-data .home-news-swiper {
  width: 100%;
  position: relative;
  padding-bottom: 46px;
}
.home-news-data .home-news-swiper .home-news-slide {
  width: calc((100% - 104px) / 3);
  padding: 35px 46px;
  margin-right: 52px;
  position: relative;
  background: #FFFFFF;
  border-radius: 20px;
  transform: translateY(46px);
  transition: 0.5s;
}
.home-news-data .home-news-swiper .home-news-slide .home-news-img {
  width: 100%;
  position: relative;
}
.home-news-data .home-news-swiper .home-news-slide .home-news-img .home-news-img-inner {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.home-news-data .home-news-swiper .home-news-slide .home-news-img .home-news-img-inner img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.home-news-data .home-news-swiper .home-news-slide .home-news-img .home-news-img-inner:hover img {
  transform: scale(1.05);
}
.home-news-data .home-news-swiper .home-news-slide .home-news-img .time {
  position: absolute;
  width: 110px;
  height: 38px;
  background: #2668FF;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 38px;
  font-family: 'Roboto-R';
  text-align: center;
  top: 22px;
  right: 22px;
}
.home-news-data .home-news-swiper .home-news-slide .home-news-img .icon {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 22px;
  left: 22px;
}
.home-news-data .home-news-swiper .home-news-slide .home-news-img .icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: scale-down;
}
.home-news-data .home-news-swiper .home-news-slide .home-news-con {
  width: 100%;
  padding-top: 24px;
}
.home-news-data .home-news-swiper .home-news-slide .home-news-con .name {
  font-weight: 400;
  font-size: 24px;
  color: #212121;
  line-height: 30px;
  transition: 0.5s;
}
.home-news-data .home-news-swiper .home-news-slide .home-news-con .desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  width: 100%;
  margin-top: 14px;
}
.home-news-data .home-news-swiper .home-news-slide .home-news-con .line {
  margin: 30px 0 20px;
  border-top: 1px dashed rgba(102, 102, 102, 0.5);
}
.home-news-data .home-news-swiper .home-news-slide .home-news-con .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-news-data .home-news-swiper .home-news-slide .home-news-con .bottom .see {
  display: inline-flex;
  height: 46px;
  border-radius: 8px;
  border: 2px solid rgba(128, 128, 128, 0.2);
  opacity: 0.8;
  padding: 0 18px;
  align-items: center;
}
.home-news-data .home-news-swiper .home-news-slide .home-news-con .bottom .see .see-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.home-news-data .home-news-swiper .home-news-slide .home-news-con .bottom .see .see-icon svg {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.home-news-data .home-news-swiper .home-news-slide .home-news-con .bottom .see .see-text {
  font-weight: 400;
  font-size: 16px;
  color: #808080;
  line-height: 46px;
}
.home-news-data .home-news-swiper .home-news-slide .home-news-con .bottom .see .see-val {
  font-weight: 400;
  font-size: 16px;
  color: #2668FF;
  line-height: 46px;
}
.home-news-data .home-news-swiper .home-news-slide .home-news-con .newi-a-more {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #212121;
  line-height: 30px;
  font-family: 'Roboto-R';
  padding: 8px 0;
  border-bottom: 1px solid #212121;
  text-transform: uppercase;
  transition: 0.5s;
}
.home-news-data .home-news-swiper .home-news-slide .home-news-con .newi-a-more .text {
  position: relative;
  height: 100%;
  transition: 0.5s;
}
.home-news-data .home-news-swiper .home-news-slide .home-news-con .newi-a-more .text::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transform: translateY(100%);
  z-index: 13;
}
.home-news-data .home-news-swiper .home-news-slide .home-news-con .newi-a-more .right {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #212121;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 35px;
  position: relative;
  transform: translateX(0);
}
.home-news-data .home-news-swiper .home-news-slide .home-news-con .newi-a-more .right img {
  width: 48%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.home-news-data .home-news-swiper .home-news-slide .home-news-con .newi-a-more .right .default {
  opacity: 1;
}
.home-news-data .home-news-swiper .home-news-slide .home-news-con .newi-a-more .right .active {
  opacity: 0;
}
.home-news-data .home-news-swiper .home-news-slide .home-news-con .newi-a-more:hover .text {
  transform: translateY(-100%);
}
.home-news-data .home-news-swiper .home-news-slide .home-news-con .newi-a-more:hover .right {
  transform: translateX(-10px);
}
.home-news-data .home-news-swiper .home-news-slide:hover {
  box-shadow: 0px 17px 21px 2px rgba(188, 207, 245, 0.41);
}
.home-news-data .home-news-swiper .home-news-slide:hover .home-news-con .name {
  color: #05E1D4;
}
.home-news-data .home-news-swiper .home-news-slide:hover .home-news-con .newi-a-more {
  padding: 8px 10px;
  border-radius: 6px;
  background: #05E1D4;
  color: #fff;
  border-bottom: 1px solid #05E1D4;
}
.home-news-data .home-news-swiper .home-news-slide:hover .home-news-con .newi-a-more .right {
  border: 1px solid #fff;
  background: #fff;
}
.home-news-data .home-news-swiper .home-news-slide:hover .home-news-con .newi-a-more .right .default {
  opacity: 0;
}
.home-news-data .home-news-swiper .home-news-slide:hover .home-news-con .newi-a-more .right .active {
  opacity: 1;
}
.home-news-data .home-news-swiper .home-news-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.home-news-data .home-news-swiper .home-news-slide:nth-of-type(2n) {
  transform: translateY(0);
}
.home-news-data .home-news-btns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 5%;
}
.home-news-data .home-news-btns .home-news-btn {
  border: none;
  margin-top: 36px;
}
.home-news-data .home-news-btns .home-news-btn .home-news-btn-inner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #05E1D4;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: 0.5s;
}
.home-news-data .home-news-btns .home-news-btn .home-news-btn-inner .icon {
  width: 38%;
  aspect-ratio: 1;
  position: relative;
}
.home-news-data .home-news-btns .home-news-btn .home-news-btn-inner .icon img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: scale-down;
  top: 50%;
  left: 50%;
  transition: 0.5s;
}
.home-news-data .home-news-btns .home-news-btn .home-news-btn-inner .icon .default {
  opacity: 1;
}
.home-news-data .home-news-btns .home-news-btn .home-news-btn-inner .icon .active {
  opacity: 0;
}
.home-news-data .home-news-btns .home-news-btn .home-news-btn-inner:hover {
  background: #05E1D4;
}
.home-news-data .home-news-btns .home-news-btn .home-news-btn-inner:hover .icon .default {
  opacity: 0;
}
.home-news-data .home-news-btns .home-news-btn .home-news-btn-inner:hover .icon .active {
  opacity: 1;
}
.home-news-data .home-news-btns .home-news-btn-prev {
  margin-right: 30px;
}
.home-news-data .home-news-btns .home-news-btn-prev .icon img {
  transform: translate(-50%, -50%) rotateZ(-135deg);
}
.home-news-data .home-news-btns .home-news-btn-next .icon img {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.newsPage {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.newsPage .contacti .contacti-top .contacti-back-top {
  height: 50px;
}
.newsPage .newsPage-main {
  position: relative;
}
.newsPage .newsPage-main::before {
  width: 100%;
  height: 95%;
  background: #F2FAFF;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.newsPage .newsPage-main::after {
  width: 100%;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/hongxing/imgs/new-inner-back.png') no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 2.01257862;
}
.newsPage .newsPage-inner {
  width: calc(100% - 120px);
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
  z-index: 12;
  padding-bottom: 80px;
}
.newsPage .news-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  min-height: 300px;
}
.newsPage .item {
  width: 100%;
  background: #FFFFFF;
  border-radius: 20px;
  margin-top: 46px;
  padding: 42px 4%;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.newsPage .item .img {
  width: 400px;
  aspect-ratio: 1.33333333;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.newsPage .item .img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.newsPage .item .img .time {
  top: 28px;
  right: 14px;
  position: absolute;
  width: 110px;
  height: 38px;
  background: #2668FF;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 38px;
  font-family: 'Roboto-R';
  text-align: center;
}
.newsPage .item .item-con {
  padding-left: 50px;
  width: calc(100% - 400px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsPage .item .item-con .item-con-top {
  width: calc(90% - 150px);
}
.newsPage .item .item-con .name {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #212121;
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #212121 0, #212121 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 999px;
  position: relative;
}
.newsPage .item .item-con .desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.newsPage .item .item-con .see {
  display: inline-flex;
  height: 46px;
  border-radius: 8px;
  border: 2px solid rgba(128, 128, 128, 0.2);
  opacity: 0.8;
  padding: 0 18px;
  align-items: center;
}
.newsPage .item .item-con .see .see-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.newsPage .item .item-con .see .see-icon svg {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.newsPage .item .item-con .see .see-text {
  font-weight: 400;
  font-size: 16px;
  color: #808080;
  line-height: 46px;
}
.newsPage .item .item-con .see .see-val {
  font-weight: 400;
  font-size: 16px;
  color: #2668FF;
  line-height: 46px;
}
.newsPage .item .item-con .item-con-more .newi-a-more {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #212121;
  line-height: 30px;
  font-family: 'Roboto-R';
  padding: 8px 0;
  border-bottom: 1px solid #212121;
  text-transform: uppercase;
  transition: 0.5s;
  overflow: hidden;
}
.newsPage .item .item-con .item-con-more .newi-a-more .text {
  position: relative;
  height: 100%;
  transition: 0.5s;
}
.newsPage .item .item-con .item-con-more .newi-a-more .text::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transform: translateY(100%);
  z-index: 13;
}
.newsPage .item .item-con .item-con-more .newi-a-more .right {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #212121;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 35px;
  position: relative;
  transform: translateX(0);
}
.newsPage .item .item-con .item-con-more .newi-a-more .right img {
  width: 48%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.newsPage .item .item-con .item-con-more .newi-a-more .right .default {
  opacity: 1;
}
.newsPage .item .item-con .item-con-more .newi-a-more .right .active {
  opacity: 0;
}
.newsPage .item .item-con .item-con-more .newi-a-more:hover .text {
  transform: translateY(-100%);
}
.newsPage .item .item-con .item-con-more .newi-a-more:hover .right {
  transform: translateX(-10px);
}
.newsPage .item:hover {
  box-shadow: 0px 17px 21px 2px rgba(188, 207, 245, 0.41);
}
.newsPage .item:hover .img img {
  transform: scale(1.05);
}
.newsPage .item:hover .item-con .name {
  background-size: 100% 1px;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.newsPage .item:hover .item-con .item-con-more .newi-a-more {
  padding: 8px 10px;
  border-radius: 6px;
  background: #05E1D4;
  color: #fff;
  border-bottom: 1px solid #05E1D4;
}
.newsPage .item:hover .item-con .item-con-more .newi-a-more .right {
  border: 1px solid #fff;
  background: #fff;
}
.newsPage .item:hover .item-con .item-con-more .newi-a-more .right .default {
  opacity: 0;
}
.newsPage .item:hover .item-con .item-con-more .newi-a-more .right .active {
  opacity: 1;
}
.newsPage .item:nth-of-type(3n) {
  margin-right: 0;
}
.newsPage .webPage {
  margin-top: 70px;
}
@media (max-width: 1880px) {
  .home-news-data .home-news-swiper .home-news-slide .home-news-con .name {
    font-size: 20px;
  }
  .home-news-data .home-news-swiper .home-news-slide {
    padding: 33px 36px;
  }
  .newsPage .item .item-con .name {
    font-size: 20px;
  }
  .home-news-data .home-news-swiper .home-news-slide .home-news-con .bottom .see {
    padding: 0 14px;
  }
}
@media only screen and (max-width: 1598px) {
  .home-news-data .home-news-swiper .home-news-slide .home-news-con .name {
    font-size: 18px;
  }
  .home-news-data .home-news-swiper .home-news-slide {
    padding: 30px 24px;
  }
  .newsPage .item .item-con .name {
    font-size: 18px;
  }
  .newsPage .item {
    padding: 35px 4%;
  }
}
@media (max-width: 1365px) {
  .home-news-data .home-news-swiper .home-news-slide .home-news-con .name {
    font-size: 16px;
  }
  .newsPage .item .item-con .desc {
    margin-top: 24px;
    margin-bottom: 34px;
  }
  .home-news-data .home-news-swiper .home-news-slide {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
  }
  .home-news-data .home-news-swiper .home-news-slide .home-news-con .bottom .see .see-text {
    font-size: 14px;
  }
  .home-news-data .home-news-swiper .home-news-slide .home-news-con .newi-a-more {
    font-size: 14px;
  }
  .newsPage .item .img {
    width: 320px;
  }
  .newsPage .item .item-con {
    padding-left: 42px;
    width: calc(100% - 320px);
  }
}
@media (max-width: 1250px) {
  .home-news-data {
    width: 90%;
  }
  .home-news-data .home-news-btns {
    padding-right: 0;
  }
  .home-news-data .home-news-swiper .home-news-slide .home-news-con .bottom .see .see-val {
    font-size: 14px;
    line-height: 42px;
  }
  .home-news-data .home-news-swiper .home-news-slide .home-news-img .time {
    width: 100px;
    height: 35px;
    line-height: 35px;
    top: 18px;
    right: 18px;
  }
  .home-news-data .home-news-swiper .home-news-slide .home-news-con .bottom .see {
    height: 42px;
  }
  .home-news-data .home-news-swiper .home-news-slide {
    padding: 24px 22px;
  }
  .home-news-data .home-news-swiper .home-news-slide .home-news-con .bottom .see .see-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  .newsPage .item .item-con .see {
    height: 42px;
    padding: 0 14px;
  }
  .newsPage .newsPage-inner {
    padding-bottom: 40px;
  }
  .newsPage .item .item-con .see .see-text {
    font-size: 14px;
    line-height: 42px;
  }
  .newsPage .newsPage-inner {
    width: 90%;
  }
  .home-news-data .home-news-swiper {
    overflow: visible;
  }
  .home-news-data .home-news-swiper .home-news-slide .home-news-con {
    padding-top: 20px;
  }
  .home-news-data .home-news-swiper .home-news-slide .home-news-con .line {
    margin: 22px 0 20px;
  }
  .home-news-data .home-news-swiper .home-news-slide .home-news-img .home-news-img-inner {
    border-radius: 12px;
  }
  .home-news-data .home-news-swiper .home-news-slide {
    width: 340px;
    margin-right: 30px;
  }
  .newsPage .item .img {
    width: 260px;
  }
  .newsPage .webPage {
    margin-top: 60px;
  }
  .newsPage .item .item-con .item-con-more .newi-a-more {
    font-size: 14px;
  }
  .newsPage .item .item-con .desc {
    -webkit-line-clamp: 2;
  }
  .newsPage .item .item-con {
    padding-left: 38px;
    width: calc(100% - 260px);
  }
  .newsPage .item .item-con .desc {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .newsPage .item .item-con {
    flex-wrap: wrap;
  }
  .newsPage .item .item-con .item-con-top {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .newsPage .item {
    padding: 25px 22px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-nside {
    margin-top: 20px;
  }
  .newsPage .item .item-con .name {
    font-size: 16px;
  }
  .newsPage .item .img .time {
    top: 16px;
  }
  .newsPage .item {
    flex-wrap: wrap;
  }
  .newsPage .item .img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .newsPage .item .item-con {
    width: 100%;
    padding-left: 0;
    margin-top: 24px;
  }
  .home-news-data .home-news-swiper .home-news-slide {
    transform: translateY(0);
    height: auto;
  }
  .home-news-data .home-news-swiper {
    padding-bottom: 0;
    margin-top: 25px;
  }
  .newsPage .item .item-con .item-con-more .newi-a-more {
    font-size: 12px;
  }
  .newsPage .item .item-con .item-con-more .newi-a-more .right {
    width: 26px;
    height: 26px;
  }
  .newsPage .item .img .time {
    width: 90px;
    height: 32px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 32px;
  }
  .home-news-data .home-news-swiper .home-news-slide .home-news-img .time {
    width: 90px;
    height: 32px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 32px;
  }
  .home-news-data .home-news-btns .home-news-btn .home-news-btn-inner {
    width: 45px;
    height: 45px;
  }
  .home-news-data .home-news-btns .home-news-btn-prev {
    margin-right: 25px;
  }
  .newsPage .item {
    margin-top: 35px;
  }
  .newsPage .webPage {
    margin-top: 42px;
  }
  .newsPage .newsPage-inner {
    padding-bottom: 20px;
  }
}
@media (max-width: 568px) {
  .newsPage .item .item-con .see {
    display: none;
  }
  .newsPage .item .item-con .item-con-top {
    margin-bottom: 0;
  }
  .newsPage .item .item-con .name {
    font-size: 14px;
  }
  .home-news-data .home-news-swiper .home-news-slide .home-news-con .name {
    font-size: 14px;
  }
  .home-news-data .home-news-swiper .home-news-slide .home-news-con .bottom .see {
    display: none;
  }
  .home-news-data .home-news-swiper .home-news-slide {
    width: 300px;
  }
  .newsPage .item .item-con .desc {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .home-news-data .home-news-swiper .home-news-slide .home-news-con .desc {
    font-size: 12px;
    margin-top: 10px;
  }
  .newsPage .item .item-con .desc {
    font-size: 12px;
  }
}
