#otherColumn {
  display: flex;
  justify-content: space-between;
}
#otherColumn .commentcomment_leftbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100%);
}
.commentcomment_leftbox .otherColumn {
  display: flex;
  justify-content: space-between;
  width: calc(50% - 7px);
  margin-bottom: 15px;
}

.commentcomment_leftbox .item {
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0px 0px 2px #c3c3c3;
}
.commentcomment_leftbox .otherColumn.noCover .otherColumn_image {
  display: none !important;
}
.commentcomment_leftbox .otherColumn.noCover .otherColumn_content {
  width: calc(100%) !important;
}
.commentcomment_leftbox .otherColumn .otherColumn_image {
  width: calc(32% - 10px);
}
.commentcomment_leftbox .otherColumn .otherColumn_content {
  width: calc(68% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.commentcomment_leftbox .item .post-meta {
  font-size: 12px;
}
.commentcomment_leftbox .item .commentcomment_summary {
  font-size: 14px;
}
.commentcomment_leftbox .item .commentcomment_summary,
.commentcomment_leftbox .item .post-meta {
  color: #999999;
}
.commentcomment_leftbox .item .commentcomment_title a{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .commentcomment_leftbox .item {
    padding: 5px;
  }
  .commentcomment_leftbox .otherColumn .otherColumn_content,
  .commentcomment_leftbox .otherColumn .otherColumn_image {
    width: calc(50% - 10px);
  }
  .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;
  }
}
@media (max-width: 992px) {
  .right_comment .two_title a,
  .commentcomment_leftbox .item .commentcomment_title a,
  #otherColumn .otherColumn_Rightbox .otherColumn_title {
    font-size: 10px;
  }
}
@media (max-width: 576px) {
  .commentcomment_leftbox .otherColumn {
    width: 100%;
  }
  .column-item .commentcomment_leftbox .item .commentcomment_title a {
    font-size: 16px !important;
  }
  .column-item .commentcomment_leftbox .item .commentcomment_summary {
    font-size: 12px !important;
  }
  .commentcomment_leftbox .otherColumn .otherColumn_content,
  .commentcomment_leftbox .otherColumn .otherColumn_image {
    width: calc(50% - 4px);
  }
}