﻿.company-info-bg {
    width: 100%;
    float: left;
    background-image: url(../image/green-top-bg.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #f6f6f8;
    object-fit: fill
}

    .company-info-bg .info {
        margin-top: 60px;
        width: calc(100% - 20px);
        float: left;
        color: #ffffff;
        position: relative;
        padding-left: 20px
    }

        .company-info-bg .info:before {
            content: "";
            width: 5px;
            height: 80%;
            position: absolute;
            left: 0px;
            background-color: #ffffff;
            border-radius: 5px;
            top: 4px;
        }

        .company-info-bg .info .title {
            font-size: 26px;
        }

        .company-info-bg .info .zizhi li {
            padding: 10px 35px 10px 0;
            float: left;
            position: relative
        }

            .company-info-bg .info .zizhi li:after {
                content: "|";
                position: absolute;
                right: 15px;
            }

            .company-info-bg .info .zizhi li:last-child:after {
                display: none !important
            }

    .company-info-bg .company-content {
        background-color: white;
        margin-top: 40px;
        float: left;
        width: calc( 100% - 40px);
        min-height: 500px;
        padding: 30px 20px;
        margin-bottom: 70px;
    }

        .company-info-bg .company-content .title {
            font-size: 18px;
            line-height: 30px;
            padding-bottom: 12px;
            border-bottom: 1px solid #e2e2e2;
            text-indent: 40px;
            position: relative
        }

            .company-info-bg .company-content .title:after {
                content: " ";
                width: 86px;
                height: 3px;
                background-color: #0ea853;
                position: absolute;
                bottom: -1px;
                left: 30px;
            }

        .company-info-bg .company-content .content {
            margin-top: 20px;
            font-size: 15px;
            line-height: 2.5em;
            word-wrap: break-word;
            text-indent: 2em
        }

            .company-info-bg .company-content .content table {
                margin: 10px auto;
                border-left: 1px solid #eee;
                border-top: 1px solid #eee;
            }

            .company-info-bg .company-content .content img {
                max-width: 100% !important;
                height: auto !important;
            }
