@charset "UTF-8";
/**!
* 公证服务
* date:2024-01-19
* author: fms;
*/
.content {
  overflow: hidden;
  padding-bottom: 55px;
}

.banner {
  height: 240px;
  background: url(../images/banner-bg.jpg) center no-repeat;
  background-size: cover;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}

.content .container {
  background: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(161, 179, 197, 0.1);
  padding: 40px 22px 25px;
}

.mod-tt {
  text-align: center;
  margin-bottom: 32px;
}

.mod-tt span {
  position: relative;
  color: #333;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-indent: 1.6px;
}

.mod-tt span::before, .mod-tt span::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 191px;
  height: 8px;
  content: '';
}

.mod-tt span::before {
  right: 100%;
  margin-right: 34px;
  background: url("../../images/title-l.png") no-repeat center;
}

.mod-tt span::after {
  left: 100%;
  margin-left: 34px;
  background: url("../../images/title-r.png") no-repeat center;
}

.mod-tt em {
  font-style: normal;
  color: #0A95FC;
}

.sub-hd {
  border-bottom: 2px solid #DFECFB;
  margin-bottom: 36px;
}

.sub-hd span {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 23px;
  border-bottom: 4px solid #0A95FC;
  color: #000;
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
}

.handle-item {
  float: left;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 27px;
  margin-bottom: 26px;
  width: -webkit-calc((100% - 81px) / 3);
  width: -moz-calc((100% - 81px) / 3);
  width: calc((100% - 81px) / 3);
  padding: 0 24px 0 19px;
  height: 60px;
  border-radius: 4px;
  border: 1px solid #C9E3FF;
  background: url(../../images/handle-item-bg.png) center no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.handle-item:nth-child(3n) {
  margin-right: 0;
}

.handle-item:hover {
  border: 1px solid #0A95FC;
  box-shadow: 0px 2px 20px 0px rgba(92, 174, 255, 0.5);
}

.handle-item:hover .handle-btn {
  color: #FFF;
  background: #0A95FC;
}

.handle-name {
  color: #333;
  font-size: 18px;
  letter-spacing: 0.54px;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 5px;
}

.handle-btn {
  display: inline-block;
  vertical-align: top;
  width: 90px;
  height: 32px;
  line-height: 30px;
  color: #0A95FC;
  font-size: 18px;
  border-radius: 4px;
  border: 0.5px solid #0A95FC;
  background: #FFF;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.search-list {
  margin-bottom: 18px;
}

.search-list.dept .search-link:nth-child(8n + 1) {
  background: url(../../images/comn-bg1.png) center no-repeat;
}

.search-list.dept .search-link:nth-child(8n + 1) .search-icon {
  background: -webkit-linear-gradient(top, #3D90F5 0%, #72B1FF 100%);
  background: -moz-linear-gradient(top, #3D90F5 0%, #72B1FF 100%);
  background: linear-gradient(180deg, #3D90F5 0%, #72B1FF 100%);
}

.search-list.dept .search-link:nth-child(8n + 2) {
  background: url(../../images/comn-bg2.png) center no-repeat;
}

.search-list.dept .search-link:nth-child(8n + 2) .search-icon {
  background: -webkit-linear-gradient(top, #3CBEC9 0%, #7ED5DC 100%);
  background: -moz-linear-gradient(top, #3CBEC9 0%, #7ED5DC 100%);
  background: linear-gradient(180deg, #3CBEC9 0%, #7ED5DC 100%);
}

.search-list.dept .search-link:nth-child(8n + 3) {
  background: url(../../images/comn-bg1.png) center no-repeat;
}

.search-list.dept .search-link:nth-child(8n + 3) .search-icon {
  background: -webkit-linear-gradient(top, #3D90F5 0%, #72B1FF 100%);
  background: -moz-linear-gradient(top, #3D90F5 0%, #72B1FF 100%);
  background: linear-gradient(180deg, #3D90F5 0%, #72B1FF 100%);
}

.search-list.dept .search-link:nth-child(8n + 4) {
  background: url(../../images/comn-bg3.png) center no-repeat;
}

.search-list.dept .search-link:nth-child(8n + 4) .search-icon {
  background: -webkit-linear-gradient(top, #23B9E8 0%, #64D7FB 100%);
  background: -moz-linear-gradient(top, #23B9E8 0%, #64D7FB 100%);
  background: linear-gradient(180deg, #23B9E8 0%, #64D7FB 100%);
}

.search-list.dept .search-link:nth-child(8n + 5) {
  background: url(../../images/comn-bg2.png) center no-repeat;
}

.search-list.dept .search-link:nth-child(8n + 5) .search-icon {
  background: -webkit-linear-gradient(top, #3CBEC9 0%, #7ED5DC 100%);
  background: -moz-linear-gradient(top, #3CBEC9 0%, #7ED5DC 100%);
  background: linear-gradient(180deg, #3CBEC9 0%, #7ED5DC 100%);
}

.search-list.dept .search-link:nth-child(8n + 6) {
  background: url(../../images/comn-bg1.png) center no-repeat;
}

.search-list.dept .search-link:nth-child(8n + 6) .search-icon {
  background: -webkit-linear-gradient(top, #3D90F5 0%, #72B1FF 100%);
  background: -moz-linear-gradient(top, #3D90F5 0%, #72B1FF 100%);
  background: linear-gradient(180deg, #3D90F5 0%, #72B1FF 100%);
}

.search-list.dept .search-link:nth-child(8n + 7) {
  background: url(../../images/comn-bg3.png) center no-repeat;
}

.search-list.dept .search-link:nth-child(8n + 7) .search-icon {
  background: -webkit-linear-gradient(top, #23B9E8 0%, #64D7FB 100%);
  background: -moz-linear-gradient(top, #23B9E8 0%, #64D7FB 100%);
  background: linear-gradient(180deg, #23B9E8 0%, #64D7FB 100%);
}

.search-list.dept .search-link:nth-child(8n + 8) {
  background: url(../../images/comn-bg1.png) center no-repeat;
}

.search-list.dept .search-link:nth-child(8n + 8) .search-icon {
  background: -webkit-linear-gradient(top, #3D90F5 0%, #72B1FF 100%);
  background: -moz-linear-gradient(top, #3D90F5 0%, #72B1FF 100%);
  background: linear-gradient(180deg, #3D90F5 0%, #72B1FF 100%);
}

.search-list.person .search-link:nth-child(8n + 1) {
  background: url(../../images/comn-bg2.png) center no-repeat;
}

.search-list.person .search-link:nth-child(8n + 1) .search-icon {
  background: -webkit-linear-gradient(top, #3CBEC9 0%, #7ED5DC 100%);
  background: -moz-linear-gradient(top, #3CBEC9 0%, #7ED5DC 100%);
  background: linear-gradient(180deg, #3CBEC9 0%, #7ED5DC 100%);
}

.search-list.person .search-link:nth-child(8n + 2) {
  background: url(../../images/comn-bg1.png) center no-repeat;
}

.search-list.person .search-link:nth-child(8n + 2) .search-icon {
  background: -webkit-linear-gradient(top, #3D90F5 0%, #72B1FF 100%);
  background: -moz-linear-gradient(top, #3D90F5 0%, #72B1FF 100%);
  background: linear-gradient(180deg, #3D90F5 0%, #72B1FF 100%);
}

.search-list.person .search-link:nth-child(8n + 3) {
  background: url(../../images/comn-bg3.png) center no-repeat;
}

.search-list.person .search-link:nth-child(8n + 3) .search-icon {
  background: -webkit-linear-gradient(top, #23B9E8 0%, #64D7FB 100%);
  background: -moz-linear-gradient(top, #23B9E8 0%, #64D7FB 100%);
  background: linear-gradient(180deg, #23B9E8 0%, #64D7FB 100%);
}

.search-list.person .search-link:nth-child(8n + 4) {
  background: url(../../images/comn-bg1.png) center no-repeat;
}

.search-list.person .search-link:nth-child(8n + 4) .search-icon {
  background: -webkit-linear-gradient(top, #3D90F5 0%, #72B1FF 100%);
  background: -moz-linear-gradient(top, #3D90F5 0%, #72B1FF 100%);
  background: linear-gradient(180deg, #3D90F5 0%, #72B1FF 100%);
}

.search-list.person .search-link:nth-child(8n + 5) {
  background: url(../../images/comn-bg1.png) center no-repeat;
}

.search-list.person .search-link:nth-child(8n + 5) .search-icon {
  background: -webkit-linear-gradient(top, #3D90F5 0%, #72B1FF 100%);
  background: -moz-linear-gradient(top, #3D90F5 0%, #72B1FF 100%);
  background: linear-gradient(180deg, #3D90F5 0%, #72B1FF 100%);
}

.search-list.person .search-link:nth-child(8n + 6) {
  background: url(../../images/comn-bg2.png) center no-repeat;
}

.search-list.person .search-link:nth-child(8n + 6) .search-icon {
  background: -webkit-linear-gradient(top, #3CBEC9 0%, #7ED5DC 100%);
  background: -moz-linear-gradient(top, #3CBEC9 0%, #7ED5DC 100%);
  background: linear-gradient(180deg, #3CBEC9 0%, #7ED5DC 100%);
}

.search-list.person .search-link:nth-child(8n + 7) {
  background: url(../../images/comn-bg1.png) center no-repeat;
}

.search-list.person .search-link:nth-child(8n + 7) .search-icon {
  background: -webkit-linear-gradient(top, #3D90F5 0%, #72B1FF 100%);
  background: -moz-linear-gradient(top, #3D90F5 0%, #72B1FF 100%);
  background: linear-gradient(180deg, #3D90F5 0%, #72B1FF 100%);
}

.search-list.person .search-link:nth-child(8n + 8) {
  background: url(../../images/comn-bg3.png) center no-repeat;
}

.search-list.person .search-link:nth-child(8n + 8) .search-icon {
  background: -webkit-linear-gradient(top, #23B9E8 0%, #64D7FB 100%);
  background: -moz-linear-gradient(top, #23B9E8 0%, #64D7FB 100%);
  background: linear-gradient(180deg, #23B9E8 0%, #64D7FB 100%);
}

.search-link {
  float: left;
  width: -webkit-calc((100% - 75px) / 4);
  width: -moz-calc((100% - 75px) / 4);
  width: calc((100% - 75px) / 4);
  height: 91px;
  padding-left: 22px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 25px;
  margin-bottom: 20px;
}

.search-link:nth-child(4n) {
  margin-right: 0;
}

.search-name {
  color: #333;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.54px;
  display: block;
  width: 150px;
  text-overflow: ellipsis;
  display: -webkit-box;
  /** 对象作为伸缩盒子模型显示 **/
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.search-icon {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 54px;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 19px;
  border-radius: 6px;
}

.search-icon img {
  max-width: 100%;
  max-height: 100%;
}

.policy-list .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 60px;
  padding: 0 41px 0 54px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px dashed #AEC6E3;
}

.policy-list .item .name {
  position: relative;
}

.policy-list .item .name::before {
  content: '';
  position: absolute;
  left: -34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 10px;
  background: url("../../images/icon-style2.png") center no-repeat;
}

.policy-list .item:hover {
  background: rgba(40, 162, 252, 0.06);
  border-color: transparent;
}

.policy-list .item:hover .name,
.policy-list .item:hover .date {
  color: #0A95FC;
}

.policy-list .name,
.policy-list .date {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
}

.policy-list .name {
  max-width: 850px;
}

.policy-list .name p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.policy-list .date {
  color: #888;
}

.policy-wrap {
  padding-bottom: 1px;
  box-shadow: 0px 4px 20px 0px rgba(1, 71, 154, 0.08);
}

/* 分页 */
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;
}

body .m-pagination .m-pagination-group::before {
  left: 40px;
  content: '页';
}

body .m-pagination {
  margin-top: 30px;
  margin-bottom: 50px;
}

.mod.policy {
  margin-bottom: 50px;
}

.mod.handle {
  margin-bottom: 20px;
}

.nodata {
  position: relative;
  text-align: center;
  padding-bottom: 50px;
}

.nodata::after {
  position: absolute;
  left: 50%;
  top: 0px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '暂无数据';
  font-size: 20px;
  line-height: 50px;
  color: #666;
}
