.container {
  position: relative;
}
.question {
  margin-bottom: 52px;
  margin-top: 32px;
  padding-bottom: 25px;
  background-color: #fff;
  margin-left: 21px;
  min-height: 322px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.question-box {
  display: none;
}
.question-box.active {
  display: block;
}
.question-title {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 54px;
  padding-left: 32px;
}
.question-title:before {
  content: ' ';
  position: absolute;
  left: 20px;
  top: 18px;
  display: block;
  width: 5px;
  height: 18px;
  background-color: #FC3121;
}
.question-ul {
  padding-bottom: 15px;
}
.question-li {
  margin-left: 20px;
  line-height: 40px;
}
.question-li a {
  margin-left: 13px;
  border-bottom: 1px solid transparent;
  font-size: 12px;
}
.question-li a:hover {
  color: #f30;
  border-bottom: 1px solid #f30;
}
.question-li:nth-child(2n) {
  background-color: #F6F6F6;
}
.pagination {
  margin-left: 20px;
  overflow: hidden;
}
.questionTable {
  position: absolute;
  left: -36px;
  top: 42px;
  border: 1px solid #ccc;
}
.questionTable li {
  width: 48px;
  height: 80px;
  font-size: 12px;
  padding: 6px 0 14px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 28px 28px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.questionTable li span {
  display: block;
  width: 28px;
  height: 28px;
  margin: 2px auto;
  background: url(fxq_question.gif) no-repeat;
}
.questionTable li a {
  color: #666;
  display: block;
  line-height: 14px;
  text-align: center;
}
.questionTable li:nth-child(1) span {
  background-position: 0 0;
}
.questionTable li:nth-child(1).active span,
.questionTable li:nth-child(1):hover span {
  background-position: 0px -28px;
}
.questionTable li:nth-child(2) span {
  background-position: -28px 0;
}
.questionTable li:nth-child(2).active span,
.questionTable li:nth-child(2):hover span {
  background-position: -28px -28px;
}
.questionTable li:nth-child(3) span {
  background-position: -56px 0;
}
.questionTable li:nth-child(3).active span,
.questionTable li:nth-child(3):hover span {
  background-position: -56px -28px;
}
.questionTable li:nth-child(4) {
  border-bottom: 0;
}
.questionTable li:nth-child(4) span {
  background-position: -84px 0;
}
.questionTable li:nth-child(4).active span,
.questionTable li:nth-child(4):hover span {
  background-position: -84px -28px;
}
.questionTable li:hover,
.questionTable li.current {
  background-color: #999;
}
.questionTable li:hover a,
.questionTable li.current a {
  color: #fff;
}