@charset "UTF-8";
/**
* 常见问题知识库
* date:2025-9-23
* author: qcn;
 */
.left-hd {
  background-image: url("../images/consult/left_hd_bg.jpg") !important;
}

.problem-item {
  padding: 16px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(49.67%, #F2F5FF), to(#E3EAFF));
  background: linear-gradient(0deg, #F2F5FF 49.67%, #E3EAFF 100%);
}
.problem-item + .problem-item {
  margin-top: 16px;
}
.problem-item-index {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  border-radius: 20px 20px 3px 20px;
  background: #2556D8;
  margin-right: 11px;
  padding: 0 3px;
}
.problem-item-top {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.problem-item-title {
  font-size: 16px;
  font-weight: bold;
  color: #091221;
}
.problem-item-bottom {
  padding: 8px 16px;
  border-radius: 4px;
  background: #FBFCFF;
  border: 1px solid #DEE7FF;
  margin-top: 6px;
  line-height: 20px;
  max-height: 79px;
  overflow: hidden;
}
.problem-item-detail {
  color: #2556D8;
  margin-left: 7px;
}