#companyCulture {
    min-width: 1280px;
    height: auto;
    background: url('../static/cc-bg.jpg') no-repeat;
    background-position: center;
}


/* 企业文化 */
.cc-content {
    width: 1280px;
    margin: 0 auto;
}
.cc-progress {
    margin: 46px 0 56px;
    font-size: 16px;
    color: #000;
}
.cc-content-tle {
    color: #000;
    font-size: 30px;
    text-align: center;
    margin-bottom: 64px;
}
.cc-content-tle fieldset{
    line-height: 30px;
    text-transform: uppercase;
}
.cc-content-tle p {
    line-height: 30px;
    margin-top: 17px;
}
.cc-content-tle div{
    font-size: 18px;
    line-height: 18px;
}
.cc-content-txt {
    text-align: center;
    color: #000;
    margin-bottom: 100px;
}
.cc-content-txt>p {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 42px;
}
.cc-content-box {
    height: 440px;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}
.cc-content-box-item {
    width: 300px;
    height: 200px;
    padding: 30px 22px;
    box-sizing: border-box;
    background-color: #ccc;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.cc-content-box-item  .box-tle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-tle .box-tle-lf b {
    display: block;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 5px;
    text-align: left;
}
.box-tle .box-tle-lf span {
    display: block;
    font-size: 15px;
    line-height: 15px;
    text-align: left;
    text-transform: capitalize;
}
.box-tle .box-tle-rg {
    width: 58px;
    height: 44px;
}
.box-hr {
    width: 35px;
    height: 1px;
    background-color: #000;
}
.box-txt {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
}
