#s03 {
    
}

#s03 .content-row-wrapper{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#s03 .content-row-wrapper > .tit{
    width: 700px;
    font-size: 104px;
    color: #1f1f1f;
    text-align: center;
    line-height: 1;
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; */
}
#s03 .content-row-wrapper > .tit > div{
    /* display: inline-block; */
    width: 100%;
    margin-top: 20px;
    font-size: 22px;
    color: #424242;
}
#s03 .content-row-wrapper > .items{
    width: 790px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

#s03 .i-rec{
    width: 100%;
    height: 160px;
    border-bottom: 1px solid #E8E9EA;
}
#s03 .i-rec:last-child{
    border-bottom: 0;
}
#s03 .i-rec .item{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#s03 .i-rec .item > img{
    min-width: 70px;
}
#s03 .i-rec .item > .item-cont{
    padding-left: 40px;
    width: 100%;
}
#s03 .i-rec .item > .item-cont .item-tit{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin: 5px 0;
}
#s03 .i-rec .item > .item-cont .item-body{
    font-size: 24px;
    /* font-weight: bold; */
    color: #666666;
    margin: 5px 0;
}