body{ background: #fff;}
.main{ padding: 40px 10px 0 10px;}

.new_left{  width:19%; float: left;}
.new_right{ width:78%; float: right;}
.new_list{ width: 100%; padding: 10px 0; border-bottom: #eee solid 1px; margin: 5px 0;}
.new_list .new_tit{  color:#444;  margin: 10px 0;}
.new_list .new_tit a,.new_list .new_tit a:link,.new_list .new_tit a:visited{ color:#444;font-size: 16px; }
.answer_info{ width: 100%; height:60px; background: #eee; font-size: 12px; text-align: center; padding-top: 10px;}
.new_cat{ width: 100%;background: #dc5555;height:30px; line-height: 30px; color: #fff;font-size: 12px; text-align: center;  }

.new_cat_b{ width: 100%;background: #33CCFF;height:30px; line-height: 30px; color: #fff;font-size: 12px; text-align: center;  }

.title2 {
    width: 94vw;
    margin:10px auto;

    display: flex;
    border-bottom: 1px #ccc solid;
    justify-content: space-between
}
.title2 h2 {
    font-weight: bold;
    padding: 0 15px;
    margin: 0px 0 10px 0;
    font-size: 18px;
    border-left: solid #fe7e28 6px
}


#new_more{
    padding: 10px;
    background: #fff;
}

.aui-bar-nav {
    background-color: #37363b;
}

.question_content {
    border: #ccc solid 1px;
}

.chat_bottom {
    padding: 5px;
}

.chat_item {
    float: left;
    margin: 8px;
}

.chat_item i {
    font-size: 25px;
}



.chat_txt{
    padding: 5px;}
.chat_left{ width: 80%;float: left;}
.chat_right{ width: 20%; float: right;}
.question_content{ width: 100%; height: 50px;  border-radius: 5px;  border: #ddd solid 1px; font-size: 16px;}
.send_btn{ width: 100%; height: 100%;height: 50px;}

.chat_bg{ background: #fff; position:fixed; z-index: 999;bottom:0; width: 100%;}
.chat_bottom{ background: #ddd;}
.show_question_content{ font-size: 16px;}

.aui-chat .aui-chat-content{ max-width: 90%;}  /*  aui中为 80%;*/

.show_post_time{ font-size: 12px; color: #333; padding-top: 5px; padding-left: 10px;    clear: both;}

.btn_voice{ background: #EEEEEE; border: none;display: none; }

