html {
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}
body {
  min-width: 1200px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #13161B;
}
body,
p,
ul,
ol,
li,
img,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
select,
input {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font: 14px/1.8 "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif, SimSun;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
ul,
ol,
li {
  list-style: none;
}
fieldset,
img {
  border: 0;
}
p {
  text-indent: 2em;
}
a,
a:link,
a:visited {
  color: #13161B;
  text-decoration: none;
}
a:hover {
  color: #326ca6;
  text-decoration: underline;
}
.clearfix:after {
  content: '\0020';
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.clearfloat {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
.hide {
  display: none !important;
}
.wq-loading {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10000;
  top: 0;
  left: 0;
}
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -30px;
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #0176e7;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
body {
  background: #f5f7fa;
  height: 100%;
}
.app-container {
  min-height: 100%;
  padding-bottom: 94px;
  position: relative;
  background: #f5f7fa;
}
a:focus {
  outline: none;
}
a:-webkit-any-link:focus-visible {
  outline: none;
}
.header-bl {
  margin: 0 auto;
  text-align: center;
  height: 130px;
  background: url('../images/jyyr-banner-2023up.jpg') center no-repeat;
  background-color: #0077f5;
}
.container {
  display: flex;
  justify-content: space-around;
  min-height: 70vh;
  width: 1180px;
  padding: 0;
  margin: 0 auto;
}
.left-menu {
  background: #fff;
  width: 200px;
  margin-right: 20px;
  min-height: 500px;
}
.right-cont {
  background: #fff;
  width: 962px;
  padding: 15px 20px 0 20px;
}
.left-menu li {
  background: #fff;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  border-left: 6px solid #fff;
}
.left-menu li::after {
  content: "";
  display: inline-block;
  width: 160px;
  height: 1px;
  background-color: #ebebeb;
  position: absolute;
  left: 14px;
  top: 0;
}
.left-menu li:nth-child(1)::after {
  display: none;
}
.left-menu li:last-child::before {
  content: "";
  display: inline-block;
  width: 160px;
  height: 1px;
  background-color: #ebebeb;
  position: absolute;
  left: 14px;
  bottom: 0;
}
.left-menu li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-left: 60px;
  color: #333;
}
.left-menu li a:hover {
  text-decoration: none;
}
.left-menu .active {
  background-color: #f0f7ff;
  color: #0176e7;
  border-left: 6px solid #0176e7;
}
.left-menu .active a {
  color: #0176e7;
}
.left-menu .active::after,
.left-menu .active::before,
.left-menu .active + li::after {
  display: none !important;
}
.left-menu li .right-arrow {
  position: absolute;
  right: 15px;
  font-size: 20px;
  color: #60656E;
}
.left-menu .active .right-arrow {
  color: #0176e7;
}
.tab-cont-bl {
  width: 1180px;
  margin: 0 auto;
  background-color: #fff;
  padding: 15px 30px 15px 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.tab-cont-bl .inner-list {
  position: relative;
  min-height: 200px;
}
.tab-cont-bl .right-title {
  line-height: 50px;
  font-size: 20px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.tab-cont-bl .right-title span {
  display: inline-block;
  border-bottom: 3px solid #0176e7;
  padding: 0 10px;
}
.tab-cont-bl .inner-list li {
  padding-left: 15px;
  border-bottom: 1px solid #e6e6e6;
  height: 60px;
  line-height: 60px;
  position: relative;
  font-size: 16px;
}
.tab-cont-bl .inner-list li a,
.tab-cont-bl .inner-list li p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
}
.tab-cont-bl .inner-list li a {
  display: inline-block;
}
.tab-cont-bl .inner-list li .listcont-p {
  display: inline-block;
  width: calc(100% - 60px);
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tab-cont-bl .inner-list li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #d8d8d8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
}
.tab-cont-bl .inner-list li .down-a {
  color: #0176e7;
  position: absolute;
  right: 0;
  top: 0;
}
.tab-cont-bl .inner-list li i {
  margin-right: 8px;
}
.tab-cont-bl .inner-list li a:hover {
  text-decoration: underline;
  color: #13161B;
}
.tab-cont-bl .inner-list li .down-a:hover {
  text-decoration: none;
  color: #3a93e6;
}
.nodata-bl {
  text-align: center;
}
.nodata-img {
  margin-top: 60px;
}
.nodata-text {
  color: #999;
  font-size: 16px;
}
/* 指南公布样式 */
.search-box {
  margin-top: 5px;
}
.search-box .search-label {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.table-bl {
  margin-top: 15px;
}
.page-bl .ivu-page-options-sizer {
  margin-right: 0;
}
.dwmc-bl {
  color: #0176e7;
  cursor: pointer;
}
.pdfModal .ivu-modal-header button {
  position: absolute;
  right: 50px;
  top: 13px;
  padding: 0 10px;
}
.pdfModal .ivu-modal-header p {
  text-indent: 0;
}
.pdfModal .ivu-modal-body {
  height: 70vh;
  overflow: auto;
}
.pdfModal .viewerContainer {
  overflow: inherit !important;
}
footer {
  font-size: 14px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
footer a:hover {
  text-decoration: underline;
}
.table-bl .ivu-table-cell {
  padding: 6px 10px;
  line-height: 1.6;
}
.ivu-page-item a {
  color: #333;
}
.ivu-page-item a:hover {
  text-decoration: none;
}
/* 就业育人改版 */
.tab-bl {
  background: #fff;
  box-shadow: 0px 1px 6px 0px rgba(209, 226, 242, 0.3);
  position: relative;
  z-index: 10;
}
.tab-bl .tab-ul {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.tab-bl .tab-ul .tab-li {
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  padding: 0 24px;
  position: relative;
  cursor: pointer;
}
.tab-bl .tab-ul .tab-li.active::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 92px;
  height: 3px;
  background: #0176E7;
  left: 50%;
  bottom: 0;
  margin-left: -46px;
}
.tab-bl .tab-ul .tab-li.active a {
  color: #0176E7;
}
.tab-bl .tab-ul .tab-li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.tab-bl .tab-ul .tab-li a:hover {
  text-decoration: none;
  color: #0176E7;
}
.tab-bl .tab-ul .dl-li {
  position: absolute;
  right: 0;
  top: 12px;
  width: 80px;
  text-align: center;
  border: 1px solid #0176E7;
  border-radius: 15px;
  color: #0176E7;
  height: 30px;
  line-height: 28px;
}
.tab-bl .tab-ul .xz-down {
  position: absolute;
  right: 130px;
  top: 0;
  color: #0176E7;
  line-height: 52px;
}
.tab-bl .tab-ul .xz-down a {
  color: #0176E7;
}
.tab-bl .tab-ul .xz-down i {
  font-size: 20px;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.tab-bl .tab-ul .xz-down::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  right: -25px;
  top: 12px;
  background-color: #d8d8d8;
}
.tab-bl .ivu-dropdown-rel a,
.tab-bl .ivu-dropdown-rel a:link,
.tab-bl .ivu-dropdown-rel a:visited {
  color: #0176E7;
  text-decoration: none;
}
.tab-bl .ivu-select-dropdown {
  top: 42px !important;
}
.tab-bl .ivu-dropdown-item {
  padding: 0;
}
.tab-bl .ivu-dropdown-item a {
  text-decoration: none;
  display: inline-block;
  padding: 7px 16px;
  width: 100%;
  height: 100%;
}
.tab-bl .ivu-dropdown-item a:hover {
  color: #0176E7;
}
.sy-banner {
  text-align: center;
  background: url('../images/jyyr-ptjj-bgup.jpg') no-repeat center top;
  height: 340px;
  background-color: #E3F1FF;
}
.sy-banner .desc {
  width: 1120px;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  color: #13161B;
}
.sy-banner h3 {
  color: #13161B;
  line-height: 44px;
  font-size: 24px;
  font-weight: 600;
  padding-top: 48px;
}
.sy-bl .notice-down-bl {
  background-color: #fff;
  padding: 60px 0 60px 0;
}
.sy-bl .notice-down-bl .inner-bl {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.sy-bl .item {
  width: 575px;
  height: 252px;
  padding: 0 24px 0 33px;
  background-image: url('../images/jyyr-tz.png');
  background-repeat: no-repeat;
  background-position: 354px 10px;
  background-size: 158px 128px;
  background-color: #F3F9FF;
  margin-right: 30px;
  position: relative;
}
.sy-bl .down-bl {
  background-image: url('../images/jyyr-xz.png');
  margin-right: 0;
}
.sy-bl .item .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  padding-top: 42px;
}
.sy-bl .more-bl {
  height: 24px;
  line-height: 24px;
  color: #8D949F;
}
.sy-bl .more-bl a {
  color: #8D949F;
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
}
.sy-bl .more-bl .jt-icon {
  font-size: 18px;
  margin-right: 5px;
  line-height: 24px;
}
.sy-bl .notice-down-bl .news-list {
  margin-top: 42px;
}
.sy-bl .notice-down-bl .news-list li {
  height: 24px;
  line-height: 24px;
  margin-bottom: 20px;
  position: relative;
}
.sy-bl .notice-down-bl .news-list li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #8D949F;
  position: absolute;
  top: 50%;
  margin-top: -2.5px;
  left: -13px;
}
.sy-bl .notice-down-bl .news-list li:last-child {
  margin-bottom: 0;
}
.sy-bl .notice-down-bl .news-list li a {
  line-height: 24px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  color: #13161B;
}
.sy-bl .notice-bs-bl {
  width: 140px;
  height: 200px;
  border-radius: 5px;
  margin: 30px 20px 0 24px;
  display: inline-block;
  vertical-align: middle;
  background: url('https://t1.chei.com.cn/ncss/jyxw/images/jyyr-notice-lst.jpg') no-repeat center;
}
.sy-bl .notice-text {
  font-size: 18px;
  line-height: 40px;
  width: 358px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 30px;
}
.sy-bl .notice-text a {
  color: #fff;
}
.sy-bl .down-img {
  width: 190px;
  height: 190px;
  margin: 0 auto;
  margin-top: 50px;
}
.sy-bl .down-img-one {
  background: url('https://t1.chei.com.cn/ncss/jyxw/images/jyyr-xz-one.png') no-repeat center;
}
.sy-bl .down-img-two {
  background: url('https://t1.chei.com.cn/ncss/jyxw/images/jyyr-xz-two.png') no-repeat center;
}
.sy-bl .down-text {
  font-size: 18px;
  line-height: 30px;
  margin: 24px 0 54px 0;
}
.sy-bl .ivu-btn > .ivu-icon + span,
.ivu-btn > span + .ivu-icon {
  margin-left: 0;
}
.sy-bl .down-icon a {
  color: #fff;
  width: 90px;
}
.sy-bl .qysb-bl {
  text-align: center;
  margin-top: 28px;
  font-size: 0;
}
.sy-bl .qysb-bl a {
  font-size: 18px;
  width: 290px;
  height: 44px;
  color: #fff;
  line-height: 44px;
}
.sy-bl .qysb-bl a:nth-child(1) {
  margin-right: 40px;
}
.ivu-btn-primary {
  background: #0176E7;
  border-color: #0176E7;
}
.ygbd-bl-tab .inner-list li {
  display: flex;
  justify-content: space-between;
}
.ygbd-bl-tab .inner-list li a {
  width: calc(100% - 120px);
}
.date-span {
  color: #60656E;
}
.ygbd-bl {
  background-color: #F3F9FF;
  padding-bottom: 40px;
}
.ygbd-bl .title {
  font-size: 24px;
  line-height: 44px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 22px;
  position: relative;
  width: 1180px;
  padding-top: 25px;
}
.ygbd-bl .more-bl {
  position: absolute;
  top: 32px;
  right: 0;
}
.ygbd-list {
  display: flex;
  justify-content: space-between;
  width: 1180px;
  margin: 0 auto;
  flex-wrap: wrap;
  position: relative;
  height: 264px;
}
.ygbd-list .ygbd-item-sy {
  padding: 20px 20px 20px 0;
  border-radius: 4px;
  background: #fff;
  width: 575px;
  height: 100px;
  margin-bottom: 32px;
}
.ygbd-list .ygbd-item-sy {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
.ygbd-item-sy .date-bl {
  width: 100px;
  text-align: center;
  line-height: 30px;
}
.ygbd-item-sy .date-bl .date-time {
  font-weight: 600;
  color: #60656E;
}
.ygbd-item-sy .date-bl .date-year {
  color: #60656E;
}
.ygbd-item-sy .title-bl {
  width: 455px;
  position: relative;
  padding-left: 20px;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}
.ygbd-item-sy .title-bl::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 60px;
  background: #CFE7FF;
  position: absolute;
  top: 0;
  left: 0;
}
.ygbd-item-sy .title-bl a:hover {
  color: #333;
}
.jyyr-detail {
  width: 1180px;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 20px 0 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 500px;
}
.jyyr-detail h2 {
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  padding: 40px 30px 16px 30px;
}
.jyyr-detail p {
  margin-bottom: 16px;
}
.article-date {
  font-size: 14px;
  text-align: center;
  color: #8D949F;
  padding: 0 30px;
}
.article-date span {
  padding-right: 20px;
}
.article-content {
  font-size: 18px;
  padding: 0 30px 40px;
  line-height: 1.8;
}
hr {
  margin: 20px 30px;
  border: 0;
  border-top: 1px solid #e6e6e6;
}
.ivu-auto-complete .ivu-input-icon {
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  text-align: center;
  background-color: #808695;
  position: absolute;
  right: 8px;
  z-index: 3;
  color: #fff;
  border-radius: 50%;
  top: 50%;
  margin-top: -7px;
  cursor: pointer;
}
.ivu-table td,
.ivu-table th {
  height: 46px;
}
.table-bl .ivu-table-cell {
  padding: 8px;
  line-height: 22px;
}
.ivu-table-header thead tr th {
  padding: 0;
}
.ivu-table {
  color: #13161b;
}
.ivu-table th {
  background-color: #f7f8fa;
}
.ivu-table-border td,
.ivu-table-border th {
  border-color: #e8eaec;
}
tr.ivu-table-row-hover td {
  background-color: #edf4ff;
}
.article-content a {
  color: #0176E7;
}
.ivu-spin-fix {
  background: transparent;
}
/* 项目公布样式 */
.xmgb-bl {
  background: #F5F7FA;
}
.xmgb-bl .tab-cont-bl {
  margin-top: 0;
  background: #F5F7FA;
  padding: 15px 0 15px 0;
}
.xmgb-bl .xm-bl {
  margin-top: 20px;
}
.xmgb-bl .xm-ul {
  display: flex;
  flex-wrap: wrap;
}
.xmgb-bl .xm-ul li {
  width: 380px;
  background: #fff;
  border-radius: 4px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  cursor: pointer;
  position: relative;
}
.xmgb-bl .xm-ul li .qb-dl {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 28px;
  background: #DEEEFF;
  border-radius: 0px 4px 0px 16px;
  line-height: 28px;
  color: #0176E7;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xmgb-bl .xm-ul li .corpname {
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #E8EAED;
  margin-top: 3px;
  font-size: 18px;
  position: relative;
  padding-left: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 70px;
  color: #13161B;
}
.xmgb-bl .xm-ul li .corpname::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
  background: #0176E7;
}
.xmgb-bl .xm-ul li:nth-child(3n) {
  margin-right: 0;
}
.xmgb-bl .xm-ul li:hover {
  box-shadow: 0px 0px 8px 3px #E0EDFA;
}
.xmgb-bl .xm-ul li .detail-bl {
  padding-left: 16px;
  margin-top: 8px;
}
.xmgb-bl .xm-ul .item {
  height: 24px;
  line-height: 24px;
  margin-bottom: 4px;
  color: #60656E;
}
.xmgb-bl .xm-ul .item .label {
  display: inline-block;
  width: 100px;
  text-align: right;
  vertical-align: middle;
}
.xmgb-bl .xm-ul .item .text {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 105px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.xmgb-bl .xm-ul li a:hover {
  text-decoration: none;
}
.no-xmlist {
  text-align: center;
  color: #666;
}
.no-xmlist .wxts-title {
  margin-bottom: 15px;
}
/* 项目详情页面 */
.xmgb-detail {
  margin: 0 auto;
  width: 1180px;
}
.xmgb-detail .ivu-breadcrumb {
  line-height: 44px;
}
.xmxq-cont {
  background: #fff;
  border-radius: 4px;
  min-height: 400px;
  padding-bottom: 32px;
  margin-bottom: 60px;
}
.xmxq-cont .corp-name {
  font-size: 24px;
  color: #13161B;
  line-height: 32px;
  position: relative;
  padding: 20px 16px;
  word-wrap: normal;
  word-break: break-all;
}
.xmxq-cont .corp-name::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 28px;
  background: #0176E7;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
}
.xmxq-cont .detail-title {
  height: 40px;
  background: rgba(222, 238, 255, 0.6);
  margin: 0 16px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 20px;
  margin-top: 32px;
}
.xmxq-cont .detail-title.one-title {
  margin-top: 0;
}
.xmxq-cont .item-cont {
  margin-top: 22px;
}
.xmxq-cont .item-cont .it-bl-item {
  line-height: 20px;
  margin-bottom: 16px;
  font-size: 0;
}
.xmxq-cont .item-cont .it-bl-item:last-child {
  margin-bottom: 0;
}
.xmxq-cont .it-bl-item label {
  display: inline-block;
  color: #60656E;
  width: 250px;
  text-align: right;
  font-size: 14px;
  margin-right: 20px;
  vertical-align: top;
  line-height: 20px;
}
.xmxq-cont .it-bl-item .cont {
  font-size: 14px;
  display: inline-block;
  width: calc(100% - 286px);
  word-wrap: normal;
  word-break: break-all;
  line-height: 20px;
}
.no-time-tips {
  text-align: center;
  font-size: 18px;
  color: #333;
}
.wxts-bl .wxts-title {
  font-size: 0;
  text-align: center;
  line-height: 26px;
  margin-bottom: 15px;
}
.wxts-bl .wxts-cont {
  text-align: center;
  color: #666;
  font-size: 14px;
}
.page-bl {
  margin-top: 20px;
}
.ivu-table-wrapper-with-border {
  border-color: #e8eaec;
}
.ivu-table-border:after {
  background-color: #e8eaec;
}
/* 新闻分页样式 */
.l_news_page {
  margin: 20px 0;
}
.l_news_page .pageC a:hover {
  color: #0176E7;
}
.l_news_page .pageC .p-go-btn {
  background: #0176E7;
  color: #fff;
  font-size: 14px;
  height: 26px;
  line-height: 24px;
  margin: 4px 0 0 10px;
}
.l_news_page .pageC .p-go-btn:hover {
  color: #fff;
  background: #0176E7;
}
.l_news_page .pageC .p-go-text {
  font-size: 14px;
}
.l_news_page .pageC a {
  font-size: 14px;
  height: 34px;
  line-height: 34px;
}
.l_news_page .pageC .p-go-num {
  font-size: 14px;
  height: 26px;
  margin: 4px 4px 0 4px;
}
.pageC {
  height: 32px;
  line-height: 32px;
  font-size: 0;
}
.pageC a {
  display: inline-block;
  border: 1px solid #ddd;
  margin-left: -1px;
  height: 30px;
  color: #3e3e3e;
  text-align: center;
  line-height: 30px;
  padding: 0 12px;
  font-size: 12px;
}
.pageC a:hover {
  text-decoration: none;
  /*border-color: #bb3543;*/
  color: #bb3543;
  z-index: 1;
}
.pageC .p-go-text {
  color: #999;
  font-size: 12px;
}
.pageC .p-go-num {
  width: 50px;
  height: 24px;
  padding: 0 2px;
  margin: 3px 4px 0 4px;
  vertical-align: top;
}
.pageC .p-go-btn {
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 6px;
  padding: 0 8px;
  margin-left: 8px;
  background: #f3f3f3;
  cursor: pointer;
  vertical-align: top;
}
.pageC .p-go-btn:hover {
  background: #f9f9f9;
}
/* 优秀案例 */
.yxal-bl {
  /* 查询条件 */
  /* 优秀案例列表 */
}
.yxal-bl .banner-bl {
  height: 400px;
  background: url('../images/jyyr-yxal-banner.jpg') center top no-repeat;
  background-color: #1790f4;
  position: relative;
}
.yxal-bl .banner-bl .notice-bl {
  position: absolute;
  width: 1180px;
  height: 68px;
  border-radius: 4px;
  left: 50%;
  margin-left: -590px;
  bottom: -7px;
  background: url('../images/jyyr-yxal-nobg.jpg') center top no-repeat;
  line-height: 68px;
  font-size: 18px;
  text-align: center;
}
.yxal-bl .banner-bl .notice-bl a {
  color: #187ADB;
}
.yxal-bl .banner-bl .notice-bl a:hover {
  text-decoration: underline;
}
.yxal-bl .cont-bl {
  background: url('../images/jyyr-yxal-contbg.jpg') center top no-repeat;
  background-size: 100%;
  background-color: #daebfc;
  min-height: 500px;
}
.yxal-bl .cont-bl .no-xmlist .wxts-cont {
  color: #23292E;
  font-size: 18px;
  line-height: 20px;
  margin-top: 16px;
}
.yxal-bl .search-box {
  width: 1180px;
  margin: 0 auto;
  padding-top: 39px;
}
.yxal-bl .search-box .ivu-input {
  height: 40px;
  background-color: #E5F3FF;
  font-size: 16px;
}
.yxal-bl .search-box .ivu-input::placeholder {
  color: #8D949F;
}
.yxal-bl .search-box .ivu-btn {
  height: 40px;
  padding: 0 25px;
  font-size: 16px;
}
.yxal-bl .search-box .ivu-input-icon {
  height: 40px;
  line-height: 40px;
}
.yxal-bl .yxal-list {
  width: 1210px;
  margin: 0 auto;
  margin-top: 17px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yxal-bl .yxal-list .yxal-item {
  width: 605px;
  margin: 0 0 2px 0;
  height: 297px;
  background: url('../images/jyyr-yxal-itembg.png') top center no-repeat;
  padding: 15px;
}
.yxal-bl .yxal-list .yxal-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 20px 20px 0 20px;
}
.yxal-bl .yxal-list .yxal-item a:hover {
  text-decoration: none;
  color: #13161B;
}
.yxal-bl .yxal-list .yxal-item .item-top {
  display: flex;
  justify-content: space-between;
}
.yxal-bl .yxal-list .yxal-item .item-top .top-box {
  width: 256px;
}
.yxal-bl .yxal-list .yxal-item .item-top .top-box .title {
  height: 48px;
  line-height: 48px;
  color: #187ADB;
  font-size: 18px;
  text-align: center;
  background: rgba(167, 224, 255, 0.4);
  border: 1px solid #73C6E9;
  border-radius: 8px 8px 0px 0px;
}
.yxal-bl .yxal-list .yxal-item .item-top .top-box .name {
  background: url('../images/jyyr-yxal-titlebl.png') top center no-repeat;
  height: 108px;
  line-height: 36px;
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
}
.yxal-bl .yxal-list .yxal-item .item-bot {
  margin-top: 12px;
}
.yxal-bl .yxal-list .yxal-item .item-bot .ul-bl li {
  display: flex;
  font-size: 16px;
  line-height: 32px;
}
.yxal-bl .yxal-list .yxal-item .item-bot .ul-bl li label img {
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.yxal-bl .yxal-list .yxal-item:nth-child(2n) {
  margin-right: 0;
}
.yxal-bl .page-bl {
  width: 1180px;
  margin: 0 auto;
  padding-bottom: 60px;
  margin-top: 17px;
}
.yxal-xq-bl {
  text-align: center;
  font-size: 0;
  margin-top: 20px;
  margin-bottom: 60px;
}
.yxal-modal .ivu-modal-body {
  padding: 0;
}
.yxal-modal .img-bl {
  font-size: 0;
  position: relative;
}
.yxal-modal .img-bl .title {
  font-size: 32px;
  position: absolute;
  top: 238px;
  color: #fff;
  width: 100%;
  text-align: center;
  letter-spacing: 10px;
}
.yxal-modal .img-bl .check-a {
  display: inline-block;
  width: 280px;
  height: 54px;
  background: linear-gradient(-59deg, #FFFFFF, #FFEACE);
  border-radius: 27px;
  line-height: 54px;
  text-align: center;
  position: absolute;
  top: 316px;
  left: 50%;
  margin-left: -140px;
  color: #1B93EF;
  font-size: 24px;
}
.yxal-modal .ivu-modal-close .ivu-icon-ios-close {
  color: #86C6FA;
  font-size: 44px;
}
