.s-block .content {
  line-height: 200%;
}

.s2-block ul,.list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.s2-block ul li {
  margin-right: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 160%;
  position: relative;
}
.s2-block ul li span,.list3 li span {
  color: #E64588;
}
.s2-block .big-tit,.s4-block .big-tit {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #E64588;
  line-height: 160%;
}

.s3-block .c-list-item32 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.s3-block .c-list-item32 a:hover figure {
  opacity: 1;
}

.word2 {
  background-color: #fff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  /* height: 120px; */
  padding: 20px 40px;
}

.word2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}

.list3 {
  margin-top: 20px;
}
