.bond-financing {
    width: 100%;
}
/* 债权机构样式 ---- 开始 */
.bond-financing .agency-list {
    /* display: none; */
    width: 100%;
}
.bond-financing .agency-list .item {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.bond-financing .agency-list .item a {
    display: block;
}
.bond-financing .agency-list .item .card:hover{
    border-radius: 2px;
    border: 1px solid #CF9E66;
}
.bond-financing .card-list .card {
    box-sizing: border-box;
    display: flex;
    justify-content: start;
    align-items: start;
    min-width: 811px;
    min-height: 176px;
    padding: 19px 20px 20px 20px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid transparent;
}
.bond-financing .card-list .card .img-contain {
    /*width: 148px;
    height: 138px;
    border: 1px solid #EBEBF2;*/
    max-height: 128px;
    min-height: 120px;
    background: #FFFFFF;
    position: relative;
    margin-right: 18px;
}
.bond-financing .card-list .card .img-contain img {
    /*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;
}

.bond-financing .card-list .card .content .title {
    margin-bottom: 18px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #0C0F11;
    line-height: 20px;
}
.bond-financing .card-list .card .content .text-content .label {
    font-size: 14px;
    color: #838486;
    line-height: 14px;
    margin-right: 15px;
}
.bond-financing .card-list .card .content .text-content .num {
    font-size: 18px;
    color: #CF9E66;
    font-style: normal;
    font-weight: 600;
}
.bond-financing .card-list .panel {
    box-sizing: border-box;
    min-width: 390px;
}
.bond-financing .card-list .panel .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 29px;
    background: #F1F6FF;
}
.bond-financing .card-list .panel .title .label {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #0C0F11;
    line-height: 20px;
}
.bond-financing .card-list .panel .title .link {
    position: relative;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #985500;
    line-height: 20px;
}
.bond-financing .card-list .panel .title .link i {
    width: 5px;
    height: 5px;
    position: absolute;
    top: 10px;
    right: -10px;
    border-left: 1px solid #985500;
    border-bottom: 1px solid #985500;
    -webkit-transform: translate(0, -50%) rotate(-135deg);
    transform: translate(0, -50%) rotate(-135deg);
}
.bond-financing .card-list .panel .product-list {
    min-height: 130px;
    background: #fff;
    padding: 18px 12px 16px 29px;
    border-left: 1px solid #EBEBEB;
}
.bond-financing .card-list .panel .product-list .product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    margin-bottom: 18px;
    line-height: 20px;
}
.bond-financing .card-list .panel .product-list .product:nth-last-child(1) {
    margin-bottom: 0;
}   
.bond-financing .card-list .panel .product-list .product .name {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #31373E;
    line-height: 20px;
}
.bond-financing .card-list .panel .product-list .product .content {
    display: flex;
    align-items: center;
}
.bond-financing .card-list .panel .product-list .product .label {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #838486;
    line-height: 14px;
}
.bond-financing .card-list .panel .product-list .product .num {
    margin-right: 4px;
    font-size: 18px;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: bold;
    color: #C7171D;
    line-height: 18px;
    font-style: normal;
}
.bond-financing .card-list .panel .product-list .product .unit {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #838486;
    line-height: 14px;
}
/* 债权机构样式 ---- 结束 */

/* 债权机构详情样式 ---- 开始 */
.bond-financing .agency-detail {
    display: block;
}
.bond-financing .agency-detail.panel-list .panel {
    margin-top: 24px;
}
.bond-financing .agency-detail .panel .title .label {
    padding-left: 21px;
}
.bond-financing .agency-detail .panel .title::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 20px;
    background: #DFAE77;
}
.bond-financing .agency-detail .product-contain {
    padding: 20px;
    background: #fff;
}
.bond-financing .agency-detail .product-detail .title {
    padding: 0;
    margin-bottom: 14px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #0C0F11;
    line-height: 20px;
    background: none;
}
/* 债权机构详情样式 ---- 结束 */

/* 成功案例列表样式 ---- 开始 */
.bond-financing .cases {
    /* display: none; */
    width: 100%;
}
.bond-financing .cases .banner {
    margin-bottom: 24px;
}
.bond-financing .cases .cases-list {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}
.bond-financing .cases .cases-list .case {
    box-sizing: border-box;
    width: 286px;
    height: 336px;
    margin-right: 18px;
    margin-bottom: 18px;
    border: 1px solid #E6E6E6;
}
.bond-financing .cases .cases-list .case:hover {
    border-radius: 2px;
    border: 1px solid #CF9E66;
}
.bond-financing .cases .cases-list .case:nth-child(4n) {
    margin-right: 0;
}
.bond-financing .cases .cases-list .case .img-contain {
    height: 230px;
}
.bond-financing .cases .cases-list .case .img-contain img {
    width: 100%;
    height: 100%;
    margin: auto;
}
.bond-financing .cases .cases-list .case .text-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 106px;
    padding: 10px;
}
.bond-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;
}
.bond-financing .cases .cases-list .case .text-content .des {
    display: flex;
    justify-content: start;
    align-items: center;
}
.bond-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;
}
.bond-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;
}
.bond-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;
}
/* 成功案例列表样式 ---- 结束 */

/* 成功案例详情 ---- 开始 */
.bond-financing .case-detail {
    display: block;
    width: 100%;
}
.bond-financing .case-detail .card {
    width: 100%;
    min-height: 377px;
    background: #FFFFFF;
    border: 1px solid #EBEBF2;
}
.bond-financing .case-detail .card .title {
    padding: 20px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #0C0F11;
    line-height: 20px;
    border-bottom: 1px solid #EBEBF2;
}
.bond-financing .case-detail .card .content {
    padding: 0 20px 20px 20px;
}
.bond-financing .case-detail .card .des {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 12px;
}
.bond-financing .case-detail .card .label {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #838486;
    line-height: 14px;
}
.bond-financing .case-detail .card .num {
    margin-right: 7px;
    font-size: 18px;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: bold;
    color: #C7171D;
    line-height: 18px;
    font-style: normal;
}
.bond-financing .case-detail .card .unit {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #838486;
    line-height: 14px;
}
.bond-financing .case-detail .card .sub-title {
    margin: 20px 0 10px 0;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #232628;
    line-height: 20px;
}
.bond-financing .case-detail .card .text {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #31373E;
    line-height: 20px;
}
/* 成功案例详情 ---- 结束 */   

/* 贷款产品 ---- 开始 */  
.bond-financing .products {
    /* display: none; */
    width: 100%;
}
.bond-financing .products .products-search {
    width: 100%;
    padding: 14px 24px;
    margin-top: 24px;
    background: #fff;
}
.bond-financing .products .products-search .search {
    /* display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 13px; */
}
.bond-financing .products .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;
}
.bond-financing .products .products-search .search .filter-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.bond-financing .products .products-search .search .filter-item {
    padding: 4px 21px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #838486;
    line-height: 14px;
    cursor: pointer;
    margin-bottom: 13px;
}
.bond-financing .products .products-search .search .filter-item.active {
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    background: #CF9E66;
    border-radius: 15px;
}
.bond-financing .products .handle-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 22px 24px;
    margin-top: 24px;
    background: #fff;
} 
.bond-financing .products .handle-bar .filters {
    display: flex;
    justify-content: start;
    align-items: center;
}
.bond-financing .products .handle-bar .filter {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 18px;  
    cursor: pointer;
} 
.bond-financing .products .handle-bar .filter.active {
    font-weight: 600;
    color: #CF9E66;
} 
.bond-financing .products .handle-bar .line {
    width: 1px;
    height: 16px;
    margin: 0 13px;
    background: #EBEBEB;
}
.bond-financing .products .handle-bar .total {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #838486;
    line-height: 14px;
}
.bond-financing .products .handle-bar .total .num {
    font-size: 18px;
    color: #CF9E66;
    font-weight: 600;
    font-style: normal;
    font-family: DINAlternate-Bold, DINAlternate;
}
.bond-financing .products .product-detail-list {
    margin-top: 24px;
}
/* 贷款产品 ---- 结束 */ 

/* 贷款产品详情 ---- 开始 */  
.bond-financing .product-detail-self {
    display: block;
    width: 100%;
}
.bond-financing .product-detail-self .product-detail {
    width: 100%;
    padding: 0;
    padding-top: 5px;
}
.bond-financing .product-detail-self .title-contain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 0 20px;
}
.bond-financing .product-detail-self .title-contain .title {
    margin: 0;
}
.bond-financing .product-detail-self .title-contain .des {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bond-financing .product-detail-self .title-contain .text {
    margin-right: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #31373E;
    line-height: 20px;
}
.bond-financing .product-detail-self .title-contain img {
    width: 56px;
    height: 52px;
    margin-right: 16px;
}
.bond-financing .product-detail-self .line {
    margin-top: 3px;
    margin-bottom: 0;
}
.bond-financing .product-detail-self .container {
    position: relative;
    padding: 12px 20px 20px 20px;
}
.bond-financing .product-detail-self .container .des {
    margin-bottom: 20px;
}
.bond-financing .product-detail-self .attributes-list {
    width: 340px;
}
.bond-financing .product-detail-self .attributes-list .attribute {
    min-width: 140px;
    margin-bottom: 10px;
}
.bond-financing .product-detail-self .container .button {
    position: absolute;
    right: 40px;
    bottom: 20px;
    width: 164px;
    height: 48px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    background: linear-gradient(360deg, #1474F1 0%, #3596FF 100%);
    border-radius: 24px;
    cursor: pointer;
}
.bond-financing .product-detail-self .product-introduce.panel .title {
    padding-left: 20px;
}
.bond-financing .product-detail-self .product-introduce .product-content {
    padding: 0 20px 20px 20px;
    background: #fff;
    overflow: hidden;
}
.bond-financing .product-detail-self .product-introduce .sub-title {
    margin: 20px 0 10px 0;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #0C0F11;
    line-height: 20px;
}
.bond-financing .product-detail-self .product-introduce .text {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #31373E;
    line-height: 20px;
}
.bond-financing .product-detail-self .product-introduce .sub-title.m-t-40 {
    margin-top: 40px;
    margin-bottom: 20px;
}
/* 贷款产品详情 ---- 结束 */  
    
    