/**
 * 咨询服务页面 - 简单卡片公共样式
 * 用于: xcjlsj, zzjxsj, gqjlsj, dcjgsj, ggfd, zzfd, zdfw 等页面
 */

.c-simple-card {
  max-width: 1020px;
  height: 314px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-simple-card img {
  width: 310px;
  height: 310px;
  border-radius: 13px;
}

.c-simple-card__content {
  width: 628px;
}

.c-simple-card__content .c-simple-card__content__title {
  font-size: 26px;
  line-height: 37px;
  font-weight: 800;
  color: #0661FF;
  margin-bottom: 10px;
}

.c-simple-card__content .c-simple-card__content__border {
  width: 50px;
  height: 6px;
  border-radius: 8px;
  background: #0558FF;
  margin-bottom: 20px;
}

.c-simple-card__content .c-simple-card__content__content {
  font-size: 20px;
  color: #37383A;
  line-height: 34px;
  font-family: MicrosoftYaHei;
  text-align: justify;
}
