@charset "utf-8";
/* CSS5 - css5.com.cn */
body, div{margin:0; padding:0;font-style: normal;font:12px/22px "\5B8B\4F53",Arial, Helvetica, sans-serif;}/* \5B8B\4F53 宋体 更多中文字体转换Unicode编码表网址 http://www.css5.com.cn/jiqiao/j325.shtml */

a{color:#000000;text-decoration:none; } 
a:hover{color:#F00;}
#n{margin:10px auto; width:920px; border:1px solid #CCC;font-size:12px; line-height:30px;}
#n a{ padding:0 4px; color:#333}
ol, ul ,li{list-style: none;margin:0;padding:0;}
/* list-style: none去掉ol ul li三个标签样式，去掉外间距和内部白间距 */

ul.news{ border:1px solid #00F; padding:10px; width:300px;}
/* 设置ul的边框、宽度、内间距 */
ul.news li{ background:url(dot.gif) no-repeat 0 15px;height:30px;
padding-left:10px; line-height:30px; text-align:left}
/* 设置圆点图片为li背景，高、行高、内容靠左对齐 */