@charset "utf-8";
/* 左侧列表 */
.frame_main{
    width: 1100px;
    margin: 0 auto;
    min-height: 450px;
    background: #fff;
    padding: 25px 0;
}
.text_info{
    color: #777;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.span_time{
    margin-left: 40px;
}
.text_content{
    text-align: left;
    line-height: 180%;
    padding: 10px 50px;
}
.text_content p{
    text-indent: 30px;
}
.text_divide{
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #00f;
}
.text_group{
    text-align: left;
    height: 40px;
    line-height: 40px;
    padding: 0 50px;
}
.text_qrcode{
    text-align: center;
}
.text_qrcode img{
    width: 130px;
    height: 130px;
}
.frame_reply{
    width: 940px;
    margin: 5px auto;
    padding: 10px 20px 20px 20px;
    border: 10px solid #eee;
}
.list_area{
    background: #fff;
    padding: 5px 10px;
}
.list_area hr{
    height: 0;
    border-top: 1px dashed #aaa;
}
.list_header {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    background: #ffffff;
    padding-left: 24px;
    position: relative;
}
.list_header:after {
    content: '';
    height: 24px;
    width: 4px;
    background: #FF5722;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -12px;
}
.user_info{
    height: 30px;
    line-height: 30px;
    color: #aaa;
}
.reply_data{
    margin: 10px 0;
    line-height: 180%;
}
.reply_area{
    padding: 0 10px;
}
.reply_group{
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
}
.reply_text{
    width: 98%;
    height: 100px;
    margin: 0 auto;
    border: 0;
    padding: 10px;
}
.reply_btn{
    margin: 2px;
}
.reply_note{
    margin-left: 10px;
}