﻿.company_container {
    max-width: 1454px;
    width: 90%;
    margin: 0 auto;    
}
.company_list {
    padding: 130px 0;
}
.company_item{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-bottom:40px;
    border:1px solid #d3d3d3;
}
    .company_item .item_left {
        width:46.91%;
    }
    .company_item .item_right {
        width: 48.76%;
    }
    .company_item .title{
        font-size:30px;
        line-height:50px;
        margin-top:80px;
        margin-bottom:40px;
    }
    .company_item .phones,
    .company_item .address2 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 30px;
    }
    .company_item span{
        display:inline-block;
        width:50px;
    }
    .company_item span img{
        width:25px;
    }
    @media (max-width:1560px) {
        .company_list {
            padding: 50px 0;
        }
        .company_item .title {
            margin-top:40px;
            font-size: 20px;
            line-height: 30px;
            margin-bottom:20px;
        }

        .company_item .phones,
        .company_item .address2 {
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 15px;
        }
    }
@media (max-width:768px) {
    .company_item .item_left {
        width: 100%;
    }

    .company_item .item_right {
        width: 100%;
        padding:0 15px;
    }
    .company_item .title{
        font-size:18px;
    }
}