body {
  background-color: #fff;
}
.question_top {
  width: 100%;
  height: 130px;
  text-align: center;
  line-height: 130px;
  background: url(wjwt_title.png) center center no-repeat;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  border-bottom: 4px solid #CFDEEA;
}

.question_list {
  width: 1300px;
  margin: 0 auto;
  /* padding: 0px 30px; */
}
.question_list .question_item {
  width: 100%;
  padding: 30px 30px;
}

.q_title {
  display: inline-block;
  width: 100%;
  height: 28px;
  line-height: 28px;
  background: url(QQ.png) left top no-repeat;
  padding-left: 35px;
  margin-bottom: 10px;
}
.q_title a {
  font-weight: 500;
  font-size: 18px;
  color: #004F8E;
}
.q_content {
  min-height: 28px;
}
.q_content .infol {
  float: left;
}
.q_content .infor {
  width: 1200px;
  float: right;
  font-weight: 400;
  font-size: 16px;
  color: #172041;
  line-height: 25px;
}


.question_list .question_item:nth-child(even) {
  background-color: #F8F8F8;
}