.model-list-44 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.model-list-44 .itembox {
  padding-top: 45px;
  width: 100%;
  display: flex;
  transition: 1s;
}
.model-list-44 .itembox .item {
  float: left;
  border-left: 2px solid #4D4D4D;
  height: 234px;
}
.model-list-44 .itembox .item .content {
  margin-left: 22px;
  overflow: hidden;
  font-size: 38px;
  font-weight: 500;
  color: #25272A;
  line-height: 54px;
  height: calc(100% - 32px);
}
.model-list-44 .itembox .item .title {
  font-size: 20px;
  font-weight: 600;
  color: #013D76;
  line-height: 41px;
}
.model-list-44 .itembox .item .subtitle {
  padding-top: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #4D4D4D;
  line-height: 24px;
}
.model-list-44 .itembox .item .year {
  margin-left: 22px;
  font-size: 30px;
  font-weight: 400;
  color: #8D9199;
  line-height: 28px;
}