
@page {
    size: A4 portrait;
    margin:  1.4cm auto;
}
        
.Noprint 
{ 
display: none;
}
.PrintOnly 
{
display: block;
}
h1 {
    page-break-before: always;
}

h1, h2, h3, h4, h5, h6,
thead, tfoot, tr, th, td,
li {
    page-break-inside: avoid;
}

body {
    background-color: white;
    color: black;
}

a[href]:after{content:normal;}

thead, tfoot {
    display: table-row-group;
}

body,.container{
    min-width: auto;
    width: 280mm;
}

.dangjianbox-article{
    overflow: hidden;
}