﻿.carbrand
{
    padding-bottom:100px;
}
    .carbrand .cbholder {
        width: 1280px;
        margin: 0 auto;
    }
    .carbrand .ppone {
        font-size: 24px;
        font-weight: bold;
        line-height: 50px;
        margin-top: 30px;
        margin-bottom: 5px;
    }
        .carbrand .ppone span {
            font-size: 14px;
            color: #CCC;
            margin-left: 20px;
            font-weight: normal;
        }
    .carbrand .twolist {
        width: 1250px;
    }
    .carbrand .pptwo {
        display: flex;
        margin-bottom: 20px;
        float: left;
        margin-left: 30px;
    }
    .carbrand .tname {
        width: 360px;
        box-sizing: border-box;
        height: 80px;
        border: 1px solid #CCC;
        border-radius: 3px;
        padding-left: 20px;
    }
    .carbrand .coname {
        font-size: 20px;
        font-weight: bold;
        padding-top: 10px;
        height: 30px;
        line-height: 30px;
    }
    .carbrand .tel {
        font-size: 16px;
        font-weight: normal;
        color: #999;
        line-height: 36px;
    }
    .carbrand .logolist {
        display: flex;
        margin-left: 20px;
    }
        .carbrand .logolist a {
            display: block;
            border: 1px solid #CCC;
            border-radius: 3px;
        }
        .carbrand .logolist img {
            display: block;
            height: 80px;
            border-radius: 3px;
        }