.container {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
}
.container .content .content-card {
  display: flex;
  justify-content: space-between;
}
.content-card .card-left {
  width: 32%;
}
.content-card .card-middle {
  width: 32%;
}
.content-card .card-right {
  width: 32%;
}
.content-card .card-title {
  height: 50px;
  color: #e30202;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #666;
}
.card-left .card-item {
  display: flex;
  height: 50px;
  background-color: yellow;
  margin: 15px 0;
}
.card-left .card-item .card-item-left {
  width: 10%;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background-color: #fecc47;
}
.card-item .card-item-text {
  width: 90%;
  line-height: 50px;
  padding-left: 30px;
  background-color: #eaecf1;
}
.content-card .card-line {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-card .card-line span {
  margin-right: 10px;
}

.content .img-group {
  margin: 30px 0;
  border: 1px solid #666;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content .img-group .left {
  width: 7%;
}
.content .img-group .left img {
  height: 100%;
  width: 100%;
  ;
}
.content .img-group .right {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 90%;
  align-items: center;
}
.content .img-group .right img {
  height: 80%;
  width: 18%;
  ;
}
.card-middle img {
  width: 100%;
  height: 200px;
  ;
  margin-top: 10px;
}
