.section1 .wrap {
  width: 1440px;
  margin: 0 auto;
  padding-top: 96px;
  padding-bottom: 90px;
}

.section1 .wrap .top {
  margin-top: 44px;
  display: flex;
  margin-bottom: 50px;
}

.section1 .wrap .top .left {
  border-radius: 10px;
  overflow: hidden;
  margin-right: 60px;
  width: 710px;
}

.section1 .wrap .top .left img {
  width: 100%;
}

.section1 .wrap .top .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section1 .wrap .top .right .more .button {
  width: 170px;
  height: 55px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
  position: relative;
}

.section1 .wrap .top .right .more .button:hover::after {
  opacity: 1;
}

.section1 .wrap .top .right .more .button:hover::before {
  opacity: 0;
}

.section1 .wrap .top .right .more .button:hover .icon {
  filter: brightness(0) invert(1);
}

.section1 .wrap .top .right .more .button:hover span {
  color: #fff;
  transform: translateX(5px) rotate(180deg);
}

.section1 .wrap .top .right .more .button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 1px solid #89898A;
  position: absolute;
  transition: all 0.6s;
}

.section1 .wrap .top .right .more .button::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 30px;
  z-index: 0;
  transition: all 0.6s;
  opacity: 0;
  background: linear-gradient(121deg, #0E4183 0%, #5BB7C3 100%);
}

.section1 .wrap .top .right .more .button .icon {
  width: 16px;
  transition: all 0.6s;
  position: relative;
  z-index: 1;
}

.section1 .wrap .top .right .more .button p {
  margin: 0 5px;
  font-size: 16px;
  color: #666;
  transition: all 0.6s;
  position: relative;
  z-index: 1;
}

.section1 .wrap .top .right .more .button span {
  color: #666;
  font-size: 18px;
  transition: all 0.6s;
  position: relative;
  z-index: 1;
  transform: rotate(180deg);
}

.section1 .wrap .top .right .more .button .appoint {
  position: relative;
  z-index: 1;
}

.section1 .wrap .top .right .more .button .appoint .fist:nth-child(2) {
  color: #fff;
}

.section1 .wrap .top .right .time {
  color: #0D4082;
  font-size: 16px;
  margin-bottom: 10px;
}

.section1 .wrap .top .right .title {
  width: 560px;
  margin-bottom: 15px;
}

.section1 .wrap .top .right .title h4 {
  color: #0D4082;
  font-size: 30px;
}

.section1 .wrap .top .right .text {
  color: #687081;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 40px;
}

.section1 .wrap .bottom {
  border-top: 1px solid #D5D7DE;
}

.section1 .wrap .bottom .list .item {
  border-bottom: 1px solid #D5D7DE;
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section1 .wrap .bottom .list .item .left {
  display: flex;
}

.section1 .wrap .bottom .list .item .left .time {
  margin-right: 90px;
}

.section1 .wrap .bottom .list .item .left .time .d {
  color: #D6DADF;
  font-size: 74px;
  line-height: 1;
}

.section1 .wrap .bottom .list .item .left .time .ym {
  color: #D6DADF;
  font-size: 20px;
  line-height: 2;
}

.section1 .wrap .bottom .list .item .left .text {
  width: 970px;
}

.section1 .wrap .bottom .list .item .left .text h4 {
  color: #333333;
  font-size: 22px;
  margin-bottom: 12px;
  transition: all 0.6s;
}

.section1 .wrap .bottom .list .item .left .text p {
  color: #687081;
  font-size: 18px;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.section1 .wrap .bottom .list .item .more {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(90deg, #23528E 0%, #5AB3C1 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.section1 .wrap .bottom .list .item .more span {
  color: #fff;
  transform: rotate(-90deg);
}

.section1 .wrap .bottom .list .item:hover .left .text h4 {
  color: #0D4082;
}

.section1 .wrap .bottom .commonPage {
  margin: 60px auto 0;
}

@media screen and (max-width: 1919px) {
  .section1 .wrap {
    width: 75vw;
    padding-top: 5vw;
    padding-bottom: 4.6875vw;
  }

  .section1 .wrap .top {
    margin-top: 2.2916666667vw;
    margin-bottom: 2.6041666667vw;
  }

  .section1 .wrap .top .left {
    border-radius: 0.5208333333vw;
    margin-right: 3.125vw;
    width: 36.9791666667vw;
  }

  .section1 .wrap .top .right .more .button {
    width: 8.8541666667vw;
    height: 2.8645833333vw;
    border-radius: 1.5625vw;
  }

  .section1 .wrap .top .right .more .button:hover span {
    transform: translateX(0.2604166667vw) rotate(180deg);
  }

  .section1 .wrap .top .right .more .button::before {
    border-radius: 1.5625vw;
  }

  .section1 .wrap .top .right .more .button::after {
    border-radius: 1.5625vw;
  }

  .section1 .wrap .top .right .more .button .icon {
    width: 0.8333333333vw;
  }

  .section1 .wrap .top .right .more .button p {
    margin: 0px 0.2604166667vw;
    font-size: 0.8333333333vw;
  }

  .section1 .wrap .top .right .more .button span {
    font-size: 0.9375vw;
  }

  .section1 .wrap .top .right .time {
    font-size: 0.8333333333vw;
    margin-bottom: 0.5208333333vw;
  }

  .section1 .wrap .top .right .title {
    width: 29.1666666667vw;
    margin-bottom: 0.78125vw;
  }

  .section1 .wrap .top .right .title h4 {
    font-size: 1.5625vw;
  }

  .section1 .wrap .top .right .text {
    font-size: 0.9375vw;
    margin-bottom: 2.0833333333vw;
  }

  .section1 .wrap .bottom .list .item {
    padding: 3.125vw 0px;
  }

  .section1 .wrap .bottom .list .item .left .time {
    margin-right: 4.6875vw;
  }

  .section1 .wrap .bottom .list .item .left .time .d {
    font-size: 3.8541666667vw;
  }

  .section1 .wrap .bottom .list .item .left .time .ym {
    font-size: 1.0416666667vw;
  }

  .section1 .wrap .bottom .list .item .left .text {
    width: 50.5208333333vw;
  }

  .section1 .wrap .bottom .list .item .left .text h4 {
    font-size: 1.1458333333vw;
    margin-bottom: 0.625vw;
  }

  .section1 .wrap .bottom .list .item .left .text p {
    font-size: 0.9375vw;
  }

  .section1 .wrap .bottom .list .item .more {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }

  .section1 .wrap .bottom .commonPage {
    margin: 3.125vw auto 0px;
  }
  .section1 .wrap .bottom .list .item .more span{
    font-size: 0.833333vw;
  }
}
@media screen and (max-width: 1024px) {
  .section1 .wrap{
    width: 90%;
    padding: 60px 0;
  }
  .section1 .wrap .top{
    flex-direction: column;
    padding-bottom: 40px;
  }
  .section1 .wrap .top .right .time{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .section1 .wrap .top .right .title{
    width: 100%;
    margin-bottom: 10px;
  }
  .section1 .wrap .top .left{
    width: 100%;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .section1 .wrap .top .right .text{
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .section1 .wrap .bottom .item .left .time h3::before{
    content: "/";
  }
  .section1 .wrap .bottom .commonPage{
    margin-top: 20px;
  }
  .section1 .wrap .top .right .more .button p{
    font-size: 14px;
    margin-bottom: 0;
  }
  .section1 .wrap .top .right .more .button .icon{
    width: 16px;
  }
  .section1 .wrap .top .right .more .button:hover span{
    transform: rotate(180deg);
  }
  .section1 .wrap .top .right .more .button span{
    font-size: 14px;
  }
  .section1 .wrap .top .right .more .button{
    width: fit-content;
    padding: 0 20px;
    height: 40px;
    border-radius:30px;
  }
  .section1 .wrap .top .right .more .button::after,
  .section1 .wrap .top .right .more .button::before{
    border-radius:30px;
  }
  .section1 .wrap .top .right .more .button p{
    margin-left: 10px;
    margin-right: 10px;
  }
  .section1 .wrap .top{
    padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .section1 .wrap .bottom .list .item .left{
    flex-direction: column;
  }
      .section1 .wrap .bottom .list .item .left .time .d,
  .section1 .wrap .bottom .list .item .left .time .ym{
    font-size: 12px;
    color: #666;
  }
  .section1 .wrap .bottom .list .item .left .time .ym::after{
    content: "/";
  }
  .section1 .wrap .bottom .list .item .left .time{
    display: flex;
    align-items: center;
    justify-content: start;
    margin-right: 0;
    flex-direction: row-reverse;
    margin-bottom: 10px;
  }
  .section1 .wrap .bottom .list .item .left .text h4{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .section1 .wrap .bottom .list .item .left .text p{
    font-size: 14px;
  }
  .section1 .wrap .bottom .list .item{
    flex-direction: column;
  }
  .section1 .wrap .bottom .list .item .left .text{
    width: 100%;
  }
  .section1 .wrap .bottom .list .item .left{
    width: 100%;
  }
  .section1 .wrap .bottom .list .item{
    align-items: start;
  }
  .section1 .wrap .bottom .list .item .more{
    width: 36px;
    height: 36px;
    margin-top: 20px;
  }
  .section1 .wrap .top .right .title h4{
    font-size: 16px;
  }
  .section1 .wrap .bottom .list .item .more span{
    font-size: 14px;
  }
  .section1 .wrap .bottom .list .item{
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .section1 .wrap{
    padding: 50px 0;
  }
  .section2 .wrap{
    padding-bottom: 50px;
  }
}