* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
@font-face {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: normal; /* 字体粗细（常规体对应 normal） */
  font-style: normal; /* 字体样式（常规体对应 normal） */
}
body {
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #333;
  background-color: #f9f9f9;
  line-height: 1.5;
  height: auto;
}
.ArticleContent-bg {
  width: 100%;
  background-color: #f1f0f0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ArticleContent-bg .ArticleContent {
  max-width: 90rem;
  display: flex;
  padding: 2.5rem 7.5rem;
  gap: 20px;
}
.ArticleContent .ArticleContentLeft {
  max-width: 47.25rem;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}

.ArticleContent .ArticleContentLeft .ArticleContentLeft-title {
  font-weight: bold;
  font-size: 1.5rem;
  color: #030f41;
  line-height: 2rem;
  text-align: justify;
  font-style: normal;
  margin-bottom: 20px;
}
.ArticleContentLeft-PhotoORTime {
  display: flex;
  gap: 20px;
}
.ArticleContentLeft-Name{
    display: flex;
  justify-content: center;
  align-items: center;
}
.ArticleContentLeft-Time{
  display: flex;
  justify-content: center;
  align-items: center;
}
.ArticleContentLeft-PhotoORTime .ArticleContentLeft-Photo {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.ArticleContentLeft-PhotoORTime .ArticleContentLeft-Photo img {
  height: 100%;
  border-radius: 50%;
}
.ArticleContentLeft-Text p,
.ArticleContentLeft-Text .ArticleContentLeft-TextItem {
  width: 100%;
  margin: 30px 0;
  color: #333333;
  font-size: 1rem;
  line-height: 1.8rem;
  word-wrap: break-word;
}
.ArticleContentLeft-Text .ArticleContentLeft-TextItem p {
  text-align: justify;
}
.ArticleContentLeft-Text .ArticleText-img {
  width: 100%;
}

.ArticleContentLeft-Text .ArticleTextShare {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ArticleContentLeft-Text .ArticleTextShare img {
  width: 2.375rem;
  height: 2.375rem;
}
.ArticleTextShare .ArticleTextShareCenter {
  margin-left: 50%;
  transform: translateX(-50%);
}
.ArticleTextShare .ArticleTextShareCenter img {
  width: 3rem;
  height: 3rem;
  align-self: center;
}
.ArticleTextShare .ArticleTextShareEnd {
  display: flex;
  gap: 1.875rem;
}
.ArticleTextShare .ArticleTextShareItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #666666;
}
.ArticleConComment {
  width: 100%;
  margin-top: 30px;
}
.ArticleConComment .ArticleConComment-announce {
  width: 100%;
  min-height: 134px;
  background-color: #f3f3f3;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}
.ArticleConComment-announce textarea {
  width: 100%;
  height: 50px;
  resize: none;
  outline: none;
  border: 0;
  cursor: pointer;
  background-color: #f3f3f3;
  transition: all 0.3s ease;
  color: #999999;
  font-size: 16px;
  margin-bottom: 10px;
}
.ArticleConComment-announce textarea:focus {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.ArticleConComment-announce .ArticleConCommentSubmit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ArticleConCommentSubmit img {
  width: 24px;
  height: 24px;
}
.ArticleConCommentSubmit .CommentSubmit {
  width: 68px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #030f41;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
}
.ArticleConCommentList-List {
  width: 100%;
}
/* .ArticleConCommentList-List .ArticleConCommentList-Item {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  padding-top: 30px;
}
.ArticleConCommentList-Item .ArticleConCommentList-Item-Photo img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.ArticleConCommentList-List .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 {
  width: 30%;
  display: flex;
  gap: 5px;
}
.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;
} */
.ArticleContent .ArticleContentRight {
  display: flex;
  flex-direction: column;
  max-width: 415px;
  gap: 40px;
}
.ArticleContentRightTop {
  background-color: #fff;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
}
.ArticleContentRightEnd {
  background-color: #fff;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
}
.ArticleContentRight .ArticleRightPhoto {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
}
.ArticleRightPhoto .ArtRightphotoORText{
  display: flex;
    gap: 20px;
}
.ArticleRightPhoto .ArtRightphoto img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.ArtRightphoto-text .ArtRightphoto-text-title {
  font-size: 1.125rem;
  font-weight: bold;
}
.ArtRightphoto-text .ArtRightphoto-text-text {
  max-width: 190px;

  overflow: hidden;
  text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
}
.ArtRightphoto-browse {
  margin-top: 1.25rem;
  display: flex;
  gap: 20px;
  color: #666666;
  margin-left: 80px;
}
.ArtRightphoto-browse .ArtRightphoto-browse-item span {
  color: #333333;
  font-weight: bold;
}
.ArticleRightPhoto .ArtRightphoto-attention {
  width: 65px;
  min-width: 50px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 10px;
  border: 1px solid #030f41;
  font-weight: bold;
}
.ArticleRightPhoto .ArtRightphoto-attention img {
  width: 0.75rem;
  height: 0.75rem;
}
.ArticleRightPhoto .ArtRightphoto-attention .attbtn {
  font-size: 0.875rem;
}
.ArticleRightList {
  width: 100%;
  margin-top: 1.875rem;
}
.ArticleRightListEnd {
  margin-top: 0;
}
.ArticleRightList .ArticleRightList-Title {
  display: flex;
  align-items: center;
  background-color: #f2f3f5;
  border-radius: 10px;
  padding: 10px 0;
  gap: 10px;
}
.ArticleRightList-Title .ArticleRightList-TitleIcon {
  width: 5px;
  height: 20px;
  background-color: #030f41;
}
.ArticleRightList-Title .ArticleRightList-TitleText {
  font-size: 20px;
  font-weight: bold;
}
.ArticleRightList-List,
.ArticleRightList-ListEnd {
  margin-top: 1.875rem;
}
/* @media (max-width: 1100px) {
  .ArticleContent-bg .ArticleContent {
    padding-left: 40px;
    padding-right: 40px;
  }
} */

@media (max-width: 976px) {
  .ArticleContent-bg .ArticleContent {
flex-direction: column;
}
.ArticleContent .ArticleContentLeft {
  max-width: 100%;

}
.ArticleContent .ArticleContentRight {
  max-width: 100%;

}
.ArticleContentRight .ArticleRightPhoto {
  justify-content: space-between;
}
.ArtRightphoto-text .ArtRightphoto-text-title {
  font-size: 16px;
}
}
@media (max-width: 768px) {
    .ArticleContent-bg .ArticleContent {
      padding-left: 50px;
      padding-right: 50px;
}
}
@media (max-width: 500px){
      .ArticleContent-bg .ArticleContent {
      padding: 20px 16px 30px 16px;
}
.ArtRightphoto-browse {
  margin-top: 10px;

}
.ArticleRightList-Title .ArticleRightList-TitleText {
  font-size: 18px;
}
.ArticleContentLeft-Text .ArticleContentLeft-TextItem {
  margin: 20px 0;
}
.ArticleConComment {
  margin-top: 20px;
}
.ArticleConComment .ArticleConComment-announce {
  margin-bottom: 20px;
}
.ArticleConCommentSubmit .CommentSubmit {
  width: 64px;
  height: 32px;
  font-size: 12px;
}
.ArticleConCommentSubmit img {
  width: 18px;
  height: 18px;
}
.ArticleContent .ArticleContentLeft {
  padding: 20px;
}
.ArticleContentRightTop {
  padding: 20px;
}
.ArticleContentRightEnd {
  padding: 20px;
}
.ArticleContentLeft-PhotoORTime {
  gap: 10px;
}
.ArticleContent .ArticleContentLeft .ArticleContentLeft-title{
  font-size: 16px;
}
}
