.about-bg {
    width: 100%;
    display: block;
}

.live-content,
.video-content {
    display: flex;
    padding: 8.53% 5.33%;
    background: #FFFFFF;

}

.video-content {
    background: #FAFAFA;
}

.live-content>img,
.video-content>img {
    width: 116px;
    height: 116px;
}

.live-content>img {
    margin-right: 20px;
}

.video-content>img {
    margin-left: 20px;
}

.text-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.text {
    font-size: 12px;
    color: #898989;
    line-height: 22px;
    margin-top: 8px;
}

.comp-intro {
    width: 100%;
    min-height: 647px;
    padding: 32px 20px 12px;
    background: url(../image/about-comp-bg.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.comp-intro>h4 {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 23px;
    margin-bottom: 24px;
}

.comp-intro>p {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 12px;
}