.section1 {
  padding-top: 100px;
}
.section1 .wrap {
  padding-bottom: 156px;
  position: relative;
}
.section1 .wrap .text {
  color: #666;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 50px;
}
.section1 .wrap .return {
  height: 40px;
  position: absolute;
  top: 0;
  right: -200px;
  align-items: center;
}
.section1 .wrap .return .icon {
  transform: none !important;
  width: 13px;
}
.section1 .wrap .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.section1 .wrap .list .item a {
  background-color: #F8F8F8;
  padding: 40px;
  display: block;
  transition: all 0.6s;
  border: 1px solid transparent;
}
.section1 .wrap .list .item a:hover {
  border-radius: 40px 0 0 0;
  background-color: #fff;
  border-color: #F38D2C;
}
.section1 .wrap .list .item a:hover .img img {
  transform: scale(1.05);
}
.section1 .wrap .list .item a:hover .common_more {
  color: #F38D2C;
}
.section1 .wrap .list .item a:hover .common_more .icon {
  transform: translateX(5px);
}
.section1 .wrap .list .item a .type {
  text-align: center;
  margin-bottom: 10px;
}
.section1 .wrap .list .item a .type p {
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.section1 .wrap .list .item a .txt {
  text-align: center;
  margin-bottom: 30px;
}
.section1 .wrap .list .item a .txt p {
  color: #555;
  font-size: 12px;
}
.section1 .wrap .list .item a .img {
  margin-bottom: 40px;
  height: 120px;
  display: flex;
  justify-content: center;
}
.section1 .wrap .list .item a .img img {
  transition: all 0.6s;
}
