.list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  box-sizing: border-box;
}


.list .item {
  padding: 0 10px;
  box-sizing: border-box;
  width: 50%;
  margin: 4px auto;
  /* height: 220px; */
}
.indexItem{
  width: 100% !important;
}

.list .item img {
  width: 100%;
  height: 100px;
  min-width: 0;
  max-width: none;
  border-radius: 8px;
  object-fit: cover;
}

.list .item p {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: #0b6274;
  /* line-height: 40px; */
  margin-bottom: 10px;
}

.about {
  background-color: hsla(0, 0%, 76.9%, .1);
  padding: 0 15px 15px 15px;
  box-sizing: border-box;
  text-align: center;
}

.about h2 {
  color: #0b6274;
  padding: 20px 0;
}

.about p {
  font-family: Roboto, sans-serif;
  line-height: 24px;
  color: #595959;
}
