.swiper-container {
  width: 100%;
  height: 350px; }
  .swiper-container .pic {
    display: block;
    width: 100%;
    height: 350px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .swiper-container .search-box {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 40px;
    margin-left: -200px; }

.search-box {
  z-index: 10000;
  display: inline-block;
  width: 400px;
  line-height: 38px;
  border: 1px solid #fff;
  border-radius: 40px;
  background: #f4f7fa; }
  .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; }
    .search-box input:-ms-input-placeholder {
      font-size: 16px;
      color: #999; }
    .search-box input::-webkit-input-placeholder {
      font-size: 16px;
      color: #999; }
  .search-box .iconfont {
    position: absolute;
    right: 10px;
    top: 1px;
    font-size: 22px;
    color: #2851a0;
    cursor: pointer; }

.nav {
  width: 100%;
  background: url("../images/nav-bg.png") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover; }
  .nav ul {
    position: relative; }
    .nav ul li {
      position: relative;
      float: left;
      line-height: 50px;
      width: 140px;
      text-align: center;
      font-size: 16px;
      color: #fff; }
      .nav ul li:last-child:before {
        left: -3px; }
      .nav ul li .dl {
        position: absolute;
        z-index: 1000;
        right: 0;
        top: -20px;
        width: 178px; }
      .nav ul li.on {
        color: #fadea0; }
      .nav ul li .iconfont {
        vertical-align: middle;
        font-size: 20px; }
      .nav ul li span {
        vertical-align: middle; }
    .nav ul li + li:before {
      position: absolute;
      left: 0;
      top: 13px;
      content: '';
      width: 1px;
      height: 24px;
      background: #416f9b; }

.item1-wrap {
  padding-top: 30px;
  padding-bottom: 40px;
  background: #f1f6fa; }
  .item1-wrap .left-cont .left-cont-big {
    width: 540px;
    height: 350px; }
    .item1-wrap .left-cont .left-cont-big li {
      display: none;
      position: relative; }
      .item1-wrap .left-cont .left-cont-big li.on {
        display: block; }
      .item1-wrap .left-cont .left-cont-big li img {
        width: 540px;
        height: 350px; }
      .item1-wrap .left-cont .left-cont-big li .title {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 38px;
        padding-left: 10px;
        line-height: 38px;
        font-size: 14px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis; }
  .item1-wrap .left-cont .left-cont-small {
    margin-left: 10px;
    width: 160px;
    height: 350px; }
    .item1-wrap .left-cont .left-cont-small li {
      width: 160px;
      height: 110px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer; }
      .item1-wrap .left-cont .left-cont-small li.on {
        border: 1px solid #dab461; }
      .item1-wrap .left-cont .left-cont-small li img {
        width: 160px;
        height: 110px; }
    .item1-wrap .left-cont .left-cont-small li + li {
      margin-top: 10px; }
  .item1-wrap .news {
    width: 470px;
    height: 359px;
    overflow: hidden; }
    .item1-wrap .news .news-tab {
      height: 40px;
      line-height: 40px;
      border-bottom: 1px solid #ddd;
      background: #e7eff6; }
      .item1-wrap .news .news-tab li {
        position: relative;
        float: left;
        font-size: 16px;
        color: #444; }
        .item1-wrap .news .news-tab li.on:before {
          content: '';
          position: absolute;
          left: 0;
          bottom: -1px;
          width: 100%;
          height: 3px;
          background: #155389; }
        .item1-wrap .news .news-tab li a {
          padding-left: 14px;
          padding-right: 14px; }
    .item1-wrap .news .news-box {
      margin-top: 10px; }
      .item1-wrap .news .news-box > ul {
        display: none; }
        .item1-wrap .news .news-box > ul.on {
          display: block; }
        .item1-wrap .news .news-box > ul li {
          line-height: 35px;
          font-size: 15px;
          color: #444;
          overflow: hidden; }
          .item1-wrap .news .news-box > ul li.more {
            line-height: 28px;
            text-align: right;
            font-size: 14px;
            color: #8aa9c4; }
          .item1-wrap .news .news-box > ul li:hover {
            color: #dab461; }
            .item1-wrap .news .news-box > ul li:hover a:before {
              background: #dab461; }
          .item1-wrap .news .news-box > ul li a.pull-left {
            position: relative;
            width: 362px;
            padding-left: 12px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            overflow: hidden;
            white-space: nowrap;
            -ms-text-overflow: ellipsis;
            text-overflow: ellipsis; }
            .item1-wrap .news .news-box > ul li a.pull-left:before {
              content: '';
              position: absolute;
              left: 0;
              top: 14px;
              width: 6px;
              height: 6px;
              background: #ccc; }

.item2 {
  padding-top: 50px;
  padding-bottom: 50px; }
  .item2 ul li {
    float: left;
    /* padding-left: 34px;
    padding-right: 34px; */
    text-align: center;
    font-size: 16px;
    color: #444; }
    .item2 ul li a:hover {
      color: #dab461; }
      .item2 ul li a:hover img {
        transform: scale(1.2);
        transition: all 0.2s ease; }
    .item2 ul li a span {
      margin-bottom: 18px;
      display: inline-block;
      width: 60px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      border-radius: 50%;
      background: #e0e8f6; }
      .item2 ul li a span img {
        transition: all 0.2s ease; }
    .item2 ul li p {
      line-height: 18px; }

.item3 .title {
  position: relative;
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid #f2f6f9;
  font-size: 18px; }
  .item3 .title .tit {
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #155389; }
    .item3 .title .tit:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: -10px;
      width: 100%;
      height: 3px;
      background: #155389; }
  .item3 .title .more {
    margin-top: 8px;
    font-size: 14px;
    color: #8aa9c4; }
.item3 .kjgzz_box {
  margin-top: 19px;
  position: relative;
  width: 790px;
  height: 280px;
  overflow: hidden; }
  .item3 .kjgzz_box > ul {
    position: absolute;
    left: 0;
    top: 0;
    margin-right: -28px; }
    .item3 .kjgzz_box > ul > li {
      float: left;
      width: 184px;
      height: 280px;
      margin-right: 20px;
      overflow: hidden;
      border: 1px solid #e8e9ea;
      box-sizing: border-box;
      background: #f2f6f9; }
      .item3 .kjgzz_box > ul > li .ava_box {
        display: block;
        position: relative;
        height: 210px;
        overflow: hidden; }
        .item3 .kjgzz_box > ul > li .ava_box img {
          width: 100%;
          height: 210px;
          transition: all 0.6s; }
          .item3 .kjgzz_box > ul > li .ava_box img:hover {
            transform: scale(1.2); }
        .item3 .kjgzz_box > ul > li .ava_box .name {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 38px;
          line-height: 38px;
          text-align: center;
          font-size: 16px;
          background: url("../images/title-bg.png") no-repeat;
          background-size: cover;
          color: #fff; }
      .item3 .kjgzz_box > ul > li .info_box {
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 12px;
        border-top: 1px solid #7a7a7a;
        font-size: 14px; }
        .item3 .kjgzz_box > ul > li .info_box p {
          font-size: 14px;
          color: #4f4f4f;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
          .item3 .kjgzz_box > ul > li .info_box p .iconfont {
            margin-right: 6px;
            font-size: 16px;
            color: #155389; }
        .item3 .kjgzz_box > ul > li .info_box p + p {
          margin-top: 8px; }
.item3 .jxzl {
  width: 390px; }
  .item3 .jxzl .list-box {
    margin-top: 19px;
    height: 280px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #e0e8f6; }
    .item3 .jxzl .list-box ul {
      display: none;
      overflow: hidden;
      margin-right: -10px; }
      .item3 .jxzl .list-box ul.on {
        display: block; }
      .item3 .jxzl .list-box ul li {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px; }
        .item3 .jxzl .list-box ul li a {
          width: 180px;
          height: 125px;
          display: block;
          position: relative;
          overflow: hidden; }
          .item3 .jxzl .list-box ul li a img {
            width: 100%;
            height: 100%; }
          .item3 .jxzl .list-box ul li a .name {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 44px;
            padding-left: 6px;
            padding-right: 6px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            line-height: 44px;
            font-size: 14px;
            background: url("../images/title-bg.png");
            color: #fff;
            overflow: hidden;
            white-space: nowrap;
            -ms-text-overflow: ellipsis;
            text-overflow: ellipsis; }

.item4-wrap {
  margin-top: 40px;
  padding-top: 30px;
  width: 100%;
  height: 530px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/bottom-bg.png"); }
  .item4-wrap .item4 .pic-link {
    margin-right: -20px;
    margin-bottom: 30px; }
    .item4-wrap .item4 .pic-link li {
      float: left;
      margin-right: 15px; }
  .item4-wrap .item4 .left-nav {
    width: 160px; }
    .item4-wrap .item4 .left-nav dt {
      margin-bottom: 11px; }
    .item4-wrap .item4 .left-nav dd {
      margin-top: 1px;
      height: 39px;
      line-height: 39px;
      text-align: center;
      font-size: 15px;
      background: #204e73;
      color: #fff;
      cursor: pointer; }
      .item4-wrap .item4 .left-nav dd.on {
        background: #dab461; }
  .item4-wrap .item4 .right-cont {
    margin-left: 10px;
    padding-left: 30px;
    padding-right: 30px;
    width: 620px;
    height: 320px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    background: url("../images/bg-zjxh.png");
    color: #c7e1f7; }
    .item4-wrap .item4 .right-cont .cont {
      display: none; }
      .item4-wrap .item4 .right-cont .cont.on {
        display: block; }
      .item4-wrap .item4 .right-cont .cont .title {
        padding-top: 18px;
        padding-bottom: 15px;
        border-bottom: 1px solid #c7e1f7;
        font-size: 16px;
        color: #fff; }
        .item4-wrap .item4 .right-cont .cont .title .pull-left {
          position: relative;
          padding-left: 10px; }
          .item4-wrap .item4 .right-cont .cont .title .pull-left:before {
            content: '';
            width: 3px;
            height: 14px;
            position: absolute;
            left: 0;
            top: 5px;
            background: #fff; }
      .item4-wrap .item4 .right-cont .cont .list {
        margin-top: 10px;
        height: 240px;
        overflow: hidden; }
        .item4-wrap .item4 .right-cont .cont .list li {
          line-height: 40px;
          float: left;
          width: 33.333%;
          padding-right: 18px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          overflow: hidden;
          white-space: nowrap;
          -ms-text-overflow: ellipsis;
          text-overflow: ellipsis; }
  .item4-wrap .item4 .pphd {
    width: 390px; }
    .item4-wrap .item4 .pphd .title {
      width: 100%;
      height: 50px;
      line-height: 50px;
      background: url("../images/title-pphd.png"); }
      .item4-wrap .item4 .pphd .title .pull-left {
        margin-left: 20px;
        font-size: 18px;
        font-weight: bold;
        color: #fff; }
      .item4-wrap .item4 .pphd .title .pull-right {
        margin-right: 18px; }
    .item4-wrap .item4 .pphd ul li {
      margin-top: 15px;
      height: 120px; }
      .item4-wrap .item4 .pphd ul li a {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        height: 100%;
        font-size: 14px;
        color: #fff; }
        .item4-wrap .item4 .pphd ul li a:hover .shade {
          background-position: 320px 0,0 0;
          transition: 400ms; }
        .item4-wrap .item4 .pphd ul li a:hover .shade {
          background-position: 0 0,0 0\0; }
        .item4-wrap .item4 .pphd ul 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; }
        .item4-wrap .item4 .pphd ul li a .kjhd_tit {
          position: absolute;
          left: 0;
          bottom: 0;
          display: block;
          width: 100%;
          height: 44px;
          line-height: 44px;
          padding-left: 10px;
          box-sizing: border-box;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          background: url("../images/title-bg.png");
          color: #fff; }
        .item4-wrap .item4 .pphd ul 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); }
        .item4-wrap .item4 .pphd ul li a .kjhd_sta_on {
          color: #fff;
          background: #f53b3b; }
        .item4-wrap .item4 .pphd ul li a .kjhd_sta_wait {
          color: #379aff; }
    .item4-wrap .item4 .pphd ul li + li {
      margin-top: 16px; }

.footer {
  width: 100%;
  height: 170px;
  background: url("../images/bg-footer.png") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover; }
  .footer .friend-link {
    box-sizing: border-box;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: #c7e1f7;
    height: 50px;
    overflow: hidden; }
    .footer .friend-link dt {
      display: inline-block;
      margin-right: 4px; }
    .footer .friend-link dd {
      position: relative;
      display: inline-block; }
    .footer .friend-link dd + dd {
      margin-left: 36px; }
      .footer .friend-link dd + dd:before {
        content: '';
        position: absolute;
        left: -18px;
        top: 18px;
        width: 2px;
        height: 16px;
        background: #c7e1f7; }
  .footer .page-bottom {
    margin-top: 32px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #6490bb; }

.crumb-nav dl {
  overflow: hidden; }
  .crumb-nav dl dt {
    float: left;
    margin-right: 8px;
    font-size: 14px;
    color: #999; }
    .crumb-nav dl dt .iconfont {
      margin-right: 4px;
      color: #999; }
  .crumb-nav dl dd {
    float: left;
    font-size: 14px;
    color: #999; }
    .crumb-nav dl dd a {
      color: #496f91; }
  .crumb-nav dl dd + dd:before {
    content: ">";
    margin-left: 4px;
    margin-right: 4px;
    color: #999; }

.sub-page .header {
  width: 100%;
  height: 240px;
  background: url("../images/bg-sub-banner.png") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover; }
.sub-page .container {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
  background: #f1f6fa url("../images/sub-body-bg.png") no-repeat center bottom; }
  .sub-page .container .tar {
    position: relative;
    padding-top: 18px;
    padding-bottom: 18px; }
    .sub-page .container .tar .search-box {
      width: 360px;
      position: absolute;
      right: 4px;
      top: 7px;
      background: #fff; }
  .sub-page .container .content {
    padding: 32px 32px 40px 18px;
    background: #fff; }
    .sub-page .container .content .aside {
      width: 242px; }
      .sub-page .container .content .aside dl dt {
        padding-left: 22px;
        line-height: 32px;
        font-size: 16px;
        font-weight: bold;
        background: #0363b5;
        color: #fff; }
        .sub-page .container .content .aside dl dt .iconfont {
          font-size: 18px; }
      .sub-page .container .content .aside dl dd {
        margin-top: 4px;
        height: 32px;
        line-height: 30px;
        border: 1px solid #ececec;
        font-size: 14px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #7e7d7d; }
        .sub-page .container .content .aside dl dd.on {
          border: 1px solid #0363b5;
          color: #0363b5; }
          .sub-page .container .content .aside dl dd.on .iconfont {
            color: #0363b5; }
        .sub-page .container .content .aside dl dd a {
          display: block;
          padding-right: 10px;
          padding-left: 32px; }
        .sub-page .container .content .aside dl dd .iconfont {
          font-size: 14px;
          color: #000e3a; }
      .sub-page .container .content .aside .pic {
        width: 242px;
        height: 169px;
        margin-top: 4px; }
    .sub-page .container .content > .list {
      width: 870px;
      min-height: 560px;
      margin-top: -24px; }
      .sub-page .container .content > .list2 {
        width: 843px;
        min-height: 560px;
        margin-top: -24px; }
      .sub-page .container .content > .list > ul > li a {
        display: block;
        padding-top: 24px;
        padding-bottom: 24px; }
      .sub-page .container .content > .list > ul > li .title {
        font-size: 16px;
        font-weight: bold;
        color: #4f4f4f;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis; }
        .sub-page .container .content > .list > ul > li .title:hover {
          color: #0363b5; }
      .sub-page .container .content > .list > ul > li .cont {
        margin-top: 10px;
        line-height: 24px;
        font-size: 14px;
        color: #969696; }
      .sub-page .container .content > .list > ul > li .time {
        margin-top: 12px;
        font-size: 14px;
        color: #696969; }
      .sub-page .container .content > .list > ul li + li {
        border-top: 1px dashed #a9a9a9; }
    .sub-page .container .content .jxzj-list {
      width: 876px;
      min-height: 550px; }
      .sub-page .container .content .jxzj-list > ul {
        margin-right: -50px; }
        .sub-page .container .content .jxzj-list > ul > li {
          margin-bottom: 44px;
          float: left;
          margin-right: 46px; }
          .sub-page .container .content .jxzj-list > ul > li a {
            width: 262px;
            height: 320px;
            display: block;
            padding: 6px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            background: #f7f5f5; }
            .sub-page .container .content .jxzj-list > ul > li a .ava-box {
              position: relative; }
              .sub-page .container .content .jxzj-list > ul > li a .ava-box img {
                width: 100%;
                height: 194px; }
              .sub-page .container .content .jxzj-list > ul > li a .ava-box .name {
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 30px;
                line-height: 30px;
                font-size: 16px;
                text-align: center;
                background: rgba(0, 0, 0, 0.5);
                color: #fff; }
            .sub-page .container .content .jxzj-list > ul > li a .detail {
              min-height: 78px;
              padding-left: 12px;
              padding-right: 12px;
              margin-top: 8px;
              line-height: 26px;
              font-size: 16px;
              color: #333434;
              word-break: break-all; }
            .sub-page .container .content .jxzj-list > ul > li a .more {
              text-align: right; }
    .sub-page .container .content .jxdt-list {
      width: 876px;
      min-height: 550px; }
      .sub-page .container .content .jxdt-list > ul > li {
        overflow: hidden; }
        .sub-page .container .content .jxdt-list > ul > li .time {
          width: 65px;
          height: 60px;
          text-align: center;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          border: 1px solid #0363b5; }
          .sub-page .container .content .jxdt-list > ul > li .time p {
            line-height: 29px;
            color: #0363b5; }
          .sub-page .container .content .jxdt-list > ul > li .time p + p {
            line-height: 29px;
            background: #0363b5;
            color: #fff; }
        .sub-page .container .content .jxdt-list > ul > li .txt {
          margin-left: 22px;
          width: 770px; }
          .sub-page .container .content .jxdt-list > ul > li .txt .title {
            line-height: 22px;
            font-size: 16px;
            color: #4f4f4f;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap; }
          .sub-page .container .content .jxdt-list > ul > li .txt .title + p {
            margin-top: 3px;
            line-height: 18px;
            font-size: 14px;
            color: #969696; }
      .sub-page .container .content .jxdt-list > ul li + li {
        margin-top: 28px; }
    .sub-page .container .content .jxzl-list {
      width: 876px;
      min-height: 550px; }
      .sub-page .container .content .jxzl-list > ul {
        margin-right: -50px; }
        .sub-page .container .content .jxzl-list > ul > li {
          margin-bottom: 15px;
          float: left;
          margin-right: 46px; }
          .sub-page .container .content .jxzl-list > ul > li a {
            display: block;
            width: 262px; }
            .sub-page .container .content .jxzl-list > ul > li a img {
              width: 100%;
              height: 194px; }
            .sub-page .container .content .jxzl-list > ul > li a p {
              line-height: 32px;
              overflow: hidden;
              white-space: nowrap;
              -ms-text-overflow: ellipsis;
              text-overflow: ellipsis;
              font-size: 14px;
              color: #333434; }
    .sub-page .container .content .zjxh {
      width: 876px;
      min-height: 460px; }
      .sub-page .container .content .zjxh .list .bar .column {
        font-size: 18px;
        color: #0363b5; }
        .sub-page .container .content .zjxh .list .bar .column .iconfont {
          font-size: 20px;
          color: #0363b5; }
      .sub-page .container .content .zjxh .list .bar .more {
        margin-top: 10px;
        font-size: 12px;
        color: #999595;
        cursor: pointer; }
        .sub-page .container .content .zjxh .list .bar .more:hover {
          color: #154ee7; }
        .sub-page .container .content .zjxh .list .bar .more .iconfont {
          font-size: 10px; }
        .sub-page .container .content .zjxh .list .bar .more .none {
          display: none; }
      .sub-page .container .content .zjxh .list .nav-list {
        margin-top: 20px;
        margin-bottom: 72px;
        height: 60px;
        overflow: hidden; }
        .sub-page .container .content .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; }
  .sub-page .container .details-content {
    padding: 32px;
    background: #fff; }
    .sub-page .container .details-content .title {
      margin: 0 auto;
      width: 886px;
      text-align: center;
      font-size: 28px;
      color: #222; }
    .sub-page .container .details-content .time {
      margin: 0 auto;
      width: 100%;
      margin-top: 20px;
      padding-bottom: 26px;
      text-align: center;
      font-size: 14px;
      color: #aaa;
      border-bottom: 1px solid #eee; }
    .sub-page .container .details-content .txt-box {
      padding-bottom: 20px;
      margin-top: 30px;
      min-height: 450px;
      font-size: 14px;
      color: #444; }
      .sub-page .container .details-content .txt-box img {
        max-width: 780px; }
      .sub-page .container .details-content .txt-box p {
        text-indent: 2em;
        line-height: 180%;
        margin-bottom: 15px;
        font-size: 16px; }
      .sub-page .container .details-content .txt-box .fj_box {
        margin-top: 20px; }
        .sub-page .container .details-content .txt-box .fj_box span {
          font-size: 14px;
          font-weight: 600;
          color: #212121; }
        .sub-page .container .details-content .txt-box .fj_box a {
          color: #3075b1; }
    .sub-page .container .details-content .relevance {
      border-top: 1px solid #eee;
      padding-top: 20px;
      padding-left: 28px; }
      .sub-page .container .details-content .relevance p {
        line-height: 28px;
        font-size: 14px;
        color: #444; }
      .sub-page .container .details-content .relevance a {
        font-size: 14px;
        color: #3f73ba; }
  .sub-page .container .xhxmsb-details-content {
    padding: 30px 156px 80px;
    background: #fff; }
    .sub-page .container .xhxmsb-details-content .title {
      margin: 0 auto;
      width: 886px;
      text-align: center;
      font-size: 28px;
      color: #222; }
    .sub-page .container .xhxmsb-details-content .time {
      margin: 0 auto;
      width: 886px;
      margin-top: 20px;
      padding-bottom: 26px;
      text-align: center;
      font-size: 14px;
      color: #aaa;
      border-bottom: 1px solid #eee; }
    .sub-page .container .xhxmsb-details-content .txt-box {
      padding-bottom: 20px;
      margin-top: 30px;
      min-height: 450px;
      font-size: 14px;
      color: #333; }
      .sub-page .container .xhxmsb-details-content .txt-box img {
        max-width: 780px; }
      .sub-page .container .xhxmsb-details-content .txt-box p {
        line-height: 180%;
        font-size: 16px; }
      .sub-page .container .xhxmsb-details-content .txt-box .fj_box {
        margin-top: 20px; }
        .sub-page .container .xhxmsb-details-content .txt-box .fj_box span {
          font-size: 14px;
          font-weight: 600;
          color: #212121; }
        .sub-page .container .xhxmsb-details-content .txt-box .fj_box a {
          color: #3075b1; }
    .sub-page .container .xhxmsb-details-content .dlck {
      text-align: center; }
      .sub-page .container .xhxmsb-details-content .dlck a {
        display: inline-block;
        width: 193px;
        height: 43px;
        line-height: 43px;
        text-align: center;
        font-size: 18px;
        background: url("../images/btn-bg.png");
        color: #fdfdfe; }
      .sub-page .container .xhxmsb-details-content .dlck p {
        margin-top: 10px;
        font-size: 14px;
        color: #7f7d7d; }
    .sub-page .container .xhxmsb-details-content .hdsb-dlck {
      text-align: center; }
      .sub-page .container .xhxmsb-details-content .hdsb-dlck a {
        display: inline-block;
        margin-bottom: 10px;
        width: 193px;
        height: 43px;
        line-height: 43px;
        text-align: center;
        font-size: 18px;
        background: url("../images/btn-bg.png");
        color: #fdfdfe; }
      .sub-page .container .xhxmsb-details-content .hdsb-dlck .btn {
        display: inline-block;
        margin-right: 134px; }
      .sub-page .container .xhxmsb-details-content .hdsb-dlck p {
        font-size: 12px;
        color: #7f7d7d; }
  .sub-page .container .jxzj-content-detail {
    padding: 32px 30px 75px;
    background: #fff; }
    .sub-page .container .jxzj-content-detail .zj-info {
      padding-bottom: 38px;
      border-bottom: 1px solid #c6c5c5; }
      .sub-page .container .jxzj-content-detail .zj-info .ava {
        width: 288px;
        height: 214px; }
      .sub-page .container .jxzj-content-detail .zj-info .jxzl-ava {
        width: 338px;
        height: 252px; }
      .sub-page .container .jxzj-content-detail .zj-info .txt {
        margin-left: 42px; }
        .sub-page .container .jxzj-content-detail .zj-info .txt .name {
          margin-bottom: 24px;
          line-height: 48px;
          font-weight: bold;
          font-size: 30px;
          color: #5c5c5c; }
        .sub-page .container .jxzj-content-detail .zj-info .txt dd {
          line-height: 34px;
          font-size: 16px;
          color: #5c5c5c; }
          .sub-page .container .jxzj-content-detail .zj-info .txt dd .iconfont {
            color: #0363b5; }
      .sub-page .container .jxzj-content-detail .zj-info .jxzl-txt {
        margin-left: 42px; }
        .sub-page .container .jxzj-content-detail .zj-info .jxzl-txt .theme {
          margin-bottom: 10px;
          font-size: 24px;
          color: #5c5c5c; }
        .sub-page .container .jxzj-content-detail .zj-info .jxzl-txt dd {
          line-height: 36px;
          font-size: 16px;
          color: #5c5c5c; }
    .sub-page .container .jxzj-content-detail .zj-detail .title {
      margin-top: 24px;
      margin-bottom: 30px; }
      .sub-page .container .jxzj-content-detail .zj-detail .title span {
        position: relative;
        padding-left: 22px;
        font-size: 24px;
        color: #5c5c5c; }
        .sub-page .container .jxzj-content-detail .zj-detail .title span:before {
          position: absolute;
          left: 0;
          top: -2px;
          content: '';
          width: 10px;
          height: 30px;
          background: #0363b5; }
    .sub-page .container .jxzj-content-detail .zj-detail .txt-box {
      padding-bottom: 20px;
      margin-top: 30px;
      min-height: 300px;
      font-size: 14px;
      color: #444; }
      .sub-page .container .jxzj-content-detail .zj-detail .txt-box img {
        max-width: 780px; }
      .sub-page .container .jxzj-content-detail .zj-detail .txt-box p {
        text-indent: 2em;
        line-height: 180%;
        margin-bottom: 15px;
        font-size: 16px; }
      .sub-page .container .jxzj-content-detail .zj-detail .txt-box .fj_box {
        margin-top: 20px; }
        .sub-page .container .jxzj-content-detail .zj-detail .txt-box .fj_box span {
          font-size: 14px;
          font-weight: 600;
          color: #212121; }
        .sub-page .container .jxzj-content-detail .zj-detail .txt-box .fj_box a {
          color: #3075b1; }
    .sub-page .container .jxzj-content-detail .zj-detail .dlck {
      text-align: center;
      font-size: 14px;
      color: #7f7d7d; }
      .sub-page .container .jxzj-content-detail .zj-detail .dlck p {
        margin-top: 10px; }
    .sub-page .container .jxzj-content-detail .zj-detail .zlxz {
      padding-left: 24px; }
      .sub-page .container .jxzj-content-detail .zj-detail .zlxz p {
        line-height: 32px;
        font-size: 16px;
        color: #015ed1; }
        .sub-page .container .jxzj-content-detail .zj-detail .zlxz p img {
          vertical-align: -1px; }
  .sub-page .container .kjhd_list {
    width: 864px;
    min-height: 470px; }
    .sub-page .container .kjhd_list li {
      padding: 12px;
      margin-top: 10px;
      border: 1px solid #ebebeb;
      border-radius: 3px;
      overflow: hidden; }
      .sub-page .container .kjhd_list li .active_pic {
        position: relative;
        margin-right: 18px;
        width: 250px;
        height: 120px;
        border-radius: 3px;
        overflow: hidden; }
        .sub-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); }
        .sub-page .container .kjhd_list li .active_pic .kjhd_sta_finish {
          background: #aaa; }
        .sub-page .container .kjhd_list li .active_pic .kjhd_sta_wait {
          background: #90c58a; }
        .sub-page .container .kjhd_list li .active_pic .kjhd_sta_free {
          background: #ff625a; }
        .sub-page .container .kjhd_list li .active_pic .kjhd_sta_collect {
          background: #ffc52a; }
      .sub-page .container .kjhd_list li .kjhd_list_info {
        width: 350px;
        overflow: hidden; }
        .sub-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; }
        .sub-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; }
        .sub-page .container .kjhd_list li .kjhd_list_info .list_info_time, .sub-page .container .kjhd_list li .kjhd_list_info .list_info_add {
          font-size: 14px;
          color: #535353;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .sub-page .container .kjhd_list li .kjhd_list_info .list_info_time .iconfont, .sub-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;
            background: #379aff;
            color: #fff; }
        .sub-page .container .kjhd_list li .kjhd_list_info .list_info_add {
          margin-top: 12px; }
      .sub-page .container .kjhd_list li .list_sta {
        position: relative;
        text-align: right; }
        .sub-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; }
          .sub-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; }
        .sub-page .container .kjhd_list li .list_sta .active_sta_on {
          background: #ff8a00; }
          .sub-page .container .kjhd_list li .list_sta .active_sta_on:before {
            border-right-color: #ff8a00; }
        .sub-page .container .kjhd_list li .list_sta .active_sta_wait {
          background: #379aff; }
          .sub-page .container .kjhd_list li .list_sta .active_sta_wait:before {
            border-right-color: #379aff; }
        .sub-page .container .kjhd_list li .list_sta .icon_qr_code {
          display: inline-block;
          vertical-align: middle;
          width: 32px;
          height: 33px;
          cursor: pointer; }
        .sub-page .container .kjhd_list li .list_sta .release_time {
          margin-top: 14px;
          font-size: 14px;
          color: #a9a9a9; }
        .sub-page .container .kjhd_list li .list_sta .b-top {
          height: 33px;
          margin-top: 48px; }
        .sub-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; }
          .sub-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; }
  .sub-page .container .login {
    position: absolute;
    left: 50%;
    top: 84px;
    margin-left: -335px;
    width: 670px;
    height: 486px;
    padding-top: 56px;
    border-radius: 16px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
    .sub-page .container .login .title {
      font-size: 36px;
      color: #3088dd; }
    .sub-page .container .login .note {
      margin-top: 10px;
      font-size: 16px;
      color: #a09f9f; }
    .sub-page .container .login .inp {
      margin-top: 30px;
      display: inline-block;
      position: relative;
      width: 400px;
      height: 66px;
      line-height: 66px;
      background: #f5f5f5; }
      .sub-page .container .login .inp .iconfont {
        position: absolute;
        left: 0;
        top: 0;
        width: 64px;
        height: 100%;
        text-align: center;
        line-height: 66px;
        font-size: 20px;
        color: #0357a0; }
      .sub-page .container .login .inp input {
        width: 100%;
        height: 100%;
        padding-left: 66px;
        box-sizing: border-box;
        font-size: 16px;
        color: #222; }
        .sub-page .container .login .inp input:-ms-input-placeholder {
          font-size: 16px;
          color: #ccc; }
        .sub-page .container .login .inp input::-webkit-input-placeholder {
          font-size: 16px;
          color: #ccc; }
    .sub-page .container .login .btn {
      margin-top: 20px;
      display: inline-block;
      height: 64px;
      width: 400px;
      line-height: 64px;
      text-align: center;
      font-size: 18px;
      background: url("../images/login-dl-btn.png") no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      color: #fff;
      cursor: pointer; }
  .sub-page .container .xhzzjz {
    width: 864px;
    min-height: 470px; }
.sub-page .sub-footer {
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  width: 100%;
  height: 166px;
  padding-top: 64px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/sub-footer.png") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #6490bb; }

/*# sourceMappingURL=style.css.map */
