body {
  background: #eee; }

.top_bar {
  height: 40px;
  line-height: 40px;
  background: #f8f9fb;
  color: #333; }
  .top_bar .getTime span {
    margin-left: 20px; }
  .top_bar .nav_btn {
    margin-top: 8px;
    padding: 6px 0;
    box-sizing: border-box;
    background: #fff; }
    .top_bar .nav_btn li {
      line-height: 14px;
      float: left; }
      .top_bar .nav_btn li a {
        display: block;
        padding-left: 8px;
        padding-right: 8px; }
        .top_bar .nav_btn li a:hover {
          color: #2572f5; }
    .top_bar .nav_btn li + li {
      position: relative; }
      .top_bar .nav_btn li + li:before {
        position: absolute;
        left: 0px;
        top: 1px;
        content: "";
        width: 1px;
        height: 13px;
        background: #273044; }
  .top_bar .search {
    position: relative;
    margin-left: 6px;
    margin-top: 8px;
    width: 240px;
    height: 26px;
    line-height: 24px;
    border: 1px solid #dde4ef;
    box-sizing: border-box; }
    .top_bar .search input {
      width: 100%;
      height: 24px;
      line-height: 24px;
      vertical-align: top;
      padding-left: 6px;
      padding-right: 24px;
      box-sizing: border-box;
      font-size: 14px;
      background: #fff;
      color: #9faec9; }
    .top_bar .search .iconfont {
      position: absolute;
      right: 6px;
      top: 0px;
      color: #9faec9;
      cursor: pointer; }

.header {
  width: 100%;
  height: 270px;
  background: url(../images/top_bg.png) no-repeat center center;
  background-size: cover; }
  .header img {
    margin-top: 80px; }
  .header #flashContent {
    margin-top: -198px;
    margin-left: 600px; }

.main {
  width: 100%; }
  .main div.wrapper {
    padding: 20px 20px 50px;
    box-sizing: border-box;
    background: #f5f5f5;
    min-height: 600px; }
  .main .aside .aside_list > li {
    margin-top: 20px;
    width: 210px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3075b1;
    border-radius: 1px; }
    .main .aside .aside_list > li > a {
      position: relative;
      display: block;
      width: 210px;
      height: 40px;
      overflow: hidden;
      font-size: 16px;
      color: #fff; }
      .main .aside .aside_list > li > a .iconfont {
        position: absolute;
        top: 4px;
        right: 12px;
        font-size: 20px;
        color: #fff; }
    .main .aside .aside_list > li .sub_xhfw_menu {
      display: none;
      padding-top: 10px;
      padding-bottom: 10px;
      background: #fff; }
      .main .aside .aside_list > li .sub_xhfw_menu li {
        line-height: 40px; }
        .main .aside .aside_list > li .sub_xhfw_menu li a {
          display: block;
          width: 210px;
          height: 40px;
          font-size: 16px;
          color: #3075b1; }
      .main .aside .aside_list > li .sub_xhfw_menu .sub_menu_on a {
        color: #ff8a00; }
  .main .aside .aside_list .aside_list_on {
    background: #ff8a00; }
  .main .list_box {
    width: 930px; }
    .main .list_box .list_title {
      width: 100%;
      padding-left: 14px;
      line-height: 40px;
      border-bottom: 2px solid #3075b1;
      box-sizing: border-box;
      background: #fff; }
      .main .list_box .list_title ul {
        overflow: hidden; }
      .main .list_box .list_title li {
        float: left;
        line-height: 39px;
        font-size: 14px;
        color: #3075b1; }
        .main .list_box .list_title li a {
          font-size: 14px;
          color: #3075b1; }
          .main .list_box .list_title li a:hover {
            color: #ff8a00; }
      .main .list_box .list_title li + li:before {
        content: ">";
        margin-left: 8px;
        margin-right: 5px;
        color: #3075b1; }
    .main .list_box .list_info {
      width: 100%;
      margin-top: 9px;
      padding: 10px 20px;
      box-sizing: border-box;
      background: #fff; }
      .main .list_box .list_info .list_info_box {
        padding-left: 15px;
        width: 100%;
        min-height: 488px;
        box-sizing: border-box;
        clear: both; }
        .main .list_box .list_info .list_info_box li {
          position: relative;
          width: 100%;
          border-bottom: 1px solid #e0e0e0;
          line-height: 40px;
          font-size: 14px;
          color: #424242; }
          .main .list_box .list_info .list_info_box li:before {
            position: absolute;
            left: -22px;
            top: 18px;
            content: "";
            display: inline-block;
            width: 6px;
            height: 6px;
            background: #3075b1; }
          .main .list_box .list_info .list_info_box li a {
            width: 740px;
            font-size: 14px;
            color: #424242;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          .main .list_box .list_info .list_info_box li span {
            color: #bdbdbd; }
          .main .list_box .list_info .list_info_box li:hover:before {
            background: #ff8a00; }
          .main .list_box .list_info .list_info_box li:hover a {
            color: #ff8a00; }
      .main .list_box .list_info .pic_list_info_box {
        margin-right: -22px;
        min-height: 488px; }
        .main .list_box .list_info .pic_list_info_box li {
          margin-top: 20px;
          float: left;
          width: 208px;
          margin-right: 20px; }
          .main .list_box .list_info .pic_list_info_box li .video_pic {
            display: block;
            width: 100%;
            height: 153px; }
          .main .list_box .list_info .pic_list_info_box li p {
            padding-left: 4px;
            padding-right: 4px;
            box-sizing: border-box;
            margin-top: 6px;
            height: 20px;
            line-height: 20px;
            font-size: 14px;
            color: #424242;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
            .main .list_box .list_info .pic_list_info_box li p a:hover {
              color: #ff8a00; }
      .main .list_box .list_info .kjhd_list {
        padding-top: 10px;
        min-height: 470px; }
        .main .list_box .list_info .kjhd_list li {
          padding: 12px;
          margin-top: 10px;
          border: 1px solid #ebebeb;
          border-radius: 3px;
          overflow: hidden; }
          .main .list_box .list_info .kjhd_list li .active_pic {
            margin-right: 24px;
            width: 189px;
            height: 113px;
            border-radius: 3px; }
          .main .list_box .list_info .kjhd_list li .kjhd_list_info {
            width: 440px;
            height: 113px;
            overflow: hidden; }
            .main .list_box .list_info .kjhd_list li .kjhd_list_info .list_info_tit {
              display: block;
              line-height: 30px;
              font-size: 18px;
              color: #424242;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
            .main .list_box .list_info .kjhd_list li .kjhd_list_info .list_info_zbf {
              margin-bottom: 10px;
              line-height: 22px;
              font-size: 14px;
              color: #5a5a5a; }
            .main .list_box .list_info .kjhd_list li .kjhd_list_info .list_info_time, .main .list_box .list_info .kjhd_list li .kjhd_list_info .list_info_add {
              font-size: 14px;
              color: #424242;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
              .main .list_box .list_info .kjhd_list li .kjhd_list_info .list_info_time .iconfont, .main .list_box .list_info .kjhd_list li .kjhd_list_info .list_info_add .iconfont {
                margin-right: 6px;
                display: inline-block;
                vertical-align: top;
                padding-left: 1px;
                width: 17px;
                height: 18px;
                line-height: 18px;
                text-align: center;
                border-radius: 50%;
                font-size: 12px;
                background: #379aff;
                color: #fff; }
            .main .list_box .list_info .kjhd_list li .kjhd_list_info .list_info_add {
              margin-top: 10px; }
          .main .list_box .list_info .kjhd_list li .list_sta {
            position: relative;
            text-align: right; }
            .main .list_box .list_info .kjhd_list li .list_sta .active_sta {
              position: relative;
              display: inline-block;
              margin-bottom: 22px;
              width: 76px;
              height: 24px;
              line-height: 24px;
              text-align: center;
              font-size: 14px;
              background: #a9a9a9;
              color: #fff; }
              .main .list_box .list_info .kjhd_list li .list_sta .active_sta:before {
                position: absolute;
                left: -24px;
                top: 0;
                content: "";
                display: inline-block;
                width: 0;
                border: 12px solid transparent;
                border-right-color: #a9a9a9; }
            .main .list_box .list_info .kjhd_list li .list_sta .active_sta_on {
              background: #ff8a00; }
              .main .list_box .list_info .kjhd_list li .list_sta .active_sta_on:before {
                border-right-color: #ff8a00; }
            .main .list_box .list_info .kjhd_list li .list_sta .active_sta_wait {
              background: #379aff; }
              .main .list_box .list_info .kjhd_list li .list_sta .active_sta_wait:before {
                border-right-color: #379aff; }
            .main .list_box .list_info .kjhd_list li .list_sta .qr_code {
              display: inline-block;
              vertical-align: middle;
              width: 32px;
              height: 33px;
              cursor: pointer; }
            .main .list_box .list_info .kjhd_list li .list_sta .release_time {
              margin-top: 14px;
              font-size: 14px;
              color: #a9a9a9; }
            .main .list_box .list_info .kjhd_list li .list_sta .qr_code_box {
              display: none;
              position: absolute;
              right: 36px;
              top: -15px;
              width: 154px;
              height: 143px;
              background: url(../images/qr_code_box.png) no-repeat center; }
              .main .list_box .list_info .kjhd_list li .list_sta .qr_code_box .qr_code {
                position: absolute;
                display: inline-block;
                vertical-align: middle;
                width: 120px;
                height: 120px;
                left: 12px;
                top: 12px; }
      .main .list_box .list_info .rwfc_list {
        padding-left: 10px;
        padding-right: 10px;
        min-height: 538px;
        margin-right: -30px; }
        .main .list_box .list_info .rwfc_list li {
          float: left;
          margin-top: 20px;
          margin-right: 30px; }
          .main .list_box .list_info .rwfc_list li:hover {
            transform: scale(1.01);
            box-shadow: 0 0 18px #575757; }
          .main .list_box .list_info .rwfc_list li a {
            display: block;
            padding: 10px;
            width: 418px;
            box-sizing: border-box;
            border: 1px solid #eee;
            overflow: hidden; }
          .main .list_box .list_info .rwfc_list li .refc_list_pic {
            width: 98px;
            height: 128px;
            padding: 1px 1px 7px 1px;
            background: #2a689d; }
            .main .list_box .list_info .rwfc_list li .refc_list_pic i {
              width: 98px;
              height: 128px;
              display: inline-block;
              vertical-align: middle; }
          .main .list_box .list_info .rwfc_list li .pull-right {
            width: 280px; }
            .main .list_box .list_info .rwfc_list li .pull-right h6 {
              line-height: 24px;
              font-size: 18px;
              font-weight: 600;
              color: #212121;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
            .main .list_box .list_info .rwfc_list li .pull-right > div {
              display: inline-block;
              overflow: hidden;
              height: 96px;
              margin-top: 16px;
              text-indent: 2em;
              line-height: 24px;
              font-size: 16px;
              color: #757575; }
      .main .list_box .list_info .nwwd_list li {
        padding-top: 16px;
        padding-bottom: 16px; }
        .main .list_box .list_info .nwwd_list li .ans_w {
          position: relative;
          padding-left: 32px;
          margin-bottom: 10px;
          width: 100%;
          box-sizing: border-box;
          font-size: 18px;
          color: #000; }
          .main .list_box .list_info .nwwd_list li .ans_w:before {
            position: absolute;
            left: 0;
            top: 3px;
            content: "";
            width: 18px;
            height: 18px;
            display: inline-block;
            vertical-align: -4px;
            margin-right: 14px;
            background: url(../images/ask-w.png) no-repeat; }
        .main .list_box .list_info .nwwd_list li .ans_d {
          color: #666; }
          .main .list_box .list_info .nwwd_list li .ans_d .ans_d_icon {
            display: inline-block;
            margin-top: 5px;
            width: 18px;
            height: 18px;
            background: url(../images/ask-d.png) no-repeat; }
          .main .list_box .list_info .nwwd_list li .ans_d .ans_d_txt {
            display: block;
            width: 96.5%;
            padding-right: 4px;
            box-sizing: border-box;
            font-size: 16px; }
        .main .list_box .list_info .nwwd_list li .role {
          font-size: 18px;
          font-weight: 600;
          color: #1e68f6; }
      .main .list_box .list_info .nwwd_list li + li {
        border-top: 1px dashed #cdcdcd; }
      .main .list_box .list_info .nwwd_words {
        margin-top: 80px; }
        .main .list_box .list_info .nwwd_words .words_tit {
          width: 100%;
          height: 42px;
          line-height: 42px;
          font-size: 18px;
          background: #aeaeae;
          color: #fff; }
          .main .list_box .list_info .nwwd_words .words_tit .iconfont {
            display: inline-block;
            margin-left: 12px;
            margin-right: 12px;
            vertical-align: middle;
            margin-top: -3px;
            font-size: 24px;
            font-weight: 600; }
        .main .list_box .list_info .nwwd_words .info_inp li {
          margin-top: 18px;
          font-size: 16px;
          line-height: 28px; }
          .main .list_box .list_info .nwwd_words .info_inp li .name {
            display: inline-block;
            width: 82px;
            text-align: right; }
          .main .list_box .list_info .nwwd_words .info_inp li .detail {
            vertical-align: top;
            width: 82px; }
          .main .list_box .list_info .nwwd_words .info_inp li input {
            vertical-align: top;
            margin-right: 30px;
            width: 160px;
            height: 28px;
            line-height: 28px;
            padding-left: 6px;
            padding-right: 6px;
            box-sizing: border-box;
            border: 1px solid #dedede; }
          .main .list_box .list_info .nwwd_words .info_inp li textarea {
            width: 782px;
            height: 115px;
            padding: 8px;
            font-size: 16px;
            resize: none;
            border: 1px solid #dedede;
            outline: none;
            overflow: auto; }
        .main .list_box .list_info .nwwd_words .btn_box {
          margin-top: 24px;
          margin-bottom: 24px;
          text-align: center; }
          .main .list_box .list_info .nwwd_words .btn_box > input {
            width: 138px;
            height: 40px;
            background: #5382d2;
            border-radius: 4px;
            color: #fff;
            cursor: pointer; }
          .main .list_box .list_info .nwwd_words .btn_box input + input {
            margin-left: 8px;
            background: #7b7b7b; }
      .main .list_box .list_info .cgk_list_info {
        min-height: 456px;
        overflow: hidden; }
        .main .list_box .list_info .cgk_list_info li {
          float: left;
          width: 50%;
          padding: 16px;
          box-sizing: border-box;
          overflow: hidden;
          border-bottom: 1px solid #eee; }
          .main .list_box .list_info .cgk_list_info li:nth-child(2n) {
            border-left: 1px solid #eee; }
          .main .list_box .list_info .cgk_list_info li .cgk_list_info_pic {
            position: relative;
            width: 160px;
            height: 120px; }
            .main .list_box .list_info .cgk_list_info li .cgk_list_info_pic .cgk_list_info_icon {
              position: absolute;
              right: 8px;
              bottom: 6px;
              width: 34px;
              height: 30px;
              background: url(../images/icon_cg.png) no-repeat center;
              background-size: cover; }
            .main .list_box .list_info .cgk_list_info li .cgk_list_info_pic .xqk_list_info_icon {
              position: absolute;
              right: 8px;
              bottom: 6px;
              width: 34px;
              height: 35px;
              background: url(../images/icon_xq.png) no-repeat center; }
          .main .list_box .list_info .cgk_list_info li .cgk_list_info_txt {
            width: 264px;
            overflow: hidden; }
            .main .list_box .list_info .cgk_list_info li .cgk_list_info_txt h6 {
              min-height: 36px;
              line-height: 18px;
              font-size: 15px;
              color: #3075b1; }
            .main .list_box .list_info .cgk_list_info li .cgk_list_info_txt .date {
              margin-top: 5px;
              margin-bottom: 5px;
              font-size: 14px;
              color: #bdbdbd; }
            .main .list_box .list_info .cgk_list_info li .cgk_list_info_txt .txt {
              line-height: 18px;
              font-size: 14px;
              color: #757575; }
              .main .list_box .list_info .cgk_list_info li .cgk_list_info_txt .txt:hover {
                color: #ff8a00; }
      .main .list_box .list_info .xqk_list_info li {
        width: 100%; }
        .main .list_box .list_info .xqk_list_info li:nth-child(2n) {
          border-left: none; }
        .main .list_box .list_info .xqk_list_info li .cgk_list_info_pic {
          width: 260px;
          height: 100px; }
        .main .list_box .list_info .xqk_list_info li .cgk_list_info_txt {
          width: 626px; }
          .main .list_box .list_info .xqk_list_info li .cgk_list_info_txt h6 {
            line-height: 18px;
            font-size: 15px;
            color: #3075b1; }
          .main .list_box .list_info .xqk_list_info li .cgk_list_info_txt .date {
            margin-top: 6px;
            margin-bottom: 6px;
            font-size: 14px;
            color: #bdbdbd; }
          .main .list_box .list_info .xqk_list_info li .cgk_list_info_txt .txt {
            line-height: 18px;
            font-size: 14px;
            color: #757575; }
            .main .list_box .list_info .xqk_list_info li .cgk_list_info_txt .txt:hover {
              color: #ff8a00; }
    .main .list_box .list_info_cgk {
      padding: 0; }
      .main .list_box .list_info_cgk .pageBar {
        margin-right: 16px; }
    .main .list_box .dgdz_box {
      margin-top: 9px; }
      .main .list_box .dgdz_box .dgdz_list {
        padding: 20px 62px;
        background: #fff; }
        .main .list_box .dgdz_box .dgdz_list table {
          width: 100%; }
          .main .list_box .dgdz_box .dgdz_list table td {
            height: 40px;
            line-height: 40px; }
            .main .list_box .dgdz_box .dgdz_list table td a {
              font-size: 18px;
              color: #000014; }
              .main .list_box .dgdz_box .dgdz_list table td a span + span {
                margin-left: 18px; }
      .main .list_box .dgdz_box .dgdz_detail {
        margin-top: 6px;
        padding: 20px 62px 48px;
        background: #fff; }
        .main .list_box .dgdz_box .dgdz_detail .tit {
          margin-bottom: 14px;
          text-align: center;
          font-size: 18px;
          color: #392931; }
        .main .list_box .dgdz_box .dgdz_detail .txt {
          min-height: 320px;
          font-size: 16px;
          line-height: 24px;
          color: #656562; }
    .main .list_box .hygl_box {
      margin-top: 9px;
      width: 100%;
      height: 482px;
      background: #fff;
      overflow: hidden; }
      .main .list_box .hygl_box .hydl_box {
        width: 360px;
        margin: 32px auto;
        border: 1px solid #eaf1f7; }
        .main .list_box .hygl_box .hydl_box .hydl_box_tit {
          width: 100%;
          height: 80px;
          line-height: 80px;
          text-align: center;
          font-size: 24px;
          font-weight: 600;
          background: #eaf1f7;
          color: #558ebf; }
        .main .list_box .hygl_box .hydl_box .hydl_box_con {
          padding-left: 30px;
          padding-right: 30px;
          background: url(../images/sub_hygl_background.png) 36px 50px no-repeat; }
          .main .list_box .hygl_box .hydl_box .hydl_box_con ul {
            margin-top: 46px;
            border: 1px solid #e0e0e0;
            border-radius: 2px; }
            .main .list_box .hygl_box .hydl_box .hydl_box_con ul li {
              position: relative;
              line-height: 38px; }
              .main .list_box .hygl_box .hydl_box .hydl_box_con ul li input {
                width: 100%;
                padding-left: 44px;
                box-sizing: border-box;
                vertical-align: top;
                line-height: 38px;
                height: 38px;
                font-size: 16px;
                color: #212121; }
                .main .list_box .hygl_box .hydl_box .hydl_box_con ul li input::-webkit-input-placeholder {
                  color: #212121; }
                .main .list_box .hygl_box .hydl_box .hydl_box_con ul li input:-moz-placeholder {
                  color: #212121; }
                .main .list_box .hygl_box .hydl_box .hydl_box_con ul li input::-moz-placeholder {
                  color: #212121; }
                .main .list_box .hygl_box .hydl_box .hydl_box_con ul li input:-ms-input-placeholder {
                  color: #212121; }
              .main .list_box .hygl_box .hydl_box .hydl_box_con ul li .iconfont {
                position: absolute;
                left: 12px;
                font-weight: 600;
                font-size: 18px;
                color: #e0e0e0; }
              .main .list_box .hygl_box .hydl_box .hydl_box_con ul li .icon-lock {
                font-size: 24px;
                left: 10px;
                top: 2px; }
            .main .list_box .hygl_box .hydl_box .hydl_box_con ul li + li {
              border-top: 1px solid #e0e0e0; }
          .main .list_box .hygl_box .hydl_box .hydl_box_con .inp_btn {
            margin-top: 46px;
            margin-bottom: 88px;
            width: 100%;
            height: 36px;
            line-height: 36px;
            background: #ff8a00;
            color: #fff; }
    .main .list_box .xhzc_box {
      margin-top: 9px;
      min-height: 660px; }
    .main .list_box .page_box {
      margin-top: 46px;
      text-align: center;
      font-size: 0px;
      color: #3a3a3a; }
      .main .list_box .page_box span {
        display: inline-block;
        margin-left: 5px;
        padding: 5px 8px;
        border: 1px solid #dddddd;
        vertical-align: middle;
        font-size: 14px; }
      .main .list_box .page_box .show_num {
        border: none; }
      .main .list_box .page_box .page_on {
        color: #3075b1; }
      .main .list_box .page_box span:not(.show_num):hover {
        color: #fff;
        background: #ff8a00;
        cursor: pointer; }
  .main .detail_box {
    width: 930px; }
    .main .detail_box .detail_title {
      width: 100%;
      padding-left: 14px;
      line-height: 40px;
      border-bottom: 2px solid #3075b1;
      box-sizing: border-box;
      background: #fff; }
      .main .detail_box .detail_title ul {
        overflow: hidden; }
      .main .detail_box .detail_title li {
        float: left;
        line-height: 39px;
        font-size: 14px;
        color: #3075b1; }
        .main .detail_box .detail_title li a {
          font-size: 14px;
          color: #3075b1; }
          .main .detail_box .detail_title li a:hover {
            color: #ff8a00; }
      .main .detail_box .detail_title li + li:before {
        content: ">";
        margin-left: 8px;
        margin-right: 5px;
        color: #3075b1; }
    .main .detail_box .detail_info {
      width: 100%;
      margin-top: 9px;
      padding: 20px 60px 32px 60px;
      box-sizing: border-box;
      background: #fff; }
      .main .detail_box .detail_info h4 {
        line-height: 44px;
        text-align: center;
        font-size: 24px;
        color: #3075b1; }
      .main .detail_box .detail_info .time {
        text-align: center;
        line-height: 32px;
        color: #bdbdbd; }
        .main .detail_box .detail_info .time span + span {
          margin-left: 80px; }
      .main .detail_box .detail_info .txt_box {
        margin-top: 10px;
        min-height: 640px;
        font-size: 14px;
        color: #424242; }
        .main .detail_box .detail_info .txt_box img {
          max-width: 700px; }
        .main .detail_box .detail_info .txt_box p {
          text-indent: 2em;
          line-height: 180%;
          margin-bottom: 15px;
          font-size: 14px; }
        .main .detail_box .detail_info .txt_box .fj_box {
          margin-top: 20px; }
          .main .detail_box .detail_info .txt_box .fj_box span {
            font-size: 14px;
            font-weight: 600;
            color: #212121; }
          .main .detail_box .detail_info .txt_box .fj_box a {
            color: #3075b1; }
    .main .detail_box .rwfc_detail {
      padding: 10px 10px 20px;
      background: #fff; }
      .main .detail_box .rwfc_detail .right_detail_tit {
        padding-top: 20px;
        padding-bottom: 12px;
        border-bottom: 1px solid #f7e6e5;
        text-align: center; }
        .main .detail_box .rwfc_detail .right_detail_tit h5 {
          line-height: 40px;
          font-size: 24px;
          font-weight: 300;
          color: #424242; }
        .main .detail_box .rwfc_detail .right_detail_tit p {
          line-height: 28px;
          color: #bdbdbd; }
      .main .detail_box .rwfc_detail .right_detail_txt {
        min-height: 440px;
        padding: 18px 4px 40px;
        font-size: 14px;
        color: #424242; }
        .main .detail_box .rwfc_detail .right_detail_txt img {
          max-width: 700px; }
        .main .detail_box .rwfc_detail .right_detail_txt p {
          text-indent: 2em;
          line-height: 180%;
          margin-bottom: 15px;
          font-size: 14px; }
        .main .detail_box .rwfc_detail .right_detail_txt .fj_box {
          margin-top: 30px; }
          .main .detail_box .rwfc_detail .right_detail_txt .fj_box span {
            font-size: 14px;
            font-weight: 600;
            color: #212121; }
          .main .detail_box .rwfc_detail .right_detail_txt .fj_box a {
            color: #3075b1; }
      .main .detail_box .rwfc_detail .rwfc_pic {
        margin-left: 4px;
        margin-top: 22px;
        margin-right: 22px;
        margin-bottom: 16px;
        width: 235px;
        height: 300px; }
      .main .detail_box .rwfc_detail .right_detail_tit {
        padding-top: 20px;
        padding-bottom: 0px;
        border: none; }
        .main .detail_box .rwfc_detail .right_detail_tit h5 {
          color: #394e6d; }
    .main .detail_box .lxwm_box {
      padding: 20px;
      padding-bottom: 30px;
      font-size: 14px;
      color: #424242; }
      .main .detail_box .lxwm_box p {
        line-height: 32px; }
      .main .detail_box .lxwm_box .map_box {
        max-width: 890px;
        overflow: hidden;
        margin-top: 20px; }
    .main .detail_box .wyzx_box {
      padding: 24px;
      background: #fff; }
      .main .detail_box .wyzx_box .table {
        width: 100%;
        display: table;
        background: #fbf6fe;
        border-collapse: collapse; }
        .main .detail_box .wyzx_box .table .table-tr {
          display: table-row; }
          .main .detail_box .wyzx_box .table .table-tr .table-td {
            display: table-cell;
            height: 40px;
            line-height: 40px;
            border: 1px solid #fff;
            font-size: 16px;
            color: #000; }
            .main .detail_box .wyzx_box .table .table-tr .table-td label {
              vertical-align: middle;
              margin-right: 20px; }
            .main .detail_box .wyzx_box .table .table-tr .table-td .wyzx_tit, .main .detail_box .wyzx_box .table .table-tr .table-td .wyzx_name, .main .detail_box .wyzx_box .table .table-tr .table-td .wyzx_phone {
              margin-left: 20px;
              width: 468px;
              height: 25px;
              line-height: 25px;
              padding-left: 6px;
              padding-right: 6px;
              vertical-align: middle;
              box-sizing: border-box;
              border: 1px solid #ccc;
              background: #fff; }
            .main .detail_box .wyzx_box .table .table-tr .table-td .wyzx_con {
              margin-left: 20px;
              padding: 10px;
              box-sizing: border-box;
              vertical-align: middle;
              width: 600px;
              height: 250px;
              border: 1px solid #ccc;
              background: #fff;
              resize: none;
              outline: none; }
          .main .detail_box .wyzx_box .table .table-tr .left_tit {
            text-align: right;
            vertical-align: middle;
            width: 130px; }
          .main .detail_box .wyzx_box .table .table-tr .wyzx_radio label {
            margin-left: 20px; }
            .main .detail_box .wyzx_box .table .table-tr .wyzx_radio label input {
              margin: -4px 4px 0 0; }
          .main .detail_box .wyzx_box .table .table-tr .table-td_con {
            padding-top: 10px;
            padding-bottom: 10px; }
      .main .detail_box .wyzx_box .submit_btn {
        text-align: center;
        width: 922px;
        height: 40px;
        background: #fbf6fe;
        border: 1px solid #fff;
        border-top: none; }
        .main .detail_box .wyzx_box .submit_btn input {
          margin-top: 8px;
          width: 70px;
          height: 24px;
          line-height: 24px;
          background: #fff;
          border-radius: 4px;
          border: 1px solid #d5d0d7;
          font-size: 14px; }
    .main .detail_box .hygl_box {
      margin-top: 9px;
      width: 100%;
      height: 482px;
      background: #fff;
      overflow: hidden; }
      .main .detail_box .hygl_box .hydl_box {
        width: 360px;
        margin: 32px auto;
        border: 1px solid #eaf1f7; }
        .main .detail_box .hygl_box .hydl_box .hydl_box_tit {
          width: 100%;
          height: 80px;
          line-height: 80px;
          text-align: center;
          font-size: 24px;
          font-weight: 600;
          background: #eaf1f7;
          color: #558ebf; }
        .main .detail_box .hygl_box .hydl_box .hydl_box_con {
          padding-left: 30px;
          padding-right: 30px;
          background: url(../images/sub_hygl_background.png) 36px 50px no-repeat; }
          .main .detail_box .hygl_box .hydl_box .hydl_box_con ul {
            margin-top: 46px;
            border: 1px solid #e0e0e0;
            border-radius: 2px; }
            .main .detail_box .hygl_box .hydl_box .hydl_box_con ul li {
              position: relative;
              line-height: 38px; }
              .main .detail_box .hygl_box .hydl_box .hydl_box_con ul li input {
                width: 100%;
                padding-left: 44px;
                box-sizing: border-box;
                vertical-align: top;
                line-height: 38px;
                height: 38px;
                font-size: 16px;
                color: #e0e0e0; }
                .main .detail_box .hygl_box .hydl_box .hydl_box_con ul li input::-webkit-input-placeholder {
                  color: #e0e0e0; }
                .main .detail_box .hygl_box .hydl_box .hydl_box_con ul li input:-moz-placeholder {
                  color: #e0e0e0; }
                .main .detail_box .hygl_box .hydl_box .hydl_box_con ul li input::-moz-placeholder {
                  color: #e0e0e0; }
                .main .detail_box .hygl_box .hydl_box .hydl_box_con ul li input:-ms-input-placeholder {
                  color: #e0e0e0; }
              .main .detail_box .hygl_box .hydl_box .hydl_box_con ul li .iconfont {
                position: absolute;
                left: 12px;
                font-weight: 600;
                font-size: 18px;
                color: #e0e0e0; }
              .main .detail_box .hygl_box .hydl_box .hydl_box_con ul li .icon-lock {
                font-size: 24px;
                left: 10px;
                top: 2px; }
            .main .detail_box .hygl_box .hydl_box .hydl_box_con ul li + li {
              border-top: 1px solid #e0e0e0; }
          .main .detail_box .hygl_box .hydl_box .hydl_box_con .inp_btn {
            margin-top: 46px;
            margin-bottom: 88px;
            width: 100%;
            height: 36px;
            line-height: 36px;
            background: #ff8a00;
            color: #fff; }
  .main div.sjxh {
    padding: 0; }
    .main div.sjxh .type {
      padding: 18px; }
      .main div.sjxh .type .table {
        padding: 18px;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 10px;
        background: #fff;
        overflow: hidden; }
        .main div.sjxh .type .table .table-tr {
          margin-right: -30px;
          height: 30px; }
          .main div.sjxh .type .table .table-tr .table-td {
            float: left;
            width: 170px;
            padding-right: 16px;
            box-sizing: border-box;
            height: 30px;
            text-align: left;
            vertical-align: middle;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
            .main div.sjxh .type .table .table-tr .table-td a {
              width: 100%;
              font-size: 14px;
              color: #757575; }
              .main div.sjxh .type .table .table-tr .table-td a:hover {
                color: #ff8a00; }
    .main div.sjxh .pub_title {
      width: 100%;
      height: 39px;
      line-height: 39px;
      border-bottom: 1px solid #eee;
      color: #2987d9;
      background: #fff; }
      .main div.sjxh .pub_title:before {
        float: left;
        margin-right: 8px;
        content: "";
        display: inline-block;
        height: 40px;
        width: 5px;
        background: #2987d9; }
      .main div.sjxh .pub_title h5 {
        font-size: 16px; }
  .main div.xhcn .aside ul li {
    width: 200px;
    height: 90px;
    background: #daf0ff;
    display: table;
    padding-left: 14px;
    box-sizing: border-box;
    position: relative; }
    .main div.xhcn .aside ul li a {
      display: table-row;
      font-size: 16px;
      color: #3075b1; }
      .main div.xhcn .aside ul li a .table-td {
        display: table-cell;
        vertical-align: middle;
        width: 62px;
        text-align: center; }
        .main div.xhcn .aside ul li a .table-td .iconfont {
          font-size: 36px; }
      .main div.xhcn .aside ul li a .table-td + .table-td {
        width: 124px;
        text-align: left; }
  .main div.xhcn .aside ul li + li {
    margin-top: 2px; }
  .main div.xhcn .aside ul .xhcn_aside_on {
    background: #ff8a00; }
    .main div.xhcn .aside ul .xhcn_aside_on a {
      color: #fff; }
      .main div.xhcn .aside ul .xhcn_aside_on a:before {
        content: "";
        position: absolute;
        right: -30px;
        bottom: 0px;
        width: 0;
        border: 60px solid transparent;
        border-bottom-color: #ff8a00; }
  .main div.xhcn .detail_box {
    display: none;
    width: 1000px;
    min-height: 366px;
    padding-left: 48px;
    box-sizing: border-box;
    background: #fff; }
    .main div.xhcn .detail_box .table {
      display: table;
      width: 100%; }
      .main div.xhcn .detail_box .table .table-tr {
        display: table-row; }
        .main div.xhcn .detail_box .table .table-tr .table-td {
          display: table-cell;
          height: 42px;
          vertical-align: middle;
          font-size: 16px;
          color: #424242; }
  .main div.xhcn .detail_box_on {
    display: block; }
  .main .hygl_box1 {
    width: 100%;
    height: 582px;
    background: url(../images/login_bg.png) center center no-repeat;
    overflow: hidden; }
    .main .hygl_box1 .hydl_box {
      margin-top: 9px;
      width: 520px;
      height: 280px;
      margin: 76px auto;
      border: 1px solid #e0e0e0;
      overflow: hidden; }
      .main .hygl_box1 .hydl_box .hydl_box_tit {
        width: 100%;
        height: 105px;
        line-height: 115px;
        text-align: center;
        font-size: 24px;
        color: #084f9d; }
      .main .hygl_box1 .hydl_box .hydl_box_con {
        margin-top: 10px;
        padding-left: 30px;
        padding-right: 30px; }
        .main .hygl_box1 .hydl_box .hydl_box_con ul li {
          line-height: 34px; }
          .main .hygl_box1 .hydl_box .hydl_box_con ul li .label_left {
            color: #757575; }
          .main .hygl_box1 .hydl_box .hydl_box_con ul li .label_right {
            margin-left: 12px;
            position: relative;
            display: inline-block;
            vertical-align: middle;
            width: 375px;
            border: 1px solid #e0e0e0; }
            .main .hygl_box1 .hydl_box .hydl_box_con ul li .label_right input {
              width: 100%;
              padding-left: 46px;
              box-sizing: border-box;
              vertical-align: top;
              line-height: 34px;
              height: 34px;
              font-size: 16px;
              color: #212121;
              background: #fff; }
              .main .hygl_box1 .hydl_box .hydl_box_con ul li .label_right input::-webkit-input-placeholder {
                color: #bdbdbd; }
              .main .hygl_box1 .hydl_box .hydl_box_con ul li .label_right input:-moz-placeholder {
                color: #bdbdbd; }
              .main .hygl_box1 .hydl_box .hydl_box_con ul li .label_right input::-moz-placeholder {
                color: #bdbdbd; }
              .main .hygl_box1 .hydl_box .hydl_box_con ul li .label_right input:-ms-input-placeholder {
                color: #bdbdbd; }
            .main .hygl_box1 .hydl_box .hydl_box_con ul li .label_right .iconfont {
              position: absolute;
              left: 12px;
              font-weight: 600;
              font-size: 18px;
              color: #e0e0e0; }
            .main .hygl_box1 .hydl_box .hydl_box_con ul li .label_right .icon-lock {
              font-size: 24px;
              left: 10px;
              top: 2px; }
        .main .hygl_box1 .hydl_box .hydl_box_con ul li + li {
          margin-top: 25px; }
        .main .hygl_box1 .hydl_box .hydl_box_con .inp_btn {
          margin-top: 32px;
          margin-left: 82px;
          width: 375px;
          height: 45px;
          line-height: 36px;
          border: 1px solid #2261a7;
          box-sizing: border-box;
          background: #337ab7;
          color: #fff; }
  .main div.gywm1 {
    padding-left: 125px;
    padding-right: 125px;
    box-sizing: border-box;
    background: #fff;
    min-height: 870px; }
    .main div.gywm1 .detail_title {
      width: 100%;
      line-height: 40px;
      border-bottom: 2px solid #3075b1;
      box-sizing: border-box;
      background: #fff; }
      .main div.gywm1 .detail_title ul {
        overflow: hidden; }
      .main div.gywm1 .detail_title li {
        float: left;
        line-height: 39px;
        font-size: 14px;
        color: #3075b1; }
        .main div.gywm1 .detail_title li a {
          font-size: 14px;
          color: #3075b1; }
          .main div.gywm1 .detail_title li a:hover {
            color: #ff8a00; }
      .main div.gywm1 .detail_title li + li:before {
        content: ">";
        margin-left: 8px;
        margin-right: 5px;
        color: #3075b1; }
    .main div.gywm1 .about_us p {
      margin-top: 20px;
      line-height: 24px;
      color: #424242; }
      .main div.gywm1 .about_us p span {
        font-weight: bold; }
      .main div.gywm1 .about_us p em {
        display: block;
        font-style: normal; }
        .main div.gywm1 .about_us p em i {
          font-style: normal; }
        .main div.gywm1 .about_us p em .num {
          display: inline-block;
          width: 40px;
          text-align: right;
          vertical-align: top; }
        .main div.gywm1 .about_us p em i + i {
          display: inline-block;
          width: 910px; }
    .main div.gywm1 .about_us .map_box {
      margin-top: 26px;
      width: 100%;
      height: 399px;
      border: 1px solid #ddd;
      box-sizing: border-box; }
    .main div.gywm1 .gzdt_list {
      margin-top: 34px; }
      .main div.gywm1 .gzdt_list .pub_title {
        width: 100%;
        height: 28px;
        margin-bottom: 12px;
        line-height: 28px;
        border-bottom: 1px solid #eee;
        color: #424242; }
        .main div.gywm1 .gzdt_list .pub_title:before {
          float: left;
          margin-right: 8px;
          margin-top: 7px;
          content: "";
          display: inline-block;
          height: 15px;
          width: 4px;
          background: #424242; }
        .main div.gywm1 .gzdt_list .pub_title h5 {
          font-weight: normal;
          font-size: 14px; }
      .main div.gywm1 .gzdt_list .con li {
        overflow: hidden;
        height: 36px;
        line-height: 36px;
        color: #000; }
        .main div.gywm1 .gzdt_list .con li a .pull-left {
          position: relative;
          float: left;
          width: 310px;
          padding-left: 32px;
          box-sizing: border-box;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
          .main div.gywm1 .gzdt_list .con li a .pull-left:before {
            position: absolute;
            left: 12px;
            top: 15px;
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 100%;
            background: #3380de; }
        .main div.gywm1 .gzdt_list .con li a .pull-right {
          color: #bdbdbd; }
        .main div.gywm1 .gzdt_list .con li a:hover {
          color: #2572f5; }
          .main div.gywm1 .gzdt_list .con li a:hover .pull-right {
            color: #2572f5; }
      .main div.gywm1 .gzdt_list .con .list_left {
        width: 432px; }
      .main div.gywm1 .gzdt_list .con .list_right {
        width: 432px; }

.footer {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #114396;
  font-size: 14px;
  color: #eaefff;
  text-align: center;
  line-height: 24px; }
  .footer .wrapper {
    position: relative;
    text-align: center; }
    .footer .wrapper .left_part {
      display: inline-block;
      width: 689px;
      height: 96px;
      text-align: left; }
    .footer .wrapper .right_part {
      margin-left: 52px;
      display: inline-block;
      position: relative;
      width: 410px;
      height: 96px; }
      .footer .wrapper .right_part .foot_nav {
        position: absolute;
        top: 2px;
        right: 8px; }
        .footer .wrapper .right_part .foot_nav li {
          float: left;
          position: relative; }
          .footer .wrapper .right_part .foot_nav li a {
            font-size: 14px; }
            .footer .wrapper .right_part .foot_nav li a:hover {
              color: #f3822d; }
        .footer .wrapper .right_part .foot_nav li + li {
          margin-left: 22px; }
          .footer .wrapper .right_part .foot_nav li + li:before {
            position: absolute;
            left: -10px;
            top: 8px;
            content: "";
            width: 1px;
            height: 10px;
            background: #9faec9; }
      .footer .wrapper .right_part .code_pic {
        position: absolute;
        left: 138px;
        top: 6px;
        width: 80px;
        height: 80px;
        margin-bottom: 6px; }
      .footer .wrapper .right_part .sydw_icon {
        position: absolute;
        left: 0;
        top: 6px; }
      .footer .wrapper .right_part .net_icon {
        position: absolute;
        right: 0;
        top: 32px; }
  .footer span + span {
    margin-left: 24px; }
  .footer a:hover {
    color: #f3822d; }

/*# sourceMappingURL=sub_page.css.map */
