/* 律师图 */
.r-concat {
  width: 368px;
  height: 296px;
  background: #ffffff;
  border-radius: 12px;
  padding-left: 24px;
  overflow: hidden;
  background-size: cover;
  background-image: url("../images/lawyer_card/right_top_bg@2x.png");
  background-repeat: no-repeat;
  background-position: center;
}

.r-concat-title {
  margin-top: 24px;
  font-size: 0;
}

.r-concat-line {
  width: 203px;
  height: 1px;
  border-top: 1px solid;
  margin-top: 8px;
  margin-bottom: 7px;
  border-image: linear-gradient(180deg,
      rgba(240, 241, 242, 1),
      rgba(221, 222, 224, 1)) 1 1;
}

.title-name {
  display: inline-block;
  height: 36px;
  font-weight: 600;
  font-size: 24px;
  color: #1a3a73;
  line-height: 36px;
}

.title-desc {
  display: inline-block;
  height: 22px;
  font-weight: 400;
  font-size: 14px;
  color: #5c5c5c;
  line-height: 22px;
  margin-left: 12px;
}

.r-concat-desc {
  width: 211px;
  margin-top: 4px;
  font-size: 13px;
  color: #5c5c5c;
  line-height: 24px;
}