<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*ìµœì‹&nbsp;ê¸€*/
.latest_box_wrap { width:100%; margin-bottom:150px; clear:both}
.latest_box_wrap .notice_latest { width:48%; float:left}
.latest_box_wrap .counsel_latest {width:48%; float:right}
/*ìµœì‹&nbsp;ê¸€*/

@media screen and (max-width: 960px) {
    .latest_box_wrap { width:100%; margin-bottom:100px; clear:both}
    .latest_box_wrap .notice_latest { width:100%; float:none}
    .latest_box_wrap .counsel_latest {width:100%; float:none}
}</pre></body></html>