.header {
  position: relative;
  height: 88px;
  padding: 10px 30px;
  box-sizing: border-box;
  border-bottom: 2px solid #fff;
  background: #2076cf; }
  .header .logo img {
    margin-top: 10px;
    width: 350px; }
  .header .nav-wrap {
    margin: 0 auto;
    width: 1200px; }
  .header .nav {
    margin-top: 8px; }
    .header .nav li {
      position: relative;
      z-index: 100001;
      float: left;
      text-align: center;
      font-size: 14px;
      color: #fff; }
      .header .nav li.on:before {
        position: absolute;
        left: 50%;
        bottom: -14px;
        transform: translateX(-50%);
        content: '';
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #fff; }
      .header .nav li.selected {
        color: #fcd345; }
      .header .nav li a.column .iconfont {
        font-size: 30px; }
      .header .nav li a.column p {
        margin-top: 2px; }
    .header .nav li + li {
      margin-left: 20px; }

.container {
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/bg-body.png") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover; }
  .container .aside-nav {
    width: 184px; }
    .container .aside-nav .list li {
      width: 184px;
      height: 74px;
      line-height: 74px; }
      .container .aside-nav .list li a {
        display: block;
        height: 100%;
        padding-left: 62px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 18px;
        color: #fafafa; }
    .container .aside-nav .list li:first-child {
      background: url("../images/nav01-bg.png"); }
      .container .aside-nav .list li:first-child.on {
        background: url("../images/nav01-on-bg.png"); }
      .container .aside-nav .list li:first-child:hover {
        background: url("../images/nav01-on-bg.png"); }
    .container .aside-nav .list li + li {
      margin-top: 24px;
      background: url("../images/nav02-bg.png"); }
      .container .aside-nav .list li + li.on {
        background: url("../images/nav02-on-bg.png"); }
      .container .aside-nav .list li + li:hover {
        background: url("../images/nav02-on-bg.png"); }
    .container .aside-nav .list li:last-child {
      background: url("../images/nav03-bg.png"); }
      .container .aside-nav .list li:last-child.on {
        background: url("../images/nav03-on-bg.png"); }
      .container .aside-nav .list li:last-child:hover {
        background: url("../images/nav03-on-bg.png"); }
    .container .aside-nav .list li.sec {
      background: url("../images/nav02-bg.png"); }
      .container .aside-nav .list li.sec.on {
        background: url("../images/nav02-on-bg.png"); }
      .container .aside-nav .list li.sec:hover {
        background: url("../images/nav02-on-bg.png"); }
    .container .aside-nav .code-box {
      margin-top: 32px;
      text-align: center; }
      .container .aside-nav .code-box .title {
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        border-radius: 2px;
        background: #3a98ba;
        color: #fff; }
      .container .aside-nav .code-box .code-wrap {
        padding-top: 12px;
        padding-bottom: 14px;
        border: 1px solid #e8e7e7;
        border-top: none; }
      .container .aside-nav .code-box .code-bg {
        display: inline-block;
        width: 83px;
        height: 83px;
        line-height: 80px;
        background: url("../images/gzwm-box.png") no-repeat; }
        .container .aside-nav .code-box .code-bg img {
          width: 58px;
          height: 58px; }
  .container .main {
    position: relative;
    min-height: 400px;
    padding: 44px 30px 54px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.1); }
    .container .main .nav-bar {
      padding-bottom: 6px;
      border-bottom: 1px solid #cccecd;
      font-size: 20px;
      color: #5c5c5c; }
      .container .main .nav-bar span {
        position: relative; }
        .container .main .nav-bar span:before {
          content: '';
          position: absolute;
          left: 0;
          bottom: -10px;
          width: 100%;
          height: 2px;
          background: #51c8d8; }
    .container .main .right-cont {
      padding-left: 40px;
      overflow: hidden; }
    .container .main .news-detail .title {
      margin: 30px auto 0;
      text-align: center;
      font-size: 20px;
      color: #0274d3; }
    .container .main .news-detail .time {
      margin: 0 auto;
      margin-top: 16px;
      padding-bottom: 24px;
      text-align: center;
      font-size: 14px;
      color: #969696;
      border-bottom: 1px solid #eee; }
      .container .main .news-detail .time span + span {
        margin-left: 40px; }
    .container .main .news-detail .cys {
      margin: 0 auto;
      margin-top: 16px;
      padding-bottom: 24px;
      text-align: center;
      font-size: 14px;
      color: #8d8e8e; }
    .container .main .news-detail .txt-box {
      padding-bottom: 20px;
      margin-top: 30px;
      font-size: 16px;
      color: #575757; }
      .container .main .news-detail .txt-box img {
        max-width: 90%; }
      .container .main .news-detail .txt-box p {
        text-indent: 2em;
        line-height: 180%;
        margin-bottom: 15px; }
      .container .main .news-detail .txt-box .fj_box {
        margin-top: 20px; }
        .container .main .news-detail .txt-box .fj_box span {
          font-size: 14px;
          font-weight: 600;
          color: #212121; }
        .container .main .news-detail .txt-box .fj_box a {
          color: #3075b1; }
  .container .pub-news-list li {
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;
    overflow: hidden; }
    .container .pub-news-list li a {
      display: block; }
      .container .pub-news-list li a .ava {
        width: 220px; }
        .container .pub-news-list li a .ava img {
          width: 205px;
          height: 116px; }
      .container .pub-news-list li a .right-part .tit {
        font-size: 18px;
        line-height: 22px;
        color: #2a1c1a;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis; }
      .container .pub-news-list li a .right-part .detail {
        margin-top: 10px;
        height: 40px;
        line-height: 20px;
        font-size: 14px;
        color: #2c3544; }
      .container .pub-news-list li a .right-part .time {
        margin-top: 27px;
        font-size: 14px;
        color: #a29c9b; }
  .container .pub-news-list li + li {
    margin-top: 14px; }

.swiper-container {
  position: relative;
  width: 100%;
  height: 600px; }
  .swiper-container:hover .swiper-button-prev, .swiper-container:hover .swiper-button-next {
    display: block; }
  .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
    display: none; }
  .swiper-container .swiper-button-prev {
    margin-left: 24px; }
  .swiper-container .swiper-button-next {
    margin-right: 24px; }
  .swiper-container .pic {
    display: block;
    width: 100%;
    height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .swiper-container .search-box {
    position: absolute;
    left: 50%;
    top: 32px;
    margin-left: -240px; }

.banner-wrap {
  position: relative; }
  .banner-wrap .news-tab .pub-title {
    text-align: left;
    position: relative;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
    color: #2076cf; }
    .banner-wrap .news-tab .pub-title .iconfont {
      font-size: 20px;
      vertical-align: top; }
    .banner-wrap .news-tab .pub-title span {
      font-weight: bold; }
      .banner-wrap .news-tab .pub-title span.on {
        color: #47bdfa; }
    .banner-wrap .news-tab .pub-title span + span {
      margin-left: 26px; }
  .banner-wrap .news-tab .news-list .pub-titleTwo {
    position: relative;
    padding-bottom: 5px;
    font-size: 18px;
    margin-top: 10px;
    color: #2076cf;
    text-align: left; }
    .banner-wrap .news-tab .news-list .pub-titleTwo .iconfont {
      font-size: 20px;
      vertical-align: top; }
    .banner-wrap .news-tab .news-list .pub-titleTwo span {
      font-weight: bold; }
      .banner-wrap .news-tab .news-list .pub-titleTwo span.on {
        color: #47bdfa; }
    .banner-wrap .news-tab .news-list .pub-titleTwo span + span {
      margin-left: 26px; }
  .banner-wrap .news-tab .news-list li {
    position: relative;
    padding-left: 20px;
    line-height: 36px;
    font-size: 16px;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis; }
    .banner-wrap .news-tab .news-list li:before {
      position: absolute;
      left: 2px;
      top: 14px;
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 3px;
      background: #1d60bc; }
    .banner-wrap .news-tab .news-list li a:hover {
      color: #1d60bc; }
  .banner-wrap .news-tab .news-list-time li {
    position: relative;
    padding-left: 20px;
    line-height: 36px;
    font-size: 16px;
    color: #444;
    overflow: hidden; }
    .banner-wrap .news-tab .news-list-time li:before {
      position: absolute;
      left: 2px;
      top: 14px;
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 3px;
      background: #1d60bc; }
    .banner-wrap .news-tab .news-list-time li > a {
      display: block;
      width: 80%;
      overflow: hidden;
      white-space: nowrap;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis; }
      .banner-wrap .news-tab .news-list-time li > a:hover {
        color: #1d60bc; }
    .banner-wrap .news-tab .news-list-time li .time {
      font-size: 14px;
      color: #959595; }
  .banner-wrap .news-tab .xw-tab {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -640px;
    top: 69px;
    z-index: 1001;
    width: 1200px;
    height: 480px;
    padding: 0 30px 20px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff; }
    .banner-wrap .news-tab .xw-tab.xwdt-tab .left-part {
      width: 765px; }
      .banner-wrap .news-tab .xw-tab.xwdt-tab .left-part .tpxw {
        position: relative;
        width: 390px;
        height: 260px;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .banner-wrap .news-tab .xw-tab.xwdt-tab .left-part .tpxw .tpxw_pic {
          position: relative;
          width: 100%;
          height: 100%; }
          .banner-wrap .news-tab .xw-tab.xwdt-tab .left-part .tpxw .tpxw_pic li {
            position: absolute;
            width: 100%;
            height: 100%;
            display: none; }
            .banner-wrap .news-tab .xw-tab.xwdt-tab .left-part .tpxw .tpxw_pic li a {
              display: block;
              width: 100%;
              height: 100%; }
          .banner-wrap .news-tab .xw-tab.xwdt-tab .left-part .tpxw .tpxw_pic li:first-child {
            display: block; }
        .banner-wrap .news-tab .xw-tab.xwdt-tab .left-part .tpxw .tit_bar {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 37px;
          line-height: 37px;
          background: rgba(0, 0, 0, 0.5); }
          .banner-wrap .news-tab .xw-tab.xwdt-tab .left-part .tpxw .tit_bar .tpxw_tit {
            width: 80%; }
            .banner-wrap .news-tab .xw-tab.xwdt-tab .left-part .tpxw .tit_bar .tpxw_tit li {
              display: none;
              width: 100%;
              padding-left: 12px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              box-sizing: border-box;
              font-size: 16px;
              color: #fff; }
              .banner-wrap .news-tab .xw-tab.xwdt-tab .left-part .tpxw .tit_bar .tpxw_tit li:hover a {
                text-decoration: underline; }
            .banner-wrap .news-tab .xw-tab.xwdt-tab .left-part .tpxw .tit_bar .tpxw_tit .tit_on {
              display: block; }
          .banner-wrap .news-tab .xw-tab.xwdt-tab .left-part .tpxw .tit_bar .tpxw_ind {
            margin-top: 14px;
            margin-right: 24px; }
            .banner-wrap .news-tab .xw-tab.xwdt-tab .left-part .tpxw .tit_bar .tpxw_ind li {
              float: left;
              width: 10px;
              height: 10px;
              border-radius: 50%;
              background: #fff;
              cursor: pointer; }
            .banner-wrap .news-tab .xw-tab.xwdt-tab .left-part .tpxw .tit_bar .tpxw_ind li + li {
              margin-left: 10px; }
            .banner-wrap .news-tab .xw-tab.xwdt-tab .left-part .tpxw .tit_bar .tpxw_ind .ind_on {
              background: #2572f5; }
          .banner-wrap .news-tab .xw-tab.xwdt-tab .left-part .tpxw .tit_bar .tpxw_more {
            position: relative;
            padding-right: 18px;
            font-size: 12px;
            color: #fff; }
            .banner-wrap .news-tab .xw-tab.xwdt-tab .left-part .tpxw .tit_bar .tpxw_more .iconfont {
              position: absolute;
              right: 0;
              top: 0; }
            .banner-wrap .news-tab .xw-tab.xwdt-tab .left-part .tpxw .tit_bar .tpxw_more .iconfont + .iconfont {
              right: 4px; }
            .banner-wrap .news-tab .xw-tab.xwdt-tab .left-part .tpxw .tit_bar .tpxw_more:hover {
              color: #3782f2; }
      .banner-wrap .news-tab .xw-tab.xwdt-tab .left-part .news-list {
        width: 356px; }
    .banner-wrap .news-tab .xw-tab.xwdt-tab .right-part {
      width: 322px; }
    .banner-wrap .news-tab .xw-tab.xwdt-tab .sub-banner {
      display: block;
      margin-top: 20px; }
    .banner-wrap .news-tab .xw-tab.tzgg-tab {
      padding: 20px 32px; }
      .banner-wrap .news-tab .xw-tab.tzgg-tab .tzgg-tab-banner img {
        width: 590px;
        height: 442px; }
      .banner-wrap .news-tab .xw-tab.tzgg-tab .tzgg-tab-cont {
        width: 526px; }
        .banner-wrap .news-tab .xw-tab.tzgg-tab .tzgg-tab-cont .tzgg-tab-cont-kjhd {
          width: 525px; }
          .banner-wrap .news-tab .xw-tab.tzgg-tab .tzgg-tab-cont .tzgg-tab-cont-kjhd li {
            float: left;
            margin-top: 15px;
            width: 255px;
            height: 92px; }
            .banner-wrap .news-tab .xw-tab.tzgg-tab .tzgg-tab-cont .tzgg-tab-cont-kjhd li a {
              position: relative;
              display: block;
              overflow: hidden;
              width: 100%;
              height: 100%;
              font-size: 12px;
              color: #fff; }
              .banner-wrap .news-tab .xw-tab.tzgg-tab .tzgg-tab-cont .tzgg-tab-cont-kjhd li a:hover .shade {
                background-position: 320px 0,0 0;
                transition: 400ms; }
              .banner-wrap .news-tab .xw-tab.tzgg-tab .tzgg-tab-cont .tzgg-tab-cont-kjhd li a:hover .shade {
                background-position: 0 0,0 0\0; }
              .banner-wrap .news-tab .xw-tab.tzgg-tab .tzgg-tab-cont .tzgg-tab-cont-kjhd li a .shade {
                display: block;
                width: 100%;
                height: 100%;
                background: -webkit-linear-gradient(-30deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 110px, rgba(255, 255, 255, 0.8) 120px, rgba(255, 255, 255, 0.8) 130px, rgba(255, 255, 255, 0) 140px, rgba(255, 255, 255, 0) 200px) no-repeat -160px 0; }
              .banner-wrap .news-tab .xw-tab.tzgg-tab .tzgg-tab-cont .tzgg-tab-cont-kjhd li a .kjhd_tit {
                position: absolute;
                left: 0;
                bottom: 0;
                display: block;
                width: 100%;
                height: 18px;
                line-height: 18px;
                padding-left: 10px;
                box-sizing: border-box;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                background: rgba(0, 0, 0, 0.5);
                color: #fff; }
              .banner-wrap .news-tab .xw-tab.tzgg-tab .tzgg-tab-cont .tzgg-tab-cont-kjhd li a .kjhd_sta {
                position: absolute;
                top: -38px;
                right: -38px;
                display: block;
                width: 76px;
                height: 76px;
                padding-top: 56px;
                box-sizing: border-box;
                text-align: center;
                vertical-align: bottom;
                font-size: 12px;
                background: rgba(255, 255, 255, 0.8);
                color: #848588;
                transform: rotate(45deg); }
              .banner-wrap .news-tab .xw-tab.tzgg-tab .tzgg-tab-cont .tzgg-tab-cont-kjhd li a .kjhd_sta_on {
                color: #fff;
                background: #f53b3b; }
              .banner-wrap .news-tab .xw-tab.tzgg-tab .tzgg-tab-cont .tzgg-tab-cont-kjhd li a .kjhd_sta_wait {
                color: #379aff; }
          .banner-wrap .news-tab .xw-tab.tzgg-tab .tzgg-tab-cont .tzgg-tab-cont-kjhd li + li {
            margin-left: 14px; }
    .banner-wrap .news-tab .xw-tab.xhxs-tab .xhxs-tab-left {
      width: 345px; }
      .banner-wrap .news-tab .xw-tab.xhxs-tab .xhxs-tab-left .zjfc {
        width: 366px;
        border: 1px solid #e2dfdf;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .banner-wrap .news-tab .xw-tab.xhxs-tab .xhxs-tab-left .zjfc .ava {
          width: 103px;
          height: 128px; }
        .banner-wrap .news-tab .xw-tab.xhxs-tab .xhxs-tab-left .zjfc .info {
          width: 244px;
          padding-right: 20px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .banner-wrap .news-tab .xw-tab.xhxs-tab .xhxs-tab-left .zjfc .info > p {
            margin-top: 6px;
            font-size: 16px;
            color: #3f3f3f; }
            .banner-wrap .news-tab .xw-tab.xhxs-tab .xhxs-tab-left .zjfc .info > p .name {
              margin-right: 4px;
              color: #2075cf; }
          .banner-wrap .news-tab .xw-tab.xhxs-tab .xhxs-tab-left .zjfc .info > div {
            margin-top: 8px;
            line-height: 22px;
            font-size: 14px;
            color: #6e6e6e; }
    .banner-wrap .news-tab .xw-tab.xhxs-tab .xhxs-tab-right {
      width: 756px; }
      .banner-wrap .news-tab .xw-tab.xhxs-tab .xhxs-tab-right .xscg li {
        float: left;
        width: 239px;
        background: #000; }
        .banner-wrap .news-tab .xw-tab.xhxs-tab .xhxs-tab-right .xscg li img {
          width: 100%;
          height: 172px; }
        .banner-wrap .news-tab .xw-tab.xhxs-tab .xhxs-tab-right .xscg li p {
          padding-left: 6px;
          padding-right: 6px;
          line-height: 36px;
          font-size: 16px;
          background: #f5f5f5;
          color: #303030;
          overflow: hidden;
          white-space: nowrap;
          -ms-text-overflow: ellipsis;
          text-overflow: ellipsis; }
      .banner-wrap .news-tab .xw-tab.xhxs-tab .xhxs-tab-right .xscg li + li {
        margin-left: 18px; }
      .banner-wrap .news-tab .xw-tab.xhxs-tab .xhxs-tab-right .xhxs-tab-right-nav {
        margin-top: 22px; }
        .banner-wrap .news-tab .xw-tab.xhxs-tab .xhxs-tab-right .xhxs-tab-right-nav li {
          position: relative;
          float: left;
          width: 128px;
          height: 150px;
          text-align: center;
          font-size: 18px;
          color: #868787; }
          .banner-wrap .news-tab .xw-tab.xhxs-tab .xhxs-tab-right .xhxs-tab-right-nav li:hover {
            color: #2075cf; }
          .banner-wrap .news-tab .xw-tab.xhxs-tab .xhxs-tab-right .xhxs-tab-right-nav li a {
            display: block; }
          .banner-wrap .news-tab .xw-tab.xhxs-tab .xhxs-tab-right .xhxs-tab-right-nav li img {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -75%); }
          .banner-wrap .news-tab .xw-tab.xhxs-tab .xhxs-tab-right .xhxs-tab-right-nav li p {
            width: 100%;
            position: absolute;
            left: 50%;
            bottom: 26px;
            transform: translateX(-50%); }
        .banner-wrap .news-tab .xw-tab.xhxs-tab .xhxs-tab-right .xhxs-tab-right-nav li:first-child {
          background: #f0f1f1; }
        .banner-wrap .news-tab .xw-tab.xhxs-tab .xhxs-tab-right .xhxs-tab-right-nav li:nth-child(2) {
          background: #ebf5f2; }
        .banner-wrap .news-tab .xw-tab.xhxs-tab .xhxs-tab-right .xhxs-tab-right-nav li:nth-child(3) {
          background: #f3f3e9; }
        .banner-wrap .news-tab .xw-tab.xhxs-tab .xhxs-tab-right .xhxs-tab-right-nav li:nth-child(4) {
          background: #f1edf1; }
        .banner-wrap .news-tab .xw-tab.xhxs-tab .xhxs-tab-right .xhxs-tab-right-nav li:nth-child(5) {
          background: #ebf3f1; }
        .banner-wrap .news-tab .xw-tab.xhxs-tab .xhxs-tab-right .xhxs-tab-right-nav li + li {
          margin-left: 28px; }
    .banner-wrap .news-tab .xw-tab.kjyc-tab .kjzx-tab {
      width: 100%; }
      .banner-wrap .news-tab .xw-tab.kjyc-tab .kjzx-tab td {
        position: relative;
        padding-left: 28px;
        height: 45px;
        text-align: center;
        border: 1px solid #dfe0e0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #343434;
        cursor: pointer; }
        .banner-wrap .news-tab .xw-tab.kjyc-tab .kjzx-tab td.on {
          color: #faa500; }
          .banner-wrap .news-tab .xw-tab.kjyc-tab .kjzx-tab td.on .iconfont {
            color: #faa500; }
        .banner-wrap .news-tab .xw-tab.kjyc-tab .kjzx-tab td .iconfont {
          position: absolute;
          left: 8px;
          top: 12px;
          color: #2075cf; }
    .banner-wrap .news-tab .xw-tab.kjyc-tab .kjzx-box {
      margin-top: 32px; }
      .banner-wrap .news-tab .xw-tab.kjyc-tab .kjzx-box ul {
        display: none; }
        .banner-wrap .news-tab .xw-tab.kjyc-tab .kjzx-box ul.on {
          display: block; }
        .banner-wrap .news-tab .xw-tab.kjyc-tab .kjzx-box ul li {
          position: relative;
          float: left;
          width: 183px;
          height: 256px;
          border-radius: 4px;
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.3); }
          .banner-wrap .news-tab .xw-tab.kjyc-tab .kjzx-box ul li img {
            width: 100%;
            height: 100%;
            border-radius: 4px; }
          .banner-wrap .news-tab .xw-tab.kjyc-tab .kjzx-box ul li .bottom-info {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            line-height: 48px;
            text-align: center;
            background: rgba(255, 255, 255, 0.8);
            color: #000; }
            .banner-wrap .news-tab .xw-tab.kjyc-tab .kjzx-box ul li .bottom-info span:first-child {
              font-size: 16px; }
            .banner-wrap .news-tab .xw-tab.kjyc-tab .kjzx-box ul li .bottom-info span + span {
              font-size: 12px; }
          .banner-wrap .news-tab .xw-tab.kjyc-tab .kjzx-box ul li .hover-show {
            display: none;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            text-align: center;
            background-image: linear-gradient(180deg, rgba(1, 105, 184, 0.9) 2%, rgba(45, 153, 229, 0.9) 100%); }
            .banner-wrap .news-tab .xw-tab.kjyc-tab .kjzx-box ul li .hover-show .dw {
              margin-top: 48px;
              font-size: 16px;
              font-weight: bold;
              color: #fff; }
            .banner-wrap .news-tab .xw-tab.kjyc-tab .kjzx-box ul li .hover-show .hy {
              margin-top: 10px;
              padding-top: 8px;
              position: relative;
              font-size: 14px;
              color: #fff; }
              .banner-wrap .news-tab .xw-tab.kjyc-tab .kjzx-box ul li .hover-show .hy:before {
                content: '';
                position: absolute;
                top: 5px;
                left: 50%;
                transform: translateX(-50%);
                width: 15px;
                height: 2px;
                background: #fff; }
            .banner-wrap .news-tab .xw-tab.kjyc-tab .kjzx-box ul li .hover-show .more {
              margin-top: 30px;
              display: inline-block;
              width: 84px;
              height: 27px;
              line-height: 25px;
              text-align: center;
              border: 1px solid #faa500;
              font-size: 14px;
              border-radius: 2px;
              color: #faa500; }
            .banner-wrap .news-tab .xw-tab.kjyc-tab .kjzx-box ul li .hover-show .name {
              margin-top: 26px;
              color: #fff; }
              .banner-wrap .news-tab .xw-tab.kjyc-tab .kjzx-box ul li .hover-show .name span:first-child {
                font-size: 16px; }
              .banner-wrap .news-tab .xw-tab.kjyc-tab .kjzx-box ul li .hover-show .name span + span {
                font-size: 12px; }
        .banner-wrap .news-tab .xw-tab.kjyc-tab .kjzx-box ul li + li {
          margin-left: 55px; }
    .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-left {
      width: 755px; }
      .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-left .kxdjt-tpxw {
        position: relative;
        width: 364px;
        height: 207px;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-left .kxdjt-tpxw .kxdjt-tpxw_pic {
          position: relative;
          width: 100%;
          height: 100%; }
          .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-left .kxdjt-tpxw .kxdjt-tpxw_pic li {
            position: absolute;
            width: 100%;
            height: 100%;
            display: none; }
            .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-left .kxdjt-tpxw .kxdjt-tpxw_pic li a {
              display: block;
              width: 100%;
              height: 100%; }
          .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-left .kxdjt-tpxw .kxdjt-tpxw_pic li:first-child {
            display: block; }
        .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-left .kxdjt-tpxw .kxdjt-tit_bar {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 37px;
          line-height: 37px;
          background: rgba(0, 0, 0, 0.5); }
          .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-left .kxdjt-tpxw .kxdjt-tit_bar .kxdjt-tpxw_tit {
            width: 80%; }
            .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-left .kxdjt-tpxw .kxdjt-tit_bar .kxdjt-tpxw_tit li {
              display: none;
              width: 100%;
              padding-left: 12px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              box-sizing: border-box;
              font-size: 16px;
              color: #fff; }
              .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-left .kxdjt-tpxw .kxdjt-tit_bar .kxdjt-tpxw_tit li:hover a {
                text-decoration: underline; }
            .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-left .kxdjt-tpxw .kxdjt-tit_bar .kxdjt-tpxw_tit .tit_on {
              display: block; }
          .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-left .kxdjt-tpxw .kxdjt-tit_bar .kxdjt-tpxw_ind {
            margin-top: 14px;
            margin-right: 24px; }
            .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-left .kxdjt-tpxw .kxdjt-tit_bar .kxdjt-tpxw_ind li {
              float: left;
              width: 10px;
              height: 10px;
              border-radius: 50%;
              background: #fff;
              cursor: pointer; }
            .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-left .kxdjt-tpxw .kxdjt-tit_bar .kxdjt-tpxw_ind li + li {
              margin-left: 10px; }
            .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-left .kxdjt-tpxw .kxdjt-tit_bar .kxdjt-tpxw_ind .ind_on {
              background: #2572f5; }
          .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-left .kxdjt-tpxw .kxdjt-tit_bar .kxdjt-tpxw_more {
            position: relative;
            padding-right: 18px;
            font-size: 12px;
            color: #fff; }
            .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-left .kxdjt-tpxw .kxdjt-tit_bar .kxdjt-tpxw_more .iconfont {
              position: absolute;
              right: 0;
              top: 0; }
            .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-left .kxdjt-tpxw .kxdjt-tit_bar .kxdjt-tpxw_more .iconfont + .iconfont {
              right: 4px; }
            .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-left .kxdjt-tpxw .kxdjt-tit_bar .kxdjt-tpxw_more:hover {
              color: #3782f2; }
      .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-left .news-list {
        width: 362px; }
      .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-left .sqkp-tab .pub-title {
        border-bottom: 1px solid #ccc; }
        .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-left .sqkp-tab .pub-title span {
          cursor: pointer; }
      .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-left .sqkp-tab .sqkp-tab-box {
        margin-top: 14px;
        height: 100px; }
        .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-left .sqkp-tab .sqkp-tab-box .news-list {
          display: none;
          width: 100%;
          height: 100%; }
          .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-left .sqkp-tab .sqkp-tab-box .news-list li {
            float: left;
            width: 50%;
            padding-right: 20px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
        .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-left .sqkp-tab .sqkp-tab-box .news-list:first-child {
          display: block; }
    .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-right {
      width: 354px; }
      .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-right .kplv-list li {
        overflow: hidden; }
        .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-right .kplv-list li .left-ava {
          width: 170px;
          height: 90px; }
        .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-right .kplv-list li .right-info {
          margin-top: 6px;
          width: 180px; }
          .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-right .kplv-list li .right-info .title {
            overflow: hidden;
            white-space: nowrap;
            -ms-text-overflow: ellipsis;
            text-overflow: ellipsis;
            font-size: 16px;
            color: #565757; }
          .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-right .kplv-list li .right-info .time, .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-right .kplv-list li .right-info .count {
            margin-top: 8px;
            font-size: 14px;
            color: #969797; }
          .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-right .kplv-list li .right-info .count span {
            color: #2076cf; }
      .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-right .kplv-list li + li {
        margin-top: 26px; }
      .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-right .qkx-nav {
        margin-top: 34px;
        border: 1px solid #2983e3;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-right .qkx-nav .title {
          line-height: 32px;
          padding-left: 6px;
          font-size: 16px;
          font-weight: bold;
          background: #2983e3;
          color: #fff; }
        .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-right .qkx-nav ul {
          padding: 12px 10px 5px 10px;
          margin-right: -20px; }
          .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-right .qkx-nav ul li {
            float: left;
            margin-right: 12px;
            margin-bottom: 9px;
            width: 72px;
            height: 25px;
            line-height: 23px;
            text-align: center;
            border: 1px solid #2983e3;
            border-radius: 25px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 14px;
            color: #2983e3; }
            .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-right .qkx-nav ul li.on {
              background: #2983e3;
              color: #fff; }
            .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-right .qkx-nav ul li:hover {
              background: #2983e3;
              color: #fff; }
            .banner-wrap .news-tab .xw-tab.kxpj-tab .kxpj-tab-right .qkx-nav ul li a {
              display: block; }
    .banner-wrap .news-tab .xw-tab.cxcy-tab .cxcy-tab-left {
      width: 744px; }
      .banner-wrap .news-tab .xw-tab.cxcy-tab .cxcy-tab-left .kjcg li {
        float: left;
        width: 230px;
        background: #000; }
        .banner-wrap .news-tab .xw-tab.cxcy-tab .cxcy-tab-left .kjcg li img {
          width: 100%;
          height: 153px; }
        .banner-wrap .news-tab .xw-tab.cxcy-tab .cxcy-tab-left .kjcg li p {
          padding-left: 6px;
          padding-right: 6px;
          line-height: 36px;
          font-size: 16px;
          background: #f5f5f5;
          color: #303030;
          overflow: hidden;
          white-space: nowrap;
          -ms-text-overflow: ellipsis;
          text-overflow: ellipsis; }
      .banner-wrap .news-tab .xw-tab.cxcy-tab .cxcy-tab-left .kjcg li + li {
        margin-left: 24px; }
      .banner-wrap .news-tab .xw-tab.cxcy-tab .cxcy-tab-left .cxcy-tab-left-bottom {
        margin-top: 10px; }
        .banner-wrap .news-tab .xw-tab.cxcy-tab .cxcy-tab-left .cxcy-tab-left-bottom .zjfc {
          width: 366px;
          border: 1px solid #e2dfdf;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .banner-wrap .news-tab .xw-tab.cxcy-tab .cxcy-tab-left .cxcy-tab-left-bottom .zjfc .ava {
            width: 103px;
            height: 128px; }
          .banner-wrap .news-tab .xw-tab.cxcy-tab .cxcy-tab-left .cxcy-tab-left-bottom .zjfc .info {
            width: 244px;
            padding-right: 20px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            .banner-wrap .news-tab .xw-tab.cxcy-tab .cxcy-tab-left .cxcy-tab-left-bottom .zjfc .info > p {
              margin-top: 6px;
              font-size: 16px;
              color: #3f3f3f; }
              .banner-wrap .news-tab .xw-tab.cxcy-tab .cxcy-tab-left .cxcy-tab-left-bottom .zjfc .info > p .name {
                margin-right: 4px;
                color: #2075cf; }
            .banner-wrap .news-tab .xw-tab.cxcy-tab .cxcy-tab-left .cxcy-tab-left-bottom .zjfc .info > div {
              margin-top: 8px;
              line-height: 22px;
              font-size: 14px;
              color: #6e6e6e; }
        .banner-wrap .news-tab .xw-tab.cxcy-tab .cxcy-tab-left .cxcy-tab-left-bottom .hwzl {
          width: 350px; }
          .banner-wrap .news-tab .xw-tab.cxcy-tab .cxcy-tab-left .cxcy-tab-left-bottom .hwzl .news-list {
            margin-top: -10px; }
    .banner-wrap .news-tab .xw-tab.cxcy-tab .cxcy-tab-right {
      width: 360px; }
      .banner-wrap .news-tab .xw-tab.cxcy-tab .cxcy-tab-right .pub-title .qyfb {
        position: absolute;
        right: 0;
        top: 14px;
        width: 82px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 2px;
        font-size: 16px;
        background: #2075cf;
        color: #fff; }
      .banner-wrap .news-tab .xw-tab.cxcy-tab .cxcy-tab-right .news-list li {
        line-height: 32px; }
      .banner-wrap .news-tab .xw-tab.cxcy-tab .cxcy-tab-right .cxcy-tab-right-nav {
        margin-top: 20px; }
        .banner-wrap .news-tab .xw-tab.cxcy-tab .cxcy-tab-right .cxcy-tab-right-nav li {
          float: left; }
        .banner-wrap .news-tab .xw-tab.cxcy-tab .cxcy-tab-right .cxcy-tab-right-nav li + li {
          margin-left: 10px; }
    .banner-wrap .news-tab .xw-tab.stdj-tab {
      padding-top: 18px; }
      .banner-wrap .news-tab .xw-tab.stdj-tab .stdj-tab-left {
        width: 369px;
        height: 440px; }
      .banner-wrap .news-tab .xw-tab.stdj-tab .stdj-tab-center {
        margin-left: 20px;
        width: 432px;
        height: 440px; }
        .banner-wrap .news-tab .xw-tab.stdj-tab .stdj-tab-center .pub-title {
          color: #fa2e39; }
        .banner-wrap .news-tab .xw-tab.stdj-tab .stdj-tab-center .news-list .first {
          margin-bottom: 5px;
          padding-left: 0px;
          line-height: normal;
          white-space: normal; }
          .banner-wrap .news-tab .xw-tab.stdj-tab .stdj-tab-center .news-list .first:before {
            display: none; }
          .banner-wrap .news-tab .xw-tab.stdj-tab .stdj-tab-center .news-list .first .news-pic {
            width: 124px;
            height: 83px; }
          .banner-wrap .news-tab .xw-tab.stdj-tab .stdj-tab-center .news-list .first .news-info {
            width: 282px;
            padding-right: 8px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            .banner-wrap .news-tab .xw-tab.stdj-tab .stdj-tab-center .news-list .first .news-info a {
              display: block; }
            .banner-wrap .news-tab .xw-tab.stdj-tab .stdj-tab-center .news-list .first .news-info .title {
              font-size: 16px;
              color: #262626;
              overflow: hidden;
              white-space: nowrap;
              -ms-text-overflow: ellipsis;
              text-overflow: ellipsis; }
            .banner-wrap .news-tab .xw-tab.stdj-tab .stdj-tab-center .news-list .first .news-info .detail {
              margin-top: 6px;
              line-height: 18px;
              font-size: 14px;
              color: #787878; }
            .banner-wrap .news-tab .xw-tab.stdj-tab .stdj-tab-center .news-list .first .news-info .time {
              margin-top: 4px;
              font-size: 14px;
              color: #787878; }
      .banner-wrap .news-tab .xw-tab.stdj-tab .stdj-tab-right {
        margin-left: 20px;
        width: 296px;
        height: 440px;
        padding-left: 18px;
        padding-right: 18px;
        text-align: center;
        font-weight: bold;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: url("../images/stdj-right-bg.png"); }
        .banner-wrap .news-tab .xw-tab.stdj-tab .stdj-tab-right .title {
          position: relative;
          margin-top: 42px;
          font-size: 24px;
          font-weight: bold;
          color: #ffb96e; }
          .banner-wrap .news-tab .xw-tab.stdj-tab .stdj-tab-right .title:before {
            position: absolute;
            left: 4px;
            top: 16px;
            content: '';
            width: 50px;
            height: 2px;
            background: #ffb96e; }
          .banner-wrap .news-tab .xw-tab.stdj-tab .stdj-tab-right .title:after {
            position: absolute;
            right: 4px;
            top: 16px;
            content: '';
            width: 50px;
            height: 2px;
            background: #ffb96e; }
          .banner-wrap .news-tab .xw-tab.stdj-tab .stdj-tab-right .title span {
            color: #fff; }
        .banner-wrap .news-tab .xw-tab.stdj-tab .stdj-tab-right .dwwy {
          margin-top: 35px;
          color: #ffb96e; }
        .banner-wrap .news-tab .xw-tab.stdj-tab .stdj-tab-right .name {
          position: relative;
          margin-top: 6px;
          padding-bottom: 32px;
          font-size: 20px;
          font-weight: bold;
          color: #fffdfb; }
          .banner-wrap .news-tab .xw-tab.stdj-tab .stdj-tab-right .name:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            border: 1px dashed #ffb96e; }
        .banner-wrap .news-tab .xw-tab.stdj-tab .stdj-tab-right .name2:before {
          border-color: #fff; }
        .banner-wrap .news-tab .xw-tab.stdj-tab .stdj-tab-right .llc {
          margin-top: 36px;
          font-size: 24px;
          color: #fffdfb; }
  .banner-wrap .news-warp {
    width: 1200px;
    position: absolute;
    z-index: 1001;
    left: 50%;
    margin-left: -600px;
    bottom: -108px; }
    .banner-wrap .news-warp .kjyw, .banner-wrap .news-warp .tzgg, .banner-wrap .news-warp .xmsb {
      float: left;
      padding: 24px 30px;
      width: 390px;
      height: 220px;
      border-top: 4px solid #3877f2;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      background: #fff;
      box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
      color: #333; }
      .banner-wrap .news-warp .kjyw .title, .banner-wrap .news-warp .tzgg .title, .banner-wrap .news-warp .xmsb .title {
        font-size: 18px;
        color: #3877f2; }
        .banner-wrap .news-warp .kjyw .title .iconfont, .banner-wrap .news-warp .tzgg .title .iconfont, .banner-wrap .news-warp .xmsb .title .iconfont {
          font-size: 20px;
          vertical-align: top; }
        .banner-wrap .news-warp .kjyw .title span, .banner-wrap .news-warp .tzgg .title span, .banner-wrap .news-warp .xmsb .title span {
          font-weight: bold; }
      .banner-wrap .news-warp .kjyw .list, .banner-wrap .news-warp .tzgg .list, .banner-wrap .news-warp .xmsb .list {
        margin-top: 12px;
        height: 110px; }
        .banner-wrap .news-warp .kjyw .list li, .banner-wrap .news-warp .tzgg .list li, .banner-wrap .news-warp .xmsb .list li {
          position: relative;
          padding-left: 16px;
          line-height: 36px;
          font-size: 16px;
          color: #333;
          overflow: hidden;
          white-space: nowrap;
          -ms-text-overflow: ellipsis;
          text-overflow: ellipsis;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .banner-wrap .news-warp .kjyw .list li:before, .banner-wrap .news-warp .tzgg .list li:before, .banner-wrap .news-warp .xmsb .list li:before {
            content: '';
            position: absolute;
            left: 3px;
            top: 12px;
            width: 6px;
            height: 6px;
            transform: rotate(45deg);
            background: #333; }
      .banner-wrap .news-warp .kjyw .more, .banner-wrap .news-warp .tzgg .more, .banner-wrap .news-warp .xmsb .more {
        display: inline-block;
        margin-top: 16px;
        color: #3877f2; }
        .banner-wrap .news-warp .kjyw .more .icon-arrowright, .banner-wrap .news-warp .tzgg .more .icon-arrowright, .banner-wrap .news-warp .xmsb .more .icon-arrowright {
          color: #3877f2; }
        .banner-wrap .news-warp .kjyw .more a, .banner-wrap .news-warp .tzgg .more a, .banner-wrap .news-warp .xmsb .more a {
          display: none; }
    .banner-wrap .news-warp .tzgg {
      margin-left: 15px;
      border-top-color: #a8c95a; }
      .banner-wrap .news-warp .tzgg .title {
        color: #a8c95a; }
      .banner-wrap .news-warp .tzgg .more {
        color: #a8c95a; }
        .banner-wrap .news-warp .tzgg .more .icon-arrowright {
          color: #a8c95a; }
    .banner-wrap .news-warp .xmsb {
      margin-left: 15px;
      border-top-color: #ee5e56; }
      .banner-wrap .news-warp .xmsb .title {
        color: #ee5e56; }
      .banner-wrap .news-warp .xmsb .more {
        color: #ee5e56; }
        .banner-wrap .news-warp .xmsb .more .icon-arrowright {
          color: #ee5e56; }

.search-box {
  z-index: 10000;
  display: inline-block;
  width: 480px;
  line-height: 43px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.35); }
  .search-box input {
    padding-left: 16px;
    padding-right: 40px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff; }
    .search-box input:-ms-input-placeholder {
      font-size: 16px;
      color: #fff; }
    .search-box input::-webkit-input-placeholder {
      font-size: 16px;
      color: #fff; }
  .search-box .iconfont {
    position: absolute;
    right: 10px;
    top: 1px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer; }

.fw-nav {
  height: 532px;
  padding-top: 148px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/body-bg.png"); }
  .fw-nav .fw {
    float: left;
    width: 270px;
    height: 320px;
    border-radius: 8px; }
    .fw-nav .fw.on {
      background: #fff;
      box-shadow: 0 0 7px rgba(0, 0, 0, 0.3); }
    .fw-nav .fw .def-cont {
      margin-top: 78px;
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      color: #0065b2;
      cursor: pointer; }
      .fw-nav .fw .def-cont p {
        margin-top: 20px; }
    .fw-nav .fw .hover-cont {
      display: none;
      padding-top: 22px;
      text-align: center;
      color: #0065b2; }
      .fw-nav .fw .hover-cont .title {
        position: relative;
        margin-bottom: 16px;
        font-size: 24px;
        font-weight: bold; }
        .fw-nav .fw .hover-cont .title span {
          position: relative; }
        .fw-nav .fw .hover-cont .title img {
          position: absolute;
          right: 196px; }
      .fw-nav .fw .hover-cont dd {
        line-height: 29px;
        font-size: 16px; }
        .fw-nav .fw .hover-cont dd:hover {
          color: #f99e3e; }
  .fw-nav .fw + .fw {
    margin-left: 37px; }

.footer {
  padding-top: 26px;
  padding-bottom: 22px;
  background: #0065b2; }
  .footer .firend-link {
    font-size: 14px;
    color: #b8d4f2;
    position: relative; }
    .footer .firend-link .column {
      width: 76px; }
    .footer .firend-link .right {
      overflow: hidden; }
      .footer .firend-link .right li {
        float: left;
        position: relative;
        line-height: 24px; }
      .footer .firend-link .right li + li {
        margin-left: 29px; }
        .footer .firend-link .right li + li:before {
          position: absolute;
          left: -18px;
          top: 5px;
          content: '';
          width: 1px;
          height: 16px;
          background: #b8d4f2; }
    .footer .firend-link .iconfont01 {
      position: absolute;
      right: -50px;
      text-align: right;
      background: #0065b2; }
      .footer .firend-link .iconfont01 a {
        display: inline-block;
        margin-left: 20px; }
        .footer .firend-link .iconfont01 a img {
          display: block; }
  .footer .copyright {
    border-top: 1px dashed #5496dc;
    padding-top: 28px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #64a5e8; }

.float-dlzc {
  position: fixed;
  z-index: 10000;
  right: 30px;
  bottom: 240px;
  width: 45px;
  height: 125px;
  padding-top: 12px;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  background: rgba(27, 27, 27, 0.8);
  color: #fff; }
  .float-dlzc .iconfont {
    margin-bottom: 5px;
    display: block;
    font-size: 24px; }
  .float-dlzc .icon-zhuce {
    margin-top: 10px; }

.sub-page .header {
  border-bottom: none; }

.page-container {
  min-height: 560px;
  background: url("../images/sub-body-bg.png") no-repeat center 0;
  -webkit-background-size: cover;
  background-size: cover; }
  .page-container .wrapper {
    overflow: hidden; }
  .page-container .yqjd-list {
    margin: 15px 0; }
    .page-container .yqjd-list li {
      margin-bottom: 15px;
      background: #fff;
      padding: 25px; }
      .page-container .yqjd-list li .yqjdQuestion {
        margin-bottom: 10px; }
        .page-container .yqjd-list li .yqjdQuestion .yqjdtitle {
          float: left;
          background: #ff7a00;
          font-size: 18px;
          color: #fff;
          display: inline-block;
          text-align: center;
          width: 40px;
          height: 40px;
          line-height: 40px; }
        .page-container .yqjd-list li .yqjdQuestion .yqjdtext {
          float: right;
          width: 1095px;
          border-bottom: 1px dashed #c5c5c5;
          font-weight: bold;
          font-size: 18px;
          line-height: 30px;
          padding-bottom: 15px;
          padding-top: 5px; }
          .page-container .yqjd-list li .yqjdQuestion .yqjdtext span {
            color: #020100; }
            .page-container .yqjd-list li .yqjdQuestion .yqjdtext span:first-child {
              color: #ff7a00; }
      .page-container .yqjd-list li .yqjdAnswer .yqjdtitle {
        float: left;
        background: #35c400;
        font-size: 18px;
        color: #fff;
        display: inline-block;
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 40px; }
      .page-container .yqjd-list li .yqjdAnswer .yqjdtext {
        float: right;
        width: 1095px;
        line-height: 30px;
        padding-top: 5px; }
        .page-container .yqjd-list li .yqjdAnswer .yqjdtext span {
          color: #020100;
          font-size: 16px; }
          .page-container .yqjd-list li .yqjdAnswer .yqjdtext span:first-child {
            color: #35c400;
            font-weight: bold;
            font-size: 18px; }
  .page-container .yqjdBox {
    background: #fff;
    padding: 15px 25px;
    margin: 15px 0; }
    .page-container .yqjdBox .yqjdBoxButton {
      margin-top: 10px;
      text-align: center;
      padding-bottom: 15px; }
      .page-container .yqjdBox .yqjdBoxButton button {
        width: 160px;
        height: 46px;
        border: 0;
        display: inline-block;
        color: #fff;
        cursor: pointer;
        font-size: 18px;
        margin: 0 20px; }
        .page-container .yqjdBox .yqjdBoxButton button.submit {
          background: #00b2ee; }
        .page-container .yqjdBox .yqjdBoxButton button.reset {
          background: #aeaeae; }
    .page-container .yqjdBox .yqjdBoxTitle {
      background: #e9e9e9 url(../images/yqjdicon.png) no-repeat;
      line-height: 48px;
      padding-left: 55px;
      color: #000;
      font-weight: bold; }
    .page-container .yqjdBox table {
      margin-left: 12px;
      margin-top: 15px; }
      .page-container .yqjdBox table td {
        font-size: 16px;
        color: #000;
        height: 30px;
        padding: 10px 0;
        line-height: 30px; }
        .page-container .yqjdBox table td .name {
          width: 65px;
          padding: 0 10px;
          text-align: justify;
          line-height: 15px;
          margin-top: 15px; }
          .page-container .yqjdBox table td .name:after {
            display: inline-block;
            width: 65px;
            content: '';
            line-height: 1px;
            height: 1px; }
        .page-container .yqjdBox table td input {
          height: 30px;
          border: 1px solid #d1d1d1;
          background: #e9e9e9;
          padding: 0 5px;
          width: 195px;
          outline: none;
          font-size: 18px; }
        .page-container .yqjdBox table td textarea {
          font-size: 18px;
          width: 100%;
          border: 1px solid #d1d1d1;
          background: #e9e9e9;
          outline: none;
          line-height: 30px;
          padding: 0 5px;
          box-sizing: border-box;
          height: 170px; }
  .page-container .yqjdpageBox {
    background: #fff;
    padding: 10px; }
  .page-container .crumb-nav dl {
    padding-top: 18px;
    padding-bottom: 18px;
    overflow: hidden; }
    .page-container .crumb-nav dl dt {
      float: left;
      margin-right: 4px;
      font-size: 14px;
      color: #999; }
      .page-container .crumb-nav dl dt .iconfont {
        font-size: 16px;
        margin-right: 2px;
        color: #0274d3; }
    .page-container .crumb-nav dl dd {
      float: left;
      font-size: 14px;
      color: #999; }
      .page-container .crumb-nav dl dd a {
        color: #0274d3; }
    .page-container .crumb-nav dl dd + dd:before {
      content: ">";
      margin-left: 4px;
      margin-right: 4px;
      color: #999; }
  .page-container .current-column {
    margin-top: 12px;
    margin-bottom: 12px; }
    .page-container .current-column .iconfont {
      font-size: 28px;
      color: #2076cf; }
    .page-container .current-column .column {
      margin-left: 10px;
      font-size: 26px;
      line-height: 36px;
      font-weight: bold;
      color: #333; }
    .page-container .current-column .current-column-tab {
      margin-top: 5px;
      margin-left: 36px; }
      .page-container .current-column .current-column-tab li {
        float: left;
        position: relative;
        font-size: 20px;
        font-weight: bold;
        color: #464645; }
        .page-container .current-column .current-column-tab li.on {
          color: #2076cf; }
          .page-container .current-column .current-column-tab li.on:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: -6px;
            width: 100%;
            height: 5px;
            background: #2076cf; }
      .page-container .current-column .current-column-tab li + li {
        margin-left: 16px; }
  .page-container .left-cont {
    margin-bottom: 36px;
    width: 790px;
    padding: 12px 20px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff; }
    .page-container .left-cont .list li {
      padding-top: 18px;
      padding-bottom: 18px; }
      .page-container .left-cont .list li .title {
        font-size: 18px;
        color: #444;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis; }
      .page-container .left-cont .list li .detail {
        margin-top: 12px;
        font-size: 14px;
        color: #999; }
      .page-container .left-cont .list li .time {
        margin-top: 8px;
        font-size: 14px;
        color: #828282; }
        .page-container .left-cont .list li .time .iconfont {
          margin-right: 4px;
          font-weight: bold; }
    .page-container .left-cont .list li + li {
      border-top: 1px dashed #e8e8e8; }
  .page-container .kjhd-list {
    min-height: 470px; }
    .page-container .kjhd-list li {
      border: 1px solid #ebebeb; }
      .page-container .kjhd-list li .active_pic {
        position: relative;
        margin-right: 18px;
        width: 240px;
        height: 133px;
        border-radius: 3px;
        overflow: hidden; }
        .page-container .kjhd-list li .active_pic .kjhd_sta {
          position: absolute;
          top: -38px;
          left: -38px;
          display: block;
          width: 76px;
          height: 76px;
          padding-top: 56px;
          box-sizing: border-box;
          text-align: center;
          vertical-align: bottom;
          font-size: 12px;
          background: #aaa;
          color: #fff;
          transform: rotate(-45deg); }
        .page-container .kjhd-list li .active_pic .kjhd_sta_finish {
          background: #aaa; }
        .page-container .kjhd-list li .active_pic .kjhd_sta_wait {
          background: #90c58a; }
        .page-container .kjhd-list li .active_pic .kjhd_sta_free {
          background: #ff625a; }
        .page-container .kjhd-list li .active_pic .kjhd_sta_collect {
          background: #ffc52a; }
      .page-container .kjhd-list li .kjhd_list_info {
        width: 320px;
        overflow: hidden; }
        .page-container .kjhd-list li .kjhd_list_info .list_info_tit {
          margin-top: 5px;
          display: block;
          line-height: 30px;
          font-size: 18px;
          color: #424242;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .page-container .kjhd-list li .kjhd_list_info .list_info_zbf {
          margin-top: 4px;
          margin-bottom: 5px;
          line-height: 22px;
          font-size: 14px;
          color: #5f5f5f;
          overflow: hidden;
          white-space: nowrap;
          -ms-text-overflow: ellipsis;
          text-overflow: ellipsis; }
        .page-container .kjhd-list li .kjhd_list_info .list_info_time, .page-container .kjhd-list li .kjhd_list_info .list_info_add {
          margin-top: 15px;
          font-size: 14px;
          color: #535353;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .page-container .kjhd-list li .kjhd_list_info .list_info_time .iconfont, .page-container .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;
            color: #379aff; }
        .page-container .kjhd-list li .kjhd_list_info .list_info_add {
          margin-top: 12px; }
      .page-container .kjhd-list li .list_sta {
        margin-top: 10px;
        padding-right: 10px;
        position: relative;
        text-align: right; }
        .page-container .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; }
          .page-container .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; }
        .page-container .kjhd-list li .list_sta .active_sta_on {
          background: #ff8a00; }
          .page-container .kjhd-list li .list_sta .active_sta_on:before {
            border-right-color: #ff8a00; }
        .page-container .kjhd-list li .list_sta .active_sta_wait {
          background: #379aff; }
          .page-container .kjhd-list li .list_sta .active_sta_wait:before {
            border-right-color: #379aff; }
        .page-container .kjhd-list li .list_sta .icon_qr_code {
          display: inline-block;
          vertical-align: middle;
          width: 32px;
          height: 33px;
          cursor: pointer; }
        .page-container .kjhd-list li .list_sta .release_time {
          margin-top: 14px;
          font-size: 14px;
          color: #a9a9a9; }
        .page-container .kjhd-list li .list_sta .b-top {
          margin-top: 48px; }
        .page-container .kjhd-list li .list_sta .qr_code_box {
          display: none;
          position: absolute;
          right: 36px;
          top: 0px;
          width: 154px;
          height: 143px;
          background: url(../images/qr_code_box.png) no-repeat center; }
          .page-container .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; }
    .page-container .kjhd-list li + li {
      margin-top: 28px; }
  .page-container .aside {
    width: 377px;
    margin-bottom: 40px; }
    .page-container .aside .aside-column {
      height: 69px;
      line-height: 69px;
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      background: url("../images/bg-hot-news-title.png");
      color: #fff; }
      .page-container .aside .aside-column .iconfont {
        font-size: 28px; }
    .page-container .aside .list {
      padding: 20px 30px 12px 30px;
      background: #fff; }
      .page-container .aside .list li {
        padding-top: 18px;
        padding-bottom: 18px; }
        .page-container .aside .list li a .title {
          font-size: 16px;
          color: #666;
          overflow: hidden;
          -ms-text-overflow: ellipsis;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .page-container .aside .list li a .title .order {
            display: inline-block;
            width: 20px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            background: #ccc;
            color: #fff; }
        .page-container .aside .list li a .time {
          padding-left: 22px;
          margin-top: 12px;
          font-size: 14px;
          color: #b8b8b8; }
      .page-container .aside .list li:first-child .order {
        background: #f33c3c !important; }
      .page-container .aside .list li:nth-child(2) .order {
        background: #ffe14d !important; }
      .page-container .aside .list li:nth-child(3) .order {
        background: #bbd7b8 !important; }
      .page-container .aside .list li + li {
        border-top: 1px solid #efefef; }
    .page-container .aside .code-box {
      margin-top: 28px;
      text-align: center;
      border: 1px solid #bfbfbf; }
      .page-container .aside .code-box .title {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        border-radius: 2px;
        background: #3a98ba;
        color: #fff; }
      .page-container .aside .code-box .code-wrap {
        padding-top: 12px;
        padding-bottom: 14px;
        border: 1px solid #e8e7e7;
        border-top: none; }
      .page-container .aside .code-box .code-bg {
        display: inline-block;
        width: 170px;
        height: 170px;
        line-height: 170px;
        background: url("../images/code-box.png") no-repeat; }
        .page-container .aside .code-box .code-bg img {
          width: 116px;
          height: 116px; }
  .page-container .xscg-list {
    margin-bottom: 36px;
    padding: 40px;
    margin-right: -30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff; }
    .page-container .xscg-list ul.clearfix li {
      margin-bottom: 45px;
      margin-right: 26px;
      float: left;
      width: 356px;
      background: #000; }
      .page-container .xscg-list ul.clearfix li img {
        width: 100%;
        height: 256px; }
      .page-container .xscg-list ul.clearfix li p {
        padding-left: 6px;
        padding-right: 6px;
        line-height: 50px;
        font-size: 16px;
        background: #f5f5f5;
        color: #303030;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis; }
  .page-container .kjyc-list {
    margin-bottom: 36px;
    padding: 28px 110px 48px 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff; }
    .page-container .kjyc-list .kjzx-tab {
      width: 100%; }
      .page-container .kjyc-list .kjzx-tab td {
        position: relative;
        padding-left: 0px;
        height: 45px;
        width: 100px;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #343434;
        cursor: pointer; }
        .page-container .kjyc-list .kjzx-tab td.on {
          color: #faa500; }
          .page-container .kjyc-list .kjzx-tab td.on .iconfont {
            color: #faa500; }
        .page-container .kjyc-list .kjzx-tab td .iconfont {
          position: absolute;
          left: 8px;
          top: 12px;
          color: #2075cf; }
    .page-container .kjyc-list .list-wrap {
      display: none; }
      .page-container .kjyc-list .list-wrap.on {
        display: block; }
    .page-container .kjyc-list .list {
      margin-top: 28px;
      margin-right: -70px; }
      .page-container .kjyc-list .list li {
        margin-right: 65px;
        margin-bottom: 98px;
        position: relative;
        float: left; }
        .page-container .kjyc-list .list li:hover .info {
          background: #4c76e7; }
          .page-container .kjyc-list .list li:hover .info .name, .page-container .kjyc-list .list li:hover .info .job {
            color: #fff; }
        .page-container .kjyc-list .list li a {
          display: block; }
        .page-container .kjyc-list .list li img {
          width: 179px;
          height: 244px; }
        .page-container .kjyc-list .list li .info {
          position: absolute;
          left: 50%;
          bottom: -25px;
          margin-left: -75px;
          width: 149px;
          height: 41px;
          line-height: 41px;
          text-align: center;
          border-radius: 4px;
          background: #fff;
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2); }
          .page-container .kjyc-list .list li .info .name {
            font-size: 18px;
            color: #364b60; }
          .page-container .kjyc-list .list li .info .job {
            margin-left: 6px;
            font-size: 14px;
            color: #757575; }
  .page-container .kjyc-detail {
    margin-bottom: 36px;
    padding: 32px 30px 75px;
    background: #fff; }
    .page-container .kjyc-detail .zj-info {
      padding-bottom: 38px; }
      .page-container .kjyc-detail .zj-info .ava {
        width: 288px;
        height: 214px; }
      .page-container .kjyc-detail .zj-info .jxzl-ava {
        width: 338px;
        height: 252px; }
      .page-container .kjyc-detail .zj-info .txt {
        margin-left: 42px; }
        .page-container .kjyc-detail .zj-info .txt .name {
          margin-bottom: 24px;
          line-height: 48px;
          font-weight: bold;
          font-size: 30px;
          color: #5c5c5c; }
        .page-container .kjyc-detail .zj-info .txt dd {
          line-height: 34px;
          font-size: 16px;
          color: #5c5c5c; }
          .page-container .kjyc-detail .zj-info .txt dd .iconfont {
            color: #0363b5; }
      .page-container .kjyc-detail .zj-info .jxzl-txt {
        margin-left: 42px; }
        .page-container .kjyc-detail .zj-info .jxzl-txt .theme {
          margin-bottom: 10px;
          font-size: 24px;
          color: #5c5c5c; }
        .page-container .kjyc-detail .zj-info .jxzl-txt dd {
          line-height: 36px;
          font-size: 16px;
          color: #5c5c5c; }
    .page-container .kjyc-detail .zj-detail .title {
      position: relative;
      margin-top: 24px;
      margin-bottom: 30px;
      padding-bottom: 10px;
      border-bottom: 1px solid #eee; }
      .page-container .kjyc-detail .zj-detail .title span {
        position: relative;
        font-size: 24px;
        font-weight: bold;
        color: #5c5c5c; }
        .page-container .kjyc-detail .zj-detail .title span:before {
          position: absolute;
          left: 0;
          bottom: -12px;
          content: '';
          width: 100%;
          height: 2px;
          background: #0099e9; }
    .page-container .kjyc-detail .zj-detail .txt-box {
      padding-bottom: 20px;
      margin-top: 30px;
      min-height: 300px;
      font-size: 14px;
      color: #444; }
      .page-container .kjyc-detail .zj-detail .txt-box img {
        max-width: 780px; }
      .page-container .kjyc-detail .zj-detail .txt-box p {
        text-indent: 2em;
        line-height: 180%;
        margin-bottom: 15px;
        font-size: 16px; }
      .page-container .kjyc-detail .zj-detail .txt-box .fj_box {
        margin-top: 20px; }
        .page-container .kjyc-detail .zj-detail .txt-box .fj_box span {
          font-size: 14px;
          font-weight: 600;
          color: #212121; }
        .page-container .kjyc-detail .zj-detail .txt-box .fj_box a {
          color: #3075b1; }
    .page-container .kjyc-detail .zj-detail .dlck {
      text-align: center;
      font-size: 14px;
      color: #7f7d7d; }
      .page-container .kjyc-detail .zj-detail .dlck p {
        margin-top: 10px; }
  .page-container .detail-wrap {
    margin-bottom: 36px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff; }
  .page-container .detail .title {
    padding-top: 12px;
    text-align: center;
    font-size: 20px;
    color: #444; }
  .page-container .detail .subtitle {
    padding-top: 12px;
    text-align: center;
    font-size: 16px;
    color: #444; }
  .page-container .detail .time {
    margin-top: 12px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e2dfdf;
    text-align: center;
    font-size: 14px;
    color: #7a7979; }
    .page-container .detail .time .icon-yanjing {
      margin-left: 18px; }
  .page-container .detail .txt-box {
    padding-bottom: 20px;
    margin-top: 30px;
    font-size: 16px;
    color: #575757; }
    .page-container .detail .txt-box img {
      max-width: 90%; }
    .page-container .detail .txt-box p {
      text-indent: 2em;
      line-height: 180%;
      margin-bottom: 15px; }
    .page-container .detail .txt-box .fj_box {
      margin-top: 20px; }
      .page-container .detail .txt-box .fj_box span {
        font-size: 14px;
        font-weight: 600;
        color: #212121; }
      .page-container .detail .txt-box .fj_box a {
        color: #3075b1; }
  .page-container .detail .relevance {
    padding-top: 20px;
    padding-left: 28px; }
    .page-container .detail .relevance p {
      line-height: 28px;
      font-size: 14px;
      color: #444; }
    .page-container .detail .relevance a {
      font-size: 14px;
      color: #3f73ba; }
  .page-container .xhxs-xhfw-list {
    margin-bottom: 36px;
    padding: 50px 21px;
    background: #fff; }
    .page-container .xhxs-xhfw-list ul {
      margin-right: -40px; }
      .page-container .xhxs-xhfw-list ul li {
        float: left;
        margin-right: 30px;
        margin-bottom: 30px;
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        color: #36686e; }
        .page-container .xhxs-xhfw-list ul li a {
          display: block;
          height: 100%;
          padding-top: 34px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          color: #36686e; }
          .page-container .xhxs-xhfw-list ul li a:hover {
            color: #2076cf; }
        .page-container .xhxs-xhfw-list ul li .iconfont {
          margin-top: 6px;
          font-size: 68px; }
      .page-container .xhxs-xhfw-list ul li:first-child {
        width: 300px;
        height: 170px;
        margin-left: 100px;
        margin-top: 32px;
        background: url("../images/background-white.png"); }
      .page-container .xhxs-xhfw-list ul li:nth-child(2) {
        width: 300px;
        margin-top: 32px;
        height: 170px;
        background: url("../images/background-white.png"); }
      .page-container .xhxs-xhfw-list ul li:nth-child(3) {
        width: 300px;
        margin-top: 32px;
        height: 170px;
        background: url("../images/background-white.png"); }
      .page-container .xhxs-xhfw-list ul li:nth-child(4) {
        width: 463px;
        margin-left: 100px;
        height: 170px;
        background: url("../images/background-white.png"); }
      .page-container .xhxs-xhfw-list ul li:nth-child(5) {
        width: 463px;
        height: 170px;
        background: url("../images/background-white.png"); }
  .page-container .xhxs-xhfw-zjxh {
    margin-bottom: 36px;
    padding: 35px 21px 50px 21px;
    background: #fff; }
    .page-container .xhxs-xhfw-zjxh .list .bar .column {
      font-size: 24px;
      color: #838383; }
      .page-container .xhxs-xhfw-zjxh .list .bar .column .iconfont {
        font-size: 28px;
        color: #1f66b0; }
    .page-container .xhxs-xhfw-zjxh .list .bar .more {
      margin-top: 10px;
      font-size: 10px;
      color: #999595;
      cursor: pointer; }
      .page-container .xhxs-xhfw-zjxh .list .bar .more:hover {
        color: #154ee7; }
      .page-container .xhxs-xhfw-zjxh .list .bar .more .iconfont {
        font-size: 10px; }
      .page-container .xhxs-xhfw-zjxh .list .bar .more .none {
        display: none; }
    .page-container .xhxs-xhfw-zjxh .list .nav-list {
      margin-top: 20px;
      margin-bottom: 72px;
      height: 60px;
      overflow: hidden; }
      .page-container .xhxs-xhfw-zjxh .list .nav-list li {
        float: left;
        width: 20%;
        line-height: 30px;
        text-align: left;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        padding-right: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        color: #737171;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis; }
  .page-container .xhsb-box {
    margin-bottom: 36px;
    padding: 50px 21px;
    background: #fff; }
    .page-container .xhsb-box .kjhd-list {
      min-height: 470px; }
      .page-container .xhsb-box .kjhd-list li .kjhd_list_info {
        width: 620px; }
  .page-container .xhxs-xhfw-xhsb-detail {
    margin-bottom: 36px;
    padding: 32px 30px 75px;
    background: #fff; }
    .page-container .xhxs-xhfw-xhsb-detail .zj-info {
      padding-bottom: 38px; }
      .page-container .xhxs-xhfw-xhsb-detail .zj-info .ava {
        width: 403px;
        height: 277px; }
      .page-container .xhxs-xhfw-xhsb-detail .zj-info .info {
        margin-left: 28px; }
        .page-container .xhxs-xhfw-xhsb-detail .zj-info .info .title {
          overflow: hidden;
          white-space: nowrap;
          -ms-text-overflow: ellipsis;
          text-overflow: ellipsis;
          font-size: 18px;
          color: #444; }
        .page-container .xhxs-xhfw-xhsb-detail .zj-info .info .time {
          margin-top: 18px;
          font-size: 14px;
          color: #7a7979; }
          .page-container .xhxs-xhfw-xhsb-detail .zj-info .info .time .icon-renshu {
            margin-left: 18px; }
        .page-container .xhxs-xhfw-xhsb-detail .zj-info .info .dashed-box {
          margin-top: 22px;
          width: 700px;
          height: 184px;
          padding-left: 24px;
          border: 1px dashed #eee;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .page-container .xhxs-xhfw-xhsb-detail .zj-info .info .dashed-box .sb-time {
            margin-top: 20px;
            font-size: 14px;
            color: #7a7979; }
          .page-container .xhxs-xhfw-xhsb-detail .zj-info .info .dashed-box .tel {
            margin-top: 14px;
            margin-bottom: 30px;
            font-size: 14px;
            color: #7a7979; }
          .page-container .xhxs-xhfw-xhsb-detail .zj-info .info .dashed-box .btn {
            display: inline-block;
            width: 204px;
            height: 46px;
            line-height: 44px;
            border: 1px solid #0099e9;
            text-align: center;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 18px;
            border-radius: 4px;
            background: #0099e9;
            color: #fff; }
          .page-container .xhxs-xhfw-xhsb-detail .zj-info .info .dashed-box .btn + .btn {
            margin-left: 22px;
            border: 1px solid #0099e9;
            background: #fff;
            color: #0099e9; }
    .page-container .xhxs-xhfw-xhsb-detail .zj-detail .title {
      position: relative;
      margin-top: 24px;
      margin-bottom: 30px;
      padding-bottom: 10px;
      border-bottom: 1px solid #eee; }
      .page-container .xhxs-xhfw-xhsb-detail .zj-detail .title span {
        position: relative;
        font-size: 24px;
        font-weight: bold;
        color: #5c5c5c; }
        .page-container .xhxs-xhfw-xhsb-detail .zj-detail .title span:before {
          position: absolute;
          left: 0;
          bottom: -12px;
          content: '';
          width: 100%;
          height: 2px;
          background: #0099e9; }
    .page-container .xhxs-xhfw-xhsb-detail .zj-detail .txt-box {
      padding-bottom: 20px;
      margin-top: 30px;
      min-height: 300px;
      font-size: 14px;
      color: #444; }
      .page-container .xhxs-xhfw-xhsb-detail .zj-detail .txt-box img {
        max-width: 780px; }
      .page-container .xhxs-xhfw-xhsb-detail .zj-detail .txt-box p {
        text-indent: 2em;
        line-height: 180%;
        margin-bottom: 15px;
        font-size: 16px; }
      .page-container .xhxs-xhfw-xhsb-detail .zj-detail .txt-box .fj_box {
        margin-top: 20px; }
        .page-container .xhxs-xhfw-xhsb-detail .zj-detail .txt-box .fj_box span {
          font-size: 14px;
          font-weight: 600;
          color: #212121; }
        .page-container .xhxs-xhfw-xhsb-detail .zj-detail .txt-box .fj_box a {
          color: #3075b1; }
    .page-container .xhxs-xhfw-xhsb-detail .zj-detail .dlck {
      text-align: center;
      font-size: 14px;
      color: #7f7d7d; }
      .page-container .xhxs-xhfw-xhsb-detail .zj-detail .dlck p {
        margin-top: 10px; }

.form_content {
  width: 1180px;
  height: 528px;
  background: #fff url("../images/login_banner.png") left top no-repeat;
  background-size: 1030px 528px;
  margin-left: 6%; }

.form_content_title {
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  color: #fff;
  padding: 22px 0 0 35px; }

.reg_agreement {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px; }

.reg_agreement .reg_title {
  font-size: 30px;
  color: #696969;
  line-height: 30px;
  text-align: center;
  padding-bottom: 50px; }

.reg_agreement .reg_content {
  color: #636363;
  font-size: 16px;
  border: solid 1px #d2d2d2;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 20px;
  word-break: break-all; }

.reg_agreement .checkagreement {
  margin: 30px auto;
  text-align: center;
  font-size: 20px; }

.reg_agreement .checkagreement > input {
  display: none; }

.reg_agreement .checkagreement > label {
  cursor: pointer; }

.reg_agreement .checkagreement > input + label {
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #d3d3d3;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 30px; }

.reg_agreement .checkagreement > input:checked + label:AFTER {
  display: inline-block;
  content: "\2714";
  color: #ffffff;
  background-color: #007ccb;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle; }

.reg_agreement .checkagreement > a {
  display: block;
  width: 80px;
  height: 40px;
  color: #999999;
  background-color: #666666;
  border-radius: 12px;
  text-align: center;
  line-height: 40px;
  margin: 10px auto;
  pointer-events: none; }

.reg_agreement .checkagreement > input:checked ~ a {
  pointer-events: auto;
  color: #ffffff;
  background-color: #007ccb; }

.reg_box {
  width: 435px;
  margin: 0 auto;
  padding-bottom: 50px;
  margin-left: 42%; }

.reg_box .reg_title {
  font-size: 30px;
  color: #3a95ee;
  line-height: 30px;
  text-align: center;
  border-bottom: 3px solid #3a95ee;
  padding-bottom: 30px;
  margin-top: 20px; }

.reg_box .reg_conList {
  margin-top: 0px;
  font-size: 16px;
  color: #8f8f8f; }

.reg_box .reg_conList li {
  margin-bottom: 15px;
  line-height: 35px;
  display: block;
  zoom: 1;
  overflow: hidden; }

.reg_box .reg_conList li h1 {
  font-size: 16px;
  color: #8a8a8a;
  float: left;
  width: 95px;
  font-weight: normal; }

.reg_box .reg_conList li .sex {
  font-size: 14px;
  margin-left: 20px;
  float: left; }

.reg_box .reg_conList li .yzm {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  height: 34px;
  float: left; }

.reg_box .reg_conList li .yzmcodeb {
  border: 0;
  height: 34px;
  display: block;
  width: 120px;
  background: #3a95ee;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  float: left;
  margin-left: 10px; }

.reg_box .reg_conList li .red {
  font-size: 14px;
  color: #f00;
  line-height: 35px;
  display: block;
  float: right; }

.reg_box .reg_conList li .reg_conListright {
  border: 1px solid #e5e5e5;
  margin-left: 4%;
  margin-top: 30px;
  border-radius: 3px;
  line-height: 35px;
  zoom: 1;
  overflow: hidden;
  float: left;
  width: 400px; }

.reg_box .reg_conList li .reg_conListright02 {
  border: 1px solid #e5e5e5;
  border-radius: 3px 0 0 3px;
  line-height: 35px;
  zoom: 1;
  overflow: hidden;
  float: left;
  width: 30px; }

.reg_box .reg_conList li i {
  float: left;
  width: 50px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 20px; }

.reg_box .reg_conList li input {
  font-family: Microsoft yahei; }

.reg_box .reg_conList li .reg_coninput01 {
  width: 335px;
  float: left;
  margin-left: 12px;
  height: 45px;
  line-height: 45px;
  outline: none;
  font-size: 14px; }

.reg_box .reg_conList li .reg_coninput02 {
  width: 214px;
  float: left;
  margin-left: 12px;
  height: 35px;
  line-height: 35px;
  outline: none;
  font-size: 14px; }

.pbsq_RightboxWListbuttonbox {
  position: relative;
  width: 100%;
  height: 40px; }

.pbsq_RightboxWListbutton {
  display: block;
  width: 400px;
  height: 48px;
  line-height: 48px;
  background: #3a95ee;
  color: #fff;
  text-align: center;
  margin: 35px auto 0 auto;
  border-radius: 3px;
  cursor: pointer;
  font-size: 20px; }

.pbsq_RightboxWListbutton:hover {
  background: #0879e8;
  color: #fff; }

.pbsq_RightboxWListforget {
  position: absolute;
  top: 33px;
  right: 30px;
  color: #007ccb;
  font-size: 14px;
  line-height: 15px; }

.pbsq_RightboxWListforget:hover {
  color: #2dcf84; }

.pbsq_RightboxWlogin {
  text-align: center;
  line-height: 20px;
  margin-top: 40px;
  font-size: 14px;
  color: #828282; }

.pbsq_RightboxWlogin a {
  color: #007ccb;
  line-height: 15px; }

.pbsq_RightboxWlogin a:hover {
  color: #2dcf84; }

.pbsq_RightboxWTip {
  background: rgba(255, 94, 94, 0.7);
  z-index: 2;
  bottom: 45px;
  height: 25px;
  padding: 0 10px;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 25px;
  margin: 10px 0; }

.right .detail_head {
  border-bottom: solid 2px #e5e5e5; }

.right .detail_head .detail_title {
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  letter-spacing: 3px;
  word-break: break-all;
  padding: 30px 0; }

.right .detail_head .publish_date {
  color: #636363;
  font-size: 12px;
  line-height: 36px;
  text-align: right; }

.right .detail_txt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px; }

.right .detail_txt .video {
  width: 100%;
  margin-top: 20px; }

.right .detail_txt .fj_box {
  margin-top: 20px; }

.option {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 37px;
  width: 100%;
  height: 146px;
  border: 1px solid #e6e5ea;
  border-top: none;
  overflow: auto;
  background: #fff; }
  .option li {
    margin-bottom: 0 !important;
    padding-left: 6px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #f3f2f7;
    cursor: pointer; }
    .option li:hover {
      background: #deeff6; }

/*# sourceMappingURL=style.css.map */
