.main-content {
  box-sizing: border-box;
  padding: 0.9rem 0 2.342rem;
}
.main-content .main-content-header {
  width: 100%;
  height: 4.2rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/static/imgs/case-detail-header-bg.png");
  box-sizing: border-box;
  padding-top: 0.82rem;
  padding-bottom: 0.67rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.main-content .main-content-header .case-detail-header-title {
  width: 100%;
  box-sizing: border-box;
  padding: 0 2rem;
  font-size: 0.6rem;
  color: #2f2d2d;
  line-height: 1rem;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.main-content .main-content-header .case-detail-date {
  padding: 0 2rem;
  width: 100%;
  font-weight: 500;
  font-size: 0.28rem;
  color: #a6a6a6;
  line-height: 0.41rem;
}
.main-content .case-detail-content {
  position: relative;
  width: 100%;
  padding: 0.8rem 2rem;
  box-sizing: border-box;
  overflow: auto;
  font-size: 16PX;
}
/*# sourceMappingURL=casedetail.css.map */
