    /**
        css强制两端对齐
         */
        .justify-text-css {
            text-align: justify;
        }

        .commom-title {
            margin: 0;
            padding: 0;
            margin-bottom: 1em;
            line-height: 1;
            position: relative;
            border-bottom: 0px solid #e5e5e5
        }

        .commom-title h2 {
            font-size: 1.5em;
            font-weight: 700;
            margin: 0;
            padding: 0.5em 0;
            display: inline-block;
            position: relative;
            color: #004eb3
        }

        .commom-title h2:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 1em;
            height: 3px;
            background: #004eb3;
            z-index: 0
        }

        .commom-title .more {
            font-size: 1em;
            margin: 0;
            padding: 0;
            padding-top: 1em;
            color: #aaa;
            float: right
        }

        .commom-title.celebration h2 {
            font-size: 1.4em;
            line-height: 0.8;
            font-weight: 400;
            color: #ff6262
        }

        .commom-title.celebration h2 em {
            font-weight: 900;
            color: #ff6262;
            font-family: georgia, "times new roman", times, serif;
            font-size: 1.2em;
        }

        .commom-title.celebration h2:before {
            background-color: #ff6262
        }

        .page-article .article-title {
            font-size: 30px;
            font-family: pingfang sc-bold, pingfang sc;
            font-weight: bold;
            color: #222222;
        }


        .page-article .article-meta {
            font-size: 14px;
            font-family: pingfang sc-regular, pingfang sc;
            font-weight: 400;
            color: #a7a7a7;
        }

        .page-article .article-meta .item {
            margin-right: 40px;
        }


        .social-share .icon-weibo,
        .social-share .icon-wechat,
        .social-share .icon-qq
        {
            color:#666 !important;
            border:none !important;
        }

        .social-share .icon-weibo:hover,
        .social-share .icon-wechat:hover,
        .social-share .icon-qq:hover{
            background:none !important
        }
