.rencaizhaopin{
  width:80%;
  margin:60px auto;
}

.hero-banner {
  width: 100%
}

.hero-banner img {
  width: 100%;
  height: auto;
  display: block
}
.wealth-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.wealth-card {
  background: #fff
}

.wealth-img {
  width: 100%;
  height: auto;
  display: block
}

.wealth-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.wealth-title {
  font-size: 18px;
  color: #241713;
  font-weight: 500;
}

.wealth-link {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.wealth-link span {
  color: #3f3939;
  font-size: 12px;
}

.wealth-link-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle
}

.wealth-divider {
  height: 1px;
  background: #e5e5e5
}