.box{width:600px;margin:0 auto 0;background:#fff;}
.tab_menu{overflow:hidden;}
.tab_menu li{width:150px;float:left;height:40px;line-height:40px;color:#fff;background:#efefef;text-align:center;cursor:pointer;}
.tab_menu li.current{color:#333;background:#0084cd;}
.tab_menu li a{font-size:16px;color:#585858;text-decoration:none;}
.tab_menu li.current a{color:#fff;}
.tab_box{padding:0;}
.tab_box .hide{display:none;}