/* CSS Document */
#tab { width:800px; height:400px; position:relative;margin:50px auto 0 auto}
/*设置容器高宽等*/
html > body #tab { width:800px;}
/*兼容IE6:IE6下宽度不够*/
#tab div { position:absolute; top:50px; left:0; width:800px; height:300px;}
/*设置容器高宽等*/
#tab div { display:none;}
/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/
#tab .block { display:block;}
/*选中的容器*/
#tab h3 { float:left; width:200px; height:50px; line-height:50px; margin:0 0 0 0; font-size:16px; cursor:pointer; background-color:#c5c5c5; text-align:center; color:#5a5a5a; font-family:Microsoft YaHei;font-weight:normal;}
/*默认标题样式*/
#tab .up { background:#0292cf;color:#fff;}
/*选中的标题样式*/
/*修饰列表内容*/
#tab ul { list-style:none; padding:0; height:350px; margin-top:0px;}
#tab li { margin-left:10px; margin-right:10px; border-bottom:1px dotted #c6c6c6; height:40px; padding-top:10px; overflow:hidden; font-size:16px;}
#tab li a { display:inline; font-size:16px; text-decoration:none; text-indent:10px; margin-right:10px;}
#tab li span{ display:block; float:right; margin-right:5px; color: #bdacb3;}
a.tab_title:link { color: #5a5a5a; text-decoration:none;}
a.tab_title:visited { color:#5a5a5a; text-decoration:none;}
a.tab_title:hover { 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:#8888e0; text-decoration:underline;}

#tab1 { width:800px; height:850px; position:relative;margin:50px auto 0 auto}
/*设置容器高宽等*/
html > body #tab1 { width:800px;}
/*兼容IE6:IE6下宽度不够*/
#tab1 div { position:absolute; top:50px; left:0; width:800px; height:300px;}
/*设置容器高宽等*/
#tab1 div { display:none;}
/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/
#tab1 .block { display:block;}
/*选中的容器*/
#tab1 h3 { float:left; width:200px; height:50px; line-height:50px; margin:0 0 0 0; font-size:16px; cursor:pointer; background-color:#c5c5c5; text-align:center; color:#5a5a5a; font-family:Microsoft YaHei;font-weight:normal;}
/*默认标题样式*/
#tab1 .up { background:#0292cf;color:#fff;}
/*选中的标题样式*/
/*修饰列表内容*/
#tab1 ul { list-style:none; padding:0; height:350px; margin-top:0px;}
#tab1 li { margin-left:10px; margin-right:10px; border-bottom:1px dotted #c6c6c6; height:40px; padding-top:10px; overflow:hidden; font-size:16px;}
#tab1 li a { display:inline; font-size:16px; text-decoration:none; text-indent:10px; margin-right:10px;}
#tab1 li span{ display:block; float:right; margin-right:5px; color: #bdacb3;}
a.tab1_title:link { color: #5a5a5a; text-decoration:none;}
a.tab1_title:visited { color:#5a5a5a; text-decoration:none;}
a.tab1_title:hover { color:#5a5a5a; text-decoration:none;}
a.tab1_title:active { color:#5a5a5a; text-decoration:none;}
a.tab1_menu:link { color:#6464d5; text-decoration:none;}
a.tab1_menu:hover { color:#8888e0; text-decoration:underline;}


#tab2 { width:800px; height:2400px; position:relative;margin:50px auto 0 auto}
/*设置容器高宽等*/
html > body #tab2 { width:800px;}
/*兼容IE6:IE6下宽度不够*/
#tab2 div { position:absolute; top:50px; left:0; width:800px; height:300px;}
/*设置容器高宽等*/
#tab2 div { display:none;}
/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/
#tab2 .block { display:block;}
/*选中的容器*/
#tab2 h3 { float:left; width:200px; height:50px; line-height:50px; margin:0 0 0 0; font-size:16px; cursor:pointer; background-color:#c5c5c5; text-align:center; color:#5a5a5a; font-family:Microsoft YaHei;font-weight:normal;}
/*默认标题样式*/
#tab2 .up { background:#0292cf;color:#fff;}
#tab2 .up1 { background:#ffffff;color:#000;}
/*选中的标题样式*/
/*修饰列表内容*/
#tab2 ul { list-style:none; padding:0; height:350px; margin-top:0px;}
#tab2 li { margin-left:10px; margin-right:10px; border-bottom:1px dotted #c6c6c6; height:80px; padding-top:10px; overflow:hidden; font-size:16px;}
#tab2 li a { display:inline; font-size:16px; text-decoration:none; text-indent:10px; margin-right:10px;}
#tab2 li span{ display:block; float:right; margin-right:5px; color: #bdacb3;}
a.tab2_title:link { color: #5a5a5a; text-decoration:none;}
a.tab2_title:visited { color:#5a5a5a; text-decoration:none;}
a.tab2_title:hover { color:#5a5a5a; text-decoration:none;}
a.tab2_title:active { color:#5a5a5a; text-decoration:none;}
a.tab2_menu:link { color:#6464d5; text-decoration:none;}
a.tab2_menu:hover { color:#8888e0; text-decoration:underline;}