.bbsUser_content {
    margin: 20px 0 0 0;
    background-color: white;
    height: auto
}

.bbsUser_info {
    border-bottom: 2px solid #dedede
}

.bbsUser_name {
    text-align: center;
    line-height: 24px;
    padding: 10px 0;
    font-weight: bold;
}

.bbsUser_baseInfo {
    padding: 20px;
    font-size: 14px;
    line-height: 30px
}

.bbsUser_answer {
    /*height: 440px;*/
    border-bottom: 2px solid #dedede
}

.bbsUser_answer_title {
    padding: 20px 20px 10px 20px;
    font-size: 16px;

}

.name_span {
    color: #ff6000;
    font-weight: bold;
}

.lookMore {
    text-align: right;
    margin-right: 20px;
    font-size: 14px;
    color: #409eff;


}

.bbsUser_answerList {
    padding: 10px 20px;
    line-height: 30px;
    font-size: 14px
}

.bbsUser_article {
    height: auto;
    border-bottom: 2px solid #dedede
}

.article_name {
    padding: 20px 20px 10px 20px;
    font-size: 16px;

}

.bbsUser_articleList {
    padding: 10px 20px;
    line-height: 30px;
    font-size: 14px
}

.answer_width{
    overflow: hidden;
    height: 32px;
}



@media (max-width: 800px) {
    .bbsUser_info{
        height: auto;
    }
    .bbsUser_answer{
        height: auto;

    }
}












