/* 顶部介绍 */
.topIntroduction{margin:23px 0 39px 0; background:#fff; border-radius:6px; box-shadow: 0px 4px 16px 0px rgba(40,70,149,0.05); padding:20px 35px; position:relative;}
.topIntroduction .topIcon{position:absolute; left:-8px; top:-8px;}
.topIntroduction .mainCon{overflow:hidden;}
.topIntroduction .leftCon{width:48%; float:left;}
.topIntroduction .leftCon h4{border-bottom:2px solid #CBCBCB; text-align:center; width:90%; margin:10px auto 20px auto; font-size:26px; color:#595959;padding-bottom:12px;}
.topIntroduction .leftCon .conBox{overflow:hidden;}
.topIntroduction .leftCon .imgBox{float:left; width:220px; padding-top:36px;}
.topIntroduction .leftCon .textCon{margin-left:235px; background:#eaf5ff;border-radius: 20px; padding:15px 10px 0 18px; overflow-y:auto; max-height:266px;}
.topIntroduction .leftCon .textCon li{min-height:32px; border:2px solid #dee9ff; border-radius:80px; background:url(../img/bszn/icon_star.png) left center no-repeat #fff; background-size:31px; padding:6px 5px 6px 40px; font-size:12px; color:#565454; margin:0 0 10px 0;}

    .topIntroduction .rightCon {
        margin-left: 47%;
        border: 2px solid #ececec;
        border-radius: 5px;
        overflow: hidden;
        display: flex;
    }
.topIntroduction .rightCon li{float:left;}
.topIntroduction .rightCon li dl{padding:15px 24px 10px 24px;}
.topIntroduction .rightCon li dl dt{margin:0 0 10px 0; height:75px; line-height:75px; font-size:22px; color:#595959; position:relative; font-weight:bold;}
.topIntroduction .rightCon li dl dd{font-size:16px; color:#595959; padding:12px 0; font-weight:bold; line-height:32px;}
.topIntroduction .rightCon li dl dd span{display:inline-block; margin:0 5px 0 10px; min-width:40px; font-size:22px; vertical-align:middle;}
.topIntroduction .rightCon li dl dd.icon{padding-left:40px; background-repeat:no-repeat; background-position:left center;}
.topIntroduction .rightCon li dl dd.icon01{background-image:url(../img/bszn/icon01.png);}
.topIntroduction .rightCon li dl dd.icon02{background-image:url(../img/bszn/icon02.png);}
.topIntroduction .rightCon li dl dd.icon03{background-image:url(../img/bszn/icon03.png);}
.topIntroduction .rightCon li dl dd.icon04{background-image:url(../img/bszn/icon04.png);}
.topIntroduction .rightCon li:nth-child(1){width:33%; border-right:2px solid #f6f6f6;}
.topIntroduction .rightCon li:nth-child(2){width:33%;position:relative;}
.topIntroduction .rightCon li:nth-child(3){width:34%;background:#fafafa;}
.topIntroduction .rightCon li:nth-child(2)::after{content:""; width:63px; height:52px; background:url(../img/bszn/jt.png) no-repeat; position:absolute; top:135px; right:-32px;}
.topIntroduction .rightCon li:nth-child(2) dl dt::after{content:""; width:50px; height:3px; background:#E3E3E3; position:absolute; right:-50px; top:36px;}
.topIntroduction .rightCon li:nth-child(2) dl dt img{margin-top:10px}
.topIntroduction .rightCon li:nth-child(2) dl dd span{color:#F97777}
.topIntroduction .rightCon li:nth-child(3) dl dt{color:#0077FF;}
.topIntroduction .rightCon li:nth-child(3) dl dt img{margin-top:10px}
.topIntroduction .rightCon li:nth-child(3) dl dd span{color:#309CFF}