/* CSS Document */

/*选项卡*/
.box{width:960px; position:relative; margin:0 auto;}
.tab_menu{ border-bottom:#CCCCCC 1px solid; height:33px;}
.tab_menu li{ width:105px; float:left; height:34px; line-height:34px; color:#666666; text-align:center; cursor:pointer; background-image: url(../images/cptab_05.png); background-repeat: no-repeat; margin-right: 4px; font-family: "微软雅黑"; font-size: 14px; margin-bottom:-1px;}
.tab_menu li.current{ color:#0378b2; background-image: url(../images/cptab_03.png); background-repeat: no-repeat; }
.tab_menu li a{color:#fff;text-decoration:none;}
.tab_menu li.current a{color:#333;}
.tab_box > div{ width:900px; height:auto; position:relative; font-family: "宋体"; font-size: 12px; color: #666666; padding-top:10px; line-height: 25px; margin-top:10px; margin:20px auto;}
.tab_box li{height:24px;line-height:24px;overflow:hidden;}
.tab_box li span{margin:0 5px 0 0;font-family:"宋体";font-size:12px;font-weight:400;color:#ddd;}
.tab_box .hide{display:none;}

