.section1 .wrap {
  padding-top: 168px;
  width: 1720px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.section1 .wrap .title {
  width: 1360px;
  margin: 40px auto 0;
  padding-bottom: 26px;
  border-bottom: 1px solid #DBDFE6;
}

.section1 .wrap .title h3 {
  color: #111;
  font-size: 40px;
  margin-bottom: 18px;
}

.section1 .wrap .title .time {
  color: #6A7183;
  font-size: 18px;
}

.section1 .wrap .main {
  width: 1360px;
  margin: 0 auto 0;
  padding-top: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #DBDFE6;
}

.section1 .wrap .main p {
  color: #6A7183;
  font-size: 18px;
  line-height: 2;
}

.section1 .wrap .main p img {
  margin: 40px 0;
}

.section1 .wrap .tab {
  width: 1360px;
  margin: 0 auto;
  padding-top: 30px;
  color: #111;
  font-size: 18px;
}

.section1 .wrap .tab .prev,
.section1 .wrap .tab .next {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.section1 .wrap .tab .prev {
  margin-bottom: 15px;
}

.section1 .wrap .tab a {
  width: 540px;
  color: #111;
  font-size: 18px;
  transition: all 0.5s;
}

.section1 .wrap .tab a:hover {
  color: #007BDB;
}

.section2 .wrap {
  width: 1360px;
  margin: 0 auto;
  padding-bottom: 90px;
}

.section2 .wrap .title {
  padding-bottom: 20px;
  border-bottom: 1px solid #DBDFE6;
}

.section2 .wrap .title h3 {
  color: #111;
  font-size: 50px;
  text-transform: uppercase;
}

.section2 .wrap .main {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.section2 .wrap .main .item {
  width: 420px;
}

.section2 .wrap .main .item .img img {
  width: 100%;
}

.section2 .wrap .main .item .text {
  margin-top: 30px;
}

.section2 .wrap .main .item .text h4 {
  color: #111;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.section2 .wrap .main .item .text p {
  color: #6A7183;
  font-size: 18px;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.section2 .wrap .main .item .more {
  display: flex;
  width: 194px;
  height: 70px;
  border-radius: 35px;
  border: 1px solid #DBDFE6;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  margin-top: 40px;
  color: #007BDB;
  transition: all 1s;
}

.section2 .wrap .main .item .more:hover {
  background-color: #007BDB;
  color: #fff;
}
.section2 .wrap .main.PE{
  display: none;
}
@media screen and (max-width: 1919px) {
  .section1 .wrap {
    padding-top: 8.75vw;
    width: 89.5833333333vw;
    padding-bottom: 3.125vw;
  }

  .section1 .wrap .title {
    width: 70.8333333333vw;
    margin: 2.0833333333vw auto 0px;
    padding-bottom: 1.3541666667vw;
  }

  .section1 .wrap .title h3 {
    font-size: 2.0833333333vw;
    margin-bottom: 0.9375vw;
  }

  .section1 .wrap .title .time {
    font-size: 0.9375vw;
  }

  .section1 .wrap .main {
    width: 70.8333333333vw;
    padding-top: 2.0833333333vw;
    padding-bottom: 2.6041666667vw;
  }

  .section1 .wrap .main p {
    font-size: 0.9375vw;
  }

  .section1 .wrap .main p img {
    margin: 2.0833333333vw 0px;
  }

  .section1 .wrap .tab {
    width: 70.8333333333vw;
    padding-top: 1.5625vw;
    font-size: 0.9375vw;
  }

  .section1 .wrap .tab .prev {
    margin-bottom: 0.78125vw;
  }

  .section1 .wrap .tab a {
    width: 28.125vw;
    font-size: 0.9375vw;
  }

  .section2 .wrap {
    width: 70.8333333333vw;
    padding-bottom: 4.6875vw;
  }

  .section2 .wrap .title {
    padding-bottom: 1.0416666667vw;
  }

  .section2 .wrap .title h3 {
    font-size: 2.6041666667vw;
  }

  .section2 .wrap .main {
    margin-top: 1.5625vw;
  }

  .section2 .wrap .main .item {
    width: 21.875vw;
  }

  .section2 .wrap .main .item .text {
    margin-top: 1.5625vw;
  }

  .section2 .wrap .main .item .text h4 {
    font-size: 1.5625vw;
    line-height: 2.0833333333vw;
    margin-bottom: 0.8333333333vw;
  }

  .section2 .wrap .main .item .text p {
    font-size: 0.9375vw;
  }

  .section2 .wrap .main .item .more {
    width: 10.1041666667vw;
    height: 3.6458333333vw;
    border-radius: 1.8229166667vw;
    font-size: 1.25vw;
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .section2 .wrap .main.PC{
    display: none;
  }
  .section2 .wrap .main.PE{
    display: block;
  }
  .section1 .wrap{
    width: 90%;
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .section1 .wrap .title{
    width: 100%;
    margin-top: 40px;
    padding-bottom: 20px;
  }
  
  .section1 .wrap .title h3{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .section1 .wrap .title .time{
    font-size: 14px;
  }
  .section1 .wrap .main{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section1 .wrap .main p{
    font-size: 14px;
  }
  .section1 .wrap .tab{
    width: 100%;
    padding-top: 30px;
    font-size: 14px;
  }
  .section1 .wrap .tab .prev{
    margin-bottom: 10px;
  }
  .section1 .wrap .tab .prev p{
    display: flex;
  }
  .section1 .wrap .tab .prev p a{
    width: 80vw;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .section1 .wrap .tab a{
    font-size: 14px;
  }
  .section2 .wrap {
    width: 90%;
  }
  .section2 .wrap .title{
    padding-bottom: 20px;
  }
  .section2 .wrap .title h3{
    font-size: 28px;
  }
  .section2 .wrap .main{
    margin-top:30px;
    flex-wrap: wrap;
  }
  .section2 .wrap .main.PC{
    display: none;
  }
  .section2 .wrap .main.PE{
    display: block;
  }
  .section2 .wrap .main .item{
    width: 100%;
  }
  .section2 .wrap .main .item .text{
    margin-top: 20px;
  }
  .section2 .wrap .main .item .text h4{
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .section2 .wrap .main .item .text p{
    font-size: 14px;
  }
  .section2 .wrap .main .item .more{
    width: 120px;
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
    margin-top: 10px;
  }
  .section2 .wrap{
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .section1 .wrap .title h3 {
    font-size: 20px;
    line-height: 1.6;
  }
  .section1 .wrap .main{
    padding: 20px 0;
  }
  .section1 .wrap{
    padding-bottom: 50px;
  }
  .section2 .wrap{
    padding-bottom: 50px;
  }
  .section2 .wrap .main.PE .swiper{
    width: 270vw;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}