@charset "UTF-8";
.p-1 {
  display: flex;
  justify-content: space-between; }
  .p-1 .p-wrapper:nth-child(1) {
    width: 340px; }
    .p-1 .p-wrapper:nth-child(1) .block {
      margin-bottom: 24px; }

      .p-1 .p-wrapper:nth-child(1) .block.inner-nav {
        padding-bottom: 2px;
        position: relative; }
        .p-1 .p-wrapper:nth-child(1) .block.inner-nav::after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          height: 2px;
          background: url(../images/bg02.jpg) top center repeat-y;
          background-size: 100%; }
        .p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg .p-header-1 {
          background: url(../images/bg02.jpg) top center repeat-y; }
          .p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg .p-header-1 span {
            color: #fff; }
          .p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg .p-header-1 i {
            background: #fff; }
        .p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul {
          padding: 0 20px; }
          .p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li {
            height: 59px;
            border-bottom: 1px solid #eeeeee; }
            .p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li:last-child {
              border-bottom: 1px solid transparent; }
            .p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li.active div a {
              color: #0c7ed9;
              font-weight: bold; }
            .p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li.active div i::before {
              content: "";
              background: #0c7ed9; }
            .p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li.active div i::after {
              content: "";
              background: #0c7ed9; }
            .p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li:hover div a {
              color: #0c7ed9; }
            .p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li:hover div i::before {
              content: "";
              background: #0c7ed9; }
            .p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li:hover div i::after {
              content: "";
              background: #0c7ed9; }
            .p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li.on {
              height: auto; }
              .p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li.on div i::after {
                content: "";
                display: none; }
              .p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li.on dl {
                display: flex;
                flex-direction: column; }
            .p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li div {
              height: 59px;
              display: flex;
              align-items: center;
              justify-content: space-between;
              cursor: pointer; }
              .p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li div a {
                display: block;
                font-size: 18px;
                color: #000; }
              .p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li div i {
                display: block;
                width: 12px;
                height: 12px;
                position: relative; }
                .p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li div i::before {
                  content: "";
                  display: block;
                  position: absolute;
                  background: #000;
                  top: 50%;
                  left: 0;
                  right: 0;
                  margin-top: -1px;
                  height: 2px; }
                .p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li div i::after {
                  content: "";
                  display: block;
                  background: #000;
                  position: absolute;
                  left: 50%;
                  top: 0;
                  bottom: 0;
                  width: 2px;
                  margin-left: -1px; }
            .p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li dl {
              display: none; }
              .p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li dl dd {
                height: 59px;
                display: flex;
                align-items: center;
                padding-left: 40px;
                cursor: pointer;
                border-bottom: 1px solid #eeeeee; }
                .p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li dl dd:last-child {
                  border-bottom: 1px solid transparent; }
                .p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li dl dd:hover a {
                  color: #0c7ed9; }
                .p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li dl dd a {
                  display: block;
                  font-size: 18px;
                  color: #000; }
                  .p-1 .p-wrapper:nth-child(1) .block.inner-nav .block-bg ul li dl dd a.cur {
                    font-weight: bold;
                    color: #0c7ed9; }

      .p-1 .p-wrapper:nth-child(1) .block.real-time ul li {
        display: flex;
        align-items: center;
        height: 59px;
        border-bottom: 1px solid #eeeeee; }
        .p-1 .p-wrapper:nth-child(1) .block.real-time ul li:last-child {
          border-bottom: 1px solid transparent; }
        .p-1 .p-wrapper:nth-child(1) .block.real-time ul li:hover::before {
          background: #0c7ed9; }
        .p-1 .p-wrapper:nth-child(1) .block.real-time ul li:hover a {
          color: #0c7ed9; }
        .p-1 .p-wrapper:nth-child(1) .block.real-time ul li::before {
          content: "";
          display: block;
          width: 4px;
          height: 4px;
          background: #cccccc;
          border-radius: 50%;
          margin: 0 10px 0 4px; }
        .p-1 .p-wrapper:nth-child(1) .block.real-time ul li a {
          display: block;
          flex: 1;
          font-size: 16px;
          line-height: 59px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          color: #000; }
  .p-1 .p-wrapper:nth-child(2) {
    width: 820px; }

.crumbs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 63px;
  border-bottom: 1px solid #dadada; }
  .crumbs h2 {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: bolder; }
  .crumbs div {
    display: flex;
    align-items: center; }
    .crumbs div span, .crumbs div a, .crumbs div i {
      display: block;
      color: #999;
      font-size: 16px;
      line-height: 24px; }
    .crumbs div a:hover {
      color: #0c7ed9; }
    .crumbs div i {
      margin: 0 5px; }
    .crumbs div .cur {
      font-weight: bolder;
      color: #000; }

/*文章详情*/
.article.xmjj {
  padding: 66px 0 0; }
  .article.xmjj .article-header {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    margin-bottom: 44px; }
    .article.xmjj .article-header img {
      display: block;
      width: 35px;
      height: 31px;
      position: relative; }
      .article.xmjj .article-header img:nth-of-type(1) {
        top: -10px;
        margin-right: 30px; }
      .article.xmjj .article-header img:nth-of-type(2) {
        align-self: flex-end;
        bottom: -10px;
        margin-left: 30px; }
    .article.xmjj .article-header h2 {
      color: #000064;
      font-size: 60px;
      font-weight: bolder; }
  .article.xmjj .article-body p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin-bottom: 30px; }

.article.jfzy {
  padding: 26px 14px 0 0; }
  .article.jfzy .article-header {
    margin-bottom: 30px; }
    .article.jfzy .article-header h2 {
      color: #000;
      font-size: 16px;
      line-height: 30px;
      font-weight: bolder; }
  .article.jfzy .article-body p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin-bottom: 30px; }

.article.jnkc {
  padding: 34px 0 0 0; }
  .article.jnkc .article-header {
    margin-bottom: 37px; }
    .article.jnkc .article-header h2 {
      color: #000;
      font-size: 24px;
      line-height: 36px;
      font-weight: bolder;
      text-align: center;
      margin-bottom: 36px; }
    .article.jnkc .article-header .article-quota {
      display: block;
      text-align: center;
      vertical-align: top;
      height: auto;
      font-size: 0; }
      .article.jnkc .article-header .article-quota span {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        line-height: 24px;
        margin: 0 10px;
        color: #333; }
  .article.jnkc .article-body {
    padding-top: 26px;
    padding-bottom: 37px; }
 .article.jnkc .article-body video {
    margin: 0 auto;}
    .article.jnkc .article-body img {
      max-width: 100%;
      margin: 0 auto; }
    .article.jnkc .article-body p {
      font-size: 16px;
      line-height: 30px;
      color: #333;
      margin-bottom: 30px; }
  .article.jnkc .prev-next {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 44px;
    margin-bottom: 36px; }
    .article.jnkc .prev-next div {
      font-size: 0; }
      .article.jnkc .prev-next div span, .article.jnkc .prev-next div a {
        margin: 20px 0;
        color: #333;
        font-size: 16px;
        line-height: 24px;
        display: inline-block;
        vertical-align: middle;
        font-weight: bold; }
      .article.jnkc .prev-next div:hover span, .article.jnkc .prev-next div:hover a {
        color: #0c7ed9; }

/*招生简章*/
.zsjz {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 778px;
  margin-left: calc(100% - 778px);
  padding-top: 30px; }
.zsjz .wp_articlecontent{
  width:100%;
  text-align: center;
}
  .zsjz .img-win {
    position: relative;
    z-index: 900; 
    display: inline-block;
}
    .zsjz .img-win a {
      display: block;
      width: 485px;
      height: 686px;
      margin: 0 auto -140px;
      position: relative; }
      .zsjz .img-win a img {
        display: block;
        width: 100%;
        height: 100%; }
      .zsjz .img-win a span {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 6px;
        bottom: 8px;
        background: #fff;
        border: 1px solid #e5e5e5;
        height: 28px;
        width: 68px;
        color: #000;
        font-family: arial;
        font-size: 18px;
        font-weight: bold;
        line-height: 28px; }
        .zsjz .img-win a span i {
          display: block;
          color: #000;
          font-weight: bold;
          margin: 0 4px; }
  .zsjz .bg {
    width: 100%;
    background: #516bf5;
    overflow: hidden;
    position: relative;
    z-index: 800; }
    .zsjz .bg #zsjz-prev {
      display: flex;
justify-content: center;
      align-items: center;
      width: 60px;
      height: 60px;
      background: #fff;
      border-radius: 50%;
      overflow: hidden;
      border: none;
      outline: none;
      opacity: 1;
      top: 40px;
      margin-top: 0;
      left: 45px; }
      .zsjz .bg #zsjz-prev i,.zsjz .bg #zsjz-prev em {
        display: block;
        width: 60px;
        line-height: 58px;
        text-align: center;
        font-size: 30px;
        color: #b5b5b5;
        margin-top: 3px; }
      .zsjz .bg #zsjz-prev.active i,.zsjz .bg #zsjz-prev.active em {
        color: #0c7ed9; }
    .zsjz .bg #zsjz-next {
      display: flex;
justify-content: center;
      align-items: center;
      width: 60px;
      height: 58px;
      background: #fff;
      overflow: hidden;
      border-radius: 50%;
      border: none;
      outline: none;
      opacity: 1;
      top: 40px;
      margin-top: 0;
      right: 45px; }
      .zsjz .bg #zsjz-next i,.zsjz .bg #zsjz-next em {
        display: block;
        width: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 30px;
        color: #b5b5b5;
        margin-top: 3px; }
      .zsjz .bg #zsjz-next.active i,.zsjz .bg #zsjz-next.active em {
        color: #0c7ed9; }
    .zsjz .bg #zsjz-scrollbar {
      position: absolute;
      width: 200px;
      height: 10px;
      margin: 0 auto;
      left: 0;
      right: 0;
      bottom: 40px;
      background: #cbcbcb; }
      .zsjz .bg #zsjz-scrollbar .swiper-scrollbar-drag {
        background: #fff; }
    .zsjz .bg #zsjz-swiper {
      margin: 180px 24px 90px; }
      .zsjz .bg #zsjz-swiper .swiper-wrapper .swiper-slide {
        cursor: pointer;
        overflow: hidden;
        position: relative; }
        .zsjz .bg #zsjz-swiper .swiper-wrapper .swiper-slide::after {
          content: "";
          position: absolute;
          z-index: 900;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          border: 2px solid transparent; }
        .zsjz .bg #zsjz-swiper .swiper-wrapper .swiper-slide img {
          display: block;
          width: 130px;
          height: 184px; }
        .zsjz .bg #zsjz-swiper .swiper-wrapper .swiper-slide.active::after {
          border: 2px solid #c00; }

/*招生专业*/
.zszy {
  display:flex;
  flex-direction: column-reverse;
}
.zszy .zszy-title{
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.zszy table {
  margin: 20px 0 40px; }
  .zszy table tr th img, .zszy table tr td img {
    display: block;
    width: 100%; }
  .zszy table tr th a, .zszy table tr td a {
    display: block; }

/*招生问答*/
.zswd .list {
  margin: 20px 0 76px; }
  .zswd .list > a {
    display: flex;
    align-items: center; }
    .zswd .list > a:hover::before {
      background: #0c7ed9; }
    .zswd .list > a:hover span {
      color: #0c7ed9; }
    .zswd .list > a::before {
      content: "";
      display: block;
      width: 6px;
      height: 6px;
      background: #cecece;
      border-radius: 50%;
      margin: 0 22px 0 6px; }
    .zswd .list > a span {
      display: block;
      font-size: 16px;
      color: #000;
      line-height: 60px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      width: 88%; }

.zswd .pages {
  margin-bottom: 100px; }

/*实践考核 + 校友分享 + 考核大纲 + 通知公告*/
.sjkh .list {
  margin: 20px 0 76px; }
  .sjkh .list div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
    .sjkh .list div a {
      display: flex;
      align-items: center;
      flex: 1;
      overflow: hidden; }
      .sjkh .list div a:hover::before {
        background: #0c7ed9; }
      .sjkh .list div a:hover span {
        color: #0c7ed9; }
      .sjkh .list div a::before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        background: #cecece;
        border-radius: 50%;
        margin: 0 22px 0 6px; }
      .sjkh .list div a span {
        flex: 1;
        display: block;
        font-size: 16px;
        color: #000;
        line-height: 60px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
    .sjkh .list div i {
      display: block;
      color: #999;
      font-size: 16px;
      line-height: 60px;
      margin-left: 80px;
      padding: 0 8px; }

.sjkh .pages {
  margin-bottom: 100px; }

/*技能课程*/
.jnkc .list {
  overflow: hidden;
  margin: 40px 0 100px; }
  .jnkc .list .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -30px; }
    .jnkc .list .wrapper a {
      display: block;
      margin-bottom: 30px;
      width: 395px; }
      .jnkc .list .wrapper a:hover .img-box .infos-layer {
        opacity: 1;
        transition: .2s linear; }
      .jnkc .list .wrapper a h2 {
        font-size: 18px;
        line-height: 38px;
        font-weight: bold;
        color: #000;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 90%; }
      .jnkc .list .wrapper a .img-box {
        display: block;
        position: relative;
        margin-bottom: 10px; }
        .jnkc .list .wrapper a .img-box img {
          display: block;
          width: 395px;
          height: 255px; }
        .jnkc .list .wrapper a .img-box .infos-layer {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          background: rgba(0, 0, 0, 0.72);
          opacity: 0;
          transition: .2s linear; }
          .jnkc .list .wrapper a .img-box .infos-layer span {
            display: block;
            width: 160px;
            height: 48px;
            font-size: 18px;
            font-weight: bold;
            color: #fff;
            text-align: center;
            line-height: 48px;
            border-radius: 24px;
            background: #0c7ed9; }

.jnkc .pages {
  margin-bottom: 100px; }

/*活动展示*/
.hdzs .list {
  overflow: hidden;
  margin: 30px 0 100px; }
  .hdzs .list .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -24px; }
    .hdzs .list .wrapper a {
      display: block;
      margin-bottom: 24px;
      background: #fff;
      width: 400px;
      padding-bottom: 16px; }
      .hdzs .list .wrapper a:hover .img-box .infos-layer {
        opacity: 1;
        transition: .2s linear; }
      .hdzs .list .wrapper a:hover h2 {
        color: #0c7ed9; }
      .hdzs .list .wrapper a h2 {
        font-size: 16px;
        line-height: 24px;
        color: #333;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
        padding: 0 14px; }
      .hdzs .list .wrapper a span {
        display: block;
        font-size: 14px;
        color: #999;
        line-height: 22px;
        padding: 0 14px; }
      .hdzs .list .wrapper a .img-box {
        display: block;
        position: relative;
        margin-bottom: 20px; }
        .hdzs .list .wrapper a .img-box img {
          display: block;
          width: 400px;
          height: 223px; }
        .hdzs .list .wrapper a .img-box .infos-layer {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          background: rgba(0, 0, 0, 0.72);
          opacity: 0;
          transition: .2s linear; }
          .hdzs .list .wrapper a .img-box .infos-layer span {
            display: block;
            width: 160px;
            height: 48px;
            font-size: 18px;
            font-weight: bold;
            color: #fff;
            text-align: center;
            line-height: 48px;
            border-radius: 24px;
            background: #0c7ed9; }

.hdzs .pages {
  margin-bottom: 100px; }

/*学子风采*/
.xzfc .list {
  overflow: hidden;
  margin: 30px 0 100px; }
  .xzfc .list .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -26px; }
    .xzfc .list .wrapper::after {
      content: "";
      display: block;
      height: 0;
      width: 260px; }
    .xzfc .list .wrapper a {
      display: block;
      width: 260px;
      margin-bottom: 26px; }
      .xzfc .list .wrapper a:hover .img-box img {
        transform: scale(1.01);
        transition: .3s linear; }
      .xzfc .list .wrapper a:hover .img-box .infos-layer {
        opacity: 1;
        transition: .2s linear; }
      .xzfc .list .wrapper a:hover h2 {
        color: #0c7ed9; }
      .xzfc .list .wrapper a h2 {
        font-size: 16px;
        line-height: 36px;
        color: #333;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 90%; }
      .xzfc .list .wrapper a .img-box {
        width: 260px;
        height: 145px;
        overflow: hidden;
        margin-bottom: 10px;
        position: relative; }
        .xzfc .list .wrapper a .img-box img {
          display: block;
          width: 100%;
          height: 100%;
          transition: .3s linear; }
        .xzfc .list .wrapper a .img-box .infos-layer {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          background: rgba(0, 0, 0, 0.72);
          transition: .2s linear .2s;
          overflow: hidden;
          opacity: 0; }
          .xzfc .list .wrapper a .img-box .infos-layer img {
            display: block;
            width: 17px;
            height: 17px;
            position: absolute;
            right: 8px;
            bottom: 8px; }

.xzfc .pages {
  margin-bottom: 100px; }

/*技能证书*/
.jnzs .list {
  overflow: hidden;
  margin: 40px 0 100px; }
  .jnzs .list .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -30px; }
    .jnzs .list .wrapper a {
      display: block;
      margin-bottom: 30px; }
      .jnzs .list .wrapper a:hover .img-box .infos-layer {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transition: .2s linear; }
        .jnzs .list .wrapper a:hover .img-box .infos-layer p {
          opacity: 1;
          transition: opacity .2s linear .2s; }
      .jnzs .list .wrapper a h2 {
        font-size: 18px;
        line-height: 38px;
        font-weight: bold;
        color: #000;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 90%; }
      .jnzs .list .wrapper a .img-box {
        display: block;
        position: relative;
        margin-bottom: 10px; }
        .jnzs .list .wrapper a .img-box img {
          display: block;
          width: 395px;
          height: 280px; }
        .jnzs .list .wrapper a .img-box .infos-layer {
          position: absolute;
          left: 50%;
          right: 50%;
          top: 50%;
          bottom: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          background: rgba(0, 0, 0, 0.72);
          transition: .2s linear .2s;
          overflow: hidden; }
          .jnzs .list .wrapper a .img-box .infos-layer p {
            padding: 20px;
            color: #fff;
            font-size: 16px;
            text-align: center;
            line-height: 24px;
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
            opacity: 0;
            transition: opacity .2s linear; }

.jnzs .pages {
  margin-bottom: 100px; }

/*合作单位*/
.hzdw .hzdw-title{
        font-size: 24px;
        line-height: 48px;
        font-weight: bold;
}
.hzdw .list {
  overflow: hidden;
  margin: 0 0 100px; }
  .hzdw .list .wrapper a {
    display: flex;
    align-items: flex-start;
    padding: 38px 0 34px;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box; }
    .hzdw .list .wrapper a:hover .infos-box h2 {
      color: #0c7ed9; }
    .hzdw .list .wrapper a:hover .img-box {
      box-shadow: 5px 5px 6px rgba(180, 180, 180, 0.7);
      transition: .1s linear; }
    .hzdw .list .wrapper a .infos-box {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      flex: 1; 
      overflow: hidden;
}
      .hzdw .list .wrapper a .infos-box h2 {
        font-size: 18px;
        line-height: 26px;
        font-weight: bold;
        color: #000;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 18px; }
        .hzdw .list .wrapper a .infos-box .addr-tel {
            font-size: 16px;
            font-weight: bold;
            color: #333;
            line-height: 24px;
            white-space: nowrap; 
text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}
      .hzdw .list .wrapper a .infos-box .addr-tel span {
        display: flex;
        align-items: flex-start; }
        .hzdw .list .wrapper a .infos-box .addr-tel span i {
          display: block;
          margin: 4px 0; }
          .hzdw .list .wrapper a .infos-box .addr-tel span i:nth-child(1) {
            font-size: 16px;
            font-weight: bold;
            color: #333;
            line-height: 24px;
            white-space: nowrap; }
          .hzdw .list .wrapper a .infos-box .addr-tel span i:nth-child(2) {
            font-size: 16px;
            color: #333;
            line-height: 24px; }
    .hzdw .list .wrapper a .img-box {
      display: block;
      position: relative;
      margin-left: 2px;
      margin-right: 24px;
      border-radius: 10px;
      width: 300px;
      height: 140px; }
      .hzdw .list .wrapper a .img-box img {
        display: block;
        width: 100%;
        height: 100%; }

.hzdw .pages {
  margin-bottom: 100px; }

.hzdw2 .hzdw-title{
        font-size: 24px;
        line-height: 48px;
        font-weight: bold;
}
.hzdw2 .list {
  overflow: hidden;
  margin: 0 0 100px; }
  .hzdw2 .list .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .hzdw2 .list .wrapper::after {
      content: "";
      display: block;
      height: 0;
      width: 30%; }
    .hzdw2 .list .wrapper a {
      display: block;
      width: 30%;
      padding: 10px 0 10px;
      border-bottom: 2px solid #e5e5e5;
      box-sizing: border-box; }
      .hzdw2 .list .wrapper a:hover .infos-box h2 {
        color: #0c7ed9; }
      .hzdw2 .list .wrapper a:hover .img-box {
        box-shadow: 5px 5px 6px rgba(180, 180, 180, 0.7);
        transition: .1s linear; }
      .hzdw2 .list .wrapper a .infos-box {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex: 1; }
        .hzdw2 .list .wrapper a .infos-box h2 {
          font-size: 18px;
          line-height: 48px;
          font-weight: bold;
          color: #000;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          text-align: center; }
        .hzdw2 .list .wrapper a .infos-box .addr-tel {
          font-size: 12px;
          color: #333;
          line-height: 24px;
          width: 100%; }
          .hzdw2 .list .wrapper a .infos-box .addr-tel span {
            display: flex;
            align-items: flex-start; }
            .hzdw2 .list .wrapper a .infos-box .addr-tel span i {
              display: block;
              margin: 4px 0; }
              .hzdw2 .list .wrapper a .infos-box .addr-tel span i:nth-child(1) {
                font-size: 16px;
                font-weight: bold;
                color: #333;
                line-height: 24px;
                white-space: nowrap; }
              .hzdw2 .list .wrapper a .infos-box .addr-tel span i:nth-child(2) {
                font-size: 16px;
                color: #333;
                line-height: 24px; }
      .hzdw2 .list .wrapper a .img-box {
        display: block;
        position: relative;
        margin-left: 2px;
        margin-right: 24px;
        border-radius: 10px;
        width: 100%;
       height: 115px; 
overflow: hidden;}
        .hzdw2 .list .wrapper a .img-box img {
          display: block;
          width: 100%;
          height: 100%; }

.hzdw2 .pages {
  margin-bottom: 100px; }
/*师资力量*/
.szll .list {
  overflow: hidden;
  margin: 40px 0 100px; }
  .szll .list .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -38px; }
    .szll .list .wrapper::after {
      content: "";
      display: block;
      height: 0;
      width: 260px; }
    .szll .list .wrapper a {
      display: block;
      width: 260px;
      margin-bottom: 38px; }
      .szll .list .wrapper a:hover .img-box img {
        transform: scale(1.01);
        transition: .3s linear; }
      .szll .list .wrapper a:hover .infos-box h2 {
        color: #0c7ed9; }
      .szll .list .wrapper a .img-box {
        width: 260px;
        height: 285px;
        overflow: hidden; }
        .szll .list .wrapper a .img-box img {
          display: block;
          width: 100%;
          height: 100%;
          transition: .3s linear; }
      .szll .list .wrapper a .infos-box h2 {
        width: 96%;
        padding: 21px 0 8px;
        font-size: 18px;
        line-height: 36px;
        font-weight: bold;
        color: #000;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      .szll .list .wrapper a .infos-box p {
        font-size: 16px;
        line-height: 24px;
        color: #666;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }

.szll .pages {
  margin-bottom: 100px; }

/*师资详情*/
.szxq {
  margin: 40px 0 0; }
  .szxq .teacher-img {
    margin-bottom: 56px; }
    .szxq .teacher-img img {
      display: block;
      max-width: 100%;
      margin: 0 auto; }
  .szxq .teacher-infos {
    margin-bottom: 72px; }
    .szxq .teacher-infos h2 {
      font-size: 18px;
      line-height: 30px;
      font-weight: bold;
      color: #000;
      margin-bottom: 30px; }
    .szxq .teacher-infos p {
      font-size: 16px;
      line-height: 30px;
      color: #666;
      margin-bottom: 30px; }
      .szxq .teacher-infos p:last-child {
        margin-bottom: 0; }
  .szxq .prev-next {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .szxq .prev-next a {
      display: block;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 60px;
      width: 400px;
      color: #0c7ed9;
      background: #fff; }
      .szxq .prev-next a:hover {
        color: #fff;
        background: #0c7ed9; }

/*专家讲座*/
.zjjz {
  margin: 40px 0 0; }
  .zjjz .list {
    overflow: hidden;
    margin-bottom: 90px; }
    .zjjz .list .wrapper {
      margin-bottom: -40px; }
      .zjjz .list .wrapper .item {
        display: flex;
        align-items: center;
        margin-bottom: 40px; }
        .zjjz .list .wrapper .item:hover .img-box span.line-top {
          width: 100%;
          transition-delay: 0S;
          -o-transition-delay: 0s;
          -moz-transition-delay: 0s;
          -webkit-transition-delay: 0s; }
        .zjjz .list .wrapper .item:hover .img-box span.line-right {
          height: 100%;
          transition-delay: .1S;
          -o-transition-delay: .1s;
          -moz-transition-delay: .1s;
          -webkit-transition-delay: .1s; }
        .zjjz .list .wrapper .item:hover .img-box span.line-bottom {
          width: 100%;
          transition-delay: .2s;
          -o-transition-delay: .2s;
          -moz-transition-delay: .2s;
          -webkit-transition-delay: .2s; }
        .zjjz .list .wrapper .item:hover .img-box span.line-left {
          height: 100%;
          transition-delay: .3S;
          -o-transition-delay: .3s;
          -moz-transition-delay: .3s;
          -webkit-transition-delay: .3s; }
        .zjjz .list .wrapper .item:hover .infos-box .title {
          color: #0c7ed9; }
        .zjjz .list .wrapper .item .img-box {
          display: flex;
          align-items: center;
          width: 390px;
          position: relative;
          /* 使用span模拟边框 */ }
          .zjjz .list .wrapper .item .img-box img {
            display: block;
            width: 100%;
            height: 240px; }
          .zjjz .list .wrapper .item .img-box span {
            position: absolute;
            background: #0c7ed9;
            transition: all .1s;
            -o-transition: all .1s;
            -webkit-transition: all .1s;
            -moz-transition: all .1s;
            /* 上边框 */
            /* 右边框 */
            /* 下边框 */
            /* 左边框 */ }
            .zjjz .list .wrapper .item .img-box span.line-top {
              height: 1.5%;
              width: 0;
              top: 0;
              right: 0;
              transition-delay: .4S;
              -o-transition-delay: .4s;
              -moz-transition-delay: .4s;
              -webkit-transition-delay: .4s; }
            .zjjz .list .wrapper .item .img-box span.line-right {
              bottom: 0;
              right: 0;
              height: 0;
              width: 1%;
              transition-delay: .3s;
              -o-transition-delay: .3s;
              -moz-transition-delay: .3s;
              -webkit-transition-delay: .3s; }
            .zjjz .list .wrapper .item .img-box span.line-bottom {
              height: 1.5%;
              width: 0;
              left: 0;
              bottom: 0;
              transition-delay: .2s;
              -o-transition-delay: .2s;
              -moz-transition-delay: .2s;
              -webkit-transition-delay: .2s; }
            .zjjz .list .wrapper .item .img-box span.line-left {
              top: 0;
              left: 0;
              height: 0;
              width: 1%;
              transition-delay: .0s;
              -o-transition-delay: .0s;
              -moz-transition-delay: .0s;
              -webkit-transition-delay: .0s; }
        .zjjz .list .wrapper .item .infos-box {
          display: flex;
          flex-direction: column;
          flex: 1;
          background: #fff;
          margin-left: -20px;
          padding-left: 25px;
          padding-top: 17px;
          padding-bottom: 16px;
          padding-right: 10px;
          position: relative;
          z-index: 900;
          overflow: hidden; }
          .zjjz .list .wrapper .item .infos-box .flag {
            color: #0c7ed9;
            font-size: 16px;
            line-height: 30px;
            margin-bottom: 3px; }
          .zjjz .list .wrapper .item .infos-box .title {
            font-size: 18px;
            line-height: 30px;
            color: #000;
            font-weight: bold;
            margin-bottom: 7px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .zjjz .list .wrapper .item .infos-box .desc {
            font-size: 14px;
            line-height: 20px;
            color: #999;
            margin-bottom: 10px;
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2; }
          .zjjz .list .wrapper .item .infos-box .date-addr span {
            display: flex;
            align-items: center;
            font-size: 16px;
            line-height: 22px;
            padding: 5px 0;
            color: #000000; }
            .zjjz .list .wrapper .item .infos-box .date-addr span img {
              display: block;
              width: 20px;
              height: 22px;
              margin-right: 8px; }
  .zjjz .pages {
    margin-bottom: 100px; }

/*工作流程 + 相关表格 + 自考政策*/
.gzlc .list, .xgbg .list {
  overflow: hidden;
  margin-bottom: 90px; }
  .gzlc .list .wrapper .item, .xgbg .list .wrapper .item {
    border-bottom: 2px solid #f9f8f8;
    display: flex;
    align-items: center;
    padding: 26px 0; }
    .gzlc .list .wrapper .item:hover .infos-box p, .xgbg .list .wrapper .item:hover .infos-box p {
      color: #0c7ed9; }
    .gzlc .list .wrapper .item .img-box, .xgbg .list .wrapper .item .img-box {
      display: flex;
      align-items: center;
      width: 260px;
      position: relative;
      margin-right: 38px;
      background: #ffc32d; }
      .gzlc .list .wrapper .item .img-box img, .xgbg .list .wrapper .item .img-box img {
        display: block;
        width: 100%;
        height: 160px; }
      .gzlc .list .wrapper .item .img-box span, .xgbg .list .wrapper .item .img-box span {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: #0c7ed9;
        text-align: center;
        font-size: 30px;
        line-height: 48px;
        font-weight: bold;
        color: #fff;
        font-family: arial; }
    .gzlc .list .wrapper .item .infos-box, .xgbg .list .wrapper .item .infos-box {
      display: flex;
      flex-direction: column;
      flex: 1;
      overflow: hidden; }
      .gzlc .list .wrapper .item .infos-box p, .xgbg .list .wrapper .item .infos-box p {
        font-size: 18px;
        line-height: 30px;
        color: #000;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-weight: bold;
        margin-bottom: 12px; }
      .gzlc .list .wrapper .item .infos-box .download-btn, .xgbg .list .wrapper .item .infos-box .download-btn {
        font-size: 0; }
        .gzlc .list .wrapper .item .infos-box .download-btn a, .xgbg .list .wrapper .item .infos-box .download-btn a {
          display: inline-block;
          vertical-align: top;
          border: 1px solid #535353;
          width: 40px;
          height: 34px; }
          .gzlc .list .wrapper .item .infos-box .download-btn a:nth-child(1), .xgbg .list .wrapper .item .infos-box .download-btn a:nth-child(1) {
            border: 1px solid #00428e;
            margin-right: -1px; }
          .gzlc .list .wrapper .item .infos-box .download-btn a img, .xgbg .list .wrapper .item .infos-box .download-btn a img {
            display: block;
            width: 40px;
            height: 34px; }

.gzlc .pages, .xgbg .pages {
  margin-bottom: 100px; }

.xgbg .list .wrapper .item .infos-box .download-btn {
  margin-left: 0; }
  .xgbg .list .wrapper .item .infos-box .download-btn a:nth-child(1) {
    border: 1px solid #535353;
    margin-right: 0; }
  .xgbg .list .wrapper .item .infos-box .download-btn a img {
    display: block;
    width: 40px;
    height: 34px; }

.xgbg .pages {
  margin-bottom: 100px; }

/*新闻速递*/
.xwsd .list {
  overflow: hidden;
  margin-bottom: 90px; }
  .xwsd .list .wrapper .item {
    border-bottom: 2px solid #f9f8f8;
    display: flex;
    padding: 26px 0; }
    .xwsd .list .wrapper .item:hover .img-box {
      box-shadow: 5px 5px 5px rgba(80, 80, 80, 0.3);
      transition: box-shadow .4s;
      -o-transition: box-shadow .4s;
      -webkit-transition: box-shadow .4s;
      -moz-transition: box-shadow .4s;
      transition-delay: .2S;
      -o-transition-delay: .2s;
      -moz-transition-delay: .2s;
      -webkit-transition-delay: .2s; }
      .xwsd .list .wrapper .item:hover .img-box span.line-top {
        width: 100%;
        transition-delay: .3S;
        -o-transition-delay: .3s;
        -moz-transition-delay: .3s;
        -webkit-transition-delay: .3s; }
      .xwsd .list .wrapper .item:hover .img-box span.line-right {
        height: 100%;
        transition-delay: .2S;
        -o-transition-delay: .2s;
        -moz-transition-delay: .2s;
        -webkit-transition-delay: .2s; }
      .xwsd .list .wrapper .item:hover .img-box span.line-bottom {
        width: 100%;
        transition-delay: .1s;
        -o-transition-delay: .1s;
        -moz-transition-delay: .1s;
        -webkit-transition-delay: .1s; }
      .xwsd .list .wrapper .item:hover .img-box span.line-left {
        height: 100%;
        transition-delay: .0S;
        -o-transition-delay: .0s;
        -moz-transition-delay: .0s;
        -webkit-transition-delay: .0s; }
    .xwsd .list .wrapper .item:hover .infos-box h2 {
      color: #0c7ed9; }
    .xwsd .list .wrapper .item .img-box {
      display: flex;
      align-items: center;
      width: 280px;
      position: relative;
      margin-right: 27px;
      transition: box-shadow .4s;
      -o-transition: box-shadow .4s;
      -webkit-transition: box-shadow .4s;
      -moz-transition: box-shadow .4s;
      transition-delay: .2S;
      -o-transition-delay: .2s;
      -moz-transition-delay: .2s;
      -webkit-transition-delay: .2s; }
      .xwsd .list .wrapper .item .img-box img {
        display: block;
        width: 100%;
        height: 188px; }
      .xwsd .list .wrapper .item .img-box span {
        position: absolute;
        background: #fff;
        transition: all .1s;
        -o-transition: all .1s;
        -webkit-transition: all .1s;
        -moz-transition: all .1s;
        /* 上边框 */
        /* 右边框 */
        /* 下边框 */
        /* 左边框 */ }
        .xwsd .list .wrapper .item .img-box span.line-top {
          height: 2%;
          width: 0;
          top: 0;
          right: 0;
          transition-delay: 0S;
          -o-transition-delay: 0s;
          -moz-transition-delay: 0s;
          -webkit-transition-delay: 0s; }
        .xwsd .list .wrapper .item .img-box span.line-right {
          bottom: 0;
          right: 0;
          height: 0;
          width: 1.2%;
          transition-delay: .1s;
          -o-transition-delay: .1s;
          -moz-transition-delay: .1s;
          -webkit-transition-delay: .1s; }
        .xwsd .list .wrapper .item .img-box span.line-bottom {
          height: 2%;
          width: 0;
          left: 0;
          bottom: 0;
          transition-delay: .2s;
          -o-transition-delay: .2s;
          -moz-transition-delay: .2s;
          -webkit-transition-delay: .2s; }
        .xwsd .list .wrapper .item .img-box span.line-left {
          top: 0;
          left: 0;
          height: 0;
          width: 1.2%;
          transition-delay: .3s;
          -o-transition-delay: .3s;
          -moz-transition-delay: .3s;
          -webkit-transition-delay: .3s; }
    .xwsd .list .wrapper .item .infos-box {
      display: flex;
      flex-direction: column;
      flex: 1;
      overflow: hidden;
      padding-top: 16px;
      padding-bottom: 24px; }
      .xwsd .list .wrapper .item .infos-box h2 {
        font-size: 18px;
        line-height: 24px;
        color: #000;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-weight: bold;
        margin-bottom: 25px; }
      .xwsd .list .wrapper .item .infos-box p {
        font-size: 16px;
        line-height: 24px;
        color: #000;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: 24px; }
      .xwsd .list .wrapper .item .infos-box span {
        display: block;
        font-size: 16px;
        line-height: 24px;
        color: #999; }

.xwsd .pages {
  margin-bottom: 100px; }

/*联系方式*/
.lxfs li {
  border-bottom: 2px solid #000000;
  padding: 10px 0 16px 0; }
  .lxfs li:last-child {
    padding: 10px 0 10px;
    border-bottom: none; }
  .lxfs li:nth-child(4) p {
    font-size: 24px;
    font-family: "microsoft yahei"; }
  .lxfs li div {
    display: flex;
    align-items: center;
    margin-bottom: 16px; }
    .lxfs li div span {
      display: block;
      line-height: 24px;
      margin-right: 6px; }
      .lxfs li div span:nth-child(1) {
        font-size: 18px;
        font-weight: bold;
        color: #000000; }
      .lxfs li div span:nth-child(2) {
        font-size: 18px;
        font-weight: bold;
        color: #000000; }
      .lxfs li div span:nth-child(3) {
        align-self: flex-end;
        font-family: arial;
        font-size: 18px;
        font-weight: bold;
        color: #ccc;
        line-height: 18px; }
  .lxfs li p {
    font-size: 36px;
    line-height: 48px;
    font-family: arial;
    color: #000000;
    font-weight: bolder; }
  .lxfs li img {
    display: block;
    width: 100%; }

/*交通指引*/
.jtzy {
  padding-top: 55px;
  padding-bottom: 40px; }
  .jtzy img {
    display: block;
    width: 566px;
    height: 632px; }
  .jtzy div {
    display: flex;
    margin-bottom: 60px;
    margin-left: 20px; }
    .jtzy div img {
      width: 68px;
      height: 64px;
      margin-right: 28px; }
    .jtzy div p {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .jtzy div p span {
        display: block;
        font-size: 16px;
        line-height: 24px;
        color: #000000; }
        .jtzy div p span:nth-child(1) {
          color: #666; }
        .jtzy div p span i {
          font-size: 18px;
          font-weight: bold;
          color: #000000; }

/*华工视频 + 特色专业*/
.hgsp {
  padding-top: 26px; }
  .hgsp .list {
    overflow: hidden;
    margin-bottom: 86px; }
    .hgsp .list .wrapper {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: -36px; }
      .hgsp .list .wrapper a {
        display: block;
        width: 400px;
        margin-bottom: 36px; }
        .hgsp .list .wrapper a .video-img {
          width: 400px;
          height: 224px;
          overflow: hidden;
          position: relative;
          margin-bottom: 20px; }
          .hgsp .list .wrapper a .video-img img {
            display: block;
            width: 100%;
            height: 100%; }
            .hgsp .list .wrapper a .video-img img.play-btn {
              display: block;
              position: absolute;
              left: 0;
              right: 0;
              top: 0;
              bottom: 0;
              width: 60px;
              height: 58px;
              margin: auto;
              opacity: .4;
              transition: .5s linear; }
          .hgsp .list .wrapper a .video-img:hover .play-btn {
            transition: .5s linear;
            opacity: 1; }
        .hgsp .list .wrapper a h2 {
          font-size: 16px;
          color: #000000;
          font-weight: bold;
          line-height: 24px;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
        .hgsp .list .wrapper a p {
          font-size: 16px;
          color: #666;
          line-height: 24px;
          margin-top:10px;
          }
        .hgsp .list .wrapper a .video-desc {
          margin-top: 12px;
          padding: 0;
          font-size: 16px;
          line-height: 24px;
          color: #333;
          height: 48px;
          margin-bottom: 10px;
          text-overflow: ellipsis;
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2; }
  .hgsp .pages {
    margin-bottom: 100px; }

/*视频弹层*/
.video-layer {
  border: 4px solid #fff;
  border-radius: 10px;
  box-sizing: border-box; }
  .video-layer video {
    width: 100%;
    display: block;
    object-fit: fill; }

.gb03 {
  width: 100%;
  height: 6px;
  background: url(../images/bg03.jpg) left top repeat-x; }









.wp-display-wrapper div,span,p,h1,h2,h3,h4,h5,h6,em,img,strong,sub,sup,tt,dd,dl,dt,form,label,table,caption,tbody, tfoot, .wp-display-wrapper thead,tr,th,td,ul,li,p,a{ margin:0;padding:0;}
.wp-display-wrapper.cbody988{ margin:0 auto;width:988px; position:relative;}
.wp-display-wrapper.cbody937{ margin:0 auto;width:937px; position:relative; padding-left:7px;}
.wp-display-wrapper input,select,textarea,img{vertical-align:middle;}
.wp-display-wrapper img{ border:0;}
.wp-display-wrapper ul,li{list-style-type:none;}
.wp-display-wrapper a:link,a:visited{text-decoration:none; color:#343434;}
.wp-display-wrapper a:hover{text-decoration:underline; color:#0F6BD0;}
.wp-display-wrapper .overhide{overflow:hidden;text-indent:-100em;}
/*位置属性*/
.wp-display-wrapper .marTop10{margin-top:10px;}
.wp-display-wrapper .left{	float:left;}
.wp-display-wrapper .right{	float:right;}
.wp-display-wrapper .clear {clear: both;}
.wp-display-wrapper .clearfix:after {clear: both;content: '';display: block;font-size: 0;line-height: 0;visibility: hidden;width: 0;height: 0;}
.wp-display-wrapper .clearfix {display: +inline-block;}

/*header*/
#header{ border-bottom:1px solid #383838; height:46px; position:relative;  line-height:46px;color:#FFFFFF; }
#header h1{font-size:12px; font-weight:normal; background:url(news.png) no-repeat 50px center; padding-left:163px;}
#header span{ position:absolute; right:10px; top:0px;color:#9A9A9A;font-size:12px; font-weight:normal; }
#header span a{ color:#9A9A9A; margin:0 3px;}

/*wp-display-wrapper*/
.wp-display-wrapper{ width:100%;  margin:0 auto;}
.wp-display-wrapper .picSlideWrap{ background: transparent; border: none;padding-bottom:10px;padding-top:10px;}
.wp-display-wrapper .titleh3{ height:70px; line-height:70px; text-align:center; background:url(../images/ico/dot.gif) repeat-x left bottom; width:910px; margin:0 auto; font-size:26px; color:#000;}
.wp-display-wrapper .titleh4{text-align:center; font-size:12px; color:#000; font-weight:normal; padding:10px 0 20px 0px;}

.wp-display-wrapper .imgnav{ width:788px; margin:10px auto;}
.wp-display-wrapper .imgnav{  position:relative; margin:0 auto; width:788px;}
.wp-display-wrapper .img{ z-index:10; width:788px; position:relative; text-align:center;}
.wp-display-wrapper .img img{ height:480px; display:none; border:1px solid #000;}
.wp-display-wrapper .front{ position:absolute; left:0px; top:0px; z-index:10; cursor:pointer;  width:394px; height:488px; background:url(../images/ico/blank.gif); }
.wp-display-wrapper .front a{  position:absolute; left:20px; top:184px;display:block; background:url(../images/imgSlideLeft.png) no-repeat; width:52px; height:52px; display:none;border-radius: 10%; background-size: contain;}
.wp-display-wrapper .next{  position:absolute; right:0px; top:0px; z-index:10;cursor:pointer; width:394px; height:488px;  background:url(../images/ico/blank.gif);}
.wp-display-wrapper .next a{  position:absolute; right:20px; top:184px; display:block; background:url(../images/imgSlideRight.png) no-repeat; width:52px; height:52px; display:none;border-radius: 10%; background-size: contain;}

.wp-display-wrapper .cbtn{background:#f8f8f8; position:relative; height:122px; border:1px solid #D6D9DC; margin-top:12px; }
.wp-display-wrapper .cbtn ul{position:relative; width:10000px; height:122px;}
.wp-display-wrapper .cbtn ul li{ float:left; padding:8px 3px 3px 3px; width:116px; height:86px; cursor:pointer; text-align:center; margin-right:20px; position:relative;}
.wp-display-wrapper .cbtn ul li img{ width:116px; height:86px; display:block;}
.wp-display-wrapper .cbtn ul li tt{ background:#000; color:#FFF; position:absolute; right:4px; bottom:4px; z-index:20; font-family:"宋体" ;font-size:12px; line-height:16px; padding:0 5px;}
.wp-display-wrapper .cbtn li.hov{ background:url(../images/ico/imgHoverBg.gif) no-repeat;}
.wp-display-wrapper .ctrl div{ clear:both;}
.wp-display-wrapper .cSlideUl{width:690px; height:116px;overflow:hidden; position:relative; top:10px; margin:0 auto;}
.wp-display-wrapper .picSildeLeft{cursor:pointer; position:absolute; top:32px; left:10px; z-index:9;}
.wp-display-wrapper .picSildeRight{cursor:pointer; position:absolute; top:32px; right:10px; z-index:9;}
.wp-display-wrapper .cbtn ul li imgtitle {
    background: #000;
    color: #FFF;
    position: absolute;
    right: 4px;
    bottom: 4px;
    z-index: 20;
    font-family: "宋体";
    font-size: 12px;
    line-height: 16px;
    padding: 0 5px;
}
.wp_editor_art_paste_table td{background:none!important}