.companyList {
    width: 936px;
    margin: 0 auto 140px;
    padding: 30px 32px;
    background: #2F2F2F;
    border-radius: 10px;
    border: 1px solid #CDBA95;
}

.companyList h4 {
    text-align: left;
    padding-left: 20px;
    background: url('../images/details/back.png') no-repeat left;
    cursor: pointer;
    font-weight: 600;
    font-size: 26px;
    color: #EDD7A1;
}

.companyCont {
    /* padding: 30px 35px; */
    margin-top: 16px;
    /* background-color: #504744; */
}

.companyCont h3 {
    font-size: 22px;
    color: #CDA455;
    font-weight: 500;
    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 .introduce {
    font-size: 18px;
    color: #EEEEEE;
    line-height: 28px;
    text-indent: 2em;
    margin-top: 20px;
}

.yellowSolid {
    width: 100%;
    height: 1px;
    text-align: center;
}