.entrepreneurList {
    height: 100%;
    width: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    background: #F8F8F8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.entrepreneurList a {
    text-decoration: none;
    color: unset;

}

.entrepreneurList-box {
    width: 1200px;
}

.re-filter {
    width: 1200px;
    padding: 15px 20px 0px 20px;
    background: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.re-filter .title {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 18px;
    border-bottom: 1px solid #eee;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}

.re-filter .fit-item {
    display: flex;
    padding-bottom: 20px;
}

.re-filter .fit-item .label {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    text-align: left;
    width: 90px;
    padding: 5px 10px;

}

.re-filter .fit-item .values {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    /* 允许换行 */
    gap: 10px;
    /* 可选：卡片之间的间距 */
}

.re-filter .fit-item .values span {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-right: 20px;
    padding: 5px 10px;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
}

.re-filter .fit-item .values .active {
    background-color: #f76217;
    color: #FFFFFF;
}

.results {
    height: 60px;
    line-height: 60px;
    background: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    padding: 0 30px;
    width: 1200px;
    box-sizing: border-box;
}

.number {
    color: #EC6722;
    padding: 0 5px;
}

.ent-list-box {
    padding: 30px 0;
}


.ent-list-box .titles {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.ent-list-box .titles .left {
    display: flex;
}

.ent-list-box .titles .left .ti {
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    line-height: 56px;
    padding-right: 20px;
    cursor: pointer;
}

.ent-list-box .titles .left .ti-active {
    font-size: 40px;
    color: #F76217;
}

.ent-list-box .titles .right {
    display: flex;
}

.ent-list-box .titles .right .model {
    font-weight: 400;
    font-size: 16px;
    color: #CCCCCC;
    line-height: 21px;
    padding-right: 20px;
    cursor: pointer;
}

.ent-list-box .titles .right .model2 {
    padding-right: 0px;

}

.ent-list-box .titles .right .model-active {
    color: #333333;
}



.ent-list-box .left .info {
    width: 350px;
    padding-right: 30px;
}

.ent-list-box .left .info .qy-taps {
    display: flex;
    padding-bottom: 10px;
}

.ent-list-box .left .info .qy-taps span {
    height: 26px;
    line-height: 26px;
    background: #F8F8F8;
    border-radius: 4px;
    padding: 0 5px;
    margin-right: 5px;
}

.ent-list-box .left .info .taps {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 35px;
}

.info .info-bole {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 18px;
}

.ent-list-box .left .info .company {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    padding-bottom: 12px;
}

.ent-list-box .left .info .company .ont-label {
    padding-bottom: 12px;
}

.ent-list-box .left .info .company .ont-label span {
    color: #999999;
}

.ent-list-box .lb-right {
    display: flex;
    padding-top: 80px;
}

.ent-list-box .lb-right .texts-box {
    flex: 1;
}

.ent-list-box .lb-right .texts-box .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: break-all;
    -webkit-line-clamp: 3;
    margin-bottom: 12px;
}

.ent-list-box .lb-right .btns {
    width: 150px;
    padding-left: 14px;
}

.ent-list-box .lb-right .btns .btn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 100px 100px 100px 100px;
    border: 1px solid #333333;
    cursor: pointer;
    user-select: none;
}

.ent-list-box .lb-right .btns .join-btn {
    color: #FFFFFF;
    background: #F76217;
    margin-bottom: 20px;
    border: none;
}

.entrepreneurList .foter {
    display: flex;
    justify-content: center;
    padding: 10px 0px;
}

.ent-list-box .list-box {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    /* 允许换行 */
    gap: 20px;

}

.ent-list-box .list-box .list-item {
    width: 285px;
    height: 450px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.ent-list-box .list-box .list-item .images {
    width: 280px;
    height: 292px;
    padding-bottom: 10px;
}

.ent-list-box .list-box .list-item .name {
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    line-height: 39px;
}

.ent-list-box .list-box .list-item .tap {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 35px;
}

.ent-list-box .list-box .list-item .tip {width: 220px;height: 40px;line-height: 40px;overflow: hidden;text-align: center;background: #F8F8F8;border-radius: 4px 4px 4px 4px;font-weight: 400;font-size: 16px;color: #000000;}