#brandStory {
    min-width: 1280px;
    height: auto;
    background: url('../static/bs-bg.jpg') no-repeat;
    background-position: center;
}

/* 企业新闻 */
.cn-content {
    width: 1280px;
    margin: 0 auto;
}

.cn-progress {
    margin: 30px 0 55px;
    font-size: 16px;
    color: #000;
}

.cn-content-tle {
    color: #000;
    font-size: 30px;
    text-align: center;
    margin-bottom: 64px;
}

.cn-content-tle fieldset {
    line-height: 30px;
    text-transform: uppercase;
}

.cn-content-tle p {
    line-height: 30px;
    margin-top: 17px;
}

.cn-content-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 35px 40px;
    color: #000;
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 30px;
}
.cn-content-list-item:hover {
    box-shadow: 10px 10px 10px #ccc;
}

.cn-content-list-item-icon {
    width: 300px;
    height: 220px;
}

.cn-content-list-item-txt {
    width: 670px;
}

.cn-content-list-item-txt fieldset {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 29px;
}

.cn-content-list-item-txt fieldset a {
    color: #000;
}

.cn-content-list-item-txt p {
    font-size: 14px;
    line-height: 30px;
}

.cn-content-list-item-time {
    width: 100px;
    height: 100px;
    color: #FFF;
    background-color: #3a1414;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.cn-content-list-item-time b {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 15px;
}

.cn-content-list-item-time span {
    font-size: 14px;
    line-height: 14px;
}

.cn-content-page {
    width: 436px;
    display: flex;
    justify-content: space-between;
    margin: 60px auto;
}

.cn-content-page ul {
    width: 178px;
    display: flex;
    justify-content: space-between;
}

.cn-content-page ul li {
    width: 40px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    background-color: #d1ab72;
    cursor: pointer;
}

.cn-content-page a {
    width: 80px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    background-color: #d1ab72;
}
