._list_0221_wrapper {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  box-sizing: border-box;
}
._list_0221_wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
._list_0221_wrapper .item {
  padding: 8px;
  border: 1px solid #ced4da;
  display: flex;
  margin-bottom: 32px;
}
._list_0221_wrapper .item:nth-last-child(1) {
  margin-bottom: 0;
}
._list_0221_wrapper .thumbnail {
  width: 400px;
  height: 300px;
  overflow: hidden;
}
._list_0221_wrapper .thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}
._list_0221_wrapper .thumbnail a img {
  width: 100%;
  height: 100%;
  display: block;
}
._list_0221_wrapper .right {
  flex: 1;
  padding-left: 56px;
  padding-right: 32px;
  padding-top: 32px;
}
._list_0221_wrapper .right .title {
  font-size: 18px;
  color: #343a40;
  font-weight: bolder;
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  max-height: 48px;
}
._list_0221_wrapper .right .model_number {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  color: #ffad01;
  font-weight: 500;
  position: relative;
  margin-top: 24px;
  padding-top: 24px;
  display: block;
}
._list_0221_wrapper .right .model_number:before {
  content: ' ';
  display: block;
  width: 56px;
  height: 2px;
  background: #ffad01;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  overflow: hidden;
}
._list_0221_wrapper .right .desc {
  font-weight: 500;
  margin-top: 32px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 40px;
}
._list_0221_wrapper .right a {
  display: block;
  background: #495057;
  padding: 12px 24px;
  float: left;
  border-radius: 24px;
  color: #fff;
  margin-top: 24px;
  text-decoration: none;
}
._list_0221_wrapper .right a:hover {
  background: rgba(255, 173, 1, 0.9);
}
._list_0221_wrapper .right a:active {
  background: rgba(255, 173, 1);
}
/*# sourceMappingURL=list1.css.map */