.sec1 .wrap {
  padding-bottom: 160px;
}
.sec1 .wrap .top {
  padding-top: 214px;
  background-color: #F6F6F6;
  padding-bottom: 40px;
}
.sec1 .wrap .top .title {
  width: 830px;
  margin: 0 auto 40px;
  text-align: center;
}
.sec1 .wrap .top .title h3 {
  font-size: 36px;
  color: #1a1a1a;
}
.sec1 .wrap .top .time {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto 20px;
  gap: 12px;
  color: #AFAFAF;
}
.sec1 .wrap .top .list {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.sec1 .wrap .bottom {
  width: 1200px;
  margin: 0 auto;
  padding-top: 90px;
}
.sec1 .wrap .bottom .content p {
  color: #333;
  line-height: 2;
  font-size: 16px;
}
/* .sec1 .wrap .bottom .content p:not(:last-child) {
  margin-bottom: 40px;
} */
.sec1 .wrap .bottom .content p img {
  display: block;
  margin: 0 auto;
}
.sec1 .wrap .bottom .tab {
  display: flex;
  gap: 40px;
  margin-top: 80px;
}
.sec1 .wrap .bottom .tab .next,
.sec1 .wrap .bottom .tab .prev {
  background-color: #F9F9F9;
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
  padding: 14px;
  border-radius: 40px;
  gap: 10px;
  transition: all 0.6s;
}
.sec1 .wrap .bottom .tab .next .icon,
.sec1 .wrap .bottom .tab .prev .icon {
  width: 42px;
  height: 42px;
  background-color: #FF6E11;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s;
}
.sec1 .wrap .bottom .tab .next .icon span,
.sec1 .wrap .bottom .tab .prev .icon span {
  color: #F6F6F6;
  font-size: 20px;
  transition: all 0.6s;
}
.sec1 .wrap .bottom .tab .next p,
.sec1 .wrap .bottom .tab .prev p {
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #555555;
  transition: all 0.6s;
}
.sec1 .wrap .bottom .tab .next:hover,
.sec1 .wrap .bottom .tab .prev:hover {
  background-color: #FF6E11;
}
.sec1 .wrap .bottom .tab .next:hover .icon,
.sec1 .wrap .bottom .tab .prev:hover .icon {
  background-color: #F6F6F6;
}
.sec1 .wrap .bottom .tab .next:hover .icon span,
.sec1 .wrap .bottom .tab .prev:hover .icon span {
  color: #FF6E11;
}
.sec1 .wrap .bottom .tab .next:hover p,
.sec1 .wrap .bottom .tab .prev:hover p {
  color: #F6F6F6;
}
.sec1 .wrap .bottom .tab .next {
  flex-direction: row-reverse;
}
.sec1 .wrap .top .list .item{
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec1 .wrap .top .time .icon{
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec1 .wrap .bottom .content p img{height: auto;}

.sec1 .wrap .top .title h3{
  font-size: 40px;
}

@media screen and (max-width: 1919px) {
.sec1 .wrap{
padding-bottom: 8.3333333333vw;
}
.sec1 .wrap .top{
padding-top: 11.1458333333vw;
 padding-bottom: 2.0833333333vw;
}
.sec1 .wrap .top .title{
width: 43.2291666667vw;
 margin: 0px auto 2.0833333333vw;
}
.sec1 .wrap .top .title h3{
font-size: 1.875vw;
}
.sec1 .wrap .top .time{
margin: 0px auto 1.0416666667vw;
 gap: 0.625vw;
}
.sec1 .wrap .top .list{
gap: 1.5625vw;
}
.sec1 .wrap .bottom{
width: 62.5vw;
 padding-top: 4.6875vw;
}
.sec1 .wrap .bottom .content p{
font-size: 0.8333333333vw;
}
/* .sec1 .wrap .bottom .content p:not(:last-child){
margin-bottom: 2.0833333333vw;
} */
.sec1 .wrap .bottom .tab{
gap: 2.0833333333vw;
 margin-top: 4.1666666667vw;
}
.sec1 .wrap .bottom .tab .next, .sec1 .wrap .bottom .tab .prev{
width: calc(50% - 1.0416666667vw);
 padding: 0.7291666667vw;
 border-radius: 2.0833333333vw;
 gap: 0.5208333333vw;
}
.sec1 .wrap .bottom .tab .next .icon, .sec1 .wrap .bottom .tab .prev .icon{
width: 2.1875vw;
 height: 2.1875vw;
}
.sec1 .wrap .bottom .tab .next .icon span, .sec1 .wrap .bottom .tab .prev .icon span{
font-size: 1.0416666667vw;
}
.sec1 .wrap .top .time .icon{
  width: 0.833333333vw;
}
.sec1 .wrap .top .time p{
  font-size: 0.83333333vw;
}
.sec1 .wrap .top .list .item{
  height: 1.1458333vw;
}
.sec1 .wrap .bottom .tab .next p, .sec1 .wrap .bottom .tab .prev p{
  font-size: 0.83333333vw;
}

.sec1 .wrap .top .title h3{
font-size: 2.0833333333vw;
}


}
@media screen and (max-width: 1024px) {
  .sec1 .wrap .top .title{
    width: 90vw;
    margin-bottom: 20px;
  }
  .sec1 .wrap .top{
    padding: 110px 0 50px;
  }
  .sec1 .wrap .top .title h3{
    font-size: 20px;
  }
  .sec1 .wrap .top .time .icon{
    width: 14px;
  }
  .sec1 .wrap .top .time{
    gap: 10px;
    margin-bottom: 20px;
  }
  .sec1 .wrap .top .time p{
    font-size: 14px;
  }
  .sec1 .wrap .top .list{
    gap: 20px;
  }
  .sec1 .wrap .top .list .item{
    height: 20px;
  }
  .sec1 .wrap .bottom{
    width: 90vw;
    padding: 50px 0;
  }
  /* .sec1 .wrap .bottom .content p:not(:last-child){
    margin-bottom: 10px;
  } */
  .sec1 .wrap .bottom .content p{
    font-size: 14px;
  }
  .sec1 .wrap .bottom .tab{
    margin-top: 30px;
    flex-direction: column;
  }
  .sec1 .wrap .bottom .tab .next, .sec1 .wrap .bottom .tab .prev{
    width: 100%;
    padding: 5px;
    border-radius: 20px;
    gap: 10px;
  }
  .sec1 .wrap .bottom .tab .next .icon, .sec1 .wrap .bottom .tab .prev .icon{
    width: 32px;
    height: 32px;
  }
  .sec1 .wrap .bottom .tab .next .icon span, .sec1 .wrap .bottom .tab .prev .icon span{
    font-size: 14px;
  }
  .sec1 .wrap .bottom .tab .next p, .sec1 .wrap .bottom .tab .prev p{
    font-size: 14px;
  }
  .sec1 .wrap .bottom .tab .next{
    flex-direction: row;
  }
  .sec1 .wrap .bottom .tab .prev .icon{
    transform: rotate(180deg);
  }
/* .sec1 .wrap .bottom .tab .next p, .sec1 .wrap .bottom .tab .prev p{ */

/* } */
}