.question {
    display: flex;
    overflow: hidden;
    margin-top: 15px;
}

/*左*/
.question .question-content {
    overflow: hidden;
    width: 880px;
    margin-right: 22px;
}

.question .question-content .list-content {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.list-content .topic-tabs-title {
    text-align: center;
    height: 55px;
    border: none;
    padding-right: 30px;
    border-bottom: 1px solid #efefef;
    background-color: white;
    padding-top: 10px;
    margin-bottom: 25px;
}

.list-content .topic-tabs-title li {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
    line-height: 55px;
    min-width: 90px;
    text-align: center;
    cursor: pointer;
}

.list-content .topic-tabs-title li > a {
    display: block;
    width: 100%;
    height: 100%;
}

.topic-tabs-title .choose, .topic-tabs-title .choose > a {
    color: #23ac38 !important;
}

.topic-tabs-title .choose::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    box-sizing: border-box;
    pointer-events: none;
    height: 56px;
    border-bottom: 2px solid #23ac38 !important;
}

.list-content .header-title {
    border-bottom: 1px #f0f0f0 solid;
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #232323;
    padding: 15px 25px;
}

.list-content .list-item {
    position: relative;
    overflow: hidden;
    padding: 25px;
    min-height: 108px;
    border-bottom: 1px solid #efefef;
}

.forum-list {
    display: flex;
    padding: 15px !important;
    min-height: auto !important;
}

.forum-list .userInfo {
    text-align: center;
    margin-right: 20px;
}

.forum-list .nav-img {
    margin: 0;
    position: relative;
    top: 1px;
    width: 47px;
    height: 47px;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}

.forum-list .content {
    position: relative;
    height: auto;
    flex: 10;
    padding: 0 !important;
}

.list-content .list-item .content .title {
    margin: 0 0 4px;
    display: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.forum-list .content .title {
    font-size: 16px !important;
    font-weight: normal !important;
    overflow: hidden;
    width: 615px;
}

.forum-list .content .title .list-main-link {
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 70%;
    color: #333;
}

.forum-list .content .title .list-main-link:hover {
    color: #777;
}

.list-content .list-item .catname {
    z-index: 3;
    height: 24px;
    float: left;
    margin-top: 2px;
    line-height: 24px;
    padding: 0 15px;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    background-color: #cdefdb;
    color: #46c37b;
    border-radius: 4px;
    margin-left: 15px;
    font-weight: normal;
}

.list-content .list-item .catname:hover {
    background-color: #23ac38;
    color: #fff;
}

.list-content .list-item .content .meta {
    padding-right: 0;
    font-size: 12px;
    font-weight: 400;
    color: #b4b4b4;
    line-height: 18px;
}

.list-content .list-item .content .meta span {
    margin-right: 13px;
    color: #96a6b3;
    font-weight: normal;
}

.forum-list .nickname {
    padding: 0;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
}

.forum-list span .time {
    margin-right: 10px;
    color: #96a6b3;
}

.forum-list .data-view {
    color: #999;
    width: 47px;
    text-align: center;
    margin-left: 20px;
    border-radius: 3px;
    padding-top: 5px;
    box-sizing: border-box
}

.forum-list .data-view p {
    line-height: 18px;
}

.forum-list .data-comment {
    width: 47px;
    float: right;
    background-color: rgba(0, 0, 0, .1);
    text-align: center;
    margin-left: 20px;
    border-radius: 3px;
    padding-top: 5px;
    box-sizing: border-box;
    color: #ffffff;
}

.forum-list .data-comment p {
    line-height: 18px;
}

.forum-list .data-comment.reward-bg {
    background-color: rgba(79, 194, 119, .65);
}

.forum-list .data-comment.amount-bg {
    background-color: rgba(255, 93, 74, .65);
}

.forum-list .data-comment.comment-bg {
    background-color: rgba(82, 145, 252, .65);
}

/*右*/
.main-sidebar {
    width: 308px;
}

.publish-question .btn-normal {
    display: inline-block;
    width: 258px;
    font-size: 14px;
    background-color: #23ac38;
    color: #ffffff;
    height: 44px;
    line-height: 44px;
    padding: 0 25px;
    white-space: nowrap;
    text-align: center;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    vertical-align: middle;
}

.publish-question .btn-normal:hover {
    background-color: #35B449;
}

