.main {
  width: 1160px;
  margin: 0 auto;
  margin-top: 12px;
}

  /* left */
.article-detailed-wrap {
  width: 72%;
  min-height: 50px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  margin-bottom: 100px;
  padding-bottom: 28px;
}

.article-detailed-wrap>div {
  margin: 0 26px;
}

  /* 文章正文 */
.content .title {
  color: #5aa3f3;
  font-size: 22px;
  margin-top: 25px;
}

.content .meta {
  color: #c3c3c3;
  line-height: 46px;
}

.content .meta span {
  margin-right: 52px;
}

.content .meta a {
  color: #5aa3f3;
}

.content p {
  width: 100%;
  color: #959595;
  line-height: 25px;
  margin-top: 9px;
  margin-bottom: 13px;
  word-wrap:break-word; 
  word-break:break-all;
}

  /* 点赞 */
.tool-group {
  color: #5aa3f3;
  padding-top: 20px;
  padding-bottom: 28px;
}

.tool-group>div {
  width: 140px;
  margin: 0 auto;
}

.tool-group .like,.hate {
  width: 50px;
  text-align: center;
}

.tool-group .like {
  margin-right: 40px;
}

.tool-group img {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  border-radius: 50%;
}

  /* 分享和标签 */
.share-btn a {
  float: left;
}

.share-btn img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 50%;
}

.share-btn img:hover {
  cursor:pointer;
}

.tags-wrap span {
  float: left;
  height: 30px;
  color: #51a0f6;
  border: 1px solid #51a0f6;
  line-height: 30px;
  padding: 0 10px;
  margin-left: 9px;
  border-radius: 5px;
  text-align: center;
}

.article-line {
  height: 1px;
  margin: 20px 0;
  background-color: #e8e8e8;
}
  /* 一级评论样式 */
.comment-title {
  color: #5b9dee;
  font-size: 16px;
  line-height: 32px;
}

.comment-item {
  padding: 16px 0px 16px 0px;
  background-color: #FFF;
}

.comment-item .second-editor-wrap {
  display: none;
}

.comment-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.comment-item>.left {
  width: 4.5%;
}

.comment-item>.right {
  width: 94.5%;
}

.comment-id {
 color: #5b9dee;
}

.comment-content {
  margin-top: 5px;
  word-wrap: break-word;
  word-break: normal;
  line-height: 24px;
}

.comment-content span {
  color: #263037;
}

.comment-meta {
  color: #abaeba;
  font-size: 12px;
  line-height: 28px;
}

.submit-btn {
  display: block;
  width: 102px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  margin-top: 16px;
  border-radius: 3px;
  background-color: #51a0f6;
}

.submit-btn:hover {
  color: #fff !important;
  background-color: #3585db;
}

.cancel-btn {
  display: block;
  width: 70px;
  height: 40px;
  color: #666;
  font-size: 14px;
  line-height: 40px;
  margin-left: 5px;
  margin-top: 16px;
  margin-bottom: 60px;
  border-radius: 3px;
  border:#abaeba 1px solid;
  background-color: #FFF;
}

.cancel-btn:hover {
  color: #666 !important;
  background-color: #eee;
}
   /* 二级评论样式 */
.child-comment-wrap {
  padding: 0 13px;
  background-color: #f3f8f9;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
}

.child-comment-wrap2 {
  border-bottom: 1px solid #e4e4e4;
}

.child-comment-item {
  padding: 12px 0;
  border-bottom: 1px solid #e4e4e4;
}

.child-comment-wrap .child-comment-item:last-child {
  border-bottom: none;
}

.child-comment-info span {
 color: #263037;
 margin-bottom: 4px;
}

.child-comment-info img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  border-radius: 50%;
}


/*.cancel-btn {
  width: 55px;
  height: 30px;
  font-size: 16px;
  color: #666;
  border: 1px solid #ccc;
  background-color: #eee;
  border-radius: 4px;
  margin-right: 14px;
}*/

/*.send-btn {
  width: 55px;
  height: 30px;
  font-size: 16px;
  color: #FFF;
  border: 1px solid #3585DB;
  background-color: #3585DB;
  border-radius: 4px
}*/

  /* right */
.sidebar-wrap {
  width: 26%;
  min-height: 50px;
}

.latest-news {
  padding: 18px 24px 28px 21px;
  background-color: #fff;
  border: 1px solid #ebebeb;
}

.latest-news h2 {
  color: #263037;
  line-height: 26px;
}

.latest-news>div {
  line-height: 22px;
  padding-top: 6px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ebebeb;
}

.latest-news>div:last-child {
  border-bottom: none;
}

.exchange-prize {
  /*margin-top: 12px;*/
  margin-bottom: 12px;
  background-color: #fff;
  border: 1px solid #ebebeb;
}

.exchange-prize img {
  width: 116%;
  height: 280px;
}

  /* 作者信息 */
.author-wrap {
  padding: 20px;
  margin-bottom: 12px;
  background-color: #fff;
  border: 1px solid #ebebeb;
}

.author-img {
  width: 52px;
  height: 52px;
  margin-right: 18px;
  border-radius: 50%;
}

.author-name {
  line-height: 29px;
}

.release-num a {
  color: #5aa3f3;
  text-decoration: underline;
}

.author-wrap ul {
  margin-top: 15px;
}

.author-wrap li {
  line-height: 22px;
  padding-top: 6px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ebebeb;
}

.author-wrap li:last-child {
  border-bottom: none;
}

.hand {
  color: #51a0f6;
}

.comment-editor {
  margin-top:18px;
}

.simditor {
    border: 1px solid #eee!important;
    border-radius: 4px 4px 0px 0px;
}