.content .content__text[data-v-41d07c6f] {
  text-align: justify;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
}
.content .content__text--show[data-v-41d07c6f] {
  position: relative;
  padding: 0 0.3rem 0 0;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content .content__text--showAll[data-v-41d07c6f] {
  position: relative;
  height: auto;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content .content__text--btn[data-v-41d07c6f] {
  position: relative;
  height: 0.3rem;
}
.content .content__text--btnWord[data-v-41d07c6f] {
  position: absolute;
  /* float: right; */
  right: 0.2rem;
  bottom: 0;
  cursor: pointer;
  word-break: keep-all;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 30%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 30%);
  padding-left: 0.8rem;
}
.content .content__blue[data-v-41d07c6f] {
  color: cornflowerblue;
}

