@charset "UTF-8";
/*------------------------------------*\
  #font-size
\*------------------------------------*/
/*------------------------------------*\
  #compass support
\*------------------------------------*/
/*------------------------------------*\
  #border-radius  边框圆角
\*------------------------------------*/
/*------------------------------------*\
  #css3
\*------------------------------------*/
.other-questions {
  padding-bottom: 15px;
}

.other-questions {
  width: 800px;
  border-top: 1px solid #ccc;
  padding-top: 30px;
  margin-top: 30px;
  box-sizing: border-box;
}
.other-questions h2 {
  font-size: 0;
  font-weight: normal;
  height: 26px;
  position: relative;
  border-bottom: 1px solid #E8EBED;
  padding-bottom: 41px;
  box-sizing: border-box;
}
.other-questions h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 16px;
  border-radius: 4px;
  background: #d10420;
}
.other-questions h2 span {
  display: inline-block;
  margin-left: 16px;
  width: 80px;
  height: 26px;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 26px;
}
.other-questions h2 i {
  display: inline-block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #999999;
  margin: 0 10px;
  position: relative;
  top: -2px;
}
.other-questions h2 em {
  color: #999999;
  font-size: 14px;
  display: inline-block;
}

.other-questions--content li {
  box-sizing: border-box;
  position: relative;
  margin-top: 15px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}
.other-questions--content li > a {
  width: 100%;
}
.other-questions--content li > a:hover span {
  color: #d10420;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.other-questions--content li > a span, .other-questions--content li > a em {
  display: block;
  font-size: 14px;
  line-height: 19px;
}
.other-questions--content li > a span {
  color: #333;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 130px);
}
.other-questions--content li > a span:hover {
  color: #d10420;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.other-questions--content li > a em {
  color: #999;
  float: right;
}
.other-questions--content .bg1:before {
  background-image: url("../image/report/report_01.png");
}
.other-questions--content .bg2:before {
  background-image: url("../image/report/report_02.png");
}
.other-questions--content .bg3:before {
  background-image: url("../image/report/report_03.png");
}
.other-questions--content .bg4:before {
  background-image: url("../image/report/report_04.png");
}
.other-questions--content .bg5:before {
  background-image: url("../image/report/report_05.png");
}
.other-questions--content .bg5:before {
  background-image: url("../image/report/report_05.png");
}
.other-questions--content .bg6:before {
  background-image: url("../image/report/report_06.png");
}
.other-questions--content .bg7:before {
  background-image: url("../image/report/report_07.png");
}
.other-questions--content .bg8:before {
  background-image: url("../image/report/report_08.png");
}
.other-questions--content .bg9:before {
  background-image: url("../image/report/report_09.png");
}
.other-questions--content .bg10:before {
  background-image: url("../image/report/report_10.png");
}

/*# sourceMappingURL=other-questions.css.map */
