@charset "UTF-8";
/**!
 * [不动产登记一窗受理服务]
 * date:2024-01-23
 * author: [zhoujie];
 */
body {
  background: #fff;
}

.module-hd {
  margin-top: 42px;
  margin-bottom: 30px;
  color: #333;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 59px;
  letter-spacing: 2px;
}
.module-hd .blue {
  position: relative;
  color: #4393f5;
  z-index: 99;
  padding-right: 29px;
  background: url("../images/bg-hd.png") right 12px top no-repeat;
}
.module-hd h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.module-hd h4 > span {
  font-weight: 700;
  padding-top: 6px;
  z-index: 99;
}
.module-hd h4::before, .module-hd h4::after {
  content: "";
  width: 97px;
  height: 30px;
  margin-top: 6px;
}
.module-hd h4::before {
  margin-right: 29px;
  background: url("../images/icon-hd-style-l.png") center no-repeat;
}
.module-hd h4::after {
  background: url("../images/icon-hd-style-r.png") center no-repeat;
}

.handle-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 176px;
}
.handle-list li {
  width: 585px;
  height: 176px;
}
.handle-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 81px;
  padding-right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.handle-list li a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.handle-list li:nth-child(2n+1) {
  background: url("../images/bg-handle1.png") center no-repeat;
}
.handle-list li:nth-child(2n+2) {
  background: url("../images/bg-handle2.png") center no-repeat;
}
.handle-list li .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 95px;
  height: 95px;
  margin-right: 36px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.handle-list li p {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(37, 82, 161, 0.6);
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.7px;
}

.check-list {
  min-height: 168px;
}
.check-list li {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 379px;
  height: 168px;
  padding: 37px 28px;
  margin-right: 31px;
  border-radius: 6px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.check-list li:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #2b77f1;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(16, 75, 169, 0.3);
          box-shadow: 0px 5px 10px 0px rgba(16, 75, 169, 0.3);
}
.check-list li:nth-child(3n) {
  margin-right: 0;
}
.check-list li:nth-child(3n+1) {
  background: url("../images/bg-check1.png") center no-repeat;
}
.check-list li:nth-child(3n+2) {
  background: url("../images/bg-check2.png") center no-repeat;
}
.check-list li:nth-child(3n+3) {
  background: url("../images/bg-check3.png") center no-repeat;
}
.check-list li p {
  color: #333;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.check-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 142px;
  height: 38px;
  margin-top: 18px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 4px 4px 0px #d9e6ff;
          box-shadow: 0px 4px 4px 0px #d9e6ff;
  color: #2b77f1;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.check-list li a:hover {
  opacity: 0.8;
  color: #fff;
  background: #2b77f1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.information-list {
  min-height: 576px;
}
.information-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px dashed #aec6e3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.information-list li::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  width: 16px;
  height: 12px;
  margin-top: 10px;
  margin-right: 20px;
  background: url("../images/icon-style.png") center no-repeat;
}
.information-list li a {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.information-list li a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.information-list li a:hover .name {
  color: #4393f5;
}
.information-list li .top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.information-list li .top-info .name {
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.information-list li .top-info .date {
  color: #888;
}
.information-list li .bottom-info {
  padding-top: 25px;
  color: #666;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

body .m-pagination .m-pagination-size {
  top: -13px;
}
body .m-pagination .m-pagination-page > li.active > a {
  background: #4393f5;
  border-color: #4393f5;
  color: #fff;
}
body .m-pagination .m-pagination-page > li.active:hover > a {
  background: #4393f5;
  border-color: #4393f5;
  color: #fff;
}
body .m-pagination .m-pagination-page > li:hover > a {
  opacity: 0.8;
}