@charset "UTF-8";
body {
  font-family: 微软雅黑, arial, tahoma, simsun, sans-serif;
  color: #444;
  background-color: #fff;
  font-size: 12px;
  position: relative;
}

#question {
  margin: 0 auto;
  width: 1000px;
  padding-bottom: 30px;
}
#question .h40 {
  height: 40px;
}
#question .title {
  height: 45px;
  line-height: 45px;
  text-indent: 50px;
  background: url(./img/wenhao.png) no-repeat 0 0;
  font-size: 36px;
  color: #4c4c4c;
}
#question ul {
  padding-top: 20px;
  list-style: none;
}
#question ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #dddddd;
}
#question ul li h3 {
  font-style: normal;
  color: #4c4c4c;
  font-size: 18px;
  height: 18px;
  padding-bottom: 15px;
}
#question ul li p {
  font-size: 12px;
  color: #878787;
  line-height: 22px;
}
#question ul li a {
  font-size: 12px;
  color: #0078E7;
  padding: 0 5px;
  -webkit-transition: color 0.5s, background-color 0.5s;
  -moz-transition: color 0.5s, background-color 0.5s;
  -ms-transition: color 0.5s, background-color 0.5s;
}
#question ul li a:hover {
  color: #FF7F00;
  background-color: #dddddd;
}/*# sourceMappingURL=index.css.map */