@CHARSET "UTF-8";
.help_detail {
  width: 958px;
  border: 1px solid #18c2c8;
  background: #fff;
  margin: 0 auto;
}
.help_detail h2 {
  font-size: 16px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #333;
  border-bottom: 1px dashed #eee;
}
.help_detail ul {
  padding: 20px;
  color: #666;
}
.help_detail ul li {
  line-height: 30px;
  font-size: 14px;
  letter-spacing: 1px;
}
.help_detail ul li a {
  color: #e12160;
}
.help_detail ul li.title {
  font-weight: bold;
  font-size: 14px;
  font-family: Tahoma;
}