@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0}
li{list-style:none}
.item{background:#fbfafa;color:#585858;float:left; margin:0 18px 18px 0;border:solid 1px #ebebeb; padding:9px;height:240px;width:200px;}
.item-tit{font:700 12px/26px '宋体'; text-align:center; white-space:nowrap; display:block; overflow:hidden; height:26px;}
.item-tit a{color:#585858; text-decoration:none}.item-tit a:hover{color:#F33}
.item-des{ font-size:12px; line-height:19px; text-indent:2em}
.headimg{ background:#fff; padding:3px; display:block; border:solid 1px #e0e0e0; box-shadow:0 2px 2px #f0f0f0;height:112px;width:192px;}
.clear{display:block; clear:both; font-size:0; height:0; line-height:0; overflow:hidden}