/* Generated by less 2.2.0 */
.questions {
  background-color: #f5f5f5;
}
.questions .question_con {
  width: 100%;
  height: 100%;
  min-height: 600px;
  overflow: hidden;
  margin-bottom: 43px;
}
.questions .question_con .question_menu {
  width: 249px;
  height: 100%;
  float: left;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}
.questions .question_con .question_menu .q_list {
  width: 230px;
  padding: 10px 0px 10px 19px;
  border-bottom: 1px solid #e6e6e6;
  display: none;
}
.questions .question_con .question_menu .q_list li {
  line-height: 30px;
  font-size: 14px;
}
.questions .question_con .question_menu .q_list_show {
  display: block;
}
.questions .question_con .question_text {
  width: 929px;
  float: right;
  background-color: #fff;
}
.questions .question_con .question_text .text_area {
  width: 879px;
  padding: 18px 25px;
  font-size: 14px;
  line-height: 28px;
}
.questions .question_con .question_text .text_area .q_text {
  color: #0082df;
}
.questions .question_con .question_text .text_area .a_text {
  color: #000000;
}
