.section1 {
  background-color: #F8F8F8;
  overflow: unset;
}
.section1 .wrap {
  padding-top: 208px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 156px;
}
.section1 .wrap .left {
  width: 800px;
}
.section1 .wrap .left .top {
  padding-bottom: 50px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 40px;
}
.section1 .wrap .left .top .time {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section1 .wrap .left .top .time .icon {
  width: 20px;
  display: flex;
  align-items: center;
}
.section1 .wrap .left .top .time .icon img {
  width: 100%;
}
.section1 .wrap .left .top .time p {
  color: #F28D2C;
}
.section1 .wrap .left .bottom p {
  color: #555555;
  font-size: 16px;
  line-height: 2;
}
.section1 .wrap .left .bottom p img {
  margin-top: 20px;
  height: auto;
}
.section1 .wrap .right {
  width: 420px;
  padding: 30px 30px 40px;
  background-color: #FFFFFF;
  height: fit-content;
  position: sticky;
  top: 100px;
}
.section1 .wrap .right .tit {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 20px;
}
.section1 .wrap .right .tit h4 {
  color: #999;
  font-size: 24px;
}
.section1 .wrap .right .list {
  margin-bottom: 20px;
}
.section1 .wrap .right .list .item {
  display: block;
  padding: 20px 0;
}
.section1 .wrap .right .list .item .text p {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.6s;
}
.section1 .wrap .right .list .item .time p {
  color: #999999;
  font-size: 12px;
}
.section1 .wrap .right .list .item:hover .text p {
  color: #F28D2C;
}
.section1 .wrap .right .return {
  height: 40px;
  align-items: center;
  padding: 0 15px;
}
.section1 .wrap .right .return .icon {
  transform: none !important;
  width: 16px;
}
.section1 .wrap .right .return .icon img {
  width: 100%;
}
