
.about-wrap {
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.about-main {
    display: flex;
    flex: 1;
    width: 1200px;
    margin-top: 20px;
}


.junkao-brand-container {
    min-height: 600px;
    padding: 20px;
    font-size: 18px;
    margin:  0 20px 20px 20px;
    background-color: #FFFFFF;
    flex: 1;
    box-shadow: rgb(231, 231, 231) 1px 1px 1px;
}

.junkao-brand-container p {
    margin-bottom: 20px;
}

/*关于我们*/
.about-title {
    font-weight: bold;
    font-size: 18px;
    padding: 30px 0 10px 0;
}

.about-content {
    line-height: 150%;
}

.about-content .item {
    padding-bottom: 10px;
}