.zjjx_stzj {
  flex: 1;
}
.zjjx_stzj > .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5.3333vw 4.2667vw 4.2667vw;
}
.zjjx_stzj > .top > .title {
  font-size: 4.2667vw;
  font-weight: bold;
  color: #181818;
}
.zjjx_stzj > .top > .recommend {
  display: flex;
  align-items: center;
}
.zjjx_stzj > .top > .recommend > a {
  width: 19.4667vw;
  height: 6.4vw;
  background: #eeeeee;
  border-radius: 0.5333vw;
  font-size: 3.7333vw;
  color: #181818;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3.2vw;
}
.zjjx_stzj > .top > .recommend > a.active {
  background: #c60000;
  font-weight: bold;
  color: #ffffff;
}
.zjjx_stzj > .zj_wrap {
  padding: 3.2vw 4.2667vw;
}
.zjjx_stzj > .zj_wrap > .item {
  width: 100%;
  border: 0.2667vw solid #e0e0e0;
  display: flex;
  padding: 1.8667vw 0 2.1333vw 1.8667vw;
  margin-bottom: 3.2vw;
  position: relative;
}
.zjjx_stzj > .zj_wrap > .item > .left {
  width: 27.7333vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 1.0667vw;
  position: relative;
}
.zjjx_stzj > .zj_wrap > .item > .left > .img_wrap {
  width: 10.6667vw;
  height: 10.6667vw;
  border-radius: 50%;
}
.zjjx_stzj > .zj_wrap > .item > .left img {
  width: 10.6667vw;
  height: 10.6667vw;
  border-radius: 50%;
  box-shadow: 0vw 0.2667vw 0.5333vw 0vw #eeeeee;
}
.zjjx_stzj > .zj_wrap > .item > .left > b {
  width: 100%;
  height: 5.3333vw;
  font-size: 3.7333vw;
  color: #181818;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-align: center;
  line-height: 5.3333vw;
  margin-bottom: 2.1333vw;
  margin-top: 0.4vw;
}
.zjjx_stzj > .zj_wrap > .item > .left > .gz {
  width: 13.6vw;
  height: 6.4vw;
  background: #c60000;
  border-radius: 0.2667vw;
  font-size: 3.7333vw;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 6.4vw;
}
.zjjx_stzj > .zj_wrap > .item > .left > .ygz {
  width: 13.6vw;
  height: 6.4vw;
  background: #e0e0e0;
  border-radius: 0.2667vw;
  font-size: 3.7333vw;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 6.4vw;
}
.zjjx_stzj > .zj_wrap > .item > .left::after {
  display: inline-block;
  content: "";
  width: 0.1333vw;
  height: 16.2667vw;
  background-color: #eeeeee;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.zjjx_stzj > .zj_wrap > .item > .right {
  padding-left: 2.6667vw;
  padding-top: 4.9333vw;
}
.zjjx_stzj > .zj_wrap > .item > .right > .assessment {
  width: 36.8vw;
  color: #4a4a4a;
  line-height: 4.4vw;
  font-size: 3.2vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 4.4vw;
}
.zjjx_stzj > .zj_wrap > .item > .right > .tag {
  display: flex;
}
.zjjx_stzj > .zj_wrap > .item > .right > .tag > span {
  padding: 0.5333vw 2.1333vw;
  background: #ffefda;
  border-radius: 3.2vw;
  font-size: 3.2vw;
  color: #4a4a4a;
  margin-right: 2.1333vw;
  display: flex;
}
.zjjx_stzj > .zj_wrap > .item > .right > .tag > span.ds {
  background: #e5f0ff;
  color: #181818;
}
.zjjx_stzj > .zj_wrap > .item > .right > .tag > span.zj {
  background: #FFD1CA;
  color: #181818;
}
.zjjx_stzj > .zj_wrap > .item > .right > .tag > span.pt {
  background: #e0e0e0;
  color: #4a4a4a;
}
.zjjx_stzj > .zj_wrap > .item > .mzl {
  width: 17.8667vw;
  height: 10.6667vw;
  background: #f0f0f0;
  border-radius: 13.3333vw 0vw 0vw 13.3333vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 3.2vw;
}
.zjjx_stzj > .zj_wrap > .item > .mzl > .text {
  font-size: 3.2vw;
  color: #181818;
}
.zjjx_stzj > .zj_wrap > .item > .mzl > .num {
  font-size: 4.8vw;
  font-weight: bold;
  color: #c60000;
}
