body {
  background-color: #F7F7F7;
}

.newsbanner {
  position: relative;
}

.newsbanner img {
  width: 100%;
}

.newsbanner .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 46px;
  color: #FFFFFF;
}

.section1 {
  padding: 100px 0;
}

.section1 .wrap {
  width: 1400px;
  margin: 0 auto;
}

.section1 .wrap .news_content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 25px;
  margin: 60px 0 60px 0;
}

.section1 .wrap .news_content .item {
  background-color: #FFFFFF;
  width: 450px;
  border-radius: 18px;
  transition: all 0.6s;
}

.section1 .wrap .news_content .item .img {
  height: 300px;
  border-radius: 18px;
}

.section1 .wrap .news_content .item .img img {
  width: 100%;
}

.section1 .wrap .news_content .item .text {
  height: 230px;
  padding: 40px 32px 50px 32px;
}

.section1 .wrap .news_content .item .text .data {
  font-size: 16px;
  color: #666666;
  line-height: 42px;
}

.section1 .wrap .news_content .item .text .title {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  line-height: 26px;
  padding: 14px 0 14px;
}

.section1 .wrap .news_content .item .text .more {
  font-size: 16px;
  color: #888888;
  line-height: 42px;
  display: flex;
}

.section1 .wrap .news_content .item .text .more svg {
  margin: 0 0 0 10px;
  width: 5px;
}

.section1 .wrap .news_content .item .text .more svg path {
  fill: #888888;
}

.section1 .wrap .news_content .item:hover {
  box-shadow: 0px 0px 52px 0px rgba(102, 102, 102, 0.2);
}

.section2 {
  padding: 200px 0 142px;
}

.section2 .wrap {
  width: 1080px;
  margin: 0 auto;
}

.section2 .wrap .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.section2 .wrap .top .left a {
  font-size: 16px;
  color: #666;
}

.section2 .wrap .top .left span {
  font-size: 16px;
  color: #666;
}

.section2 .wrap .top .right {
  width: 137px;
  height: 56px;
  background: #FFFFFF;
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s;
}

.section2 .wrap .top .right a {
  font-size: 16px;
  color: #888888;
}

.section2 .wrap .top .right:hover {
  background-color: #555;
}

.section2 .wrap .top .right:hover a {
  color: #fff;
}

.section2 .wrap .top::after {
  content: '';
  position: absolute;
  bottom: -20px;
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
}

.section2 .wrap .content {
  margin-top: 60px;
}

.section2 .wrap .content .title {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
}

.section2 .wrap .content .box {
  font-size: 16px;
  color: #555;
  line-height: 32px;
  padding-top: 50px;
}

.section2 .wrap .content .box img {
  padding: 30px 0;
  width: 100%;
}

.header .wrap .left .list .item .level .second {
  background-color: #fff;
}

.header .wrap .left .list .item .level .second a {
  color: #333;
}

@media screen and (max-width:1024px) {
  .newsbanner {
    display: none;
  }

  .section1 .wrap .news_content {
    margin: 20px 0 0 0;
  }

  .section1 .wrap .news_content .item .img {
    height: auto;
  }

  .section1 .wrap .news_content .item .text {
    padding: 14px 32px 50px 32px;
  }

  .section1 .wrap .news_content .item .text .data {
    font-size: 14px;
  }

  .section1 .wrap .news_content .item .text .title {
    padding: 10px 0 10px;
    line-height: 24px;
  }

  .section1 .wrap .news_content .item .text .more {
    font-size: 14px;
  }
  .section2{
        padding: 120px 0 70px;
  }
  .section2 .wrap .top .left a{
    font-size: 14px;
  }
  .section2 .wrap .top .right{
    width: 120px;
    height: 46px;
  }
  .section2 .wrap .top .right a{
    font-size: 14px;
  }
  .section2 .wrap .content p{
    font-size: 24px;
  }
  .section2 .wrap .content .box{
    font-size: 14px;
  }
  .section2 .wrap .content{
    width: 100%;
  }
}