.cards {
  padding:40px;
  margin-top:30px;
}
.card {
  box-shadow: 0 0 6px rgba(6,11,255, .1);
  margin-bottom:24px;
}
.card-top {
  height:230px;
  padding:50px;
  background-color: #fff;
}
.card-top dl dt {
  width:200px;
  height:140px;
  display: flex;
  justify-content: center;
  align-items: center;
  float:left;
  border-radius: 20px;
  box-shadow: 0 0 8px rgba(6,11,255, .2);
}
.card-top dl dd {
  margin-left:220px;
}
.card-bottom {
  padding:30px 50px;
  background-color: #fbfcfe;
  
}
.card-title {
  font-size:24px;
  margin:0;
  color:#1e2a46;
  line-height: 42px;
}
.card-desc {
  color:#878993;
  line-height: 32px;
}
.case-label {
  float:left;
  width:200px;
  line-height: 46px;
  color:#1e2a46;
  font-size:20px;
}
.case-list {
  margin-left:220px;
  overflow: hidden;
}
.case-list li {
  float:left;
  margin-right:30px;
  margin-bottom:10px;

}
.case-list dl {
  display: flex;
  align-items: center;
}
.case-list dl dt {
  width:46px;
  height:46px;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(6,11,255, .1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-list dl dd {
  float:left;
  margin-left:10px;
}