@media print {
    .test_content .test_content_top .p-title{
        font-size: 16pt;
        text-align: center;
    }
    .test_content .test_content_top .p-info{
        font-size: 13pt;
        margin-top: 5px;
        text-align: center;
    }
    .chapter_title{
        font-size: 15pt;
    }
    .test_content ul li{
        font-size: 14pt;
    }
    [class*='h_radio_group'] .option{
        font-size: 14pt;
    }
}



















