.branch-title {
  border-bottom: 1px solid #eaeaea;
}
.branch-title .title {
  display: inline-block;
  background: #1e76c1;
  border-radius: 4px 4px 0px 0px;
  color: #fff;
  font-size: 1.125rem;
  padding: 12px 16px;
}

.branch-list {
  margin: 15px -15px;
  display: flex;
  flex-wrap: wrap;
}
.branch-list .entry {
  padding: 8px 12px;
  width: 20%;
}
.branch-list .entry .entry-link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding: 8px 12px;
  font-size: 1.125rem;
  background-color: #f6f6f6;
  border-radius: 4px;
}

.detail-title {
  font-size: 1.875rem;
  color: #0b619e;
  line-height: 2;
}

.info-wrapper {
  background: #f7f7f7;
  padding: 25px 28px 25px 22px;
  display: flex;
  height: 100%;
}
.info-wrapper .iconfont {
  flex-shrink: 0;
  margin-left: auto;
  align-self: center;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  font-size: 42px;
  color: #0b619e;
}
.info-wrapper .title {
  font-size: 1.375rem;
  line-height: 2;
  color: #000;
}
.info-wrapper .desc {
  color: #999;
}
.info-wrapper.left {
  height: auto;
  flex-direction: column;
  text-align: center;
}
.info-wrapper.left .iconfont {
  margin-right: auto;
}

.info-desc {
  color: #000000;
  line-height: 2;
}

.zhize-row {
  border-top: 1px solid #e5e5e5;
}

@media only screen and (max-width: 1199px) {
  .branch-list .entry {
    width: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .branch-list .entry {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 767px) {
  .branch-list .entry {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .branch-list .entry {
    width: 100%;
  }
}

/*# sourceMappingURL=zfjg.css.map */
