.body_info {
    display: flex;
    justify-content: space-between;
}

.main_content {
    width: 890px;
    min-height: 200px;
}

.toolbar {
    width: 280px;
}

.article {
    width: 280px;
    margin-top: 60px;
}

.article_list {
    margin-top: 30px;
}

.hr_text_nav_head {
    width: 120px;
    font-size: 24px;
    font-weight: bold;
    color: #1C1414;

}

.more_button {
    float: right;
    margin-top: 10px;
}

.article_item_img {
    width: 120px;
    height: 85px;
}

.article_item_name {
    width: 145px;
    font-size: 16px;
    font-weight: 400;
    color: #1C1414;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.article_item_time {
    font-size: 12px;
    margin-top: 15px;
}

.article_list_main {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
}

.QA_list {
    margin-top: 30px;
}

.QA_list ul {
    padding: 0;
    height: 310px;
    overflow: hidden;
}

.Q_info {
    margin-bottom: 10px;
}

.QA_list_content {
    border-bottom: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 0
}

.Q_info_title {
    font-size: 16px;
    font-weight: 400;
    color: #1C1414;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.A_info_title {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
}

/*end右侧*/

.breadcrumb > li + li:before{
    padding: 0 5px;
    color: #999999;
    content: ">";
}

.breadcrumb{
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

.breadcrumb > .active {
    color: #EB6924;
}

.inner_content_title{
    height: 24px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 29px;
}

.inner_content_text{
    margin-top: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 29px;
}

.inner_content_text img{
    display: block;
    margin: 0 auto;
}

.inner_content_text_name{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 29px;
    text-align: center;
    margin-top: 30px;
}