@charset "UTF-8";
/**!
* 助残服务
* date:2024-01-17
* author: fms;
*/


.local-item {
  float: left;
  height: 92px;
  margin-right: 30px;
  width: -webkit-calc((100% - 90px) / 4);
  width: -moz-calc((100% - 90px) / 4);
  width: calc((100% - 90px) / 4);
  margin-bottom: 30px;
  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;
  background: url(../images/disability_assistance/local-bg.png) center no-repeat;
}

.local-item:nth-child(4n) {
  margin-right: 0;
}

.local-item .name {
  color: #666;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.local-item:hover .name {
  color: #4393F5;
}

body .nodata.bdl {
  padding-bottom: 0;
}

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