/* CSS Document */

/* css 重置 */
*{ padding:0; list-style:none; }

/* 本例子css */
.focusSwitch{ width:540px;  padding:20px; background:#eee; background:#fff; font:normal 12px/22px 宋体;  }
.focusSwitch a{ text-decoration:none; color:#333;  }
.focusSwitch a:hover{ color:#1974A1;  }
.focusSwitch ul{ overflow:hidden; zoom:1; margin-right:-2px;  }
.focusSwitch li{ width:106px; height:106px; float:left; margin:0 2px 2px 0; display:inline; overflow:hidden; background:#000; padding:inherit; }
.focusSwitch li img{ display:block; width:106px; height:106px; border:0;}
.focusSwitch li.m{ width:322px; background:#666567; color:#fff;   }
.focusSwitch li.m dd{ line-height:18px;   }
.focusSwitch li.t{ background:#780414; text-align:center; color:#fff;   }
.focusSwitch li.t p{ padding:0px; line-height:18px; margin-bottom:inherit; text-indent:inherit;  }
.focusSwitch li.t h3{ font: bold 18px "微软雅黑"; color: #FFF8A7;  }

.focusSwitch li.n img{ filter:alpha(opacity=40);opacity:0.4;  }
.focusSwitch li.on img{ filter:alpha(opacity=100);opacity:1;  }