.zx {
  box-sizing: border-box;
  width: 100%;
  min-height: 100px;
  padding: 20px 26px 30px 20px;
  background: #fff;
}
.zx-title {
  color: #252525;
  font-size: 18px;
  text-align: center;
}
.zx-list {
  margin-top: 30px;
  line-height: 16px;
}
.zx-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.zx-item:last-child {
  margin-bottom: 0;
}
.zx-link {
  display: flex;
}
.zx-desc {
  width: 720px;
  overflow: hidden;
  color: #333;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.zx-desc:hover {
  color: #1f7bf1;
}
.zx-time {
  color: #787878;
  font-size: 12px;
}