/*flex函数*/
.space-between {
  justify-content: space-between;
}
.space-between {
  justify-content: space-between;
}
.section-delegate {
  background: #f7f7f7;
}
.section-delegate img {
  width: 100%;
  margin-bottom: .5rem;
}
.section-delegate .section-content {
  text-align: center;
}
.section-delegate .section-content a {
  width: 3rem;
  line-height: .45rem;
  text-align: center;
  background: #5eb762;
  border-radius: .2rem;
  display: block;
  margin: 0 auto;
  font-size: .28rem;
  color: #fff;
}
.section-delegate .section-content p {
  padding: .3rem .2rem;
  font-size: .2rem;
  line-height: .3rem;
}
.section-ys {
  padding: 0 .5rem;
}
.section-ys .section-content {
  text-align: center;
}
.section-ys .section-content ul {
  display: -webkit-box !important;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box !important;
  /* Firefox 17- */
  display: -webkit-flex !important;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -ms-flexbox !important;
  /* IE 10 */
  display: flex!important;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  align-items: center!important;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-ys .section-content li {
  width: 44%;
  background: #f2f2f2;
  border: .01rem dashed #4caf50;
  margin-bottom: .5rem;
}
.section-ys .section-content li img {
  width: 1rem;
  margin: .3rem auto 0 auto;
}
.section-ys .section-content .des {
  padding: .2rem;
}
.section-ys .section-content h1 {
  font-size: .32rem;
  padding-bottom: .15rem;
}
.section-ys .section-content p {
  font-size: .2rem;
  line-height: .3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: .6rem;
}
