.xc-home {
  width: 100%;
  height: 100%;
  min-width: 1266px; }

.xc-top {
  width: 100%;
  height: auto; }
  .xc-top img {
    width: 100%;
    height: auto; }

.xc-con {
  width: 100%;
  height: 2200px;
  background: url(../img/index/conbg.png) no-repeat center center;
  background-size: 100% 100%; }
  .xc-con .kp {
    width: 100%;
    height: 508px;
    background: url(../img/index/kpbg.png) no-repeat center center;
    background-size: 100% 100%;
    margin-top: 20px; }
  .xc-con .wrap2 {
    width: 1266px;
    margin: 0 auto; }
  .xc-con .wentui {
    width: 100%;
    height: 804px;
    margin-top: 30px; }
    .xc-con .wentui .wt-title {
      width: 100%;
      height: auto;
      text-align: center; }
      .xc-con .wentui .wt-title img {
        display: inline-block; }
    .xc-con .wentui .wt-body {
      width: 100%;
      height: 590px; }
    .xc-con .wentui .wt-item {
      width: 48%;
      height: 640px;
      background: url(../img/index/tuibg.png) no-repeat center center;
      background-size: 100% 100%;
      padding: 30px 80px 40px;
      box-sizing: border-box; }
      .xc-con .wentui .wt-item .wt-body {
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .xc-con .wentui .wt-item .wt-body .wt-lin {
          display: block;
          width: 100%;
          height: auto;
          margin-top: 25px; }
          .xc-con .wentui .wt-item .wt-body .wt-lin .wt-img {
            width: 20px;
            height: 16px;
            background: url(../img/index/hthui.png) no-repeat center center;
            background-size: 100% 100%; }
          .xc-con .wentui .wt-item .wt-body .wt-lin:hover .wt-img {
            background: url(../img/index/htblue.png) no-repeat center center;
            background-size: 100% 100%; }
          .xc-con .wentui .wt-item .wt-body .wt-lin:hover .wt-nr {
            color: #1f6ae7; }
          .xc-con .wentui .wt-item .wt-body .wt-lin .wt-nr {
            width: 90%;
            height: auto;
            margin-left: 10px; }
  .xc-con .ft {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 70px; }
    .xc-con .ft .next {
      position: absolute;
      top: 122px;
      right: 0;
      width: 36px;
      height: 56px;
      background: url(../img/index/arrr_r_normal.png) no-repeat center center;
      cursor: pointer;
      z-index: 999; }
      .xc-con .ft .next:hover {
        background: url(../img/index/arr_r_on.png) no-repeat center center; }
    .xc-con .ft .prev {
      position: absolute;
      top: 122px;
      left: 0;
      width: 36px;
      height: 56px;
      background: url(../img/index/arr_l_normal.png) no-repeat center center;
      cursor: pointer;
      z-index: 999; }
      .xc-con .ft .prev:hover {
        background: url(../img/index/arr_l_on.png) no-repeat center center; }
    .xc-con .ft .bd {
      width: 1090px;
      height: 100%;
      overflow: hidden;
      margin-left: 55px; }
      .xc-con .ft .bd .tempWrap {
        width: 100%;
        height: 100% !important; }
      .xc-con .ft .bd .picList {
        width: 105%;
        height: 100%; }
        .xc-con .ft .bd .picList > li {
          float: left;
          width: 345px;
          height: 100%;
          margin-right: 27.5px; }
          .xc-con .ft .bd .picList > li > a {
            position: relative;
            display: block;
            width: 100%;
            height: 100%; }
            .xc-con .ft .bd .picList > li > a > img {
              width: 100%;
              height: 100%; }
            .xc-con .ft .bd .picList > li > a > span {
              position: absolute;
              bottom: 0;
              left: 0;
              display: inline-block;
              width: 100%;
              height: 46px;
              line-height: 46px;
              padding: 0 10px;
              color: #FFFFFF;
              box-sizing: border-box;
              background: url(../img/index/bar.png) no-repeat center center;
              background-size: 100% 100%; }

.xv-footer {
  width: 100%;
  height: 140px;
  background-color: #1f6ae7;
  text-align: center;
  color: #FFFFFF;
  padding-top: 40px;
  box-sizing: border-box; }
  .xv-footer p {
    line-height: 2; }

.news-body {
  width: 100%;
  height: 100%; }
  .news-body li {
    width: 100%;
    height: 28px;
    line-height: 28px;
    margin-bottom: 20px; }
    .news-body li > a {
      display: block;
      width: 100%;
      color: #333; }
      .news-body li > a .dz-nr-left {
        display: inline-block;
        width: 65%;
        height: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .news-body li > a .dz-nr-left > span {
          display: inline-block;
          width: 6px;
          height: 6px;
          background-color: #cccccc;
          margin-right: 10px;
          vertical-align: middle; }
      .news-body li > a .dz-nr-right {
        width: 35%;
        height: 100%;
        text-align: right;
        color: #999; }
      .news-body li > a:hover .dz-nr-left {
        color: #1f6ae7;
        text-decoration: underline; }
      .news-body li > a:hover .dz-nr-right {
        color: #1f6ae7;
        text-decoration: underline; }
      .news-body li > a:hover .dz-nr-left > span {
        background-color: #1f6ae7; }

.list {
  width: 100%;
  height: auto;
  min-height: 500px;
  padding-top: 18px;
  padding-bottom: 94px;
  box-sizing: border-box; }
  .list .list-con {
    width: 100%;
    height: auto;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 50px 30px;
    box-sizing: border-box;
    border-radius: 10px; }
    .list .list-con .list-body {
      width: 100%;
      height: auto;
      padding-top: 40px;
      box-sizing: border-box; }

.list-title {
  width: 100%;
  height: 65px;
  line-height: 65px;
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box; }
  .list-title .title-l {
    display: inline-block;
    width: auto;
    height: 100%;
    border-bottom: 4px solid #1f6ae7;
    box-sizing: border-box;
    color: #1f6ae7;
    font-weight: bold; }

.yema {
  width: 100%;
  height: 36px;
  margin-top: 20px;
  margin-bottom: 20px; }
  .yema .yema-left {
    width: 17%;
    height: 100%;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .yema .yema-center {
    position: relative;
    display: inline-block;
    width: 62%;
    height: 100%;
    line-height: 36px;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center; }
    .yema .yema-center .topye {
      display: inline-block;
      width: auto;
      height: 100%;
      line-height: 36px;
      text-align: center;
      padding: 0 5px;
      margin-right: 5px;
      border: 1px solid #cccccc;
      box-sizing: border-box; }
      .yema .yema-center .topye:hover {
        border-color: #1f6ae7;
        color: #1f6ae7; }
    .yema .yema-center .botye {
      display: inline-block;
      width: auto;
      height: 100%;
      line-height: 36px;
      text-align: center;
      padding: 0 5px;
      border: 1px solid #cccccc;
      box-sizing: border-box; }
      .yema .yema-center .botye:hover {
        border-color: #1f6ae7;
        color: #1f6ae7; }
    .yema .yema-center .Number {
      display: inline-block;
      width: auto;
      height: 100%;
      line-height: 36px;
      text-align: center;
      padding: 0 12px;
      border: 1px solid #cccccc;
      box-sizing: border-box;
      margin-right: 5px; }
      .yema .yema-center .Number:hover {
        border-color: #1f6ae7;
        color: #1f6ae7; }
    .yema .yema-center .CurrentPage {
      display: inline-block;
      width: auto;
      height: 100%;
      line-height: 36px;
      text-align: center;
      padding: 0 12px;
      box-sizing: border-box;
      border: 1px solid #1f6ae7;
      color: #1f6ae7;
      margin-right: 5px; }
    .yema .yema-center .over {
      display: inline-block;
      width: auto;
      height: 100%;
      line-height: 36px;
      text-align: center;
      padding: 0 12px 0 7px;
      box-sizing: border-box; }
    .yema .yema-center .year {
      position: absolute;
      top: 0;
      right: 0;
      width: 70px;
      height: auto;
      border: 1px solid #cccccc;
      box-sizing: border-box; }
      .yema .yema-center .year > span {
        display: inline-block;
        width: 60px;
        height: 36px;
        cursor: pointer; }
        .yema .yema-center .year > span .year-img {
          width: 10px;
          height: 12px;
          margin-left: 5px; }
      .yema .yema-center .year > ul {
        position: absolute;
        bottom: 100%;
        left: -1px;
        display: none;
        width: 70px;
        height: 155px;
        border-right: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
        box-sizing: border-box;
        z-index: 999;
        background-color: #FFFFFF;
        overflow-y: scroll; }
        .yema .yema-center .year > ul li {
          width: 100%;
          height: 30px;
          line-height: 30px;
          border-top: 1px solid #cccccc;
          cursor: pointer; }
          .yema .yema-center .year > ul li:hover {
            background-color: #1f6ae7;
            color: #ffffff; }
  .yema .yema-right {
    width: 21%;
    height: 36px;
    line-height: 36px;
    text-align: center; }
    .yema .yema-right input {
      width: 68px;
      height: 36px;
      border: 1px solid #cccccc;
      box-sizing: border-box;
      text-align: right;
      padding: 0 5px; }
    .yema .yema-right > a {
      display: inline-block;
      width: 50px;
      height: 35px;
      line-height: 35px;
      background-color: #1f6ae7;
      text-align: center;
      color: #ffffff; }

.view {
  width: 100%;
  height: auto;
  min-height: 500px;
  padding-top: 18px;
  padding-bottom: 94px;
  box-sizing: border-box;
  background-color: #F5F5F5; }
  .view .view-con {
    position: relative;
    width: 100%;
    height: auto;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 50px 30px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #FFFFFF; }
    .view .view-con .view-body {
      width: 100%;
      height: auto;
      padding: 45px 75px;
      box-sizing: border-box; }
      .view .view-con .view-body .view-body-title {
        width: 100%;
        height: auto;
        text-align: center; }
      .view .view-con .view-body .view-body-subtitle {
        width: 100%;
        height: 40px;
        line-height: 40px;
        background-color: #fafafa;
        margin: 40px 0;
        padding: 0 20px;
        box-sizing: border-box; }
        .view .view-con .view-body .view-body-subtitle .jieshao {
          color: #666666; }
        .view .view-con .view-body .view-body-subtitle .ziti {
          color: #666; }
          .view .view-con .view-body .view-body-subtitle .ziti .dx {
            display: inline-block;
            width: 35px;
            height: 26px;
            line-height: 26px;
            text-align: center;
            border-radius: 5px;
            cursor: pointer; }
            .view .view-con .view-body .view-body-subtitle .ziti .dx.dx-select {
              background-color: #1f6ae7;
              color: #FFFFFF; }
      .view .view-con .view-body .neir {
        width: 100%;
        height: auto;
        min-height: 500px; }
        .view .view-con .view-body .neir > p {
          margin-bottom: 20px;
          line-height: 2; }
        .view .view-con .view-body .neir .neir-img {
          width: 100%;
          height: auto;
          text-align: center;
          margin-bottom: 20px; }
          .view .view-con .view-body .neir .neir-img > img {
            width: auto;
            max-width: 100%; }
        .view .view-con .view-body .neir .neir-bot {
          color: #999999; }

.sy {
  display: block;
  margin-left: 10px; }
  .sy:hover {
    color: #1f6ae7; }

.m5 {
  margin-left: 5px; }

.sy2 {
  display: block;
  margin-left: 5px; }
