.containerGenealogyPrint{
    padding-top: 40px;
    width: 1920px;
    box-sizing: border-box;
    background: url('/static/assets/page_bg.png') no-repeat top center;
    display:  flex;
    justify-content: center;
}
.containerGenealogyPrint .content-print{
    width: 1200px;
    /*height: 1330px;*/
    background: #FDF9F6;
}
.containerGenealogyPrint .box1-print{
    width: 1160px;
    /*height: 1290px;*/
    background: #fff;
    border: 6px solid #C4201D;
}
.containerGenealogyPrint .box2-print{
    width: 1150px;
    /*height: 1280px;*/
    border: 2px solid #C4201D;
    padding: 50px;
    box-sizing: border-box;
}
.containerGenealogyPrint .genealogyList{
    width: 502px;
    height: 452px;
    margin-bottom: 57px;
    margin-top: 30px;
}
.containerGenealogyPrint .img{
    width: 502px;
    height: 402px;
    background: url(/static/assets/type_bg.png) no-repeat center center;
    background-size: 100% 100%;
}
