body {
  background: #f3f3f3; }

.navigation {
  width: 230px;
  border: 1px solid #e6e6e6;
  float: left;
  background: #ffffff;
  border-top: none;
  margin-top: 20px;
  margin-bottom: 60px; }
  .navigation dl {
    margin: 0;
    padding: 0;
    border: 0; }
    .navigation dl dt {
      height: 50px;
      line-height: 50px;
      position: relative;
      cursor: pointer;
      font-size: 16px;
      padding-left: 20px;
      border-bottom: 1px solid #e6e6e6;
      border-top: 1px solid #E6E6E6;
      background: #f2f2f2; }
      .navigation dl dt i {
        font-size: 20px;
        color: #6cabf9;
        width: 20px; }
      .navigation dl dt span {
        font-size: 18px;
        font-weight: 900;
        margin-left: 15px; }
      .navigation dl dt b {
        font-size: 30px;
        color: #6cabf9;
        position: relative;
        top: 9px;
        float: right;
        right: 10px;
        display: none; }
    .navigation dl dd {
      text-decoration: none;
      font-size: 14px;
      line-height: 35px;
      width: 148px;
      height: 35px;
      display: block;
      margin-left: 55px;
      display: block; }
      .navigation dl dd:hover {
        color: #6cabf9; }

.content {
  float: left;
  width: 950px; }
  .content .content_top {
    margin-top: 40px;
    margin-left: 35px; }
  .content .search {
    width: 275px;
    height: 40px;
    border: 1px solid #e6e6e6;
    background-color: white;
    display: inline-block; }
    .content .search i {
      font-size: 30px;
      color: #6cabf9;
      position: relative;
      top: 5px;
      left: 15px; }
    .content .search #search {
      height: 30px;
      position: relative;
      top: -2px;
      left: 19px;
      width: 222px;
      border: none; }

#search_btn {
  display: inline-block;
  width: 80px;
  height: 42px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  background: #f2f2f2;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  border-left: none;
  position: relative;
  top: 2px;
  right: 4px; }

.keyword {
  display: inline-block;
  height: 40px;
  width: 495px;
  border: 1px solid #e6e6e6;
  position: relative;
  left: 59px;
  background: white; }
  .keyword b {
    line-height: 42px;
    margin-left: 20px; }
  .keyword span {
    margin-left: 5px;
    color: #999;
    cursor: pointer; }
    .keyword span:hover {
      color: #6cabf9; }

.detail {
  border: 1px solid #e6e6e6;
  margin-left: 35px;
  width: 919px;
  margin-top: 25px;
  background-color: white; }
  .detail .mid-help {
    width: 840px;
    margin: 30px auto; }
    .detail .mid-help dl {
      margin-top: 10px; }
    .detail .mid-help dt {
      height: 50px;
      line-height: 50px;
      cursor: pointer;
      font-size: 16px;
      background: #f0f0f0;
      color: #666;
      font-weight: 600;
      padding-left: 20px; }
      .detail .mid-help dt b {
        font-size: 30px;
        color: #6cabf9;
        position: relative;
        top: 9px;
        float: right;
        right: 10px; }
    .detail .mid-help dd {
      padding: 5px 10px 5px 8px;
      line-height: 22px;
      color: #666; }
      .detail .mid-help dd p {
        text-indent: 2em;
        line-height: 26px;
        margin-top: 10px; }
      .detail .mid-help dd span {
        font-size: 14px;
        color: #666; }
      .detail .mid-help dd img {
        width: 835px;
        margin-top: 15px; }

.clear {
  clear: both; }

/*# sourceMappingURL=Help.css.map */
