 html,body{ margin: 0; padding: 0; }
 .pagebox{ position:relative; }
 @font-face { font-family: 'iconfont1';
     src: url('font/font.woff2') format('woff2'),
     url('font/font.woff') format('woff'),
     url('font/font.ttf') format('truetype');
 }
 .a_icon{ font-family: 'iconfont1'; }
 @media only screen and (max-width: 768px){
     #w_grid .p_gridbox { background-repeat: no-repeat; background-position: center center; background-attachment: unset !important; }
     #news_list .newPicBox { position: relative; width: 100%; height: 160px !important; overflow: hidden; border-radius: 4px; margin: 0 auto; }
 }