/**
 * 内网党建
 * @Author: jlq
 * @Date: 2019-9-16
 *
 **/
/* CSS Reset */
body, div, span, object, iframe, input, h1, h2, h3, h4, h5, h6, p, pre, a, acronym, address, code, del, em, font, img, ins, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
  padding: 0;
  margin: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

input, select {
  vertical-align: middle; }

input, textarea, select {
  font: 12px/1.5 "microsoft yahei", Arial, sans-serif; }

fieldset, img {
  border: 0; }

address, code, th, em {
  font-style: normal; }

ol, ul {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

/* bass css */
body {
  margin: 0 auto;
  font: 14px/1.5 "microsoft yahei", Arial, sans-serif;
  color: #2d2928;
  background: #fff; }

button {
  font: 14px/1.5 "microsoft yahei", Arial, sans-serif;
  outline: none; }

.wrapper {
  margin: 0 auto;
  width: 1200px; }

.minwidth {
  width: 1024px; }

.clearfix:after {
  content: "";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both; }

.clearfix {
  zoom: 1; }

.clear {
  clear: both; }

a {
  text-decoration: none;
  outline: none;
  cursor: pointer; }

.fl {
  float: left; }

.fr {
  float: right; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.box {
  position: relative; }

.no-border {
  border-bottom: none !important; }

input {
  box-sizing: content-box;
  outline: none; }

input::-ms-clear {
  display: none; }

input::-ms-clear {
  width: 0;
  height: 0; }

::-ms-reveal {
  width: 0;
  height: 0; }

.color-red {
  color: #e64100; }

a.color-red:hover {
  text-decoration: underline; }

/*===== color =====*/
/*font*/
/*===== png =====*/
/*png*/
/*==== font ====*/
/*==== bg ====*/
/*==== opacity ====*/
/*==== placeholder ====*/
/*==== responsive ====*/
/*==== 自定义的函数 ====*/
/*
 * Swiper 2.7.0
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: August 30, 2014
*/
/* ===============================================================
Basic Swiper Styles
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x; }

/**
 * animate.css
 * @wxm (you@example.org)
 * @date    2017-02-28 16:22:33
 * @version $Id$
 */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }

  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }

  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; }

  100% {
    opacity: 1; } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }

  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

/**
 * index.scss
 * @authors jlq (961011)
 * @date    2019-9-16 17:10:45
 * @version $Id$
 */
html {
  width: 100%;
  height: 100%; }

body {
  position: relative;
  width: 100%;
  min-height: 100%;
  background: #fff;
  min-width: 1400px;
  padding-bottom: 100px; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

a {
  display: block; }

.wrapper {
  width: 1400px;
  margin: 0 auto; }

.banner {
  position: relative;
  width: 100%; }
  .banner .img-bg {
    display: block;
    width: 100%; }
  .banner .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .banner .swiper-slide {
    width: 100%;
    height: 100%; }
    .banner .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%; }

.header {
  width: 100%;
  height: 69px;
  line-height: 69px;
  margin-top: -1px;
  background: #aa0002; }
  .header .nav-list .item {
    display: inline-block;
    color: #e4e4e4;
    font-size: 22px;
    margin-left: 30px;
    margin-right: 40px;
    transition: all 0.3s; }
    .header .nav-list .item::after {
      position: absolute;
      bottom: 15px;
      left: 0;
      content: "";
      width: 100%;
      height: 2px;
      background: #fff;
      transition: all 0.3s;
      transform-origin: 50% 50%;
      transform: scale3d(0, 1, 1); }
    .header .nav-list .item.active, .header .nav-list .item:hover {
      position: relative;
      color: #fff; }
      .header .nav-list .item.active::after, .header .nav-list .item:hover::after {
        transform-origin: 50% 50%;
        transform: scale3d(1, 1, 1); }

.mod-head {
  height: 44px;
  line-height: 39px;
  border-bottom: 1px solid #d4d4d4; }
  .mod-head .tit {
    position: relative;
    display: inline-block;
    color: #ae2e22;
    font-size: 22px;
    font-weight: 700; }
    .mod-head .tit:before {
      position: absolute;
      bottom: -6px;
      left: 0;
      content: "";
      width: 100%;
      height: 4px;
      background: #ae2e22; }
  .mod-head .text-more {
    position: relative;
    float: right;
    display: block;
    color: #979696;
    font-size: 18px;
    padding-right: 18px; }
    .mod-head .text-more:after {
      position: absolute;
      right: 0;
      top: 12px;
      content: "";
      background: url('https://image.nd.com.cn/djzwl/img/icon_spr.png') no-repeat;
      background-position: 0 0;
      width: 15px;
      height: 22px; }
    .mod-head .text-more:hover:after {
      animation: hvr-icon-wobble-horizontal 1s forwards; }
  .mod-head .swiper-btn {
    float: right;
    background: url('https://image.nd.com.cn/djzwl/img/icon_spr.png') no-repeat;
    width: 23px;
    height: 23px;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.3s; }
    .mod-head .swiper-btn:hover {
      transform: scale3d(1.1, 1.1, 1.1); }
    .mod-head .swiper-btn.pre {
      margin-right: 9px;
      background-position: -20px 0; }
    .mod-head .swiper-btn.next {
      background-position: -49px 0;
      margin-right: 7px; }

.swiper-container {
  position: relative; }
  .swiper-container .swiper-slide {
    position: relative; }
  .swiper-container img {
    display: block;
    width: 100%; }
  .swiper-container .tit-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4); }
  .swiper-container .tit {
    display: inline-block;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 57px;
    line-height: 57px;
    color: #fff;
    font-size: 22px;
    padding-left: 25px; }
  .swiper-container .pagination {
    position: absolute;
    z-index: 20;
    bottom: 0;
    right: 30px; }
  .swiper-container .swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #cdcdcd;
    margin: 0 7px;
    cursor: pointer; }
  .swiper-container .swiper-active-switch {
    width: 20px;
    background: #fff; }

.news-h-list {
  height: 230px;
  padding: 20px 0 0 0;
  margin-bottom: 11px;
  overflow: hidden; }
  .news-h-list.yw-news-h {
    height: 185px; }
  .news-h-list .item {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #040000;
    font-size: 16px;
    padding: 0 5px 0 0;
    margin: 18px 0; }
    .news-h-list .item .tit {
      float: left;
      position: relative;
      max-width: 400px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding-left: 13px;
      font-weight: 400;
      transition: all 0.3s; }
      .news-h-list .item .tit:before {
        position: absolute;
        top: 8px;
        left: 0;
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #b9b9b9;
        transition: all 0.3s; }
    .news-h-list .item .date {
      float: right; }
    .news-h-list .item:hover .tit {
      color: #ae2e22; }
      .news-h-list .item:hover .tit:before {
        background: #ae2e22; }

.fir-wrap {
  margin-top: 38px; }
  .fir-wrap .yw-swiper {
    float: left; }
  .fir-wrap .yw-swiper-container {
    position: relative;
    width: 808px;
    height: 501px;
    margin-top: 7px; }
  .fir-wrap .yw-news-wrap {
    float: left;
    width: 548px;
    margin-left: 35px; }
    .fir-wrap .yw-news-wrap .news-hx-list {
      height: 267px;
      overflow: hidden; }
      .fir-wrap .yw-news-wrap .news-hx-list .item {
        position: relative;
        display: inline-block;
        padding: 22px 0 25px 13px;
        border-bottom: dashed 1px #e0e0e0; }
        .fir-wrap .yw-news-wrap .news-hx-list .item .tit {
          position: relative;
          color: #040000;
          font-size: 16px;
          font-weight: 400;
          transition: all 0.3s; }
          .fir-wrap .yw-news-wrap .news-hx-list .item .tit:before {
            position: absolute;
            top: 10px;
            left: -13px;
            content: "";
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #b9b9b9;
            transition: all 0.3s; }
        .fir-wrap .yw-news-wrap .news-hx-list .item .desc {
          width: 535px;
          height: 55px;
          overflow: hidden;
          margin-top: 6px;
          color: #686868;
          font-size: 16px;
          line-height: 1.8; }
        .fir-wrap .yw-news-wrap .news-hx-list .item .detail {
          position: absolute;
          bottom: 27px;
          right: -5px;
          padding: 0 5px 0 8px;
          color: #ae2e22;
          font-size: 16px;
          background: #fff; }
          .fir-wrap .yw-news-wrap .news-hx-list .item .detail:hover + .tit {
            color: #ae2e22; }
            .fir-wrap .yw-news-wrap .news-hx-list .item .detail:hover + .tit:before {
              background: #ae2e22; }

.sec-wrap {
  padding: 15px 0 72px 10px; }
  .sec-wrap .left-part {
    float: left;
    width: 450px;
    height: auto; }
  .sec-wrap .spdt-wrap {
    width: 450px; }
    .sec-wrap .spdt-wrap .mod-head {
      width: 450px; }
  .sec-wrap .spdt-cont-wrap {
    width: 100%;
    height: 332px;
    overflow-y: hidden; }
    .sec-wrap .spdt-cont-wrap:hover .video-tit {
      color: #ae2e22; }
  .sec-wrap .video-wrap {
    width: 450px;
    height: 275px;
    margin-top: 15px;
    background: #000; }
    .sec-wrap .video-wrap .video {
      width: 100%;
      height: 100%;
      object-fit: fill;
      transition: all 0.3s; }
  .sec-wrap .video-tit {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    color: #040000;
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .sec-wrap .hdfc-wrap {
    margin-top: 30px; }
  .sec-wrap .hdfc-swiper-container {
    position: relative;
    width: 450px;
    height: 358px;
    margin-top: 18px; }
    .sec-wrap .hdfc-swiper-container img {
      width: 100%;
      height: 358px;
      object-fit: cover; }
    .sec-wrap .hdfc-swiper-container .tit {
      width: 335px;
      transition: all 0.3s; }
    .sec-wrap .hdfc-swiper-container:hover .tit {
      color: #ae2e22; }
  .sec-wrap .dysrq-wrap {
    margin-top: 30px;
    width: 450px; }
    .sec-wrap .dysrq-wrap .mod-head .tit {
      color: #a9a9a9;
      font-size: 14px;
      margin-right: 20px;
      cursor: pointer;
      transition: all 0.3s; }
      .sec-wrap .dysrq-wrap .mod-head .tit:before {
        transform: scale3d(0, 1, 1);
        transition: all 0.3s;
        opacity: 0;
        filter: alpha(opacity=0); }
      .sec-wrap .dysrq-wrap .mod-head .tit.on, .sec-wrap .dysrq-wrap .mod-head .tit:hover {
        color: #ae2e22;
        font-size: 22px;
        text-align: left; }
        .sec-wrap .dysrq-wrap .mod-head .tit.on:before, .sec-wrap .dysrq-wrap .mod-head .tit:hover:before {
          transform: scale3d(1, 1, 1);
          opacity: 1;
          filter: alpha(opacity=100); }
    .sec-wrap .dysrq-wrap .dysrq-swiper-container {
      height: 280px; }
    .sec-wrap .dysrq-wrap .cont-wrap {
      width: 450px;
      margin-top: 20px; }
    .sec-wrap .dysrq-wrap .img-wrap {
      float: left;
      width: 160px;
      height: 160px;
      overflow: hidden; }
      .sec-wrap .dysrq-wrap .img-wrap img {
        display: block;
        width: 160px;
        height: 160px;
        object-fit: cover; }
    .sec-wrap .dysrq-wrap .per-wrap {
      float: right;
      width: 248px;
      margin-left: 26px;
      color: #040000; }
      .sec-wrap .dysrq-wrap .per-wrap .name {
        display: block;
        margin-top: -4px;
        font-size: 18px;
        font-weight: 700; }
      .sec-wrap .dysrq-wrap .per-wrap .mes-wrap {
        min-height: 104px; }
      .sec-wrap .dysrq-wrap .per-wrap .bm {
        display: block;
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.6; }
      .sec-wrap .dysrq-wrap .per-wrap .job-num {
        display: block;
        font-size: 16px;
        margin-top: 5px; }
    .sec-wrap .dysrq-wrap .btn-wrap {
      position: relative;
      width: 100%;
      height: 52px;
      margin-top: 35px;
      z-index: 10; }
    .sec-wrap .dysrq-wrap .btn {
      display: block;
      width: 214px;
      height: 51px;
      line-height: 51px;
      text-align: center;
      padding-left: 50px;
      border-radius: 6px;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      cursor: pointer; }
      .sec-wrap .dysrq-wrap .btn .txt {
        position: relative;
        display: inline-block;
        color: #fff; }
        .sec-wrap .dysrq-wrap .btn .txt:before {
          position: absolute;
          top: 6px;
          left: -62px;
          background: url('https://image.nd.com.cn/djzwl/img/icon_spr.png') no-repeat;
          background-position: -122px 0;
          width: 42px;
          height: 42px;
          content: ""; }
      .sec-wrap .dysrq-wrap .btn.flower {
        float: left;
        background: #e94f4f;
        transition: all 0.3s; }
        .sec-wrap .dysrq-wrap .btn.flower:hover {
          background: #ff5b5a; }
      .sec-wrap .dysrq-wrap .btn.wish {
        float: right;
        padding-left: 70px;
        color: #fff;
        background: #0096ca;
        transition: all 0.3s; }
        .sec-wrap .dysrq-wrap .btn.wish:hover {
          background: #05abe5; }
        .sec-wrap .dysrq-wrap .btn.wish .txt:before {
          background-position: -76px 0; }
  .sec-wrap .xfmf-swiper-container {
    display: none;
    height: 280px; }
    .sec-wrap .xfmf-swiper-container .img-wrap {
      float: left;
      width: 190px;
      height: 210px;
      overflow: hidden; }
      .sec-wrap .xfmf-swiper-container .img-wrap img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .sec-wrap .xfmf-swiper-container .text-wrap {
      float: right;
      width: 238px; }
      .sec-wrap .xfmf-swiper-container .text-wrap .name {
        display: block;
        max-width: 240px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: #040000;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 8px; }
      .sec-wrap .xfmf-swiper-container .text-wrap .bm {
        display: block;
        max-height: 46px;
        overflow: hidden;
        color: #040000;
        font-size: 16px;
        word-break: break-all;
        word-wrap: break-word;
        text-align: left; }
      .sec-wrap .xfmf-swiper-container .text-wrap .intro {
        position: relative;
        max-height: 120px;
        margin-top: 8px;
        overflow: hidden;
        color: #040000;
        font-size: 16px; }
        .sec-wrap .xfmf-swiper-container .text-wrap .intro .txt {
          color: #686868; }
        .sec-wrap .xfmf-swiper-container .text-wrap .intro .detail {
          position: absolute;
          bottom: 0;
          right: 0;
          color: #ae2e22;
          font-size: 16px; }

.center-part {
  float: left;
  margin-left: 45px;
  width: 480px; }
  .center-part .news-h-list .tit {
    max-width: 384px; }
  .center-part .dyxqd-swiper-container {
    height: 280px; }
  .center-part .qd-list .item {
    margin-top: 30px; }
    .center-part .qd-list .item .img-wrap {
      float: left;
      width: 86px;
      height: 86px;
      border-radius: 50%;
      overflow: hidden; }
      .center-part .qd-list .item .img-wrap img {
        display: block;
        width: 86px;
        height: 86px;
        object-fit: cover; }
    .center-part .qd-list .item .text-wrap {
      position: relative;
      float: left;
      display: block;
      padding: 20px 25px 30px 25px;
      border-radius: 8px;
      margin-left: 24px;
      margin-top: 5px;
      background: #f1f1f1; }
      .center-part .qd-list .item .text-wrap .arrow {
        position: absolute;
        left: -14px;
        top: 17px;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-right: 14px solid #f1f1f1;
        border-bottom: 6px solid transparent; }
      .center-part .qd-list .item .text-wrap .word {
        display: inline-block;
        width: 320px;
        max-height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #000;
        font-size: 16px; }
      .center-part .qd-list .item .text-wrap .name {
        display: inline-block;
        color: #ae2e22;
        font-size: 18px;
        font-weight: 700; }

.right-part {
  float: left;
  width: 374px;
  margin-left: 40px; }
  .right-part .news-h-list {
    width: 374px; }
    .right-part .news-h-list .tit {
      width: 270px; }
  .right-part .bszn-wrap .img-list {
    /*height: 502px;*/
    padding-top: 18px; }
  .right-part .bszn-wrap .img-1 {
    width: 100%;
    height: 146px;
    overflow: hidden;
    margin-bottom: 8px; }
    .right-part .bszn-wrap .img-1:hover img {
      transform: scale3d(1.1, 1.1, 1.1); }
    .right-part .bszn-wrap .img-1 img {
      display: block;
      width: 100%;
      object-fit: cover;
      transition: all 0.3s; }
  .right-part .djxm-wrap {
    margin-top: 22px; }
  .right-part .jclj-wrap {
    margin-top: 5px; }
    .right-part .jclj-wrap .img-hdy {
      width: 100%;
      height: 52px;
      border-radius: 6px;
      overflow: hidden;
      margin-top: 20px; }
      .right-part .jclj-wrap .img-hdy:hover img {
        transform: scale3d(1.1, 1.1, 1.1); }
      .right-part .jclj-wrap .img-hdy img {
        display: block;
        width: 100%;
        height: 52px;
        object-fit: cover;
        transition: all 0.3s; }
    .right-part .jclj-wrap .img-hdpt {
      width: 100%;
      height: 52px;
      overflow: hidden;
      border-radius: 6px;
      margin-top: 10px; }
      .right-part .jclj-wrap .img-hdpt:hover img {
        transform: scale3d(1.1, 1.1, 1.1); }
      .right-part .jclj-wrap .img-hdpt img {
        display: block;
        width: 100%;
        height: 52px;
        object-fit: cover;
        transition: all 0.3s; }
    .right-part .jclj-wrap .code-list {
      margin-top: 15px; }
      .right-part .jclj-wrap .code-list .item:not(:last-child) {
        margin-right: 34px; }
      .right-part .jclj-wrap .code-list .item {
        float: left;
        width: 102px; }
        .right-part .jclj-wrap .code-list .item .img-wrap {
          width: 92px;
          height: 92px;
          margin: 0 auto;
          overflow: hidden; }
          .right-part .jclj-wrap .code-list .item .img-wrap img {
            display: block;
            width: 92px;
            height: 92px;
            object-fit: cover; }
        .right-part .jclj-wrap .code-list .item .tit {
          display: inline-block;
          width: 100%;
          text-align: center;
          margin-top: 8px;
          color: #040000;
          font-size: 17px; }

.crumbs-wrap {
  width: 1350px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  padding-left: 5px;
  color: #ae2e22;
  border-bottom: 1px solid #d4d4d4; }
  .crumbs-wrap .text1 {
    display: inline-block;
    color: #686868; }
  .crumbs-wrap .text2, .crumbs-wrap .text3 {
    display: inline-block;
    color: #ae2e22; }

.huodong-list {
  padding: 0 22px 0 24px; }
  .huodong-list .huodong-wrap {
    overflow: hidden;
    margin-right: -80px; }
  .huodong-list .item {
    float: left;
    margin-top: 45px;
    margin-bottom: 25px;
    margin-right: 80px; }
    .huodong-list .item .img-wrap {
      width: 395px;
      height: 222px;
      overflow: hidden; }
      .huodong-list .item .img-wrap img {
        display: block;
        width: 395px;
        height: 222px;
        object-fit: cover;
        transition: all 0.3s; }
    .huodong-list .item .tit-wrap {
      margin-top: 10px;
      height: 30px;
      line-height: 30px; }
    .huodong-list .item .phase {
      display: inline-block;
      vertical-align: middle;
      width: 83px;
      height: 27px;
      line-height: 27px;
      text-align: center;
      border-radius: 14px;
      color: #fff;
      font-size: 18px;
      background: #aa0002; }
    .huodong-list .item .tit {
      display: inline-block;
      vertical-align: middle;
      width: 304px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #040000;
      font-size: 18px;
      margin-left: 5px;
      transition: all 0.3s; }
    .huodong-list .item:hover .img-wrap img {
      transform: scale3d(1.1, 1.1, 1.1); }
    .huodong-list .item:hover .tit {
      color: #ae2e22; }

.main-cont {
  padding: 12px 25px; }
  .main-cont .tit {
    color: #000;
    font-size: 22px;
    letter-spacing: 2px; }
  .main-cont .content {
    color: #040000;
    font-size: 16px;
    line-height: 2.2;
    padding-bottom: 80px; }
  .main-cont p, .main-cont span, .main-cont a {
    margin-top: 15px;
    color: #040000;
    font-size: 16px;
    text-indent: 0; }
  .main-cont img {
    display: block;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 20px; }

.shiping-list {
  padding-left: 30px; }
  .shiping-list .shiping-wrap {
    overflow: hidden;
    margin-right: -60px; }
  .shiping-list .item {
    float: left;
    margin-top: 23px;
    margin-bottom: 45px;
    margin-right: 60px; }
    .shiping-list .item .video-wrap {
      position: relative;
      width: 405px;
      height: 250px;
      overflow: hidden; }
    .shiping-list .item .video {
      width: 100%;
      height: 100%;
      object-fit: fill; }
    .shiping-list .item .play {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px;
      display: inline-block;
      width: 54px;
      height: 54px;
      background: url("https://image.nd.com.cn/djzwl/img/icon_play.png") no-repeat center center; }
    .shiping-list .item .tit {
      width: 405px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #040000;
      font-size: 18px;
      font-weight: 400;
      transition: all 0.3s; }
    .shiping-list .item:hover .tit {
      color: #ae2e22; }
  .shiping-list .-internal-media-controls-button-panel {
    bottom: 15px !important; }

.yw-crumbs-wrap {
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  font-size: 16px;
  color: #ae2e22; }
  .yw-crumbs-wrap .text1 {
    display: inline-block;
    color: #686868; }
  .yw-crumbs-wrap .text2, .yw-crumbs-wrap .text3 {
    display: inline-block;
    color: #ae2e22; }

.yw-cont {
  margin-bottom: 100px;
  padding-left: 30px; }
  .yw-cont .mod-head {
    height: 55px;
    line-height: 50px; }
    .yw-cont .mod-head .text-more:after {
      top: 20px; }
  .yw-cont .right-part {
    width: 374px;
    margin-left: 85px; }
  .yw-cont .hdfc-wrap {
    margin-top: 50px; }
  .yw-cont .hdfc-swiper-container {
    position: relative;
    width: 374px;
    height: 276px;
    margin-top: 18px; }
    .yw-cont .hdfc-swiper-container img {
      width: 100%;
      height: 276px;
      object-fit: cover; }
    .yw-cont .hdfc-swiper-container .tit {
      width: 280px;
      transition: all 0.3s; }
    .yw-cont .hdfc-swiper-container:hover .tit {
      color: #ae2e22; }
  .yw-cont .jclj-wrap {
    margin-top: 50px; }
    .yw-cont .jclj-wrap .code-list {
      margin-top: 25px; }
      .yw-cont .jclj-wrap .code-list .item:not(:last-child) {
        margin-right: 20px; }
      .yw-cont .jclj-wrap .code-list .item {
        float: left;
        width: 102px; }
        .yw-cont .jclj-wrap .code-list .item .img-wrap {
          width: 92px;
          height: 92px;
          margin: 0 auto;
          overflow: hidden; }
          .yw-cont .jclj-wrap .code-list .item .img-wrap img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .yw-cont .jclj-wrap .code-list .item .tit {
          display: inline-block;
          width: 100%;
          text-align: center;
          margin-top: 8px;
          color: #040000;
          font-size: 17px; }

.yw-news-part {
  float: left;
  width: 790px; }
  .yw-news-part .news-h-list {
    height: auto;
    max-height: 1548px;
    overflow: hidden; }
    .yw-news-part .news-h-list .tit {
      max-width: 610px; }

.yw-news-detail-part {
  float: left;
  width: 790px; }
  .yw-news-detail-part .tit-wrap {
    width: 100%;
    height: 110px;
    line-height: 80px;
    overflow: hidden;
    padding-bottom: 26px;
    text-align: center;
    border-bottom: 1px solid #d4d4d4; }
  .yw-news-detail-part .tit {
    display: inline-block;
    vertical-align: middle;
    width: 535px;
    max-height: 60px;
    line-height: 1.5;
    margin: 0 auto;
    color: #000;
    font-size: 22px;
    word-wrap: break-word;
    word-break: break-all; }
  .yw-news-detail-part .news-mes {
    margin-top: 25px;
    color: #686868;
    font-size: 16px; }
  .yw-news-detail-part .cont {
    margin-top: 20px;
    padding-bottom: 90px;
    border-bottom: 1px solid #d4d4d4; }
    .yw-news-detail-part .cont p {
      display: block;
      color: #040000;
      font-size: 16px;
      line-height: 2.2;
      text-align: justify; }
    .yw-news-detail-part .cont a, .yw-news-detail-part .cont span {
      display: inline-block;
      color: #040000;
      font-size: 16px;
      line-height: 2.2;
      text-align: justify; }
    .yw-news-detail-part .cont .author {
      display: block;
      margin-top: 40px;
      width: 100%;
      text-align: right;
      color: #040000;
      font-size: 16px; 
display:none;
}
    .yw-news-detail-part .cont img {
      display: block;
      margin:0 auto;
      margin-top: 10px;
      max-width: 790px; }

.yw-news-detail-part .cont table p{text-align:center;}

#wr-page {
  width: 800px;
  margin: 30px auto 60px; }

.wrpage {
  display: inline-block;
  background: #fff;
  margin-left: 6px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #eee;
  font-size: 14px;
  cursor: pointer;
  border-radius: 3px;
  text-align: center; }

.wrpage:hover {
  background: #FFFFFF;
  color: #ae2e22;
  border: 1px solid #ae2e22; }

a {
  text-decoration: none;
  color: #040000; }

.wrpage_number {
  width: 30px;
  font-size: 16px;
  text-align: center; }

.wr_dotted {
  height: 30px;
  line-height: 30px;
  display: inline-block; }

.curwrpage {
  background: #FFFFFF;
  color: #ae2e22;
  border: 1px solid #ae2e22; }

.wr_pagefirst, .wr_pageend {
  width: 50px; }

.wr_pagepre, .wr_pagenext {
  width: 64px; }

.pagination-wrap {
  display: none;
  margin-top: 15px;
  text-align: center; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.no-click {
  color: #b9b9b9; }
  .no-click:hover {
    cursor: no-drop;
    background: #fff; }

.pagination > li {
  display: inline; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  width: 31px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  margin-left: -1px;
  border-radius: 10px;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #c50c11;
  border-radius: 10px; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #c50c11; }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

.pager li {
  display: inline; }

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.pager .next > a, .pager .next > span {
  float: right; }

.pager .previous > a, .pager .previous > span {
  float: left; }

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

.pageJump {
  display: inline-block;
  padding-left: 0;
  margin: 20px 10px;
  border-radius: 4px;
  vertical-align: top; }

.pageJump .button, .pageJump input {
  font-size: 14px;
  margin-left: -1px;
  line-height: 1.42857;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

.pageJump .button {
  width: 45px;
  border-radius: 4px;
  margin-left: 5px; }
  .pageJump .button:hover {
    color: #ae2e22;
    border: 1px solid #ae2e22; }

.button {
  cursor: pointer; }

.next-page, .first-page {
  display: inline-block;
  width: 45px !important;
  padding: 0 5px; }

.pageJump input {
  width: 37px;
  height: 17px;
  text-align: center;
  border-radius: 4px; }
  .pageJump input:focus {
    border: 1px solid #ae2e22; }

.pageJump-lg .button, .pageJump-lg input {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33333; }

.pageJump-sm .button, .pageJump-sm input {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.video-js .vjs-big-play-button {
  font-size: 2.5em;
  line-height: 55px;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  border-width: 2px;
  margin-top: -30px;
  margin-left: -40px; }

/* 中间的播放箭头 */
.vjs-big-play-button .vjs-icon-placeholder {
  font-size: 40px; }

/* 加载圆圈 */
.vjs-loading-spinner {
  font-size: 2.5em;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  margin-top: -1em;
  margin-left: -1.5em; }

.click-none {
  cursor: no-drop;
  pointer-events: none; }

.footer-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  line-height: 100px;
  background: #242424;
  text-align: center; }
  .footer-wrap .txt {
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px; }
    .footer-wrap .txt a {
      display: inline-block;
      color: rgba(255, 255, 255, 0.65);
      font-size: 16px;
      transition: all 0.3s; }
    .footer-wrap .txt:hover a {
      color: #fff; }

/*模块-首页样式*/
