﻿.article-detail-middle {
    flex:1;
    margin-right: 25px;
}

.article-detail-comment-warp {
    width: 100%;
    padding-top: 20px;
}
.detail-title {
    height: 18px;
    font-weight: bold;
    color: #151413;
    line-height: 18px;
    font-size: 18px;
    padding: 6px 0;
    text-align: left;
    padding-bottom:15px;
} 
#ueditor {
    width: 741px;
    min-height: 200px;
    border: 1px solid #F2F2F2;
}
.comments-submit-warp {
    height: 56px;
    width: 100%;
    text-align: right;
}
/*<!-- 评论样式 -->*/
.article-history-comment-warp {
    width: 100%;
    padding: 20px 0;
}
.comment-warp {
    border-bottom: 1px solid #E7E7E7;
    padding: 15px 0;
}
.comment-warp:hover {
    background-color: #fbfbfb;
}
.comment-warp-left {
    width: 8%;
    text-align:center;
    float: left;
} 
.comment-warp-left img {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
} 
p {
    margin: 0;
} 
.comment-warp-right {
    width: 90%;
    float: right;
}
/*用于清除浮动*/
.comment-warp:after {
    content: "0";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.comment-user-personal {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #999999;
    margin: 0;
    cursor:pointer;
}
.comment-warp-left img {
    cursor: pointer;
}
.comment-user-content {
    color: #110A24;
    font-size: 14px;
}
.comment-warp-bottom {
    padding: 20px 0 0 0;
    height: 20px;
    width: 100%;
    color: #7E7E7E;
    font-size: 14px;
    display:flex;
    justify-content:flex-start;
    align-items:center;
}
.comment-time { 
    height: 20px;
    line-height: 20px;
    display: inline-block;
    flex:1;
}
.comment-write-back {
    display: inline-block; 
    min-width: 70px;
    height: 20px; 
    cursor: pointer;
    color: #7E7E7E;
} 
.comment-write-back:hover {
    color: #3280fcff;
}
.comment-write-back-icon { 
}
.comment-write-back-text {
    height: 20px;
    line-height: 20px; 
}

p {
    margin: 0;
    padding: 0;
}
.article-detail-right {
    width: 300px;
    margin-left: auto;
    min-height:1330px; 
    margin-bottom:30px;
}
.comments-submit {
    width: 82px;
    height: 34px;
    line-height: 34px;
    background: #BBBBBB;
    border-radius: 17px;
    margin: 11px 0;
    color: #FFFFFF;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.black-show-uer {
    display: inline-block;
    height: 30px;
    width: 30px;
    float: left;
  /*  background: url("../images/user.png") no-repeat;*/
    border-radius: 50%;
}
.black-show {
    margin-top: 20px;
    height: 745px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    text-align: center;
    overflow: hidden;
}

.balck-show-uer-name {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #040000;
    font-size: 14px;
    float: left;
    margin-left: 8px;
} 
 
.comments-submit:hover {
    background: #3280fcff;
}
#more-comment {
    width: 741px;
    height: 53px;
    line-height: 53px;
    background: #F7F8FC;
    text-align: center;
    color: #110A24;
    font-size: 18px;
    margin: 30px auto;
    cursor: pointer; 
}
#more-comment:hover {
    background: #3280fcff;
    color: white;
}