/* 公用 */
.xyk_float {width: 1000px;margin: 20px auto 40px;display: flex;justify-content: space-between;}
#cont1 {width: 188px;}
.cont2_box {width: 791px;padding: 0 20px;border: 1px solid #dedede;}
/* banner */
.credit_banner {height: 320px;}
.banner_box {width: 1000px;margin: 0 auto;position: relative;}
.banner_cont {width: 217px;height: 251px;border: 1px solid #fff;border-radius: 5px;position: absolute;top: 43px;right: 0;background: rgba(255,255,255,0.5);}
.banner_cont a {display: block;width: 184px;height: 42px;font-size: 16px;/* font-family: "Microsoft YaHei";*/ color: #fff;text-align: center;line-height: 42px;background: url(/uiFramework/commonResource/image/2023070411365019057.png);margin: 0 auto;}
.banner_cont a.banner_cont_a1 {margin-bottom: 14px;}
/* banner end*/
/* 面包屑 */
.mbx {display: flex;height: 50px;align-items: center;border-bottom: 1px dashed #e5e5e5;}
.mbx span {font-size: 16px;}
.mbx span a:last-child {color: #f6ac13;}
/* 面包屑 end */
/* 左边导航 */
.tab_left {border: 1px solid #dedede;}
.tab_left h6 {font: normal 22px "Microsoft YaHei";color: #262626;line-height: 55px;width: 170px;height: 55px;margin-left: 9px;outline: 0;text-align: center;border-bottom: 1px dashed #e4e4e4;cursor: pointer;}
.tab_left ul li {width: 170px;height: 55px;text-align: center;outline: 0;position: relative;left: -1px;overflow: hidden;}
.tab_left ul li:last-child {border: 0;}
.tab_left ul li a {display: block;font: normal 16px "Microsoft YaHei";color: #000;line-height: 55px;border-bottom: 1px dashed #e4e4e4;margin-left: 9px;}
.tab_left ul li.tab_left_act {border-left: 1px solid #268bff;}
.tab_left ul li.tab_left_act a {color: #268bff;}
/* 左边导航end */
/* 右边内容  卡片介绍*/
.tab_right {}
.tab_right ul {}
.tab_right ul li:first-child {border: 0;}
.tab_right ul li {height: 80px;border-top: 1px dashed #d6d6d6;}
.tab_right ul li a {display: flex;justify-content: space-between;align-items: center;height: 100%;}
.tab_right ul li a p:first-child {font-size: 18px;color: #404040;/* font-family: "Microsoft YaHei";*/ vertical-align: middle;}
.tab_right ul li a p:last-child {font-size: 16px;color: #b2b2b2;/* font-family: "Microsoft YaHei";*/ vertical-align: middle;}
/* 右边内容  卡片介绍end*/