/* 供应链融资 */
.tab-box ,.tab-img {display: none;}
.tab-box.tab-box-act ,.tab-img.tab-img-act{display: block;}
/* 按钮部分 */
.tab-box_ul {margin-bottom: 40px;}
.tab-box_ul li {font-size: 18px;position: relative;margin-left: 8%;cursor: pointer;transition: all 0.4s;}
.tab-box_ul li:first-child {margin-left: 0%;} 
.tab-box_ul li.box_li-ACT {color: #0054AA;}
.tab-box_ul li::after {content: "";position: absolute;left: 50%;bottom: -10px;width: 0;height: 2px;background-color: #0054AA;transition: all 0.4s;transform: translate(-50%, 0);}
.tab-box_ul li.box_li-ACT::after {width: 110%;}
.tab-box_ul li:hover {color: #0054AA;}
.tab-box_ul li:hover::after {width: 110%;}
@media screen and (max-width: 1024px) {
.tab-box_ul {justify-content: left;overflow-y: hidden;margin: 15px 0 0;padding-bottom: 10px;}
.tab-box_ul li {white-space: nowrap;}
}
/* 栏目标题 */
.Supply {}
.Supply h6 {padding: 40px 0;padding-left: 27px;font-size: 16px;position: relative;}
.Supply h6::after {content: "";position: absolute;top: 50%;left: 0;transform: translate(0, -50%);width: 8px;height: 8px;background-color: #E8C089;}
@media screen and (max-width: 1024px) {
.Supply h6 {padding: 10px 0;padding-left: 15px;}
}
/* 描述 */
.Supply_box {}
.Supply_box p {font-size: 14px;line-height: 30px;margin-bottom: 40px;max-height: 120px;-webkit-line-clamp: 4;}
@media screen and (max-width: 1024px) {
.Supply_box p {display: block;max-height: none;margin-bottom: 15px;}
}
/* 查看详情 */
.Supply_box a {width: 110px;height: 30px;line-height: 30px;font-size: 14px;background-color: #ffffff;border-radius: 15px;}
.Supply_box a:hover{background-color: #4378ba;}
/* 供应链融资end*/
/* 绿色金融 */
/* 描述 */
.green_cont {}
.green_cont p {font-size: 14px;line-height: 25px;text-align: justify;margin-bottom: 15px;}
.green_cont p:last-child {margin-bottom: 0;}
/* 查看详情 */
.green_a {text-align: right;margin-top: 30px;}
.green_a a {width: 110px;height: 30px;line-height: 30px;font-size: 14px;background-color: #F5F5F5;border-radius: 15px;}
.green_a a:hover{background-color: #4378ba;}
@media screen and (max-width: 1024px) {
.green_a {margin-top: 10px;text-align:left;}
}
/* 绿色金融 end*/