.advantage .main{
    margin-top:104px;
    padding-bottom:56px;
}
.advantage .list{
    margin-bottom:66px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.advantage .list .cont{
    min-width:600px;
}
.advantage .list .cont h3{
    font-family: 'SourceHanSansCN-Heavy';
    font-size:18px;
    position: relative;
    height:66px;
    line-height:66px;
    margin-bottom:8px;
}
.advantage .list .cont h3::after{
    content: "";
    width:32px;
    height:3px;
    background:#0BAC2A;
    position: absolute;
    left:0;
    bottom:0;
}
.advantage .list .cont p{
    font-family: 'SourceHanSansCN-Normal';
    font-size:14px;
    line-height:38px;
}