.comment_box {
    width: 100%;
    background: white;
    margin-top: 10px;
    padding: 0px 20px;
}

.comment_left {
    width: 78%;
    float: left;
}

.push_comment {
    width: 100%;
    height: 160px;
    background: #FAFAFA;
    border: solid 1px #e6e6e6;
    padding: 10px;
}

.push_title {
    height: 30px;
    line-height: 30px;
}
.push_title p {
    width: 50%;
    float: left;
    height: 100%;
    line-height: 30px;
}

.push_title p:first-child {
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(238,36,49,1);
    color:#333;
    text-align: left
}

.push_title p:last-child {
    text-align: right;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(153,153,153,1);
}

.push_title p:last-child i {
    display: inline-block;
    width: 2px;
    height: 14px;
    position: relative;
    top: -2px;
    margin-right: 10px;
    margin-left: 10px;
    background: #999999;
    vertical-align: middle;
}

.push_title p:first-child img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 2px;
}

.push_comment textarea {
    height:67px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(204,204,204,1);
    width: 100%;
    resize: none;
    padding: 5px;
    margin-top: 5px;
}

.push_comment> p {
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.push_comment> p span {
    color: #0C5DC5;
    font-size: 14px;
}

.new_box {
    width: 100%;
    margin-top: 10px;
    background: #FAFAFA;
    border: solid 1px #CCCCCC;
}

.new_box ul.common_one {
    width: 100%;
}

.common_one> li {
    width: 100%;
    padding: 10px;
}

.common_one> li .list_box_item {
    width: 100%;
    border: solid 1px #CCCCCC;
}
.first_comment {
    width: 100%;
    height: 120px;
    padding: 10px;
    border-bottom: solid 1px #CCCCCC;
    background: white;
}

.avatar_box {
    width: 100px;
    height: 100%;
    padding: 10px;
    float: left;
}

.avatar_box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.comment_detail {
    width: calc(100% - 100px);
    float: right;
}
.comment_detail p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
}
.comment_detail p:first-child {
    font-size: 18px;;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
}
.comment_detail p:first-child span {
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(153,153,153,1);
    margin: 0 10px
}

.comment_detail p:first-child img{
    width: 14px;
    height: 14px;
    margin-right: -2px;
}
.comment_detail p.comment_content {
    font-size: 18px;;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
}

.comment_input {
    width: 100%;
    padding: 10px;
}

.comment_input textarea {
    width: 100%;
    height:67px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(204,204,204,1);
    width: 100%;
    resize: none;
    padding: 5px;
    margin-top: 5px;
    margin: 0;
}

.comment_input> p {
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.comment_input> p span {
    color: #0C5DC5;
    font-size: 14px;
}
.common_two {
    width: 100%;
    border-top: 1px solid rgba(204,204,204,1);
    border-bottom: 1px solid rgba(204,204,204,1);
}

.common_two li {
    width: 100%;
    padding: 10px;
}

.common_two li .first_comment {
    border:1px solid rgba(204,204,204,1);
}

.btn_comment span:hover {
    cursor: pointer;
    color: #446AF3;
}
.btn_comment span.active{
    color: #446AF3;
}



.comment_right {
    width: 21%;
    float: right;
}

.right_list_box{
    background: #FAFAFA;
    border: solid 1px #E6E6E6;
}

.new_box h5,.right_list_box h5 {
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    border-bottom: solid 1px #E6E6E6;
}

.right_list_box  ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.right_list_box  ul li {
    width: 100%;
    border-bottom: solid 1px #E6E6E6;
    min-height: 40px;
    line-height: 40px;
    color: #333333;
    font-size: 14px;
    text-align: left;
    padding: 0px 10px;
    cursor: pointer;
}
.right_list_box  ul li span {
    height: 40px;
    line-height: 40px;
    float: right;
    color: #D94536;
    width: 15px;
}

.right_list_box  ul li .lists_box {
    width: 100%;
    height: 1.2rem;
    padding: 10px 0px;
    min-height: 80px;
    display: none;
}

.left_img_box {
    width: 30%;
    height: 100%;
    float: left;
}

.left_img_box img {
    width: 100%;
    height: 100%;
}

.right_text {
    width: 70%;
    height: 100%;
    float: right;
    padding-left: 10px;
}
.right_text p {
    height: 20px;
    line-height: 20px;
}
.right_text p:first-child {
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    text-align: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.right_text p:nth-child(2) {
    font-size: 14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
    text-align: left;
}

.right_text p:last-child {
    color: #D94536;
    text-align: right;
    font-size: 14px;
}
.right_list_box ul li strong {
    display: inline-block;
    width: calc(100% - 16px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    line-height: 40px;
    font-weight: 100;
    color: #000;
}
.hotcurrent .lists_box {
    display: block !important;
}
.hotcurrent span {
    display: none;
}
.hotcurrent strong {
    display: none !important;
}

