.list-group {
  margin-bottom: 0;
  font-size: 0;
  margin-left: -27px;
  margin-right: -27px;
}
.list-group li {
  display: inline-block;
  width: 280px;
  height: 210px;
  font-size: 0;
  list-style: none;
  margin-left: 27px;
  margin-bottom: 20px;
  vertical-align: top;
  cursor: pointer;
  border: 1px solid #0340A6;
}
.list-group li .li-text {
  width: 100%;
  height: 62px;
  font-size: 14px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #fff;
  line-height: 62px;
  text-align: center;
  background: #0340A6;
}
.list-group li .logo-box {
  padding: 40px 15px;
  background: #fff;
  width: 100%;
  font-size: 0;
}
.list-group li .logo-box div {
  width: 100%;
  text-align: center;
  height: 66px;
}
.list-group li .logo-box div img {
  height: 100%;
}
.contact-box {
  margin-top: 0;
}
@media (max-width: 500px) {
  .list-group {
    width: 100%;
    margin: 0;
  }
  .list-group li {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .modal-body {
    max-height: 300px;
    overflow-y: auto;
  }
}
