.containerGenealogyNewsDetail{
    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;
}
.containerGenealogyNewsDetail .content-print{
    width: 1200px;
	padding: 20px;
    background: #FDF9F6;
}
.containerGenealogyNewsDetail .box1-print{
    width: 1160px;
	padding: 5px;
    background: #fff;
    border: 6px solid #C4201D;
}
.containerGenealogyNewsDetail .box2-print{
    width: 1150px;
    border: 2px solid #C4201D;
    padding: 50px;
    box-sizing: border-box;
}
.containerGenealogyNewsDetail .newsTitle{
	font-size: 32px;
	font-family: KaiTi;
	font-weight: 800;
	color: #333333;
}
.containerGenealogyNewsDetail .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;
}
.newsBefore,.newsNext{
	font-size: 24px;
	font-family: KaiTi;
	font-weight: 400;
	color: #C4201D;
}


