.question_item[data-v-ed5e0192] {
  padding: 7px 23px;
  min-height: 160px;
  -webkit-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  background-color: white;
  font-size: 14px;
  color: #8c8f99;
}
.question_item .question_name[data-v-ed5e0192] {
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.question_item .submit_num[data-v-ed5e0192] {
  font-size: 30px;
  margin-bottom: 12px;
  color: #F63C14;
  font-weight: bold;
}
.question_item .time_text[data-v-ed5e0192] {
  font-size: 22px;
  margin-bottom: 12px;
  color: #333333;
  font-weight: bold;
}
.head_rect[data-v-ed5e0192] {
  width: 100%;
  padding: 37px 0;
  background-color: #1e8fc6;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  text-align: center;
  color: white;
}
.head_rect div[data-v-ed5e0192]:nth-child(1) {
  font-size: 28px;
}
.head_rect div[data-v-ed5e0192]:nth-child(2) {
  font-size: 20px;
}

