/* 公用 */
#cont1 ,#cont2{width: 48.6%;}
@media screen and (max-width: 1024px) {
#cont1 ,#cont2{width: 100%;}
}
.lf-tit {width: calc(100% - 80px);}
.lr-date {width: 80px;}
/* 公用 end*/
/* 跨境人民币结算 */
.business_service {position: relative;}
.business_service img {width: 100%;}
.service_text {position: absolute;left: 33px;bottom: 20px;text-align: center;}
.service_text h6 {font-size: 21px;color: #ffffff;margin-bottom: 15px;}
.service_text a {display: inline-block;width: 110px;height: 28px;line-height: 28px;background-color: #ffffff;border-radius: 15px;}
.service_text a:hover {background-color: #D9232E;} 
.service_text a span {font-size: 14px;} 
@media screen and (max-width: 1024px) {
.business_service {margin-bottom: 20px;}
.business_service img {height: 150px;}
.service_text {left: 0;width: 100%;top: 50%;transform: translate(0, -50%);}
}
/* 跨境人民币结算 end*/