#comment {
  margin-top: 56px;
}
#comment .top {
  border-bottom: #cccccc 1px solid;
  margin-bottom: 30px;
}
#comment .top span {
  color: #48a7b8;
}
#comment .top h2 {
  font-size: 16px;
  font-weight: normal;
  color: #4f5157;
  float: left;
  border-bottom: #48a7b8 2px solid ;
  margin-bottom: -1px;
}
#comment .top .cc {
  float: right;
  color: #9e9e9e;
  font-size: 14px;
  line-height: 24px;
}
#comment .middle {
  padding-bottom: 18px;
  border-bottom: #ddd 1px dotted;
}
#comment .middle .profile {
  float: left;
  width: 54px;
}
#comment .middle .profile img {
  border-radius: 25px;
  width: 45px;
  height: 45px;
}
#comment .middle .input_bg {
  width: 14px;
  height: 24px;
  background: url("../../Images/detail/article_ic_comment_bg.png") no-repeat;
  float: right;
  margin-right: -1px;
}
#comment .middle .input {
  border: 1px solid #ddd;
  float: right;
  width: 576px;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}
#comment .middle .input textarea {
  width: 100%;
  height: 104px;
  border: 0;
  overflow: hidden;
  resize: none;
  padding: 5px;
  font-size: 14px;
  font-family: Arial;
}
#comment .bottom .publish-btn {
  float: right;
  width: 90px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #01a5c2;
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  margin-top: 7px;
}
#comment .comment-item {
  padding-top: 20px;
  padding-bottom: 16px;
  border-bottom: #ddd 1px dotted;
}
#comment .comment-item .avatar {
  float: left;
}
#comment a {
  color: #7696b3;
  font-size: 14px;
  cursor: pointer;
}
#comment .comment-item .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
#comment .comment-item .comment-content {
  margin-left: 54px;
  padding-bottom: 10px;
}
#comment .comment-item .name {
  line-height: 14px;
}
#comment .comment-item .name a {
  font-size: 14px;
}
#comment .comment-item .comment-content .content {
  font-size: 16px;
  color: #666;
  margin-top: 8px;
  margin-bottom: 16px;
  word-wrap: break-word;
}
#comment .comment-item .comment_actions .time {
  float: left;
  font-size: 14px;
  color: #9e9e9e;
}
#comment .comment-item .comment_actions .action {
  float: right;
}
#comment .comment-item .comment_digg {
  padding-left: 20px;
  color: #9e9e9e;
  background: url(../../Images/detail/article_ic_like.png) no-repeat;
}
#comment a {
  color: #48a7b8;
  font-size: 14px;
  cursor: pointer;
}