.site {
  background: #f9fafd;
}
.txt-elise {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xxz-top-banner {
  height: 428px;
  background: url(../images/kc_xxz_banner@2x.jpg) center top no-repeat;
  background-size: 100% 100%;
}
.xxz-top-banner-info {
  padding-top: 90px;
  padding-left: 20px;
}
.xxz-top-banner-info .xxz-position {
  padding: 10px 9px;
  background: url(../images/ico_position_bg.svg) no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  border-radius: 4px;
}
.xxz-top-banner-info h2 {
  font-size: 66px;
  font-weight: bold;
  margin-bottom: 20px;
}
.xxz-top-banner-info h2 span {
  color: #a92b32;
}

.xxz-top-banner-info p {
  font-size: 22px;
}
.xxz-toutiao {
  margin-top: -40px;
  margin-bottom: 20px;
  padding: 30px 30px 20px;
  border-radius: 8px 8px 0px 0px;
  background: linear-gradient(180deg, #ecf5ff 0%, #ffffff 80%);
}
.xxz-toutiao h2 {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

.xxz-toutiao h2 img {
  width: 64px;
  margin-right: 16px;
}
.xxz-toutiao h2 a:hover {
  color: #a92c32;
}
.xxz-toutiao p {
  font-size: 16px;
  color: #666;
}

.xxz-workProgress {
  display: flex;
  justify-content: space-between;
}
.xxz-workProgress .boxL {
  width: 620px;
}
.xxz-workProgress .boxR {
  width: 550px;
}

.single-item .sli-qybox a {
  border-radius: 8px;
  overflow: hidden;
  display: block;
}
.single-item .sli-qybox img {
  width: 620px;
  height: 310px;
}
.single-item .sli-qy {
  position: absolute;
  height: 68px;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  color: #fff;
  background-color: rgba(169, 42, 50, 0.8);
}
.single-item .sli-qy a {
  padding: 0 20px;
  color: #fff;
  width: 85%;
  line-height: 68px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
}

.single-item .slick-dots {
  bottom: 25px;
  width: auto;
  right: 18px;
  position: absolute;
}
.single-item .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  padding: 0;
  transition: all 0.3s ease;
}
.single-item .slick-dots li {
  width: auto;
  height: auto;
}
.single-item .slick-dots .slick-active button {
  width: 12px;
  height: 12px;
  background: rgba(255, 200, 89, 1);
}
.single-item .slick-prev {
  width: 44px;
  height: 44px;
  left: 2px;
  transform: rotate(180deg);
  /* background: url(../images/hover.png) center center no-repeat; */
}
.single-item .slick-prev:hover {
  transform: rotate(0deg);
  /* background: url(../images/hoveron.png) center center no-repeat; */
}
.single-item .slick-next {
  right: 2px;
  width: 44px;
  height: 44px;
  /* background: url(../images/hover.png) center center no-repeat; */
}
.single-item .slick-next:hover {
  transform: rotate(180deg);
  /* background: url(../images/hoveron.png) center center no-repeat; */
}

.hnxt-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
}
.hnxt-title span {
  margin-right: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  position: relative;
}
.hnxt-title span.on::after {
  position: absolute;
  content: "";
  width: 37px;
  height: 4px;
  border-radius: 3px;
  background: #a92b32;
  left: 0;
  bottom: -12px;
}
.hnxt-title a {
  font-size: 14px;
  color: #999;
}
.hnxt-title a:hover {
  color: #a92c32;
}

.xxz-policy {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.xxz-policy .boxL {
  width: 620px;
}
.xxz-policy .boxR {
  width: 550px;
}

.single-app {
  margin-top: 20px;
}
.single-app .app-items {
  overflow: hidden;
  border-radius: 8px;
}
.single-app .app-items img {
  width: 100%;
  height: 184px;
}

.govlist {
  width: 100%;
  margin-top: 20px;
}
.govlist li {
  list-style: none;
  line-height: 48px;
  font-size: 16px;
  font-family: "Microsoft YaHei", arial;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px dashed #d4e2ef;
}
.govlist li a {
  text-decoration: none;
  color: #0d1c28;
  float: left;
  width: calc(100% - 100px);
  display: block;
  padding-left: 32px;
  position: relative;
}
.govlist li a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 15px;
  background: url(../images/ico_li_dots.svg) no-repeat;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.govlist li span {
  float: right;
  font-size: 16px;
  text-align: right;
  color: #999999;
}
.govlist li:hover a,
.govlist li:hover span {
  color: #a92c32;
}

.policyList {
  margin-top: 12px;
}
.policyList li {
  padding: 0 20px;
  line-height: 56px;
  background: #f9fafd;
  border-bottom: none;
  margin-top: 8px;
}

.policyList li a::before {
  background: url(../images/ico_li_dots_s2.svg) no-repeat;
}

.expert-list-items {
  margin-top: 20px;
  margin-left: 9px;
  margin-right: 9px;
  width: 282px;
  height: 428px;
  border-radius: 8px;
  background: linear-gradient(180deg, #dfecfd 0%, #f5faff 82%);
}
.expert-list-items .information {
  padding: 20px 20px 0;cursor: pointer;
}
.expert-list-items .information .pho {
  margin-bottom: 20px;
}
.expert-list-items .information .pho img {
  width: 242px;
  height: 242px;
  border-radius: 8px;
}
.expert-list-items .information .txt h2 {
  display: flex;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.expert-list-items .information .txt h2 i {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: 10px;
  padding: 3px 8px;
  border-radius: 12px;
  background: linear-gradient(94deg, #fdc99c 3%, #ffdfad 99%);
  font-size: 12px;
  font-weight: bold;
  color: #a1582d;
}
.expert-list-items .information .txt p {
  font-size: 12px;
  color: #333;
  margin-bottom: 10px;
}
.expert-list-items h3 {
  padding: 10px 20px;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  border-radius: 8px;
  background: linear-gradient(180deg, #dfecfd 0%, #f5faff 82%);
}

.expert-list .slick-dots {
  margin-top: 10px;
}
.expert-list .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 4px;
}
.expert-list .slick-dots li button {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.expert-list .slick-dots .slick-active button {
  width: 30px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.4);
}
.expert-list .slick-prev {
  width: 40px;
  height: 40px;
  left: 0;
  top: 45%;
  transform: rotate(180deg);
  background: url(../images/ico_slide_right.svg) center center no-repeat;
  opacity: 0.8;
}
.expert-list .slick-prev:hover {
  transform: rotate(180deg);
  background: url(../images/ico_slide_right.svg) center center no-repeat;
  opacity: 1;
}
.expert-list .slick-next {
  top: 45%;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../images/ico_slide_right.svg) center center no-repeat;
  opacity: 0.8;
}
.expert-list .slick-next:hover {
  background: url(../images/ico_slide_right.svg) center center no-repeat;
  opacity: 1;
}

.xxz-services {
  margin-top: 30px;
}
.xxz-services .hnxt-title-tabs span {
  cursor: pointer;
}
.services-content {
  margin-top: 20px;
}

.table {
  border: none;
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  color: #0d1c28;
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
.table th {
  color: #45484b;
  vertical-align: middle;
  background: #f9fafd;
}
/* .table th:first-child {
  padding-left: 0;
} */
.table td,
.table th {
  height: 52px;
  padding: 2px 10px;
  text-align: left;
  font-weight: 400;
}
.table th {
  font-weight: bold;
}
.table td {
  font-size: 14px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}
.table td:first-child {
  /* padding-left: 0; */
  word-break: break-all;
}
.matters-table-title {
  padding-left: 15px;
  line-height: 1.8;
  color: #000;
  text-decoration: none;
  position: relative;
}
.matters-table-title::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #c0c0c0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.matters-table-title:hover {
  color: #2e8bff;
}

.table-btn {
  display: inline-block;
  margin: 0 5px;
  color: #fff;
  border-radius: 4px;
  background: #2e8bff;
  font-size: 14px;
  line-height: 36px;
  padding: 0 15px;
  transition: 0.1s;
  opacity: 0.8;
}
.table-btn:focus,
.table-btn:hover {
  opacity: 1;
}
.table-btn-hover {
  background: #ecf3ff;
  color: #2e8bff;
}

/* 2 */
.exp-data .expert-list-items {
  margin: 0;
  float: left;
  margin-right: 24px;
  margin-top: 24px;
}
.exp-data .expert-list-items:nth-child(4n) {
  margin-right: 0;
}
.expert-list-page {
  margin: 40px auto;
  text-align: center;
}

.expert-search {
  margin: 40px auto 10px;
  border-bottom: 1px solid #ddd;
}
.expert-title {
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
.expert-title h2 {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  position: relative;
}
.expert-title h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 100%;
  height: 4px;
  border-radius: 3px;
  background: #a92b32;
}
.expert-search-box {
  display: flex;
  justify-content: center;
  margin: 30px auto;
}
.expert-search-box .expert-search-var {
  padding: 0px 20px;
  width: 560px;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #dddddd;
  outline: none;
}
.expert-search-box .expert-search-var::placeholder {
  color: #bbbbbb;
}
.expert-search-box .expert-search-btn {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  background: #2e8bff;
  margin-left: 20px;
  padding: 0 25px;
  border: 0;
  cursor: pointer;
}

.exp-info .expert-list-items {
  margin: 0;
  margin-top: 30px;
  width: 100%;
  height: auto;
  background: transparent;
}
.exp-info .expert-list-items .information {
  padding: 0;
  display: flex;
  margin-bottom: 30px;
}
.exp-info .expert-list-items .information .pho {
  margin-right: 40px;
}
.exp-info .expert-list-items .information .txt {
  flex: 1;
}
.exp-info .expert-list-items .information .txt p {
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 0;
  line-height: 34px;
}

.expert-log {
  margin: 40px auto;
  border-bottom: 1px solid #dddddd;
}

.expert-log li {
  display: flex;
}
.expert-log li .log-date {
  width: 90px;
  text-align: right;
  margin-right: 60px;
  flex: none;
  line-height: 30px;
  color: #666;
  position: relative;
}
.expert-log li .log-date::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: -60px;
  top: 5px;
  background: #2e8bff;
  border-radius: 50%;
}
.expert-log li .log-info {
  margin-left: 60px;
  flex: 1;
  padding-bottom: 50px;
  position: relative;
}

.expert-log li .log-info::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(46, 139, 255, 0.2);
  left: -70px;
  top: 15px;
}
.expert-log li:last-child .log-info::before {
  display: none;
}

.expert-log li .log-info p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  margin-bottom: 20px;
}
.expert-log li .log-info .log-pic img {
  margin-right: 20px;
  width: 200px;
  height: 150px;
}

.expert-search-condition {
  margin-bottom: 30px;
}
.expert-search-condition .condition-items {
  margin-bottom: 20px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.expert-search-condition .condition-items h2 {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  flex: none;
}
.labelInPutRadio {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.labelInPutRadio .u-chk-box {
  display: flex;
  align-items: center;
}
.labelInPutRadio .u-chk-box label {
  margin-left: 10px;
}

.expert-search-form {
  margin-bottom: 30px;
  text-align: right;
}

@media only screen and (max-width: 750px) {
  .main {
    width: 95%;
    margin: 0 auto;
  }

  .xxz-top-banner {
    margin-top: 10px;
    height: 320px;
    background-size: cover;
  }
  .xxz-top-banner-info {
    padding: 20px;
  }
  .xxz-top-banner-info .xxz-position {
    font-size: 26px;
  }
  .xxz-toutiao {
    padding: 20px;
  }
  .xxz-workProgress,
  .xxz-policy {
    flex-direction: column;
  }
  .xxz-workProgress .boxL,
  .xxz-workProgress .boxR {
    width: 100%;
  }
  .xxz-policy .boxL,
  .xxz-policy .boxR {
    width: 100%;
  }
  .xxz-workProgress .boxR,
  .xxz-policy .boxR,
  .xxz-expert {
    margin-top: 20px;
  }
  .services-content {
    overflow-x: auto;
  }

  .single-app .app-items img,
  .single-item .sli-qybox img {
    width: 100%;
  }
  .expert-list-items {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .xxz-top-banner-info h2 {
    font-size: 32px;
  }
  .hnxt-title span {
    margin-right: 10px;
  }
  .table td .table-btn {
    /* display: block; */
  }
  .labelInPutRadio {
    gap: 10px;
  }
  .exp-data .expert-list-items {
    margin: 10px auto;
  }
  .exp-data .expert-list-items:nth-child(4n) {
    margin: 0 auto;
  }
}
