.corp-info-main {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    margin-bottom: 50px;
}
.corp-menu {
    background: #b01f24;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding-left: 20px;
}

.intro {
    width: 752px;
    margin-left: 88px;
}

.intro-crumbs {
    color: #999999;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
    padding-left: 25px;
}
.intro-crumbs a {
    color: #999999;

}

.intro-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d7d7d7;
}
.intro-main {
    padding: 25px;
    border: 1px solid #c9c9c9;
}
.intro-text {
    text-indent: 28px;
    font-size: 14px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 25px;
}
.intro-main .target {
    overflow: hidden;
    margin-top: 10px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}

.target p {
    float: left;
    width: 120px;
    color: #fff;
    text-align: center;
    background: #b01f24;
}
.target span {
    float: left;
    color: #000;
    width: 560px;
    background: #f1f1f1;
    padding-left: 20px;
}