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

.section1 .wrap .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  padding-left: 40px;
}

.section1 .wrap .bottom .list {
  border-top: 1px solid #E5E5E5;
  margin-bottom: 50px;
}

.section1 .wrap .bottom .list .item a {
  display: flex;
  justify-content: space-between;
  padding: 30px 90px 30px 40px;
  border-bottom: 1px solid #E5E5E5;
  transition: all 0.6s;
}

.section1 .wrap .bottom .list .item a:hover {
  background-color: rgba(26, 71, 198, 0.05);
}

.section1 .wrap .bottom .list .item a:hover .content .text {
  color: #1A47C6;
}

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

.section1 .wrap .bottom .list .item a .content .time {
  color: #1b1b1b;
  font-size: 20px;
  font-weight: 700;
  margin-right: 90px;
}

.section1 .wrap .bottom .list .item a .content .text {
  color: #1B1B1B;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.6s;
}

.section1 .wrap .bottom .list .item a .icon span {
  color: #1A47C6;
  font-size: 28px;
}

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

  .section1 .wrap .top {
    margin-bottom: 3.125vw;
    padding-left: 2.0833333333vw;
  }

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

  .section1 .wrap .bottom .list .item a {
    padding: 1.5625vw 4.6875vw 1.5625vw 2.0833333333vw;
  }

  .section1 .wrap .bottom .list .item a .content .time {
    font-size: 1.0416666667vw;
    margin-right: 4.6875vw;
  }

  .section1 .wrap .bottom .list .item a .content .text {
    font-size: 1.0416666667vw;
  }

  .section1 .wrap .bottom .list .item a .icon span {
    font-size: 1.4583333333vw;
  }

}

@media screen and (max-width: 1024px) {
  .section1 .wrap {
    width: 90vw;
    padding: 60px 0;
  }

  .section1 .wrap .top {
    margin-bottom: 30px;
  }
  
}