.leftList-item {
  width: 100%;
}
.leftList-item:hover {
  /* border: none; */
  border-radius: 15px;
  /* box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); */
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.leftList-item {
  padding: 1.875rem;
  display: flex;
  border-bottom: 1px solid #ece5e5;
}
.leftList-item .itemContent {
  margin-right: 1.875rem;
  min-width: 65%;
  width: 65%;
  overflow: hidden;
  padding-right: 10px;
}
.leftList-item .itemContent .itemContent-title {
  color: rgba(51, 51, 51, 1);
  font-size: 1.375rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.leftList-item .itemContent .itemContent-text {
  overflow-wrap: break-word;
  color: rgba(153, 153, 153, 1);
  font-size:14px;
  font-weight: normal;
  text-align: justify;
  line-height: 20px;
  margin-top: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.leftList-item .itemContent .itemContent-time {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 1.25rem;
  font-size: 1rem;
}
.itemContent-time .itemContent-time-photo {
  display: flex;
  align-items: center;
}
.itemContent-time .itemContent-time-photo img {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  margin-right: 10px;
}
.itemContent-time .itemContent-time-photo .AuthortimeIcon {
  width: 16px;
  height: 16px;
}
.itemContent-time .itemContent-time-date {
  display: flex;
  align-items: center;
}
.itemContent-time .itemContent-time-date span{
  line-height: 16px;
}
.itemContent-time .itemContent-time-date .dateBtn {
  width: 2.75rem;
  height: 1.875rem;
  border-radius: 10px;
  border: 1px solid #efc1ea;
  font-size: 0.875rem;
  line-height: 1.875rem;
  text-align: center;
  color: #d967cd;
  margin-right: 1.25rem;
}
.itemContent-time .itemContent-time-date img {
  width: 1rem;
  height: 1rem;
  margin-right: 5px;
}
.itemContent-time .itemContent-time-date span {
  color: #574545;
}
.leftList-item .itemImg {
  max-width: 14rem;
  max-height: 8.25rem;
}
.leftList-item .itemImg img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.rightList-item {
  width: 100%;
  padding-bottom: 1.875rem;
}
.rightList-item:last-of-type {
  padding-bottom: 0;
}
.rightList-item .itemTitle {
  /*max-width: 22.1875rem;*/
  font-weight: bold;
  font-size: 1.125rem;
  color: #333333;
  line-height: 1.5625rem;
  text-align: left;
  font-style: normal;
  margin-bottom: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.rightList-item .itemPhoto {
  display: flex;
  justify-content: space-between;
}
.rightList-item .itemPhoto .photo {
  display: flex;
  align-items: center;
}
.rightList-item .itemPhoto .photo img {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  margin-right: 10px;
}
.rightList-item .itemPhoto .photo .timeIcon {
  width: 16px;
  height: 16px;
}
.rightList-item .itemPhoto .photo .time {
  color: #574545;
}
.itemPhoto .dateBtn {
  width: 2.75rem;
  height: 1.875rem;
  border-radius: 10px;
  border: 1px solid #efc1ea;
  font-size: 0.875rem;
  line-height: 1.875rem;
  text-align: center;
  color: #d967cd;
}
/* 评论 */
.ArticleConCommentList-Item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-top: 30px;
}
.ArticleConCommentList-Item .ArticleConCommentList-Item-Photo img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.ArticleConCommentList-Item-Text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ArticleConCommentList-Item-Text .ArticleConCommentList-Item-Text-Title {
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  line-height: 14px;
  text-align: left;
  font-style: normal;
}
.ArticleConCommentList-Item-Text .ArticleConCommentList-Item-Text-Text {
  font-weight: 400;
  font-size: 16px;
  color: #574545;
  line-height: 16px;
  text-align: left;
  font-style: normal;
}
.ArticleConCommentList-Item-Text-time {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ArticleConCommentList-Item-Text-time .ArticleConCommentList-Item-Text-Nowtime {
  /* display: flex;
  justify-content: space-between; */
  width: 30%;
  display: flex;
  white-space: nowrap;
  gap: 5px;
}
.ArticleConCommentList-Item-Text-time
.ArticleConCommentList-Item-Text-Nowtime
span {
  line-height: 24px;
}
.ArticleConCommentList-Item-Text-time .ArticleConCommentList-Item-Text-Reply {
  width: 100%;
  display: flex;
  justify-content: end;
  gap: 30px;
}
.ArticleConCommentList-Item-Text-Reply
.ArticleConCommentList-Item-Text-ReplyItem {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  font-size: 14px;
  color: #333333;
}
.ArticleConCommentList-Item-Text-Reply
.ArticleConCommentList-Item-Text-ReplyItem
img {
  width: 24px;
  height: 24px;
}
#backToTop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background-color: #efc1ea;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  /*display: flex;*/
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  z-index: 999;
  /* 清除默认样式 */
  padding: 0;
  outline: none;
}

/* 用CSS伪元素画向上箭头 */
#backToTop img {
  width: 25px;
  height: 25px;
}

/* 悬浮效果 */
#backToTop:hover {
  background-color: #f07be0;
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* 显示按钮的类 */
#backToTop.show {
  display: flex;
}
@media(max-width:1440px){
  .leftList-item .itemContent .itemContent-title {
    font-size: 20px;
    line-height: 1.875rem;
  }
  .rightList-item .itemTitle {
    font-size: 16px;
    line-height: 25px;
  }

}

@media(max-width:1024px){
  .rightList-item .itemTitle{
    max-width: 100%;
  }
  .leftList-item .itemImg {
    max-width: 100%;
    max-height: 100%;
  }

}
@media (max-width: 976px) {
  .leftList-item {
    padding: 1.25rem;
    display: flex;
    border-bottom: 1px solid #ece5e5;
  }
  .leftList-item .itemContent {
    margin-right: 1.25rem;
  }
}
@media(max-width: 768px){
  .leftList-item .itemContent .itemContent-title {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .ArticleConCommentList-Item-Text-time
  .ArticleConCommentList-Item-Text-Nowtime {
    font-size: 12px;
  }
  .ArticleConCommentList-Item .ArticleConCommentList-Item-Photo img {
    width: 36px;
    height: 36px;
  }
  .ArticleConCommentList-Item-Text .ArticleConCommentList-Item-Text-Text {
    font-size: 14px;
  }
  .ArticleConCommentList-Item-Text-Reply
  .ArticleConCommentList-Item-Text-ReplyItem {
    font-size: 12px;
  }
  .ArticleConCommentList-Item-Text-time .ArticleConCommentList-Item-Text-Reply {
    gap: 20px;
  }
  .ArticleConCommentList-Item {
    padding-top: 20px;
  }

  .leftList-item {
    position: relative;
    flex-direction: column;
    padding: 20px;
    overflow: hidden;
  }
  .leftList-item .itemContent .itemContent-time {
    position: absolute;
    bottom: 20px;
  }
  .leftList-item .itemContent .itemContent-title {
    width: 100%;
    font-size: 16px;
  }
  .leftList-item .itemContent .itemContent-text {
    margin-bottom: 1.25rem;
    font-size: 12px;
  }
  .leftList-item .itemImg {
    max-width: 100%;
    max-height: none;
    margin-bottom: 40px;
  }
  .leftList-item .itemContent .itemContent-time {
    padding-right: 40px;
  }
  .leftList-item .itemContent {
    margin-right: 0;
    max-width: 100%;
  }
}
