.model-list-43 {
  padding-top: 50px;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.model-list-43 .word {
  position: relative;
  margin-top: 35px;
  font-size: 26px;
  text-align: center;
  color: #555C66;
}
.model-list-43 .num-title {
  position: relative;
  text-align: left;
  font-size: 16px;
  color: #666666;
  line-height: 32px;
}
.model-list-43 .num-title .t02 {
  letter-spacing: -.5px;
}
.model-list-43 .num-title .line {
  width: 50px;
  height: 1px;
  background: #d2d2d2;
  margin: 50px 0;
}
.model-list-43 .num-title .word {
  font-size: 28px;
  line-height: 1.5;
  color: #222222;
  margin-bottom: 25px;
}
.model-list-43 .num-title .ul {
  margin-top: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.model-list-43 .num-title .ul .item {
  width: 20%;
  text-align: center;
  font-size: 16px;
  color: #555C66;
  height: 100px;
  box-sizing: border-box;
}
.model-list-43 .num-title .ul .item:nth-child(1) {
  border-left: none;
}
.model-list-43 .num-title .ul .item .h02 {
  line-height: 1.5;
}
.model-list-43 .num-title .ul .item .h01 {
  color: #CA8D59;
  line-height: 1.5;
}
.model-list-43 .num-title .ul .item .h01 span {
  font-size: 60px;
}
.model-list-43 .num-title .ul .item .h01 i {
  font-style: normal;
  font-size: 55px;
  position: relative;
  top: -2px;
}
.model-list-43 .num-title .ul .item .h01.cur {
  font-size: 20px;
}
.model-list-43 .itembox {
  padding-top: 60px;
  width: 100%;
  display: flex;
  transition: 1s;
}
.model-list-43 .itembox .item {
  float: left;
  margin-left: 26px;
  margin-right: 26px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.model-list-43 .itembox .item:first-child {
  margin-left: 0;
}
.model-list-43 .itembox .item:last-child {
  margin-right: 0;
}
.model-list-43 .itembox .item .content {
  overflow: hidden;
  font-size: 38px;
  font-weight: 500;
  color: #25272A;
  line-height: 54px;
}
.model-list-43 .itembox .item .title {
  font-size: 30px;
  font-weight: 600;
  color: #CA8D59;
  line-height: 22px;
  letter-spacing: 12px;
}