.model-list-15 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.model-list-15 .itembox {
  position: relative;
}
.model-list-15 .content {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.model-list-15 .itembox .my-item {
  max-width: 270px;
  float: left;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  transition: .5s;
  margin-left: 26px;
  margin-right: 26px;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.1);
  background: #FFF left;
}
.model-list-15 .itembox .my-item:hover {
  background: #006AFF url(../../img/model15-btn.png) no-repeat center;
}
.model-list-15 .itembox .item:hover {
  opacity: 0;
}
.model-list-15 .itembox .my-item:first-child {
  margin-left: 0;
}
.model-list-15 .itembox .my-item:last-child {
  margin-right: 0;
}
.model-list-15 .itembox .item .img {
  float: left;
  width: 105px;
  height: 95px;
  margin-left: 15px;
}
.model-list-15 .itembox .item .title {
  float: left;
  font-size: 18px;
  font-weight: 500;
  color: #555C66;
  line-height: 95px;
  width: calc(100% - 115px);
  margin-left: -15px;
}
.model-list-15 .itembox .item:hover {
  background: rgba(235, 235, 245, 1);
  transition: .5s;
}