.companyList h4 {
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    padding-left: 20px;
    background: url('../images/details/back.png') no-repeat left;
    cursor: pointer;
}

.companyCont {
    padding: 30px 35px;
    /* background: #2b2b2b; */
    margin-top: 20px;
    /* background: url('../images/jiangBg.png') no-repeat center;
    background-size: cover; */
    background-color: #504744 ;
}

.companyCont h3 {
    font-size: 20px;
    color: #f4ddb7;
    text-align: center;
    padding: 10px 0;
}

.companyContTitle {
    margin: 20px 0;
    text-align: center;
}

.companyContTitle img {
    padding: 4px 3px;
    background: #ffffff;
    width: 185px;
    height: 52px;
}

.companyCont p {
    font-size: 18px;
    color: #dbdbdb;
    line-height: 28px;
    text-indent: 2em;
    margin-top: 15px;
}

.yellowSolid {
    width: 100%;
    height: 1px;
    text-align: center;
}