.town-welfare {
  padding: 90px 0;
  line-height: 1.5;
  color: #000000;
  font-family: PingFangSC-Regular;
  background: #ffffff;
}
.town-welfare .mod-box {
  width: 1200px;
  margin: 0 auto;
}
.town-welfare .mod-hd {
  position: relative;
  margin-bottom: 55px;
  padding-bottom: 28px;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.town-welfare .mod-hd span {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  height: 3px;
  margin-left: -40px;
  border-radius: 2px;
}
.town-welfare .welfare-bio {
  margin-bottom: 55px;
  font-size: 16px;
  opacity: 0.85;
  text-align: center;
}
.town-welfare .welfare-list {
  font-size: 0;
  text-align: center;
}
.town-welfare .welfare-list > .item {
  display: inline-block;
  width: 270px;
  height: 335px;
  margin: 0 0 50px 40px;
  padding: 15px 30px;
  box-sizing: border-box;
  border: 2px solid #FF6A00;
  border-radius: 10px;
  vertical-align: top;
}
.town-welfare .welfare-list > .item:first-of-type {
  margin-left: 0;
}
.town-welfare .welfare-list > .item > .icon {
  width: 70px;
  height: 70px;
  margin: 35px auto;
  background: scroll no-repeat center;
  background-size: contain;
}
.town-welfare .welfare-list > .item > .title {
  margin-bottom: 20px;
  font-size: 18px;
  opacity: 0.85;
}
.town-welfare .welfare-list > .item > .desc {
  font-size: 14px;
}

