.el-card {
  line-height: 20px;
  font-size: 20px;
  padding: 0 30px;
}
.content {
  height: 90%;
  margin-top: 30px;
  padding: 0 30px;
}
.content .el-card .c-header {
  line-height: 30px;
  color: orangered;
}
.content .el-card .c-content {
  display: flex;
  margin-top: 100px;
}
.content .el-card .c-content .el-image {
  width: 300px;
  height: 180px;
  justify-content: space-between;
  flex-wrap: wrap;
}
