.zjjx_stzj > .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #e0e0e0;
  margin-top: 16px;
  padding: 17px 16px;
}
.zjjx_stzj > .list > .item {
  width: 49.4%;
  border: 1px solid #e0e0e0;
  display: flex;
  padding: 15px 12px;
  margin-bottom: 12px;
  position: relative;
}
.zjjx_stzj > .list > .item > .left {
  width: 126px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 8px;
  position: relative;
}
.zjjx_stzj > .list > .item > .left > .img_wrap {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}
.zjjx_stzj > .list > .item > .left img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  box-shadow: 0px 2px 4px 0px #eeeeee;
}
.zjjx_stzj > .list > .item > .left > b {
  width: 100%;
  height: 20px;
  color: #181818;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-align: center;
  line-height: 24px;
  margin-bottom: 5px;
  margin-top: 3px;
}
.zjjx_stzj > .list > .item > .left > .gz,
.zjjx_stzj > .list > .item > .left > .ygz {
  width: 60px;
  height: 28px;
  background: #FFEFDA;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  color: var(--red-color);
  text-align: center;
  line-height: 28px;
  cursor: pointer;
}
.zjjx_stzj > .list > .item > .left > .gz.ygz,
.zjjx_stzj > .list > .item > .left > .ygz.ygz {
  color: #999999;
  background: #EEEEEE;
}
.zjjx_stzj > .list > .item > .left::after {
  display: inline-block;
  content: '';
  width: 1px;
  height: 95px;
  background-color: #eeeeee;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.zjjx_stzj > .list > .item > .right {
  flex: 1;
  padding-left: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.zjjx_stzj > .list > .item > .right .zj_box {
  display: flex;
  align-items: center;
}
.zjjx_stzj > .list > .item > .right .zj_box .zj {
  height: 22px;
  padding: 0 9px;
  background: linear-gradient(180deg, #fff7df 0%, #fced98 100%);
  border-radius: 4px;
  font-size: 12px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.zjjx_stzj > .list > .item > .right .zj_box .zj .text {
  color: #ce904f;
}
.zjjx_stzj > .list > .item > .right .zj_box .zj .num {
  font-weight: bold;
  color: #ff6610;
}
.zjjx_stzj > .list > .item > .right .zj_box .mzj {
  height: 22px;
  padding: 0 10px;
  background: #f7f7f7;
  border-radius: 12px;
  display: flex;
  align-items: center;
}
.zjjx_stzj > .list > .item > .right .zj_box .mzj .text {
  font-size: 12px;
  color: #181818;
}
.zjjx_stzj > .list > .item > .right .zj_box .mzj .num {
  font-size: 16px;
  color: #4a4a4a;
}
.zjjx_stzj > .list > .item > .right > .assessment {
  width: 100%;
  height: 40px;
  color: #181818;
  line-height: 20px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.zjjx_stzj > .list > .item > .right > .tag {
  display: flex;
}
.zjjx_stzj > .list > .item > .right > .tag > span {
  padding: 2px 10px;
  border-radius: 12px;
  border: 1px solid #E0E0E0;
  color: #4a4a4a;
  margin-right: 12px;
  display: flex;
}
.zjjx_stzj > .list > .item > .right > .tag > span.ds {
  color: #12aaff;
}
.zjjx_stzj > .list > .item > .right > .tag > span.zj {
  color: #e13737;
}
.zjjx_stzj > .list > .item > .right > .tag > span.pt {
  color: #4a4a4a;
}
.zjjx_stzj > .list > .page_wrap {
  width: 100%;
  text-align: center;
  margin-top: 12px;
}
