    body {
      background-color: #f6f5f4;
    }
    .main{
      margin: 13px 0 66px;
    }
    .right {
    background-color: #fff ;
    }
    .h_div{
      height: 15px;
      background-color: #f6f5f4;
    }
    .one {
      padding: 4px 0 8px 0;
      background-color: #f6f5f4;
    }
    .one_img {
      width: 30px;
      height: 22px;
      margin-bottom:10px;
    }
    .one_span {
      height: 21px;
      line-height: 21px;
      font-size: 24px;
      font-weight: 500;
      color: #333333;
      margin-left: 7px;
    }
    .two {
      width: 900px;
      background-color: #ffffff;
      padding:0 20px;
      box-sizing:border-box;
    }
    .two .two_li:last-child{
      border-bottom: 0;
    }
    .two li{
      padding:0 12px;
      border-bottom: 1px solid #e9e6e4;
    }
    .two li:hover{
      cursor: pointer;
      background-color: rgba(254, 139, 0, 0.06);
    }
    .two li:last-child{
      border-bottom: 0;
    }
    .two li a{
      display:inline-block;
      width:100%;
      height: 62px;
      line-height: 62px;
      font-size: 16px;
      font-weight: 400;
      color: #333;
      background:url('../image/icon_next.png') no-repeat center right;
      background-size:10px 15px;
    }
    .two li:hover a{
      color: #fe8b00;
      background-image:url('../image/icon_next_cur.png');
    }