﻿.main-body {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.publicRight {
    position: sticky;
    top: 20px
}

.right_1 {
    background: #fafafa;
    border-radius: 6px;
    min-height: 284px;
    padding: 20px 16px;
    width: 300px
}

.right_1 .el-tabs {
    width: 268px
}

.right_1 .el-tabs .el-tabs__item {
    color: #333;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 7.5px
}

.right_1 .el-tabs .el-tabs__item.is-top:nth-child(2) {
    padding-left: 0
}

.right_1 .el-tabs .el-tabs__item.is-top:last-child {
    padding-right: 0
}

.right_1 .el-tabs .el-tabs__item.is-active {
    color: #333;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px
}

.right_1 .el-tabs .el-tabs__active-bar {
    background: #0e89d1;
    height: 3px
}

.right_1 .tabs-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

.right_1 .tabs-content .content_list {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    background: #eef6ff;
    border: 1px solid #0e89d1;
    border-radius: 4px;
    color: #0e89d1;
    display: -webkit-box;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    margin-bottom: 11px;
    margin-right: 11px;
    opacity: 1;
    overflow: hidden;
    padding: 0 8px;
    text-align: center;
    width: 82px
}

.right_1 .tabs-content .content_list:hover {
    background: #0e89d1;
    color: #fff;
    cursor: pointer
}

.right_1 .tabs-content .content_list:nth-of-type(3n) {
    margin-right: 0
}

.right_2 {
    margin-top: 20px
}

.right_2 .right_2_top {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    background: url(https://www.qm120.com/_nuxt/img/recommendask_cover.a7475a6.png) 50%/cover no-repeat;
    border-radius: 6px 6px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 225px;
    justify-content: flex-end;
    opacity: 1;
    width: 300px
}

.right_2 .right_2_top .right_2_title {
    -webkit-line-clamp: 1;
    font-size: 16px;
    font-weight: 700;
    height: 21px;
    margin-bottom: 16px
}

.right_2 .right_2_top .right_2_content,
.right_2 .right_2_top .right_2_title {
    -webkit-box-orient: vertical;
    color: #fff;
    display: -webkit-box;
    font-family: Microsoft YaHei;
    line-height: 22px;
    margin-left: 16px;
    overflow: hidden;
    width: 265px
}

.right_2 .right_2_top .right_2_content {
    -webkit-line-clamp: 2;
    font-size: 14px;
    font-weight: 400;
    height: 44px;
    margin-bottom: 20px
}

.right_2 .right_2_top .discuss_bottom {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    margin-left: 16px;
    margin-top: 5px;
    position: relative;
    width: 265px
}

.right_2 .right_2_top .discuss_bottom .discussb_userlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 4px
}

.right_2 .right_2_top .discuss_bottom .discussb_userlist .discussb_user {
    background-color: #f7f7f7;
    border-radius: 50%;
    font-size: 12px;
    height: 26px;
    margin-left: -7px;
    overflow: hidden;
    position: relative;
    width: 26px
}

.right_2 .right_2_top .discuss_bottom .discussb_userlist .discussb_user .default_img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.right_2 .right_2_top .discuss_bottom .discussb_usernum {
    color: #fff;
    font-family: Microsoft YaHei;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    margin-left: 8px
}

.right_2 .right_2_top .discuss_bottom .I_answer {
    background: #fff;
    border-radius: 3px;
    height: 25px;
    margin-left: auto;
    opacity: 1;
    width: 68px
}

.right_2 .right_2_top .discuss_bottom .I_answer a {
    color: #0e89d1;
    display: block;
    font-family: Microsoft YaHei;
    font-size: 12px;
    font-weight: 400;
    height: 100%;
    line-height: 25px;
    width: 100%
}

.right_2 .question_box {
    background: #fafafa
}

.right_2 .question_box .question_list:last-of-type {
    border: none
}

.right_2 .question_box .question_list {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    padding: 16px
}

.right_2 .question_box .question_list .question_title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333;
    display: -webkit-box;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    padding-left: 13px;
    position: relative;
    width: 252px
}

.right_2 .question_box .question_list .question_title:before {
    background: #0e89d1;
    border-radius: 50%;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: 40%;
    width: 4px
}

.right_2 .question_box .question_list .question_title:hover {
    color: #0e89d1
}

.right_2 .question_box .question_list .time_count {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Microsoft YaHei;
    font-size: 12px;
    font-weight: 400;
    justify-content: space-between;
    line-height: 17px;
    margin-top: 16px;
    padding-left: 13px
}

.right_2 .question_box .question_list .time_count a {
    color: #999
}

.right_3 {
    margin-top: 24px
}

.right_3 li {
    font-family: Microsoft YaHei;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 10px
}

.right_3 li a,
.right_3 li {
    color: #8595a6
}

.right_3 li a:hover {
    color: #0e89d1
}


.layout_content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.layout_content .layout_left {
    width: 860px
}

.layout_content .layout_right {
    width: 300px
}
.default_imgview {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #f3f3f3;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.default_img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.article_list .article_link {
    border-bottom: 1px solid #e6e6e6;
    padding: 24px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.article_list .article_link .relevant_article_img{
    background: #f7f7f7;
    border-radius: 8px;
    height: 128px;
    opacity: 1;
    overflow: hidden;
    width: 171px;
}
.article_list .article_link .relevant_article_msg{
    width: 655px;
}
.article_list .article_link:first-child {
    padding-top: 0
}

.article_list .article_link:last-child {
    border-bottom: none
}

.article_list .article_link .title {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

.article_list .article_link:hover .title {
    color: #0e89d1
}

.article_list .article_link .description {
    color: #999;
    cursor: pointer;
    font-size: 14px;
    line-height: 28px;
    margin-top: 20px
}

.article_list .article_link .time_count {
    justify-content: space-between;
    margin-top: 10px
}

.article_list .article_link .time_count .time_count_l,
.article_list .article_link .time_count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.article_list .article_link .time_count .time_count_l .count,
.article_list .article_link .time_count .time_count_l .time {
    align-items: center;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Microsoft YaHei;
    font-size: 12px;
    font-weight: 400;
    margin-right: 24px
}

.article_list .article_link .time_count .time_count_l .count i,
.article_list .article_link .time_count .time_count_l .time i {
    font-size: 18px;
    margin-right: 8px
}

.article_list .article_link .time_count .time_count_r {
    color: #999;
    font-size: 12px
}

.article_list .article_link .time_count .time_count_r a {
    color: #999
}

.loadMore {
    background: rgba(0, 124, 255, .1);
    color: #0e89d1
}

.loadMore,
.noMore {
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 20px auto 0;
    text-align: center;
    width: 116px
}

.noMore {
    background: hsla(0, 0%, 75%, .1);
    color: #bfbfbf
}


