.container .main {
  width: 1300px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container .main div {
  width: 380px;
  height: 300px;
  background: #fff;
  text-align: center;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.container .main div img {
  margin-top: 24px;
  width: 136px;
  height: 191px;
}
.container .main div h3 {
  width: 100%;
  line-height: 60px;
  background: #f5f5f5;
}