﻿.tab_2 {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid var(--bs-color-events_7);
}

    .tab_2:hover {
        background-color: var(--bs-color-events_7);
    }

.list_ {
    background-color: var(--bs-whites);
    padding: 15px;
    border-radius: 5px;
}

.lefttop_ {
    min-width: 3px;
    /*    height: 80px;*/
    min-height: 0;
    flex: 1;
    background: var(--bs-page-link-bg);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.relatedlist {
    background-color: var(--bs-page-link-bg);
    background-image: url('/imgs/text-dw.png');
    background-size: cover;
    color: var(--bg-fanmous-tree-center-bg);
    /*    margin: 5px 0;*/
}

.relatedtitle {
/*    padding-left: 40px;*/
    border-left: var(--bs-saietpublid) 1px solid;
    transition:all 0.3s ease-in-out;
}

.twolist {
    display: flex;
    background-color: #fff;
    position: relative;
    z-index: 2;
    margin: 5px 0;
}

.twolist_ {
    display: flex;
    background-color: #fff;
    position: relative;
    z-index: 2;
    margin: 5px 0;
    padding: 20px 0;
}

.twolefttop_ {
    min-width: 3px;
    background: #8C5518;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.twolist:hover .twolefttop_ {
    min-width: 3px;
    background: #8C5518;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.twolist:hover .twotitle {
    color: #8C5518 !important;
}

.lefttop {
    min-width: 3px;
    /*    height: 80px;*/
    min-height: 0;
    flex: 1;
    background: var(--bs-page-link-bg);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.relatedlist:hover .lefttop_ {
    min-width: 3px;
    height: 80px;
    background: #8C5518;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.relatedlist:hover .relatedtitle {
    font-weight: 700;
    color: var(--bs-whites);
    transform: scale(1.02);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.list_content:hover .text-muted {
    color: #333333 !important;
}

.contenta {
    display: flex;
}

.list_content:hover .lefttop {
    min-width: 3px;
    min-height: 0;
    flex: 1;
    background: var(--bs-page-link-bg);
    opacity: 1; /* 悬停时透明度变为 1，完全不透明 */
    transition: opacity 0.3s ease; /* 确保透明度过渡效果一致 */
}

.list_content {
    background: var(--bs-whites) !important;
    margin: 10px 0;
    /*    padding: 10px;*/
}

.tab_:hover {
    background-color: var(--bs-color-events_7);
}

.yxzx_ :hover {
    background-color: var(--bs-color-events_7);
}

.yxzx:hover {
    background-color: var(--bs-color-events_7);
}

    .yxzx :hover .bofang {
        background-color: transparent;
    }

.fundes_ {
    width: 280px;
    height: 320px;
}

.assets-page-top {
    border-radius: 1rem;
}

.list-s {
    text-align: center;
    margin: 15px;
}


.fundes_ {
    width: 280px;
    height: 320px;
}


.listhover_:hover {
    background-color: aliceblue;
}

.funds_pubils {
    font-size: 14px;
    color: var(--bs-link-color);
}

@media (max-width: 1180px) {

    .fundes_ {
        width: 220px;
        height: 270px;
    }

    .text-body {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 6;
    }
}

@media (max-width: 980px) {

    .fundes_ {
        width: 150px;
        height: 165px;
    }

    .text-body {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2;
    }
}

.funds_list {
    padding: 25px;
}

.funds_list_:hover .funds_list {
    padding: 25px;
    background-color: var(--bs-color-events_7);
}

@media (max-width: 770px) {

    .fundes_ {
        width: 100%;
        height: 240px;
    }

    .text-body {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 3;
    }
}

@media (max-width: 767.98px) {
    .contenta {
        display: flex;
        flex-direction: column; /* 改为垂直布局 */
    }
}
