a {
  /*color: #1890ff !important;*/
  cursor: pointer !important;
}
.card {
  margin: 0 42px;
  background: url(./img/cardbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 30px;
  border-radius: 12px;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.card-title {
  font-size: 26px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 12px;
  padding-right: 170px;
}
.card-msg {
  font-size: 16px;
  color: #666666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-right: 170px;
}
.card-msg img {
  width: 16px;
  margin-right: 5px;
}
.card-msg a {
  font-weight: 600;
}
.question {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.question .question-card {
  width: calc(50% - 5px);
  background: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 16px;
  color: #666666;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 10px;
}
