.home-news-data {
  background: url('https://file.global86.cn/website_v3-guoneijiedian/dahao/page-img/home-new.jpg') no-repeat;
  background-size: cover;
}
.home-news-data .home-news-outer {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 35px 0 60px;
}
.home-news-data .news-side {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 35px 0;
  font-weight: 400;
  font-size: 18px;
  font-family: 'SourceHanSansSC-Medium';
}
.home-news-data .news-side .nside-first {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.home-news-data .news-side .index-nside {
  display: flex;
  align-items: center;
}
.home-news-data .news-side .nside-right {
  font-size: 20px;
  margin: 0 5px;
  color: #222222;
}
.home-news-data .news-side a {
  color: #222222;
}
.home-news-data .news-side a:hover {
  color: #1356D1;
}
.home-news-data .home-news-swiper {
  width: 100%;
}
.home-news-data .home-news-slide {
  width: 100%;
  display: flex;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  height: auto;
}
.home-news-data .home-news-slide .home-news-img {
  display: block;
  position: relative;
  aspect-ratio: 1.5;
  width: 50%;
  overflow: hidden;
}
.home-news-data .home-news-slide .home-news-img .home-news-img-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-news-data .home-news-slide .home-news-img .home-news-img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.home-news-data .home-news-slide .home-news-con {
  width: 50%;
  display: flex;
  align-items: center;
}
.home-news-data .home-news-slide .home-news-con .home-news-info-inner {
  width: 100%;
  padding: 5% 10%;
  display: block;
}
.home-news-data .home-news-slide .home-news-con .time {
  font-weight: 400;
  font-size: 16px;
  color: #0451CB;
  line-height: 22px;
  font-family: 'Montserrat-Regular';
  margin-bottom: 22px;
  transition: 0.5s;
}
.home-news-data .home-news-slide .home-news-con .name {
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  line-height: 36px;
  font-family: 'SourceHanSansSC-Medium';
  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%, #0451cb 0, #0451cb 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 999px;
  position: relative;
}
.home-news-data .home-news-slide .home-news-con .desc {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  opacity: 0.75;
  margin-top: 25px;
}
.home-news-data .home-news-slide .home-news-con .more {
  margin-top: 50px;
}
.home-news-data .home-news-slide:hover .home-news-img .home-news-img-inner img {
  transform: scale(1.05);
}
.home-news-data .home-news-slide:hover .home-news-con .time {
  color: #222222;
}
.home-news-data .home-news-slide:hover .home-news-con .name {
  color: #0451CB;
  background-size: 100% 1px;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.newsPage {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.newsPage .newsPage-inner {
  width: calc(100% - 120px);
  margin: 0 auto;
  position: relative;
}
.newsPage .news-list {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.newsPage .item {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  padding: 60px 0 55px;
  position: relative;
}
.newsPage .item .img {
  width: 100%;
}
.newsPage .item .img .img-inner {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1.5;
  border-radius: 10px;
  background: #666666;
}
.newsPage .item .img img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.newsPage .item .item-con {
  width: 100%;
}
.newsPage .item .item-con .item-con-top {
  width: 100%;
  display: block;
}
.newsPage .item .item-con .time {
  font-weight: 400;
  font-size: 16px;
  color: #0451CB;
  line-height: 22px;
  font-family: 'Montserrat-Regular';
  transition: 0.5s;
  margin: 16px 0 15px;
}
.newsPage .item .item-con .name {
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  line-height: 36px;
  font-family: 'SourceHanSansSC-Medium';
  transition: 0.5s;
  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%, #0451cb 0, #0451cb 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 999px;
  position: relative;
}
.newsPage .item:hover .img img {
  transform: scale(1.05);
}
.newsPage .item:hover .item-con .time {
  color: #222222;
}
.newsPage .item:hover .item-con .name {
  color: #0451CB;
  background-size: 100% 1px;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.newsPage .item::after {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  content: "";
  border-top: 1px dashed #0451CB;
}
.newsPage .item:nth-of-type(2n)::after {
  width: calc(100% + 60px);
}
.newsPage .item:nth-of-type(3n) {
  margin-right: 0;
}
.newsPage .item:nth-of-type(3n)::after {
  width: 100%;
}
.newsPage .item:nth-of-type(1)::after,
.newsPage .item:nth-of-type(2)::after,
.newsPage .item:nth-of-type(3)::after {
  display: none;
}
.newsPage .webPage {
  margin-top: 20px;
}
@media only screen and (max-width: 1918px) {
  .newsPage .item .item-con .name {
    font-size: 22px;
  }
  .home-news-data .home-news-outer {
    padding: 0 0 60px;
  }
}
@media only screen and (max-width: 1598px) {
  .home-news-data .news-side {
    padding: 28px 0;
    font-size: 16px;
  }
  .home-news-data .home-news-slide .home-news-con .name {
    font-size: 22px;
  }
  .home-news-data .home-news-slide .home-news-con .time {
    margin-bottom: 15px;
  }
  .home-news-data .home-news-slide .home-news-con .more {
    margin-top: 40px;
  }
  .newsPage .item .item-con .name {
    font-size: 18px;
    line-height: 30px;
  }
  .newsPage .item .item-con .time {
    margin: 16px 0 10px;
  }
}
@media (max-width: 1365px) {
  .home-news-data .home-news-outer {
    width: 100%;
  }
  .home-news-data .news-side {
    padding: 24px 0;
  }
  .newsPage .news-list {
    width: 100%;
  }
  .home-news-data .home-news-slide .home-news-con .name {
    font-size: 20px;
  }
}
@media (max-width: 1250px) {
  .newsPage {
    margin-top: 65px;
  }
  .home-news-data .news-side {
    padding: 20px 0;
  }
  .home-news-data .home-news-slide .home-news-con .desc {
    margin-top: 16px;
  }
  .home-news-data .home-news-slide .home-news-con .time {
    margin-bottom: 8px;
  }
  .home-news-data .home-news-slide .home-news-con .more {
    margin-top: 28px;
  }
  .home-news-data .home-news-slide .home-news-con .home-news-info-inner {
    padding: 8% 8%;
  }
  .home-news-data .home-news-outer {
    padding: 0 0 42px;
  }
  .newsPage .item {
    width: calc((100% - 44px) / 3);
    margin-right: 22px;
    padding: 42px 0 36px;
  }
  .newsPage .item:nth-of-type(2n)::after {
    width: calc(100% + 44px);
  }
  .newsPage .item .item-con .time {
    font-size: 14px;
  }
  .newsPage .newsPage-inner {
    width: 90%;
  }
}
@media (max-width: 1023px) {
  .home-news-data .home-news-slide .home-news-con .name {
    font-size: 18px;
    line-height: 30px;
  }
  .home-news-data .home-news-slide .home-news-con .time {
    font-size: 14px;
  }
  .home-news-data .home-news-slide .home-news-con .desc {
    margin-top: 10px;
  }
  .newsPage .item {
    width: calc((100% - 36px) / 3);
    margin-right: 18px;
    padding: 36px 0 30px;
  }
  .newsPage .item .item-con .name {
    font-size: 16px;
    line-height: 28px;
  }
  .newsPage .item .item-con .time {
    margin: 16px 0 6px;
  }
}
@media only screen and (max-width: 767px) {
  .home-news-data .news-side {
    font-size: 14px;
  }
  .home-news-data .news-side {
    padding: 15px 0;
  }
  .home-news-data .home-news-slide .home-news-con .name {
    font-size: 16px;
    line-height: 28px;
  }
  .newsPage .item {
    width: calc((100% - 18px) / 2);
  }
  .newsPage .item:nth-of-type(3n) {
    margin-right: 18px;
  }
  .newsPage .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .newsPage .item:nth-of-type(2n)::after {
    width: calc(100% + 18px);
    left: -18px;
    transform: translateX(0);
  }
  .newsPage .item:nth-of-type(3)::after {
    display: block;
  }
  .newsPage .item .item-con .time {
    font-size: 12px;
  }
  .newsPage .item .item-con .name {
    font-size: 14px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 641px) {
  .newsPage {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 521px) {
  .home-news-data .home-news-slide {
    flex-wrap: wrap;
  }
  .home-news-data .home-news-slide .home-news-img {
    width: 100%;
  }
  .home-news-data .home-news-slide .home-news-con {
    width: 100%;
  }
}
@media only screen and (max-width: 431px) {
  .newsPage {
    margin-top: 42px;
  }
}
@media only screen and (max-width: 386px) {
  .home-news-data .home-news-slide .home-news-con .desc {
    font-size: 12px;
  }
  .newsPage .item {
    width: 100%;
    margin-right: 0;
  }
  .newsPage .item:nth-of-type(3n) {
    margin-right: 0;
  }
  .newsPage .item:nth-of-type(3n)::after {
    width: 100%;
  }
  .newsPage .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .newsPage .item:nth-of-type(2n)::after {
    width: 100%;
  }
  .newsPage .item:nth-of-type(2)::after {
    display: block;
  }
}
