.margin30 {
  margin-top: 30px;
}
.qa-list {
  width: 100%;
  overflow: hidden;
  padding: 0 10px;
}
.qa-list ul {
  overflow: hidden;
}
.qa-list ul li {
  overflow: hidden;
  margin-top: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.qa-list ul li .question {
  overflow: hidden;
}
.qa-list ul li .question img {
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
.qa-list ul li .question span {
  color: #df5000;
  display: inline-block;
  line-height: 40px;
}
.qa-list ul li .question h3 {
  clear: both;
  overflow: hidden;
  color: #404040;
  font-size: 18px;
  margin: 10px 0;
  margin-bottom: 0;
  line-height: 30px;
}
.qa-list ul li .answer {
  overflow: hidden;
  padding-left: 20px;
  margin-top: 10px;
}
.qa-list ul li .answer img {
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
.qa-list ul li .answer span {
  color: #0c91e5;
  display: inline-block;
  line-height: 30px;
}
.qa-list ul li .answer p {
  clear: both;
  color: #404040;
  font-size: 16px;
  margin-bottom: 0;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
/*# sourceMappingURL=list-qa.css.map */