/* CSS Document */
#tab { width:350px; height:330px; position:relative;margin:40px auto 0 auto;}
/*设置容器高宽等*/
html > body #tab { width:350px;}
/*兼容IE6:IE6下宽度不够*/
#tab div { position:absolute; top:50px; left:0; width:350px; height:186px;}
/*设置容器高宽等*/
#tab div { display:none;}
/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/
#tab .block { display:block;}
/*选中的容器*/
#tab h3 { float:left; width:115px; height:50px; line-height:50px; margin:0 0 0 0; font-size:12px; cursor:pointer; background-color:#c5c5c5; text-align:center; color:#515050; font-family:Microsoft YaHei;font-weight:normal;}
/*默认标题样式*/
#tab .up { background:#ececec;color:#515050;}
/*选中的标题样式*/
/*修饰列表内容*/
#tab ul { list-style:none; padding:0; height:186px; margin-top:0px;}
#tab li { margin-left:10px; margin-right:10px; border-bottom:1px dotted #c6c6c6; height:90px; padding-top:23px; overflow:hidden; font-size:12px;}
#tab li img{ width:90px; height:90px; float:left; }
#tab li .tab_title{ width:210px; float:right;}
#tab li a { display:inline; font-size:14px; text-decoration:none; text-indent:10px; margin-right:10px; line-height:30px;}
#tab li .tab_title span{ display:block; float:left; margin-right:5px; color: #bdacb3;}
/*.tab_title{     font-size: 14px;    margin-left: 110px;    width: 235px; float:right;    margin-top: 4px;    line-height: 28px; }
a.tab_title:link { color: #5a5a5a; text-decoration:none;}
a.tab_title:visited { color:#5a5a5a; text-decoration:none;}
a.tab_title:hover {  font-weight:blod; color:#5a5a5a; text-decoration:none;}
a.tab_title:active { color:#5a5a5a; text-decoration:none;}
a.tab_menu:link { color:#6464d5; text-decoration:none;}*/
a.tab_menu:hover { color:#5b0003; text-decoration:none;}



.taglist{ width:350px;overflow:hidden; text-align:left; margin:20px auto;border:#dddddd solid 1px;} 
.taglist .tit{ width:100%; height:24px; line-height:24px; background-color:#565662;} 
.taglist .tit a{ padding-left:8px; color:#ffffff;} 
#tags a{height:30px; padding:3px 11px; line-height:40px; border:1px solid #dedede; margin-right:5px; font-size:14px;} 

#tags a:hover{ color:#fff; background:#5b0003; } 
.w95{ width:95%; margin:0 auto; padding-top:6px; padding-bottom:6px;} 
.taglist .w95{}