.top-title {
    font-size: 14px;
    color: #333333;
    padding: 10px 0;
    border-bottom: solid 1px #cccccc;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.top-title div:last-child {
    font-size: 12px;
    color: #343434;
    font-weight: unset;
}

.top-title div:last-child span:first-child {
    color: #f88808;
}

.investment-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px 8px;
}

.investment-list .investment-items {
    max-width: 162px;
    width: 162px;
    border: solid 1px #d8d8d8;
    margin: 6px 0;
}

.investment-list .investment-items img {
    width: 127px;
    height: 95px;
    margin: 8px 18px;
}

.investment-list .investment-items .name {
    font-size: 14px;
    text-align: center;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    word-wrap: break-word;
    margin: 2px 0 4px;
}

.investment-list .investment-items .btns {
    padding: 9px 18px;
}

.investment-list .investment-items .btns a {
    display: block;
    background: #cbcbcb;
    border-radius: 2px;
    font-size: 12px;
    color: #343434;
    text-align: center;
    line-height: 26px;
}

.investment-list .investment-items .btns a:first-child {
    display: block;
    background: #f88808;
    color: #fff;
    margin-bottom: 6px;
}

.bottom-pape {
    text-align: center;
}