@charset "UTF-8";
/**!
* 帮困服务
* date:2023-01-15
* author: fms;
*/
.tab-hd {
  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: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #dde4ec;
}

.tab .hdl {
  position: relative;
  height: 70px;
  padding: 0 12px;
  margin: 0 28px;
  color: #333;
  font-size: 26px;
  font-style: normal;
  line-height: 70px;
  cursor: pointer;
}

.tab .hdl::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 3px;
  background: #4392f2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.tab .hdl.active::before {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.tab.mod {
  margin-top: -12px;
}

.service-list {
  padding: 48px 0 26px;
}

.service-item {
  float: left;
  width: -webkit-calc((100% - 60px) / 3);
  width: -moz-calc((100% - 60px) / 3);
  width: calc((100% - 60px) / 3);
  height: 180px;
  padding: 24px 40px 0;
  margin-right: 30px;
  margin-bottom: 20px;
  background: url(../images/service-bg.png) center no-repeat;
}

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

.service-name {
  font-size: 20px;
  line-height: 35px;
  height: 70px;
  margin-bottom: 16px;
  width: 300px;
  padding-left: 30px;
  background: url(../../images/icon-style.png) left top 11px no-repeat;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.opt-wrap {
  font-size: 0;
}

.opt-btn {
  display: inline-block;
  vertical-align: top;
  width: 128px;
  height: 43px;
  line-height: 43px;
  font-size: 20px;
  text-align: center;
  border-radius: 4px;
  color: #4A6289;
  background: #EAF3FF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.opt-btn:hover {
  color: #FFF;
  background: #4393F5;
}

.opt-btn + .opt-btn {
  margin-left: 24px;
}

body .m-pagination {
  margin-bottom: 15px;
}

.bdl {
  position: relative;
  width: 1378px;
  margin: 0 auto;
}

.tab-bd .swiper-container {
  min-height: 274px;
}

.policy-list.padding {
  padding: 5px 0 20px;
}

.bdl.nodata::after {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -20px;
}
