.ndd-wrapp {
  position: relative;
  width: 1200px;
  background: #ffffff;
  border: 1px solid #cecece;
  box-shadow: 0px 0px 24px 0px rgba(126, 126, 126, 0.23);
  margin: -50px auto auto auto;
  z-index: 2;
  overflow: hidden;
}

.ndd-wrapp__item {
  float: left;
  width: 16.66667%;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #494949;
  line-height: 35px;
  border-right: 1px solid #e2e2e2;
}

.ndd-wrapp__item:last-child {
  border-right: none;
}

.ndd-wrapp__item a {
  display: block;
  padding: 58px 20px;
}

.ndd-wrapp__item span,
.ndd-wrapp__item img {
  display: inline-block;
  vertical-align: middle;
}

.ndd-wrapp__item img {
  float: right;
}

.ndd-wrapp__item:hover span {
  color: #d81c25;
}

.news_wrap.ndd {
  margin-bottom: 50px;
}

.news_wrap.ndd .news_left {
  width: 560px;
  background: #ffffff;
  border: 1px solid #dedede;
  box-shadow: 0px 2px 3px 0px rgba(188, 188, 188, 0.23);
}

.news_wrap.ndd .news_right {
  width: 640px;
}

.news_wrap.ndd .new_pic {
  width: 100%;
  height: 305px;
}

.news_wrap.ndd .new_ind {
  position: relative;
  padding-left: 74px;
}

.news_wrap.ndd .new_ind .news_content {
  float: none;
}

.news_wrap.ndd .new_ind .news_date {
  position: absolute;
  left: 0;
  top: 0;
  float: none;
}

.news_wrap.ndd .new_ind .news_descr,
.news_wrap.ndd .new_ind .news_content h3 {
  width: auto;
}

.news_wrap.ndd .news_right ul li .newlist_cont .newlist_date {
  line-height: 1;
}

.wx1400 {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}

.PubBanner.w100.ir-banner_wrap.ndd {
  max-height: 381px;
  overflow: hidden;
}

.newsC-ndd {
  width: 1200px;
  margin: auto;
  margin-top: -116px;
  margin-bottom: 28px;
}

.newsC-ndd__title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 36px;
  margin-bottom: 24px;
}

.newsC-ndd__content {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(126, 126, 126, 0.23);
  overflow: hidden;
}

.newsC-ndd__content::before {
  content: '';
  position: absolute;
  left: 212px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #d8d8d8;
}

.newsC-ndd__content .content-left {
  float: left;
  width: 213px;
}

.newsC-ndd__content .content-left__menu li:hover a, .newsC-ndd__content .content-left__menu li.active a {
  color: #f13a50;
}

/*.newsC-ndd__content .content-left__menu li:hover a::before, .newsC-ndd__content .content-left__menu li.active a::before {*/
/*  background: #f13a50;*/
/*}*/

.newsC-ndd__content .content-left__menu li a {
  position: relative;
  display: block;
  height: unset;
  border-bottom: 1px solid #d8d8d8;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 65px;
  text-align: center;
  transition: all 0.3s;
}

.newsC-ndd__content .content-left__menu li a::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  width: 7px;
  height: 14px;
  background: transparent;
  border-radius: 7px;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.newsC-ndd__content .content-right {
  float: right;
  width: 987px;
}

.newsC-ndd__content .content-right__header {
  height: 65px;
  padding: 0 19px 0 29px;
  border-bottom: 1px solid #d8d8d8;
  overflow: hidden;
}

.newsC-ndd__content .content-right__header .header-title {
  float: left;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
  padding-top: 22px;
}

.newsC-ndd__content .content-right__header .header-breadCrumbs {
  padding-top: 15px;
  float: right;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 36px;
}

.newsC-ndd__content .content-right__header .header-breadCrumbs span {
  color: #f13a50;
}

.newsC-ndd__content .content-right__body {
  padding: 8px 19px 0 30px;
}

.newsC-ndd__content .content-right__body .ncc-item {
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea;
}

.newsC-ndd__content .content-right__body .ncc-item a {
  display: block;
  overflow: hidden;
}

.newsC-ndd__content .content-right__body .ncc-item a:hover .ncc-item__content-desc,
.newsC-ndd__content .content-right__body .ncc-item a:hover .ncc-item__content-title {
  color: #d81c25;
}

.newsC-ndd__content .content-right__body .ncc-item a:hover .ncc-item__pic img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
}

.newsC-ndd__content .content-right__body .ncc-item__pic {
  float: left;
  width: 261px;
  height: 168px;
  overflow: hidden;
}

.newsC-ndd__content .content-right__body .ncc-item__pic img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -webkit-transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.newsC-ndd__content .content-right__body .ncc-item__content {
  position: relative;
  float: right;
  width: 670px;
  height: 168px;
  padding-left: 19px;
  box-sizing: border-box;
}

.newsC-ndd__content .content-right__body .ncc-item__content-title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  /*line-height: 1;*/
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-bottom: 13px;
}

.newsC-ndd__content .content-right__body .ncc-item__content-desc {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical;
}

.newsC-ndd__content .content-right__body .ncc-item__content-date {
  position: absolute;
  left: 19px;
  bottom: 0;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #666666;
  line-height: 1;
}

.newsC-ndd__content .content-right__body .ncc-item__content-link {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 86px;
  height: 30px;
  padding-top: 3px;
  background: rgba(51, 51, 51, 0);
  border: 1px solid #cccccc;
  text-align: center;
}

.newsC-ndd__content .content-right__body .ncc-item__content-link span {
  display: inline-block;
  vertical-align: middle;
}

.newsC-ndd__content .content-right__body .ncc-item__content-link span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 1;
  margin-right: 8px;
}

.newsC-ndd__content .content-right__body .ncc-item__content-link span.icon {
  margin-top: 1px;
  width: 9px;
  height: 12px;
  background-image: url("../images/n-icon-1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.newsC-ndd__content .content-right__body .ncc-item__content-link:hover {
  border-color: #d81c25;
}

.newsC-ndd__content .content-right__body .ncc-item__content-link:hover span {
  color: #d81c25;
}

.newsC-ndd__content .content-right__body .ncc-item__content-link:hover span.icon {
  background-image: url("../images/n-icon-1-1.png");
}

.newsC-ndd .d-new-page.wow.fadeInUpsmall.delay_2s {
  padding-left: 200px;
  padding-right: 200px;
}

.news-ndd-info {
  width: 1211px;
  margin: auto;
  margin-bottom: 30px;
  padding: 34px 49px 52px 49px;
  background: #fff;
}

.news-ndd-info__breadCrumbs {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 36px;
  margin-bottom: 13px;
}

.news-ndd-info__breadCrumbs span {
  color: #f13a50;
}

.news-ndd-info__title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
}

.news-ndd-info__date {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 36px;
}

.news-ndd-info__line {
  width: 100%;
  height: 1px;
  background: #ececec;
  margin: 9px auto 20px auto;
}

.news-ndd-info__text1 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-bottom: 23px;
}

.news-ndd-info__text1.lin {
  margin-bottom: 10px;
}

.news-ndd-info__subcontent {
  width: 1024px;
  margin: auto;
}

.news-ndd-info__subcontent img.block {
  display: block;
  width: 100%;
  margin: 23px 0;
}

.news-ndd-info__subtitle {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #d81c25;
  line-height: 28px;
  margin-bottom: 12px;
}

.news-ndd-info__f {
  position: relative;
  width: 1111px;
  background: #ffffff;
  border: 1px solid #ff384a;
  margin: auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 28px;
  margin-top: 50px;
}

.news-ndd-info__f p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #d81c25;
  line-height: 28px;
  text-align: center;
}

.news-ndd-info__f::before {
  content: '';
  position: absolute;
  left: 0;
  top: -4px;
  width: 100%;
  border-top: 1px solid #d81c25;
}
