.newsPage {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.newsPage .nodata {
  font-size: 30px;
  text-align: center;
  width: 100%;
  margin: 5% 0;
}
.newsPage .home-news {
  width: 100%;
  margin: 50px 0;
}
.newsPage .home-news .home-news-inner {
  width: calc(100% - 120px);
  margin: 0 auto;
  max-width: 1500px;
}
.newsPage .home-news .home-news-swiper {
  width: 100%;
  position: relative;
}
.newsPage .home-news .home-news-swiper .swiper-button-lock {
  display: block;
}
.newsPage .home-news .home-news-swiper .home-news-data-btns {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsPage .home-news .home-news-swiper .home-news-data-btns .home-news-data-btns-inner {
  position: relative;
  height: 70px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsPage .home-news .home-news-swiper .home-news-data-btns .home-news-data-btns-inner::before {
  width: 120%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinfeng/cur/new-btn-back1.png') no-repeat;
  background-size: 100% 100%;
}
.newsPage .home-news .home-news-swiper .home-news-data-btns .home-news-btn {
  width: 38px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 50%;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  z-index: 12;
}
.newsPage .home-news .home-news-swiper .home-news-data-btns .home-news-btn img {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  margin: 0 auto;
  top: 25%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.newsPage .home-news .home-news-swiper .home-news-data-btns .home-news-btn .default {
  opacity: 1;
}
.newsPage .home-news .home-news-swiper .home-news-data-btns .home-news-btn .active {
  opacity: 0;
}
.newsPage .home-news .home-news-swiper .home-news-data-btns .home-news-btn:hover {
  background: #F8B500;
}
.newsPage .home-news .home-news-swiper .home-news-data-btns .home-news-btn:hover .default {
  opacity: 0;
}
.newsPage .home-news .home-news-swiper .home-news-data-btns .home-news-btn:hover .active {
  opacity: 1;
}
.newsPage .home-news .home-news-swiper .home-news-data-btns .home-news-btn-prev img {
  transform: rotateZ(-135deg);
}
.newsPage .home-news .home-news-swiper .home-news-data-btns .home-news-btn-next {
  margin-left: 25px;
}
.newsPage .home-news .home-news-swiper .home-news-data-btns .home-news-btn-next img {
  transform: rotateZ(45deg);
}
.newsPage .home-news .home-news-slide {
  width: 100%;
  background: linear-gradient(0deg, #282107 0%, rgba(148, 138, 99, 0) 100%);
  border-radius: 20px;
  aspect-ratio: 2.5;
  overflow: hidden;
  position: relative;
}
.newsPage .home-news .home-news-slide .home-news-img {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}
.newsPage .home-news .home-news-slide .home-news-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  height: 100%;
  object-fit: cover;
}
.newsPage .home-news .home-news-slide .home-news-con {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 55px 50% 100px 100px;
  background: url('https://file.global86.cn/fileStore/website_new_v2/jinfeng/cur/mask.png') no-repeat;
  background-size: cover;
}
.newsPage .home-news .home-news-slide .home-news-con .name {
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 34px;
  margin: 38px 0 12px;
}
.newsPage .home-news .home-news-slide .home-news-con .desc-main {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  font-family: 'IdealistLevel';
  line-height: 26px;
}
.newsPage .home-news .home-news-slide .home-news-con .home-more-one .home-more-one-inner {
  height: 32px;
  border-radius: 16px;
  border: 1px solid #E6E0D5;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  transition: 0.5s;
}
.newsPage .home-news .home-news-slide .home-news-con .home-more-one .icons {
  width: 21px;
  height: 21px;
  position: relative;
  margin-right: 6px;
}
.newsPage .home-news .home-news-slide .home-news-con .home-more-one img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.newsPage .home-news .home-news-slide .home-news-con .home-more-one .text {
  margin-top: 5px;
}
.newsPage .newsPage-inner {
  width: 100%;
  position: relative;
  background: #fffaef url('https://file.global86.cn/fileStore/website_new_v2/jinfeng/cur/new-back.png') no-repeat;
  background-size: cover;
}
.newsPage .news-list {
  width: calc(100% - 120px);
  margin: 0 auto;
  max-width: 1500px;
}
.newsPage .item {
  width: 100%;
  padding: 40px 0;
  position: relative;
  z-index: 12;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #EBE7DF;
}
.newsPage .item .img {
  display: block;
  overflow: hidden;
  width: 32%;
  position: relative;
  aspect-ratio: 1.60714286;
  border-radius: 20px;
}
.newsPage .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1) rotateZ(0deg);
  transition: 0.5s ease-in-out;
}
.newsPage .item .item-con {
  width: 68%;
  padding-left: 5%;
  position: relative;
  padding-right: 10%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.newsPage .item .item-con .item-more-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.newsPage .item .item-con .item-more-btn .item-more-btn-inner {
  position: relative;
}
.newsPage .item .item-con .item-more-btn .item-more-btn-inner img {
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s;
}
.newsPage .item .item-con .item-more-btn .default {
  opacity: 1;
  width: 50px;
  transform: translateY(20px);
}
.newsPage .item .item-con .item-more-btn .active {
  opacity: 0;
  width: 96px;
}
.newsPage .item .item-con .name {
  font-weight: 400;
  font-size: 30px;
  color: #2B2B2B;
  line-height: 56px;
  transition: 0.5s;
}
.newsPage .item .item-con .desc-main {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  z-index: 12;
  position: relative;
  margin-top: 20px;
}
.newsPage .item .item-more {
  display: flex;
  flex-wrap: wrap;
}
.newsPage .item .item-more .item-more-one {
  height: 32px;
  border-radius: 16px;
  border: 1px solid #E6E0D5;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  font-weight: 300;
  font-size: 16px;
  color: #999999;
  line-height: 32px;
  transition: 0.5s;
  margin-top: 10px;
}
.newsPage .item .item-more .item-more-one .icons {
  width: 21px;
  height: 21px;
  position: relative;
  margin-right: 6px;
}
.newsPage .item .item-more .item-more-one img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
}
.newsPage .item .item-more .item-more-one .default {
  opacity: 1;
}
.newsPage .item .item-more .item-more-one .active {
  opacity: 0;
}
.newsPage .item .item-more .item-more-one .text {
  margin-top: 5px;
}
.newsPage .item .item-more .item-more-one:nth-last-of-type(1) {
  margin-right: 0;
}
.newsPage .item:hover .img img {
  transform: scale(1.1);
}
.newsPage .item:hover .item-con .item-more-btn .default {
  opacity: 0;
}
.newsPage .item:hover .item-con .item-more-btn .active {
  opacity: 1;
  animation: new-more 6s linear infinite;
}
.newsPage .item:hover .item-con .name {
  color: #F8B500;
}
.newsPage .item:hover .item-more .item-more-one {
  color: #fff;
  border: 1px solid #F8B500;
  background: #F8B500;
}
.newsPage .item:hover .item-more .item-more-one .default {
  opacity: 0;
}
.newsPage .item:hover .item-more .item-more-one .active {
  opacity: 1;
}
.newsPage .webPage {
  margin-top: 60px;
}
@keyframes new-more {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@media (max-width: 1800px) {
  .newsPage .home-news .home-news-slide .home-news-con {
    padding: 75px 5%;
  }
  .newsPage .item .item-con .name {
    font-size: 26px;
    line-height: 42px;
  }
  .newsPage .item .item-more .item-more-one {
    padding: 0 12px;
    margin-right: 12px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1350px) {
  .newsPage .item .item-con .name {
    font-size: 22px;
    line-height: 34px;
  }
  .newsPage .home-news .home-news-slide .home-news-con .name {
    font-size: 24px;
    line-height: 30px;
    margin: 26px 0 12px;
  }
  .newsPage .item .item-con .desc-main {
    font-size: 14px;
    line-height: 30px;
    margin-top: 12px;
  }
}
@media (max-width: 1251px) {
  .newsPage .news-list {
    width: 90%;
  }
  .newsPage .home-news .home-news-inner {
    width: 90%;
  }
  .newsPage .item .item-con .name {
    font-size: 18px;
    line-height: 30px;
  }
  .newsPage .item .item-more .item-more-one {
    margin-right: 12px;
  }
  .newsPage .item .item-con .desc-main {
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
  }
  .newsPage .item {
    padding: 30px 0;
  }
  .newsPage .home-news {
    margin: 38px 0;
  }
  .newsPage .home-news .home-news-slide .home-news-con {
    width: 70%;
  }
  .newsPage .home-news .home-news-swiper .home-news-data-btns .home-news-data-btns-inner {
    height: 62px;
    width: 160px;
  }
  .newsPage .home-news .home-news-slide .home-news-con .name {
    font-size: 22px;
    line-height: 24px;
  }
  .newsPage .home-news .home-news-slide .home-news-con .home-more-one .home-more-one-inner {
    font-size: 14px;
  }
  .newsPage .webPage {
    margin-top: 45px;
  }
}
@media (max-width: 1023px) {
  .newsPage .item .item-more .item-more-one {
    padding: 0 10px;
    margin-right: 10px;
    font-size: 12px;
  }
  .newsPage .home-news .home-news-slide .home-news-con .desc-main {
    -webkit-line-clamp: 2;
  }
  .newsPage .item .item-more .item-more-one:nth-last-of-type(1) {
    display: none;
  }
  .newsPage .item .img {
    border-radius: 12px;
  }
  .newsPage .home-news .home-news-slide .home-news-con {
    width: 100%;
  }
  .newsPage .home-news .home-news-slide .home-news-img {
    height: 100%;
  }
  .newsPage .home-news .home-news-slide .home-news-img img {
    height: 100%;
    object-fit: cover;
  }
  .newsPage .home-news .home-news-slide {
    height: 400px;
  }
  .newsPage .home-news .home-news-slide .home-news-con {
    padding: 15px 5% 75px;
  }
}
@media only screen and (max-width: 767px) {
  .newsPage .home-news .home-news-slide .home-news-con .home-more-one .home-more-one-inner {
    font-size: 12px;
  }
  .newsPage .home-news .home-news-swiper .home-news-data-btns .home-news-btn {
    width: 35px;
    height: 35px;
  }
  .newsPage .home-news {
    margin: 32px 0 0;
  }
  .newsPage .home-news .home-news-slide {
    border-radius: 12px;
  }
  .newsPage .home-news .home-news-slide .home-news-con .desc-main {
    font-size: 14px;
  }
  .newsPage .item .item-con .desc-main {
    font-size: 12px;
    line-height: 24px;
  }
  .newsPage .home-news .home-news-slide .home-news-con .name {
    font-size: 16px;
    line-height: 22px;
    margin: 18px 0 12px;
  }
  .newsPage .item .item-con .item-more-btn {
    display: none;
  }
  .newsPage .item .item-more {
    display: none;
  }
  .newsPage .item .item-con {
    padding-right: 0;
  }
  .newsPage .webPage {
    margin-top: 35px;
  }
  .newsPage .item .item-con .name {
    font-size: 16px;
    line-height: 26px;
  }
  .newsPage .home-news .home-news-slide .home-news-con {
    background-size: auto 100%;
  }
  .newsPage .home-news .home-news-slide .home-news-img {
    height: 100%;
  }
}
