@charset "UTF-8";
/**!
 * 便民服务
 * date:2022-06-23
 * author: qcn;
 */
.container {
  width: 1200px;
  margin: 0 auto;
}

/* banner */
.banner {
  height: 178px;
  background: url("../images/convenience-banner.jpg") no-repeat center;
  padding-top: 55px;
}

.banner-title {
  color: #fff;
  font-size: 44px;
  font-weight: bold;
}

/* 主区域 */
.service {
  margin-top: 48px;
  padding-bottom: 64px;
}

.service-item-title {
  font-size: 24px;
  font-weight: bold;
  color: #222;
}

.service-item-word {
  color: #3167f0;
}

.service-item + li {
  margin-top: 54px;
}

.detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}

.detail-item {
  width: 390px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7f8f9;
  border-radius: 4px;
  margin-left: 15px;
}

.detail-item:nth-child(3n+1) {
  margin-left: 0;
}

.detail-item:nth-child(n+4) {
  margin-top: 15px;
}

.detail-item-img {
  width: 36px;
  height: 36px;
  margin: 0 14px 0 24px;
}

.detail-item-name {
  color: #222;
}
