
.questions-list {
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: none; /* 隐藏滚动条（Firefox） */
    -ms-overflow-style: none; /* 隐藏滚动条（IE 和 Edge） */
}

.questions-list::-webkit-scrollbar {
    display: none; /* 隐藏滚动条 */
}

.questions-list .questions-item {
    padding: 10px 0 7px 0;
    font-size: 0;
    border-bottom: 1px solid #ebe4df;
}

.questions-list .questions-item .item-anal .pic {
    width: 24px;
    height: 24px;

}

.questions-list .questions-item .item-anal .nick_name {
    display: block;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 8px 0 10px;
    max-width: 70px;
}

.questions-item .item-anal .type {
    width: 50px;
    height: 18px;
    margin-top: 3px;
    margin-right: 6px;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;

}

.questions-item .item-anal span {
    color: #b1b2b2;
    font-size: 14px;
    line-height: 26px;
}

.questions-item .item-detail .iconq.iconfont {
    float: left;
    color: #657fff;
    font-size: 22px;
}

.questions-item .item-detail .icona.iconfont {
    color: #ff7e0b;
    font-size: 22px;
}

.questions-list .questions-item .item-detail .ques-cont {
    color: #666;
    float: right;
    line-height: 23px;
    width: calc(100% - 25px);
    font-size: 14px;
}

.questions-list .questions-item .item-detail .ques-cont span {
    color: #657fff;
}

.questions-list .questions-item .item-detail {
    cursor: pointer;
    margin-top: 8px;
}

.questions-list .questions-item .item-detail .ask {
    margin-bottom: 5px;
}

.questions-item .item-detail .answer > p {
    float: right;
    line-height: 23px;
    width: calc(100% - 25px);
    font-size: 14px;
}

.questions-item .item-detail .answer > p .answer-cont:hover {
    color: #333 !important;
}

.questions-item .item-detail .answer > p .anal-name {
    color: #ff7e0b;
}


.questions-item, .strategy-item {
    padding: 10px 0 7px 0;
    font-size: 0;
    border-bottom: 1px solid #ebe4df;
    border-bottom: 1px solid #ebe4df;
}

.questions-item:first-child, .strategy-item:first-child {
    padding-top: 0;
}

.questions-item, .strategy-item {
    padding: 10px 0 7px 0;
    font-size: 0;
    border-bottom: 1px solid #ebe4df;
}

.questions-item .item-anal .pic, .strategy-item .item-anal .pic {
    width: 24px;
    height: 24px;
    float: left;
}

.questions-item .item-anal .nick_name, .strategy-item .item-anal .nick_name {
    display: block;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 15px;
    max-width: 235px;
}

.questions-item .item-anal span, .strategy-item .item-anal span {
    color: #b1b2b2;
    font-size: 14px;
    line-height: 24px;
}
