.left-tit {
  font-size: 18px;
  border-bottom: 1px solid #e6e6e6;
  line-height: 1;
  padding: 0 0 20px 0;
}
.new-wrapper .authorInfoBox {
  display: block !important;
}
.authorInfoBox {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ccc;
  margin-top: 30px !important;
  box-shadow: none;
  display: block !important;
}
.detail-rigad .authorInfoBox div {
  margin-top: 0;
}
.my_join_tit {
  font-size: 14px;
  margin-bottom: 10px;
  padding-top: 10px;
}
.join_info img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 20px;
}
.detail-rigad .reply-info {
  margin-top: 20px;
}
.reply-info span {
  display: block;
  margin: 0 0 10px 0;
}
.reply-info span i {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.hm_blue {
  background: #9ae2f6;
}
.hm_blue2 {
  background: #9ab2f6;
}
.hm_red {
  background: #f6a79a;
}
.hm_purple {
  background: #c39af6;
}

.hot_tag,
.new_reply {
  background: #fff;
  margin-top: 30px !important;
  padding: 30px;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid #ccc;
}
.hot_tag p a {
  display: inline-block;
  padding: 2px 10px;
  color: #fff !important;
  margin: 10px 10px 0 0;
}
.hot_tag p a:nth-child(3n-1) {
  background: #f6a79a;
}
/* .hot_tag p a:nth-child(3n-2){
    background: #9AB2F6;
}
.hot_tag p a:nth-child(4n-1){
    background: #F6A79A;
}
.hot_tag p a:nth-child(5n-1){
    background: #C39AF6;
} */
.hot_tag .left-tit,
.new_reply .left-tit {
  margin-bottom: 10px;
}

.hot_tag .left-tit a {
  float: right;
  color: #c00;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.reply-item {
  margin-top: 20px;
}
.reply-item img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
}
.reply-item a:hover {
  color: #333;
}
.limit {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.reply-item p {
  color: #999;
}
.reply_content {
  padding-top: 5px;
  line-height: 25px;
}
