.home-news-data {
  width: 100%;
}
.home-news-data .home-news-data-inner {
  width: 100%;
  display: flex;
  background: #FFFFFF;
}
.home-news-data .home-news-img {
  width: 57%;
  aspect-ratio: 1.6518847;
  overflow: hidden;
}
.home-news-data .home-news-img img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.home-news-data .home-news-info {
  padding: 5% 32px;
  width: 43%;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/guando/page-img(2)/home-news-info.png') no-repeat;
  background-size: 80% auto;
  background-position: center;
}
.home-news-data .home-news-info .time {
  font-weight: 500;
  font-size: 24px;
  color: #AFAFAF;
  line-height: 26px;
  border-bottom: 1px solid #FF5E15;
  display: inline-block;
  transition: 0.5s;
}
.home-news-data .home-news-info .home-news-info-name {
  font-weight: bold;
  font-size: 23px;
  color: #000000;
  line-height: 30px;
  margin: 30px 0 35px;
  transition: 0.5s;
}
.home-news-data .home-news-info .home-news-info-desc {
  font-weight: 400;
  font-size: 16px;
  color: #595959;
  line-height: 22px;
}
.home-news-data .home-news-info .keywords {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8%;
}
.home-news-data .home-news-info .keywords .keyword-item {
  width: auto;
  padding: 0 15px;
  min-width: 82px;
  height: 26px;
  background: #FF5E15;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: center;
  margin: 12px 12px 12px 0;
}
.home-news-data:hover .home-news-img img {
  transform: scale(1.1);
}
.home-news-data:hover .home-news-info .time {
  transform: translateX(20px);
}
.home-news-data:hover .home-news-info .home-news-info-name {
  color: #FF5E15;
}
.newsPage {
  position: relative;
  width: 100%;
  background: #F6F8FA;
}
.newsPage .newsPage-inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
  max-width: 1300px;
  padding-bottom: 30px;
}
.newsPage .newsPage-list {
  width: 100%;
  background: #FFFFFF;
  margin-top: 30px;
  padding: 0 48px 68px;
}
.newsPage .news-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.newsPage .item {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #AFAFAF;
  padding: 21px 0;
}
.newsPage .item .img {
  width: 270px;
  aspect-ratio: 1.78807947;
  background: #AFAFAF;
}
.newsPage .item .img .img-inner {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.newsPage .item .img img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.newsPage .item .img-m {
  display: none;
}
.newsPage .item .img-pc {
  display: block;
}
.newsPage .item .item-con {
  width: calc(95% - 270px);
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}
.newsPage .item .item-con .item-con-time .time {
  font-weight: 400;
  font-size: 27px;
  color: #000000;
  line-height: 35px;
}
.newsPage .item .item-con .item-con-time .year {
  width: 45px;
  height: 20px;
  border: 1px solid #000000;
  font-weight: 400;
  font-size: 14px;
  color: #737373;
  line-height: 18px;
  text-align: center;
  margin-top: 20px;
}
.newsPage .item .item-con .line {
  width: 37px;
  height: 2px;
  border: 2px solid #000000;
  margin-top: 17px;
  transition: 0.5s;
}
.newsPage .item .item-con .item-con-main {
  width: calc(100% - 160px);
  padding-top: 7px;
}
.newsPage .item .item-con .name {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  position: relative;
  transition: 0.5s;
}
.newsPage .item .item-con .news-item-desc {
  font-weight: 400;
  font-size: 14px;
  color: #636363;
  line-height: 22px;
  margin-top: 30px;
}
.newsPage .item:hover .img img {
  transform: scale(1.1);
}
.newsPage .item:hover .item-con .line {
  border: 2px solid #FF5E15;
  transform: translateY(10px) translateX(18px);
}
.newsPage .item:hover .item-con .name {
  color: #FF5E15;
}
.newsPage .webPage {
  margin-top: 60px;
}
@media only screen and (max-width: 1598px) {
  .home-news-data .home-news-info .home-news-info-name {
    font-size: 20px;
  }
  .home-news-data .home-news-info .time {
    font-size: 20px;
  }
  .newsPage .item .item-con .news-item-desc {
    margin-top: 20px;
  }
  .newsPage .item .item-con .item-con-time .year {
    margin-top: 16px;
  }
}
@media (max-width: 1365px) {
  .home-news-data .home-news-info .time {
    font-size: 18px;
  }
  .home-news-data .home-news-info .home-news-info-name {
    font-size: 18px;
  }
  .newsPage .item .item-con .item-con-time .time {
    font-size: 25px;
  }
  .home-news-data .home-news-img {
    width: 54%;
  }
  .home-news-data .home-news-info {
    width: 46%;
  }
}
@media (max-width: 1250px) {
  .home-news-data .home-news-info .home-news-info-name {
    font-size: 17px;
    margin: 22px 0 20px;
  }
  .home-news-data .home-news-info .time {
    font-size: 16px;
  }
  .newsPage .newsPage-list {
    padding: 0 30px 52px;
  }
  .newsPage .webPage {
    margin-top: 52px;
  }
  .newsPage .item .item-con .item-con-main {
    width: calc(100% - 152px);
  }
  .newsPage .item .item-con .item-con-time .time {
    font-size: 22px;
  }
  .newsPage .item .item-con .item-con-time .year {
    margin-top: 12px;
  }
  .newsPage .item .item-con .name {
    font-size: 17px;
  }
  .home-news-data .home-news-img {
    width: 50%;
  }
  .home-news-data .home-news-info {
    width: 50%;
    padding: 4% 30px;
  }
  .home-news-data .home-news-info .home-news-info-desc {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .newsPage .item .item-con .item-con-main {
    width: 100%;
  }
  .newsPage .item .item-con {
    flex-wrap: wrap;
  }
  .newsPage .item .img {
    width: 200px;
  }
  .newsPage .item .item-con {
    width: calc(95% - 200px);
  }
  .newsPage .item .item-con .item-con-time {
    display: flex;
    align-items: center;
  }
  .newsPage .item .item-con .item-con-time .year {
    margin-left: 12px;
    margin-top: 0;
  }
  .newsPage .item .item-con .name {
    font-size: 16px;
  }
  .newsPage .item .item-con .news-item-desc {
    font-size: 13px;
    margin-top: 15px;
  }
  .newsPage .webPage {
    margin-top: 46px;
  }
  .home-news-data .home-news-info .home-news-info-name {
    font-size: 16px;
    margin: 13px 0 15px;
    line-height: 28px;
  }
  .home-news-data .home-news-info {
    padding: 4% 24px;
  }
  .home-news-data .home-news-info .time {
    font-size: 15px;
  }
  .home-news-data .home-news-img {
    width: 46%;
  }
  .home-news-data .home-news-info {
    width: 54%;
  }
}
@media only screen and (max-width: 767px) {
  .newsPage .item .img-pc {
    display: none;
  }
  .newsPage .item .img-m {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 15px;
  }
  .home-news-data .home-news-img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .newsPage .newsPage-inner {
    padding-top: 30px;
  }
  .home-news-data .home-news-data-inner {
    flex-wrap: wrap;
  }
  .home-news-data .home-news-info {
    width: 100%;
    padding: 25px 22px;
  }
  .newsPage .newsPage-list {
    padding: 0 22px 42px;
  }
  .newsPage .item .item-con {
    width: 100%;
  }
  .newsPage .item {
    flex-wrap: wrap;
  }
  .newsPage .webPage {
    margin-top: 38px;
  }
}
@media only screen and (max-width: 450px) {
  .home-news-data .home-news-info .home-news-info-name {
    font-size: 15px;
    margin: 12px 0 15px;
  }
  .home-news-data .home-news-info {
    padding: 23px 20px;
  }
  .home-news-data .home-news-info .time {
    font-size: 14px;
  }
  .newsPage .item .item-con .name {
    font-size: 15px;
  }
  .newsPage .item .item-con {
    padding: 0 0;
  }
  .newsPage .item .item-con .news-item-desc {
    font-size: 12px;
    margin-top: 12px;
  }
}
