.rczp {
  padding: 12px 46px;
  font-size: 16px;
}
.rczp-list {
  color: #222;
}
.rczp-item {
  padding: 18px 0;
  border-bottom: 1px solid #EBEBEB;
}
.rczp-item:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 10px;
  background: url(triangle-right-active.png) center no-repeat;
  margin-right: 16px;
}
.rczp time {
  float: right;
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
@media screen and (max-width: 1000px) {
  .rczp {
    padding: 0px 10px;
  }
}