.section1 {
  background-color: #F8F8F8;
}
.section1 .wrap {
  padding-top: 184px;
  padding-bottom: 122px;
}
.section1 .wrap .common_title {
  text-align: center;
}
.section1 .wrap .list {
  margin-top: 60px;
  margin-bottom: 40px;
}
.section1 .wrap .list .list_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F38D2C;
  height: 72px;
  padding: 0 60px;
  margin-bottom: 10px;
}
.section1 .wrap .list .list_top p {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  width: 150px;
  text-align: center;
}
.section1 .wrap .list .list_top p:nth-child(1) {
  text-align: left;
  width: 200px;
}
.section1 .wrap .list .list_top p:nth-last-child(1) {
  width: 40px;
}
.section1 .wrap .list .item {
  padding: 0 60px;
  background: #FFF;
}
.section1 .wrap .list .item:not(:nth-last-child(1)) {
  margin-bottom: 10px;
}
.section1 .wrap .list .item .none {
  padding: 20px 0 54px;
  display: none;
}
.section1 .wrap .list .item .none .none_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.section1 .wrap .list .item .none .none_box .none_content {
  width: 700px;
}
.section1 .wrap .list .item .none .none_box .none_content h5 {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 14px;
}
.section1 .wrap .list .item .none .none_box .none_content p {
  color: #555;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
}
.section1 .wrap .list .item .none .none_box .more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 27px;
  border: 1px solid #F38D2C;
  color: #F38D2C;
  font-size: 14px;
  font-weight: 400;
  transition: 0.6s;
}
.section1 .wrap .list .item .none .none_box .more span {
  text-decoration: underline;
}
.section1 .wrap .list .item .none .none_box .more:hover {
  background: #F38D2C;
  color: #FFFFFF;
}
.section1 .wrap .list .item .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  cursor: pointer;
}
.section1 .wrap .list .item .block p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  width: 150px;
  text-align: center;
}
.section1 .wrap .list .item .block p:nth-child(1) {
  text-align: left;
  width: 200px;
}
.section1 .wrap .list .item .block p:nth-last-child(1) {
  width: 40px;
  transition: 0.6s;
}
.section1 .wrap .list .item .block:hover p:nth-last-child(1) {
  color: #F38D2C;
}
