.section1 .wrap {
  width: 1400px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 300px;
}
.section1 .wrap .top {
  display: flex;
  justify-content: end;
}
.section1 .wrap .buttom {
  margin-top: 60px;
  border-top: 1px solid #E5E5E5;
}
.section1 .wrap .buttom .item a {
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5;
  transition: all 0.6s;
}
.section1 .wrap .buttom .item a .left{
    flex: 1;
}
.section1 .wrap .buttom .item a:hover {
  background-color: rgba(26, 71, 198, 0.05);
}
.section1 .wrap .buttom .item a:hover .go {
  background-color: #1A47C6;
}
.section1 .wrap .buttom .item a:hover .go span {
  color: #fff;
}
.section1 .wrap .buttom .item a .left .time {
  color: #959595;
  font-size: 20px;
  margin-bottom: 10px;
}
.section1 .wrap .buttom .item a .left .text {
  color: #1b1b1b;
  font-size: 35px;
  font-weight: 700;
}
.section1 .wrap .buttom .item a .go {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}
.section1 .wrap .buttom .item a .go span {
  transition: all 0.6s;
  font-weight: 700;
  color: #1b1b1b;
}

.common_paging {
  margin-top: 60px;
}

@media screen and (max-width: 1919px) {
.section1 .wrap{
width: 72.9166666667vw;
 padding-top: 4.6875vw;
 padding-bottom: 15.625vw;
}
.section1 .wrap .buttom{
margin-top: 3.125vw;
}
.section1 .wrap .buttom .item a{
padding: 2.0833333333vw;
}
.section1 .wrap .buttom .item a .left .time{
font-size: 1.0416666667vw;
 margin-bottom: 0.5208333333vw;
}
.section1 .wrap .buttom .item a .left .text{
font-size: 1.8229166667vw;
}
.section1 .wrap .buttom .item a .go{
width: 1.6666666667vw;
 height: 1.6666666667vw;
}
.common_paging{
margin-top: 3.125vw;
}
}

@media screen and (max-width: 1024px) {
    .section1 .wrap{
        width: 90vw;
        padding: 60px 0;
    }
    .section1 .wrap .buttom{
        margin-top: 30px;
    }
    .section1 .wrap .buttom .item a{
    padding:10px 0;
    }
    .section1 .wrap .buttom .item a .go{
        display: none;
    }
    .section1 .wrap .buttom .item a .left .time{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .section1 .wrap .buttom .item a .left .text{
        font-size: 14px;
    }
}