.rongyuzizhi-title {
  margin-top: 50px;
  text-align: center;
  font-weight: 600;
}
.rongyuzizhi-box {
  margin-top: 40px;
  min-height: 420px;
  margin-bottom: 50px;
}
.rongyuzizhi-item {
  display: inline-block;
  width: 33%;
  padding: 10px 30px;
  position: relative;
  color: #222;
}
.rongyuzizhi-item:not(:first-child)::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #eee;
}
.rongyuzizhi-item-icon {
  height: 50px;
  margin-bottom: 15px;
}
.rongyuzizhi-item-title {
  border-bottom: 1px solid #222;
  padding-bottom: 15px;
}
.rongyuzizhi-list {
  padding: 40px 0 70px 0;
  color: #666;
}
.rongyuzizhi-list p {
  margin-bottom: 15px;
}
