@charset "UTF-8";
#content {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
#content * {
  font-family: 微软雅黑, arial, tahoma, simsun, sans-serif;
}
#content .help_menu {
  float: left;
}
#content .help_menu .menu_title {
  height: 40px;
  line-height: 40px;
  background-color: #FF9326;
  font-size: 14px;
  color: #ffffff;
  padding-left: 20px;
  cursor: default;
}
#content .help_menu ul {
  width: 190px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 5px 5px 0 5px;
}
#content .help_menu ul li {
  margin-bottom: 5px;
  height: 24px;
  line-height: 24px;
}
#content .help_menu ul li a {
  display: block;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  padding: 6px 0 6px 0;
  _padding: 8px 0 4px 0;
  color: #999999;
  text-indent: 15px;
  border-radius: 20px;
  -webkit-transition: color 0.2s, background-color 0.5s, text-indent 0.5s;
  -moz-transition: color 0.2s, background-color 0.5s, text-indent 0.5s;
  -ms-transition: color 0.2s, background-color 0.5s, text-indent 0.5s;
}
#content .help_menu ul li a.now {
  color: #FF7F00 !important;
}
#content .help_menu ul li a:hover {
  color: #ffffff;
  background-color: #999999;
  text-indent: 27px;
}
#content .help_right {
  float: left;
  padding-left: 60px;
  width: 720px;
  padding-bottom: 50px;
}
#content .help_right .title {
  font-size: 36px;
  color: #333333;
  padding-bottom: 10px;
}
#content .help_right p {
  color: #999999;
  font-size: 14px;
  line-height: 26px;
  padding: 6px 0;
}
#content .help_right p.center {
  text-align: center;
  text-indent: 0;
  padding: 10px 0;
}
#content .help_right h3 {
  color: #777777;
  font-size: 14px;
  line-height: 40px;
}
#content .help_right table {
  margin: 15px 0 15px 30px;
  border-collapse: collapse;
}
#content .help_right table td {
  color: #999999;
  font-size: 14px;
}/*# sourceMappingURL=index.css.map */