.q-exam {
      padding-top: 90px;
      padding-bottom: 80px;
      width: 1200px;
      margin: 0 auto;
      text-align: center;
}

.q-title {
      background: url(../image/QuestionsandAsked.png) no-repeat center center;
      width: 505px;
      height: 48px;
      display: inline-block;
      margin-bottom: 52px;
}

.question {
      text-align: left;
}

.add {
      background: url(../image/add.png) no-repeat;
      width: 18px;
      height: 18px;
      display: inline-block;
      margin-right: 10px;
      vertical-align: middle;
      margin-bottom: 3px;
}

.less {
      background: url(../image/less.png) no-repeat;
      width: 18px;
      height: 4px;
      display: inline-block;
      margin-right: 10px;
      vertical-align: middle;
      margin-bottom: 3px;
}

.q-line {
      background: url(../image/qline.png) no-repeat;
      width: 1172px;
      height: 1px;
      margin: 20px 0 20px 25px;
}

.q-t {
      font-size: 20px;
      color: #666666;
      cursor: pointer;
}

.q-t:hover {
      color: #3E69F6;
}

.q-detail {
      margin-left: 25px;
      margin-bottom: 20px;
      line-height: 30px;
      color: #999999;
      font-size: 14px;
      letter-spacing: 0.5px;
      overflow: hidden;
      display: none;
}

.more-2 {
      margin: 50px auto 0;
}
.more-2:hover a{
      color: rgb(62,105,246);
}