
body .top-navbar{
  margin-bottom:0;
}
#commentBox {
  padding: 20px;
  height:908px;
  background-color: #f8f8f9;
}
section.columns-recommends{
  padding:0;
  overflow: initial;
}
#commentBox .commentIcon {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 12px;
}

#commentBox .commentIcon img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

#commentBox .commentIcon span {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

#commentBox .hotReviewList {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: calc(100% - 50px);
  justify-content: space-between;
}

#commentBox .item {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 0.4s forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#commentBox .item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  border-left: 3px solid #4b6cb7;
}

#commentBox .index {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #666;
  font-weight: bold;
  margin-right: 12px;
  flex-shrink: 0;
  font-size: 14px;
}

#commentBox .item:nth-child(-n+3) .index {
  color: #E20413FF;
}
#commentBox .item a {
  text-decoration: none;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 0.2s;
}

#commentBox .item a:hover {
  color: #4b6cb7;
}

/* 为每个列表项添加延迟动画 */
#commentBox .item:nth-child(1) { animation-delay: 0.1s; }
#commentBox .item:nth-child(2) { animation-delay: 0.2s; }
#commentBox .item:nth-child(3) { animation-delay: 0.3s; }
#commentBox .item:nth-child(4) { animation-delay: 0.4s; }
#commentBox .item:nth-child(5) { animation-delay: 0.5s; }
#commentBox .item:nth-child(6) { animation-delay: 0.6s; }
#commentBox .item:nth-child(7) { animation-delay: 0.7s; }
#commentBox .item:nth-child(8) { animation-delay: 0.8s; }
#commentBox .item:nth-child(9) { animation-delay: 0.9s; }
#commentBox .item:nth-child(10) { animation-delay: 1.0s; }





.column-item{
  margin-bottom:39px;
}
#commentBox{
  position: relative;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0px 0px 2px #c3c3c3;
  margin-bottom:39px;
}
.commentIcon{
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotReviewList{
  width: 60%;
  margin: 0 auto;
  color:#333333;
}
.hotReviewList .item:last-child{
  margin-bottom:0;
}
.hotReviewList .item:nth-child(-n+3) .index{
  color:#E20413;
}
.hotReviewList .item .index{
  color:#9FA19F;
  margin-right:24px;
}
.commentIcon img{
  height:46px;
  margin-right:5px;
}
.commentIcon span{
  font-size:20px;
}
.editorial{
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.editorial>div{
  width:calc(50% - 12px);
}
.editorial .first_story .thumb-img-blur{
  border-radius: 8px;
}
.editorial .first_story .image_cover{
  position:relative;
}
.editorial .first_story .image_cover>a{
  background:linear-gradient(to top, #000000,rgba(0,0,0,.8),rgba(0,0,0,.4),transparent);
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  padding:18px;
  padding-bottom: 30px;
  color:#fff;
  font-size:18px;
}
.editorial .first_story .summary{
  width: 85%;
  margin-left: auto;
  margin-right: 0;
  margin-top: -20px;
  position: relative;
  padding: 12px;
  background-color: #E2E2E2;
  border-radius: 10px;
  color: #777777;
}
.editorial .first_story .summary span{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  line-height: 1.5;
  max-width: 100%;
}
.editorial .first_story .summary img{
  height:10px;
  position:absolute;
  top:-9px;
  right:50px;
}
.right_comment .two_title{
  margin-top:12px;
  margin-bottom:14px;
}
.editorial .right_comment{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.right_comment .two_title a{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  line-height: 1.5;
  max-width: 100%;
}
.editorial .right_comment .two_story{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.editorial .right_comment .two_story .item{
  width:calc(50% - 9px);
}
.post-meta{
  font-size:12px;
  color:#9FA19F;
}
.post-meta .category{
  margin-right:5px;
}
.editorial .right_comment .six_story{
  padding: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 2px;
  box-shadow: 0px 0px 2px #c3c3c3;
}
.editorial .right_comment .six_story .item{
  width:calc(50% - 35px);
  margin-bottom: 14px;
}
.editorial .right_comment .six_story .item:hover a,
.commentcomment .commentcomment_Rightbox .item:hover a{
  color:#248ECC;
}
.editorial .right_comment .six_story .item:nth-last-child(-n+2) {
  margin-bottom: 0px;
}
.commentcomment{
  display: flex;
  justify-content: space-between;
}
.commentcomment_leftbox{
  width:calc(50% - 7px);
}
.commentcomment .commentcomment_Rightbox{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 9px 18px;
  width: calc(32.64% - 7px);
  border-radius: 2px;
  box-shadow: 0px 0px 2px #c3c3c3;
}
.commentcomment_leftbox .item{
  margin-bottom: 15px;
  padding:20px;
  border-radius: 2px;
  box-shadow: 0px 0px 2px #c3c3c3;
}
.commentcomment_leftbox .item .commentcomment_summary {
  font-size:14px;
}
.commentcomment_leftbox .item .commentcomment_summary,
.commentcomment_leftbox .item .post-meta{
  color:#999999;
}
.commentcomment_leftbox .item .post-meta{
  font-size:12px;
}
.commentcomment_leftbox .otherColumn{
  display: flex;
  justify-content: space-between;
  width:calc(50% - 7px);
  margin-bottom: 15px;
}
.commentcomment_leftbox .otherColumn .otherColumn_image{
  width:calc(32% - 10px);
}
.commentcomment_leftbox .otherColumn.noCover .otherColumn_image{
  display:none!important;
}
.commentcomment_leftbox .otherColumn.noCover .otherColumn_content{
  width:calc(100%)!important;
}
.commentcomment_leftbox .otherColumn .otherColumn_content{
  width: calc(68% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#otherColumn{
  display: flex;
  justify-content: space-between;
}
#otherColumn .commentcomment_leftbox{
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
  width:calc(100%);
}
#otherColumn .otherColumn_Rightbox{
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  padding:20px;
  border-radius: 2px;
  box-shadow: 0px 0px 2px #c3c3c3;
}
#otherColumn .otherColumn_Rightbox .item{
  margin-bottom:15px;
}
#otherColumn .otherColumn_Rightbox .summary{
  color:#999999;
  font-size:14px;
}
#otherColumn .otherColumn_Rightbox .otherColumn_title{
  margin-bottom:10px;
}
#editorial{
  width:100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top:0;
}
#editorial .reco-items{
  display: flex;
  width: calc(65% - 7px);
  flex-direction: column;
  justify-content: space-between;
}
#editorial .commentcomment_leftbox{
  width: calc(35% - 7px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
#editorial .commentcomment_leftbox .item{
  margin-bottom:0;
  padding: 10px;
}
a{
  font-weight:500;
}
@media(max-width:1200px){
  #commentBox .item a{
    font-size:12px;
  }
  #commentBox .commentIcon img{
    height:28px;
    width:28px;
  }
  #commentBox .commentIcon span,
  .editorial .first_story a{
    font-size:14px;
  }
  .commentcomment_leftbox .item{
    padding:5px;
  }
  .right_comment .two_title a,
  .commentcomment_leftbox .item .commentcomment_title a,
  #otherColumn .otherColumn_Rightbox .otherColumn_title{
    font-size:12px;
  }
  .editorial .first_story .summary span,
  .editorial .right_comment .six_story .item a,
  .commentcomment_leftbox .item .commentcomment_summary,
  .commentcomment .commentcomment_Rightbox .item a,
  #otherColumn .otherColumn_Rightbox .summary{
    font-size:10px;
  }
  .post-meta,
  .commentcomment_leftbox .item .post-meta{
    font-size:8px;
  }
  .right_comment .two_title {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .editorial .right_comment .six_story {
    padding: 6px;
  }
  .editorial .right_comment .six_story .item {
    margin-bottom: 0px;
    line-height: 1;
  }
  .commentcomment_leftbox .otherColumn .otherColumn_content,
  .commentcomment_leftbox .otherColumn .otherColumn_image{
    width: calc(50% - 10px);
  }
}
@media(max-width:992px){
  #commentBox{
    height: 800px;
  }
  #commentBox .commentIcon img {
    height: 24px;
    width: 24px;
  }
  #commentBox .index {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  #commentBox .item a {
    font-size: 10px;
  }
  .hotReviewList {
    width: 70%;
  }
  #commentBox .commentIcon span, 
  .editorial .first_story a {
    font-size: 12px;
  }
  .right_comment .two_title a,
  .commentcomment_leftbox .item .commentcomment_title a,
  #otherColumn .otherColumn_Rightbox .otherColumn_title {
    font-size: 10px;
  }
  .editorial .first_story .summary span,
  .editorial .right_comment .six_story .item a,
  .commentcomment_leftbox .item .commentcomment_summary,
  .commentcomment .commentcomment_Rightbox .item a,
  #otherColumn .otherColumn_Rightbox .summary {
    font-size: 8px;
  }
}
@media(max-width:768px){
  #commentBox {
    height: auto;
  }
  #commentBox .hotReviewList{
    height: auto;
  }
  .editorial>div {
    width: calc(50% - 5px);
  }
  .editorial .right_comment .six_story .item{
    display: inline-flex;
    line-height: 1.5;
  }
  .editorial .right_comment .six_story {
    padding: 3px;
  }
}
@media(max-width:576px){
  .commentcomment_leftbox .otherColumn{
    width:100%;
  }
  #comment #editorial>div{
    width:100%;
  }
  #editorial .commentcomment_leftbox .item{
    margin: 5px 0;
  }
  #editorial .commentcomment_leftbox {
    margin-top: 20px;
  }
  #commentBox{
    padding:10px;
    border-radius:0;
  }
  .hotReviewList {
    width: auto;
  }
  #commentBox .item{
    padding: 5px 0;
    background:transparent;
  }
  #commentBox .commentIcon{
    margin-bottom: 15px;
    padding-bottom: 0px;
  }
  #commentBox .commentIcon img{
    width: 46px;
    height: 46px;
  }
  #commentBox .commentIcon span{
    font-size:20px;
  }
  #commentBox .index{
    font-size: 16px;
  }
  #commentBox .item a {
    font-size: 16px;
  }
  .editorial>div,
  .editorial .right_comment .two_story .item{
    width:100%;
  }
  .editorial .right_comment .two_story .item{
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .editorial .first_story .summary{
    width: 90%;
  }
  .editorial .first_story .summary span,
  .editorial .right_comment .six_story .item a,
  .commentcomment_leftbox .item .commentcomment_summary,
  .commentcomment .commentcomment_Rightbox .item a,
  #otherColumn .otherColumn_Rightbox .summary{
    font-size:16px;
  }
  .editorial .right_comment{
    margin-top:20px;
  }
  .post-meta, 
  .commentcomment_leftbox .item .post-meta{
    font-size:12px;
  }
  .right_comment .two_title a, 
  .commentcomment_leftbox .item .commentcomment_title a,
  #otherColumn .otherColumn_Rightbox .otherColumn_title{
    font-size:16px;
  }
  .column-item .commentcomment_leftbox .item .commentcomment_title a{
    font-size:14px!important;
  }
  .column-item .commentcomment_leftbox .item .commentcomment_summary{
    font-size:12px!important;
  }
  .editorial .right_comment .six_story .item{
    width: 100%;
    margin: 5px 0;
  }
  .editorial .right_comment .six_story {
    padding: 6px;
  }
  .commentcomment,
  #otherColumn{
    flex-wrap:wrap;
  }
  .commentcomment_leftbox,
  .commentcomment .commentcomment_Rightbox{
    width:100%;
  }
  .commentcomment .commentcomment_Rightbox{
    margin-top: 10px;
  }
  .commentcomment_leftbox .item .commentcomment_summary,
  #otherColumn .otherColumn_Rightbox .summary{
    font-size:14px!important;
  }
  #otherColumn .otherColumn_Rightbox{
    margin-top:10px;
  }
  .commentcomment_leftbox .otherColumn .otherColumn_image{
    height: calc((100vw - 30px - 10px - 20px) * 0.5 * 9 / 16);
  }
}

