.containerGenealogyIntro{
    width: 1920px;
    padding-top: 40px;
    box-sizing: border-box;
    background: url(/static/assets/page_bg.png) no-repeat top center;
    display:  flex;
    justify-content: center;
}
.containerGenealogyIntro .content{
    width: 1200px;
    /*height: 1470px;*/
    background: #FDF9F6;
}
.containerGenealogyIntro .box1{
    width: 1160px;
    /*height: 1430px;*/
    background: #FFFDFA;
    border: 6px solid #C4201D;
}
.containerGenealogyIntro .box2{
    width: 1150px;
    /*height: 1420px;*/
    border: 2px solid #C4201D;
    padding: 50px;
    box-sizing: border-box;
}
.containerGenealogyIntro .genealogyTitle{
    height: 91px;
    width: 368px;
    background: url('/static/assets/img.png') no-repeat bottom center;
    background-size: 100%;
}
.containerGenealogyIntro .content2{
    /* text-indent:48px; */
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 60px;
    text-align: left;
    text-decoration:underline ;
    text-decoration-color: #D5272030;
    text-decoration-thickness: 2px;
    text-underline-offset: 20px;
    text-align: justify;
}
