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

.strategyHistory-item:first-child {
    padding-top: 0;
}

.strategyHistory-item .item-detail {
    margin-top: 10px;
    display: block;
}

.strategyHistory-item .item-anal .pic {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 10px;
}

.strategyHistory {
    width: 300px;
}

.strategyHistory-container {
    min-height: 300px;
}

.strategyHistory-container .loading {
    height: 300px;
}

.strategyHistory-item .item-anal .nick_name {
    max-width: 170px;
    font-size: 14px;
    display: block;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.strategyHistory-item .item-detail {
    margin-top: 10px;
    display: block;
}

.strategyHistory-item .item-detail p {
    line-height: 20px;
    color: #333;
    font-size: 14px;
    margin-top: -2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
