/* 投资机构 开始 */
.equity-financing .products-search {
    width: 100%;
    padding: 14px 24px;
    margin-top: 24px;
    background: #fff;
}

.equity-financing .products-search .search {
    /* display: flex; */
    /* justify-content: start; */
    /* align-items: center; */
    /* margin-bottom: 13px; */
}

.equity-financing .products-search .search .label {
    margin-right: 28px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #232628;
    line-height: 20px;
    float: left;
    margin-top: 3px;
}

.equity-financing .products-search .search .filter-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.equity-financing .products-search .search .filter-item {
    padding: 4px 21px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #838486;
    line-height: 20px;
    cursor: pointer;
    margin-bottom: 13px;
}

.equity-financing .products-search .search .filter-item.active {
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    background: #CF9E66;
    border-radius: 15px;
}

.equity-financing .handle-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 24px;
    margin-top: 24px;
    background: #fff;
}

.handle-bar .search {
    width: 249px;
    height: 32px;
    background: #F5F5F5;
    border-radius: 16px;
    border: 1px solid #EBEBEB;
    display: flex;
    justify-content: start;
    align-items: center;
}

.handle-bar .search i {
    font-size: 17px;
    margin-left: 14px;
}

.handle-bar .search input {
    width: 249px;
    background: #F5F5F5;
    padding-left: 12px;
}

.handle-bar .total {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #838486;
    line-height: 20px;
}
.investment-agency-list ul {
    flex-wrap: wrap;
    display: flex;
    text-align: center;
    margin-top: 20px;
}
.investment-agency-list ul li {
    width: 285px;
    /*height: 155px;*/
    background: #FFFFFF;
    border-radius: 2px;
    margin-right: 20px;
    margin-bottom: 20px;
    /*float: left;
    margin: 24px 18px 0 0;*/
}

.investment-agency-list ul li:nth-child(4n) {
    margin-right: 0;

}
.investment-agency-list ul li  a{
    width: 100%;
}
/* 
.investment-agency-list ul li:hover {
    border: 1px solid #CF9E66;
} */

.investment-agency-list .investment-agency-item {
    box-sizing: border-box;
    padding: 10px 0;
    /*display: flex;
    justify-content: start;
    align-items: start;*/
}

.investment-agency-list .investment-agency-item .img-box {
    /*width: 128px;*/
    max-height: 128px;
    min-height: 120px;
    background: #FFFFFF;
    position: relative;
    /*border: 1px solid #EBEBF2;
    margin: 18px 20px 0 16px;*/
}

.investment-agency-list .investment-agency-item .img-box img {
    /*width: 128px;
    height: 118px;
    object-fit: cover;*/
    position: absolute;
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 120px;

    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.investment-agency-item .content {
    padding-top: 22px;
}

.investment-agency-item .content .name {
    /*width: 220px;*/
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #0C0F11;
    line-height: 20px
}

.investment-agency-item .content .type {
    margin-top: 9px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #838486;
    line-height: 20px;
}

.investment-agency-item .content .tags {
    margin-top: 8px;
    overflow: hidden;
}

.investment-agency-item .content .tags span {
    /* width: 79px; */
    padding: 0 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #CF9E66;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #CF9E66;
    line-height: 20px;

}

/* 投资机构   结束 */

/* 股权项目   开始 */
.equity-project-banner {
    box-sizing: border-box;
    display: flex;
    justify-content: start;
    align-items: start;
}

.equity-project-banner .banner {
    width: 898px;
    height: 507px;
    border-radius: 8px;
    margin-right: 24px;
}

.equity-project-banner .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.equity-project-banner .banner-right .item {
    width: 278px;
    height: 241px;
    overflow: hidden;
    border: 1px solid #E6E6E6;
}

.equity-project-banner .banner-right .item:nth-child(1) {
    margin-bottom: 24px;
}

.equity-project-banner .banner-right .item:hover {
    border: 1px solid #CF9E66;
}

.banner-right .item .img-box {
    width: 278px;
    height: 167px;
}

.banner-right .item .img-box img {
    width: 278px;
    height: 167px;
    object-fit: cover;
}

.banner-right .item .title {
    margin-top: 12px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #0C0F11;
    line-height: 20px;
    padding: 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 278px;
}

.banner-right .item .content {
    margin-top: 12px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #838486;
    line-height: 20px;
    padding: 0 12px;

}

.banner-right .item .content span {
    font-size: 18px;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: bold;
    color: #C7171D;
    line-height: 18px;
}

.equity-financing .handle-bar2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 22px 24px;
    margin-top: 24px;
    background: #fff;
}

.equity-financing .handle-bar2 .filters {
    display: flex;
    justify-content: start;
    align-items: center;
}

.equity-financing .handle-bar2 .filter {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    cursor: pointer;
}

.equity-financing .handle-bar2 .filter.active {
    font-weight: 600;
    color: #CF9E66;
}

.equity-financing .handle-bar2 .line {
    width: 1px;
    height: 16px;
    margin: 0 13px;
    background: #EBEBEB;
}

.equity-financing .handle-bar2 .total {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #838486;
    line-height: 20px;
}

.equity-financing .handle-bar2 .total .num {
    color: #CF9E66;
}

.equity-project-list {
    margin-top: 24px;
}

.equity-project-list ul li {
    width: 285px;
    height: 320px;
    border: 1px solid #E6E6E6;
    float: left;
    margin: 0 20px 20px 0;
    overflow: hidden;
    background-color: #fff;
}
.equity-project-list ul li:hover {
    border: 1px solid #CF9E66;
}
.equity-project-list ul li:nth-child(4n) {
    margin-right: 0;
}

.equity-project-list .img-box {
    width: 283px;
    height: 167px;
    position: relative;
}

.equity-project-list .img-box img {
    width: 283px;
    height: 167px;
    object-fit: cover;
}

.equity-project-list .img-box .type {
    display: inline-block;
    /* width: 36px; */
    padding: 0 10px;
    height: 21px;
    background: linear-gradient(166deg, #CF9B5D 0%, #E3AD70 100%);
    box-shadow: 0px -10px 20px 0px rgba(26, 23, 70, 0.08);
    border-radius: 2px;
    text-align: center;
    line-height: 21px;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    position: absolute;
    top: 6px;
    left: 9px;
}
.equity-project-list .project-content{
    height: 100px;
    padding: 15px 15px 0 15px;

}
.equity-project-list .title {

    font-size: 16px;
    font-weight: 500;
    color: #0C0F11;
    /*line-height: 20px;*/
    overflow: hidden;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/

    max-height: 52px;
}
.equity-project-list .desx{
    margin-top: 10px;
}
.equity-project-list .content {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #838486;
    line-height: 20px;
    padding: 15px;


}
.equity-project-list .content span {
    font-size: 18px;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: bold;
    color: #C7171D;
    line-height: 18px;
}
/* 股权项目    结束 */

/* 成功案例列表样式 ---- 开始 */
.equity-financing .cases {
    /* display: none; */
    width: 100%;
}
.equity-financing .cases .banner {
    margin-bottom: 24px;
}
.equity-financing .cases .cases-list {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}
.equity-financing .cases .cases-list .case {
    box-sizing: border-box;
    width: 286px;
    height: 336px;
    margin-right: 18px;
    margin-bottom: 18px;
    border: 1px solid #E6E6E6;
}
.equity-financing .cases .cases-list .case:hover {
    border-radius: 2px;
    border: 1px solid #CF9E66;
}
.equity-financing .cases .cases-list .case:nth-child(4n) {
    margin-right: 0;
}
.equity-financing .cases .cases-list .case .img-contain {
    height: 230px;
}
.equity-financing .cases .cases-list .case .img-contain img {
    width: 100%;
    height: 100%;
    margin: auto;
}
.equity-financing .cases .cases-list .case .text-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 106px;
    padding: 13px 16px 17px 16px;
}
.equity-financing .cases .cases-list .case .text-content .title {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #0C0F11;
    line-height: 24px;
}
.equity-financing .cases .cases-list .case .text-content .des {
    display: flex;
    justify-content: start;
    align-items: center;
}
.equity-financing .cases .cases-list .case .text-content .label {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #838486;
    line-height: 14px;
}
.equity-financing .cases .cases-list .case .text-content .num {
    margin-right: 7px;
    font-size: 18px;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: bold;
    color: #C7171D;
    line-height: 18px;
    font-style: normal;
}
.equity-financing .cases .cases-list .case .text-content .unit {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #838486;
    line-height: 14px;
}
/* 成功案例列表样式 ---- 结束 */