﻿ .site-body h3 {
            color: #1188ed;
            font-size: 18px;
            text-align: center;
            position: relative;
            width: 26%;
            margin: 60px auto 18px auto;
            border-top: 1px dashed #e8e5e5;
        }

            .site-body h3 u {
                top: -12px;
                position: relative;
                text-decoration: none;
                background-color: #FFF;
                padding: 0 1em;
                font-size: 26px;
            }

        .site-body ul, .site-body ol {
            width: 100%;
            list-style: none;
            text-align: center;
            margin: 0;
            padding: 0;
        }

        .site-body li {
            text-align: left;
            vertical-align: middle;
        }

            .site-body li > * {
                vertical-align: middle;
            }

        .site-body ol li {
            display: inline-block;
            margin: 0 auto;
        }

            .site-body ol li b {
                background: url(/about/ic_bg.png) no-repeat center center;
                display: inline-block;
                width: 40px;
                height: 46px;
                line-height: 46px;
                color: #FFF;
                text-align: center;
                margin: 0 16px;
            }

        .site-body ul li {
            line-height: 1.5em;
            padding: 20px 0 20px 70px;
            position: relative;
        }

            .site-body ul li:not(:last-child) {
                border-bottom: 1px dashed #e8e5e5;
            }

            /*.site-body ul li b {
                background-color: rgba(17,149,237,1);
                display: inline-block;
                width: 14px;
                height: 14px;
                line-height: 20px;
                border-radius: 50%;
                position: absolute;
                top: 24px;
                left: 30px;
            }*/
            .site-body ul li p:first-child:before {
                background-color: rgba(17,149,237,1);
                display: inline-block;
                width: 14px;
                height: 14px;
                line-height: 20px;
                border-radius: 50%;
                position: absolute;
                top: 24px;
                left: 30px;
                content: " ";
                /*color: rgb(17,149,237);*/
            }

            .site-body ul li p {
                margin: 0;
                padding: 0;
            }
