/* 评选企业详情 */

.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: 40px 65px;
    background: #720000;
    margin-top: 20px;
}

.companyCont h3 {
    font-size: 20px;
    color: #f4ddb7;
    text-align: center;
    padding: 18px 0;
}

.companyContTitle {
    /* margin: 20px 0; */
    text-align: center;
    margin-bottom: 30px;
}

.companyContTitle img {
    padding: 5px 4px;
    background: #ffffff;
    width: 185px;
    height: 52px;
    border-radius: 3px;
}

.companyCont p {
    font-size: 18px;
    color: #ffffff;
    line-height: 32px;
    margin-top: 20px;
    text-align: justify;
    text-indent: 2rem;
}

.yellowSolid {
    width: 100%;
    height: 1px;
    text-align: center;
}