@charset "utf-8";
/* CSS Document */

/* 选项卡 */
.box{width:280px; height:250px;background:#fff;border:1px solid #d3d3d3; border-top:3px solid #7ab800; overflow:hidden; float:left;}
.tab_menu{overflow:hidden;}
.tab_menu li{width:140px;float:left;height:40px;line-height:40px;color:#000;background:#ddd;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 p{ width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:2;}
.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;}