@charset "UTF-8";
.box{margin:10px auto 0;background:clear;}

.tab_menu{overflow:hidden;padding:0px 20px;}

.tab_menu li{width:100px;float:left;height:30px;line-height:30px;color:#fff;background:#2254c7;text-align:center;cursor:pointer;}

.tab_menu li.current{color:#333;background:#fff;}

.tab_menu li a{color:#fff;text-decoration:none;}

.tab_menu li.current a{color:#333;}

.tab_box{padding:20px;}

.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;}