﻿body {
}


.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    content: url('/imgs/remains/grays.png');
}

.fundlist a div:hover {
    color: #8C5518;
    font-weight: 500;
}

.details_gays {
    font-size: 14px;
    color: var(--bs-color-gays);
    width: 210px;
    overflow: hidden;
    white-space: nowrap; /* 保持在一行内 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis;
    padding-left: 10px;
}

.PublicStyle_ {
    position: relative;
}

.PublicStyleab_ {
    width: 100%;
    position: absolute;
    bottom: 0px;
}
.bi-arrow-up-right {
    transition: all 0.3s ease-in-out;
}
.recommend-item {
    transition: all 0.3s ease-in-out;
}
.recommend-item:hover {
/*    color: var(--bs-page-link-bg);*/
}

    .recommend-item:hover .bi-arrow-up-right {
        transform: rotate(45deg);
    }
