.box-content {
    padding: 2rem 0 0 0;
    position: relative;
    width: 70em;
    margin: 0 auto;
}
.fund-title {
    color: var(--minor_color);
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 2rem 1rem;
}
#fundName {
    padding-right: 56px;
    border-color: #9e9e9e;
}
#clear {
    left: 8.5rem;
    position: relative;
    line-height: 2rem;
    bottom: 2.1rem;
}
.layui-icon-search {
    position: relative;
    bottom: 2rem;
    line-height: 2rem;
    left: 11.5rem;
}
.search-list {
    position: relative;
    flex-direction: row;
    justify-content: space-around;
}
.list-content {
    display: flow-root;
    margin: 0 -1rem;
    padding: 2rem 0 1rem 0;
}
.list-div {
    position: relative;
    float: left;
    /* 一行两个 */
    /* width: 50%; */
    /* 一行三个 */
    width: 33.33%;
    margin-bottom: 4rem;
    padding: 0 1rem;
    height: 17rem;
}
.list-div .list-sub {
    cursor: pointer;
}
.list-div .pic-div {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 66.67%;
    border-radius: 0.5rem;
    border: solid 1px #e9e9e9;
}
.list-div .fund-pic {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 0.5rem;
}
.list-div .fund-content {
    padding: 25px 0;
    border-top: unset;
}
.list-div .fund-top {
    margin-bottom: 1rem;
}
.list-div .fund-list-title {
    font-size: 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.show-title {
    font-size: 1.2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% + 0.1rem);
    float: left;
    padding-right: 10px;
}
.list-div .fund-time {
    position: absolute;
    right: 25px;
    top: 25px;
    display: none;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.75rem;
    text-align: center;
    border: 2px solid var(--main_color);
}
.list-div .fund-time span {
    font-size: 1rem;
}
.list-div .fund-detail {
    font-size: 0.8rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.fund-amount {
    font-weight: bold;
    color: var(--main_color);
}
.show-synopsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 4.2rem);
    float: left;
    padding-right: 10px;
}
.fund-synopsis {
    color: #aaa;
    padding: 0.5rem 0 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 1.8rem;
}
.list-div .list-sub:hover .fund-top * {
    color: var(--main_color);
}
.list-page {
    left: 0;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0 0 2rem 0;
}
.layui-laypage {
    margin: 0;
}
.header-mark {
	position: absolute;
    z-index: 100;
}