@charset "utf-8";
/* CSS Document */
a{text-decoration:none;}
a:hover{text-decoration:none;}
#title{width:300px;margin:3% auto 0;}
#title h2{font-size:18px;}
#wrapper{width:980px;margin:0 auto;background:#f8f8f8;border:1px solid #a3a3a3;padding:20px 20px 50px;border-radius:5px;-moz-border-radius:5px;}
h3{color:#333;font-size:14px;text-align:center;margin:20px 0;}
/* box */
.box{width:925px;background:#fff;border:1px solid #d3d3d3; float:right; margin-right:20px;}
.tab_menu{overflow:hidden; border-bottom:1px solid #eee}
.tab_menu li{width:150px;float:left;height:40px;line-height:40px;color:#333;text-align:center;cursor:pointer; font-size:13px; border-right:1px solid #CCCCCC}
.tab_menu li.current{color:#fff;background:#e0061e;}
.tab_menu li a{color:#fff;text-decoration:none;}
.tab_menu li.current a{color:#fff;}
.tab_box{padding:20px;}
.tab_box img{ width:100%;}
.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;}