.companyList {
    width: 1000px;
    margin: 60px auto 110px;
}

.companyList h4 {
    text-align: left;
    padding-left: 25px;
    background: url('../images/details/back.png') no-repeat left;
    cursor: pointer;
    font-weight: 600;
    font-size: 26px;
    color: #05554a;
}

.companyCont {
    padding: 45px 60px;
    margin-top: 15px;
    background: #f7fdfb;
    border-radius: 5px;
}

.companyCont h3 {
    font-size: 20px;
    color: #0db986;
    font-weight: 600;
    text-align: center;
    padding: 12px 0;
}

.companyContTitle {
    margin: 0 0 30px;
    text-align: center;
}

.companyContTitle img {
    padding: 4px 3px;
    background: #ffffff;
    width: 185px;
    height: 52px;
    border: 1px solid #0db986;
    border-radius: 4px;
}

.companyCont .introduce {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    text-indent: 2em;
    margin-top: 25px;
}

.yellowSolid {
    width: 100%;
    height: 1px;
    text-align: center;
}