.zx-container {
  box-sizing: border-box;
  width: 100%;
  min-height: 100px;
  padding: 20px 35px 20px 20px;
  line-height: 26px;
  background: #fff;
  border-radius: 12px;
}
.zx-container img {
  margin-left: auto;
  margin-right: auto;
}
.zx-container .zx-title {
  overflow: hidden;
  color: #252525;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zx-container .zx-info {
  margin: 10px auto 20px;
  color: #a6a6a6;
  font-size: 12px;
}
.zx-container .zx-info span {
  margin-right: 10px;
}
.zx-container .zx-rich {
  color: #333;
  font-size: 14px;
}

.zx-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.zx-box-item {
  width: 213px;
  height: 40px;
  margin-right: 60px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  background: #1f7bf1;
  cursor: pointer;
}
