#app .page-aboutcjb-wrapper .introduce-wrapper {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding-top: 45px;
    padding-bottom: 64px;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
}

#app .page-aboutcjb-wrapper .introduce-wrapper .introduce-content {
    max-width: 1200px;
    margin-right: 40px;
    margin-left: 40px;
    width: calc(100% - 80px);
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    box-sizing: border-box;
}

#app .page-aboutcjb-wrapper .introduce-wrapper .introduce-content .left {
    display: flex;
    box-sizing: border-box;
    margin-right: 18px;
    margin-top: -45px;
}

#app .page-aboutcjb-wrapper .introduce-wrapper .introduce-content .left img {
    width: 305px;
    height: 305px;
}

#app .page-aboutcjb-wrapper .introduce-wrapper .introduce-content .right {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    align-items: center;
}

#app .page-aboutcjb-wrapper .introduce-wrapper .introduce-content .right .card {
    box-sizing: border-box;
    display: flex;
    flex: 1;
    height: 253px;
    margin-top: 5px;
    padding: 17px 15px 20px;
    flex-direction: column;
    align-items: center;
    border: 4px solid #EEEEEE;
    margin-right: 12px;
}

#app .page-aboutcjb-wrapper .introduce-wrapper .introduce-content .right .card img{
    width: 46px;
    height: 46px;
}

#app .page-aboutcjb-wrapper .introduce-wrapper .introduce-content .right .card .title{
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    margin-top: 20px;
}

#app .page-aboutcjb-wrapper .introduce-wrapper .introduce-content .right .card .sub-title{
    font-size: 16px;
    line-height: 1.3;
    margin-top: 20px;
    font-weight: 500;
    color: #808080;
}
