footer {
  margin-top: 0;
}
.news01 {
  position: relative;
}
.news01 .background {
  width: 100%;
}
.news01 .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.news01 .title p {
  font-weight: 100;
  font-size: 64px;
  color: #FFFFFF;
}
.news01 .title h4 {
  font-weight: bold;
  font-size: 42px;
  color: #FFFFFF;
}
.news02 {
  padding-bottom: 30px;
}
.news02 .wrap {
  width: 1400px;
  margin: 100px auto;
}
.news02 .wrap .top {
  text-align: center;
  padding-bottom: 80px;
}
.news02 .wrap .top .item {
  width: 172px;
  height: 64px;
  background: #F1F1F1;
  border-radius: 32px;
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 32px;
  padding: 18px 30px;
  transition: all 0.6s;
}
.news02 .wrap .rec .pic img{
  border-radius: 10px;
}
.news02 .wrap .box .item .pic img{
  border-radius: 10px;
}
.news02 .wrap .top .item:nth-child(1) {
  margin-right: 10px;
}
.news02 .wrap .top .item:hover {
  background-color: #005BAC;
  color: #FFFFFF;
}
.news02 .wrap .rec {
  width: 100%;
  height: 428px;
  background: #F9F9F9;
  border-radius: 16px;
  display: flex;
}
.news02 .wrap .rec .pic {
  width: 50%;
}
.news02 .wrap .rec .pic img {
  width: 100%;
}
.news02 .wrap .rec .r {
  width: 50%;
  padding: 80px 100px;
}
.news02 .wrap .rec .r .time {
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  line-height: 50px;
  padding-top: 20;
}
.news02 .wrap .rec .r .title {
  font-weight: bold;
  font-size: 24px;
  color: #1A1A1A;
  line-height: 32px;
  padding-top: 20px;
}
.news02 .wrap .rec .r .desc {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #888;
  line-height: 32px;
  padding-top: 20px;
}
.news02 .wrap .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 20px;
  margin-bottom: 60px;
  padding-top: 80px;
}
.news02 .wrap .box .item {
  width: 430px;
  height: 547px;
  background-color: #F9F9F9;
  border-radius: 12px;
}
.news02 .wrap .box .item .pic img {
  width: 100%;
}
.news02 .wrap .box .item .time {
  padding: 80px 40px 0;
  padding-top: 50px;
}
.news02 .wrap .box .item .title {
  padding: 20px 40px 10px 40px;
  font-weight: bold;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 28px;
  transition: all 0.6s;
}
.news02 .wrap .box .item a {
  color: #999;
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.news02 .wrap .box .item .icon-right-1-copy {
  padding-left: 10px;
  font-size: 12px;
}
.news02 .wrap .box .item .title:hover {
  color: #005BAC;
}
@media screen and (max-width: 1024px) {
    .news01 .title{
    top: 65%;
  }
  .news01 .title p{
    font-size: 18px;
  }
  .news01 .title h4{
    font-size: 24px;
  }
  .news02 {
    width: 100%;
    padding-top: 50px;
  }
  .news02 .wrap{
    width: 90%;
    margin: 0 auto;
  }
  .news02 .wrap .top{
    padding: 50px 0 50px;
  }
  .news02 .wrap .rec{
    flex-direction: column;
    height: auto;
  }
  .news02 .wrap .rec .pic{
    width: 100%;
  }
  .news02 .wrap .rec .r{
    width: 100%;
    padding: 32px 32px;
  }
  .news02 .wrap .box{
    grid-template-columns: repeat(1, 1fr);
  }
  .news02 .wrap .box .item{
    width: 100%;
  }
}