.container {
    /* padding: 60px 15px 100px; */
    line-height: 32px;
    font-size: 18px;
    line-height: 1.8;
}

.company_item {
    position: relative;
    padding-top: 30px;
}

.company_name {
    color: #333;
    position: relative;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.1;
}

.company_name::after {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #c7000b;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.company_ul {
    padding-top: 50px;
    padding-right: 36%;
}

.company_ul li {
    text-align: left;
    color: #666;
}

.company_logo {
    position: absolute;
    top: -20px;
    right: 0;
}
.company_logo .text-center {
    font-size: 16px;
    color: #767676;
}

.company_dec {
    width: 65%;
    padding-top: 10px;
    padding-bottom: 160px;
}

.company_dec li {
    width: 50%;
    float: left;
}

.border-top {
    border-top: 1px solid #ebebeb;
}

.about_history .con {
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.about_history .footprint {
    border-left: 1px solid #ccc;
    margin-bottom: 20px;
    margin-top: 40px;
}

.about_history .footprint li.item {
    padding-left: 30px;
    margin-bottom: 25px;
    position: relative;
}

.about_history .footprint i.dot {
    display: inline-block;
    background: url("https://image.poso2o.com/osStatic/images/about.png");
    width: 11px;
    height: 11px;
    background-position: 0 0;
    position: absolute;
    left: -6px;
    top: 4px;
}

.about_history .footprint h3.title {
    color: #333;
    margin-bottom: 5px;
}

.about_history .footprint p.desc {
    color: #666;
}

.company_service {
    margin-top: 100px;
}

.company_service .company_ul {
    padding-left: 10px;
}

.company_service li {
    list-style: disc;
}