/* CSS Document */
#tabnew { width:540px; height:380px; position:relative;margin:0px auto 0 auto;}
/*设置容器高宽等*/
html > body #tabnew { width:540px;}
/*兼容IE6:IE6下宽度不够*/
#tabnew div { position:absolute; top:30px; left:0; width:540px; height:330px;}
/*设置容器高宽等*/
#tabnew div { display:none;}
/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/
#tabnew .block { display:block;}
/*选中的容器*/
#tabnew h3 { float:left; width:135px; height:50px; line-height:50px; margin:0 0 0 0; font-size:18px; cursor:pointer;  text-align:center; color:#000000; font-family:Microsoft YaHei;font-weight:bold; border-bottom:#CCC 1px solid ;}
/*默认标题样式*/
#tabnew .up {color:#ab2223;border-bottom:#ab2223 3px solid;}
/*选中的标题样式*/
/*修饰列表内容*/
#tabnew ul { list-style:none; padding:0; height:330px; margin-top:px;}
#tabnew li { margin-left:10px; margin-right:10px; border-bottom:1px dotted #c6c6c6; height:22px; padding-top:23px; overflow:hidden; font-size:14px;}
#tabnew li a { display:inline; font-size:14px; text-decoration:none; text-indent:10px; margin-right:10px;}
#tabnew li span{ display:block; float:right; margin-right:5px; color: #999999;}
a.tab_title:link { color: #333; text-decoration:none;}
a.tab_title:visited { color:#5a5a5a; text-decoration:none;}
a.tab_title:hover { color:#a30300; 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:#8888e0; text-decoration:underline;}
#tabnew li em {
    width: 5px;
    height: 5px;
    background: #9e9e9e;
    border-radius: 100px;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}