.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
* {
  margin: 0;
  padding: 0;
}
[v-clock] {
  display: none;
}
.news-consult-module {
  padding: 50px 0 60px;
  background: #F6F6FA;
}
.news-consult-module .page-wrap {
  border: 2px solid #fff;
  box-sizing: border-box;
  border-radius: 8px;
}
.news-consult-module .update-notice {
  background: url("../images/news-v2/update-bg.png") no-repeat center;
  width: 100%;
  height: 200px;
  background-size: cover;
  box-sizing: border-box;
  padding: 56px 194px 50px 140px;
  display: flex;
  justify-content: space-between;
}
.news-consult-module .update-notice .notice-l {
  max-width: 430px;
}
.news-consult-module .update-notice .notice-title {
  font-weight: 800;
  font-size: 36px;
  color: #001100;
}
.news-consult-module .update-notice .notice-des {
  font-size: 16px;
  color: #001100;
  letter-spacing: 2px;
  margin-top: 10px;
}
.news-consult-module .update-notice .notice-r {
  text-align: right;
  max-width: 520px;
}
.news-consult-module .update-notice .case-title {
  font-weight: 800;
  font-size: 26px;
  color: #353535;
  opacity: 0.08;
}
.news-consult-module .update-notice .notice-num {
  font-size: 16px;
  color: #001100;
  margin-top: 20px;
}
.news-consult-module .content-holder {
  background: #ffffff;
  padding: 0 44px 40px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.news-consult-module .content-holder .consult-lists {
  padding-top: 26px;
}
.news-consult-module .content-holder .consult-lists .info-list {
  border-bottom: 1px solid #e9e9e9;
}
.news-consult-module .content-holder .consult-lists .page-link {
  display: block;
  padding: 20px 0;
  font-size: 16px;
  color: #6C6C6D;
}
.news-consult-module .content-holder .consult-lists .page-link:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.news-consult-module .content-holder .consult-lists .page-link:hover {
  color: #5BC000;
}
.news-consult-module .content-holder .consult-lists .page-link .info-title {
  float: left;
  max-width: 1150px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news-consult-module .content-holder .consult-lists .page-link .info-time {
  float: right;
}
.news-consult-module .content-holder .notice-list-empty {
  padding: 230px 0 140px;
}
.news-consult-module .content-holder .notice-list-empty::before {
  background: url("../images/news-v2/no-content.png") no-repeat center;
  width: 330px;
  height: 274px;
  content: '';
  display: block;
  margin: auto;
}
.news-consult-module .content-holder .news-list-pages {
  margin-top: 40px;
  text-align: center;
  height: 42px;
}
.news-consult-module .content-holder .news-list-pages .pagination {
  display: inline-block;
}
.news-consult-module .content-holder .news-list-pages li {
  display: inline;
  position: relative;
  float: left;
  margin-left: -1px;
  border: 1px solid #ddd;
  background-color: #ffffff;
  color: #777;
  text-decoration: none;
  line-height: 1.42857143;
}
.news-consult-module .content-holder .news-list-pages li:hover a {
  background-color: #eee;
}
.news-consult-module .content-holder .news-list-pages li.disabled a {
  cursor: not-allowed;
}
.news-consult-module .content-holder .news-list-pages li.disabled:hover a {
  background-color: transparent;
}
.news-consult-module .content-holder .news-list-pages li a {
  color: #777;
  font-size: 14px;
  padding: 10px 18px;
  transition: all 0.3s;
}
.news-consult-module .content-holder .news-list-pages li:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.news-consult-module .content-holder .news-list-pages li:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.news-consult-module .content-holder .news-list-pages li.active {
  z-index: 3;
  border-color: #5BC000;
  background-color: #5BC000;
  color: #ffffff;
  cursor: default;
}
.news-consult-module .content-holder .news-list-pages li.active a {
  color: #ffffff;
  cursor: default;
}
.news-consult-module .content-holder .news-list-pages li.active:hover a {
  background-color: transparent;
}
.notice-detail-module {
  padding: 60px 0 70px;
  background: #F6F6FA;
}
.notice-detail-module .notice-content {
  background: #ffffff;
  border-radius: 8px;
  padding: 62px 44px 0;
  min-height: 900px;
  position: relative;
}
.notice-detail-module .notice-content::after {
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/news-v2/notice-bg.png") no-repeat center;
  width: 1400px;
  height: 900px;
  background-size: cover;
  content: '';
  display: inline-block;
}
.notice-detail-module .breadcrumb-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 69px;
  background: #F1F1F2;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.notice-detail-module .breadcrumb-list .brd-l {
  display: flex;
  align-items: center;
}
.notice-detail-module .breadcrumb-list .breadcrumb-link {
  color: #6C6C6C;
}
.notice-detail-module .breadcrumb-list .breadcrumb-link .arrow_right-icon {
  background: url('../images/news-v2/arrow-icon.png') no-repeat center;
  width: 6px;
  height: 10px;
  display: inline-block;
  margin-left: 6px;
  margin-right: 10px;
}
.notice-detail-module .breadcrumb-list .breadcrumb-text {
  color: #001100;
  font-size: 15px;
}
.notice-detail-module .breadcrumb-list .case-title {
  font-weight: 800;
  font-size: 22px;
  color: #353535;
  opacity: 0.08;
}
.notice-detail-module .notice-title {
  font-size: 26px;
  color: #001100;
  font-weight: 800;
  margin-top: 28px;
  position: relative;
  z-index: 2;
}
.notice-detail-module .notice-time {
  font-size: 16px;
  color: #6C6C6D;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
.notice-detail-module .content-article {
  padding: 48px 0 90px;
  position: relative;
  z-index: 2;
}
.notice-detail-module .content-article .one-p {
  font-size: 16px;
  line-height: 30px;
  color: #6C6C6D;
}
.notice-detail-module .content-article .one-p img {
  max-width: 100% !important;
  margin: 30px auto;
  display: block;
}
