.tutor-reading {
  padding: 8px;
  border-radius: 4px;
  background-color: #EEF2F7;
  border: 1px solid #ddd;
  margin-bottom: 6px;
}
.tutor-reading-wrapper {
}
/* //CID 25041 //2024.06.17 //begin */
.tutor-reading-wrapper strong{
  font-weight: bold;
}
/* //CID 25041 //2024.06.17 //end */
.tutor-reading-wrapper > *:not(:first-child) {
  margin-top: 4px;
}
.tutor-reading-title p {
  /*font-weight: bold;*/
  margin: 0;
}
.tutor-reading-icon{
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #558ED5;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin-right: 4px;
}
.tutor-reading-loading{
  color: #558ED5;
  font-size: 13px;
}
.tutor-reading-header{
  font-size: 13px;
}
.tutor-reading-title {
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  padding: 3px 0;
}
.tutor-reading-more{
  margin-left: 10px;
}
.tutor-reading-desc-show-more {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 显示行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tutor-reading-desc:before {
  content: "";
  float: right;
  width: 0;
  height: 50px;
}
.tutor-reading-footer {
  display: flex;
  justify-content: space-between;
  /*padding: 6px 0;*/
  padding-top: 8px;
  border-top: 1px solid #ddd;
  display: none;
}
.tutor-reading-more a, .tutor-reading-ai {
  color: #558ED5;
}

/* 激活状态 */
.tutor-reading.active .tutor-reading-desc {
  display: block;
}
.tutor-reading.active #tutor-reading-expand {
  display: none;
}
.tutor-reading #tutor-reading-fold {
  display: none;
}
.tutor-reading.active #tutor-reading-fold {
  display: inline;
}
/*.tutor-reading.active .tutor-reading-footer {*/
/*  margin-bottom: -8px;*/
/*}*/
.tutor-reading.active .tutor-reading-footer {
  display: flex;
}