@charset "utf-8";
/* CSS Document */
* {padding: 0;margin: 0;}
body {margin: 0px;padding: 0px;min-width:1200px;}

/*相关样式*/
#showbox { background:#eee;}
#showbox span { background:url(../images/whitebg.png) repeat;}
#showsum { left:25px; margin-top:10px;}
#showsum span { border:1px solid #ddd;}
#showsum span.sel { border:1px solid #f60;}

.showpage { width:600px; position:relative;}
.showpage a { display:block; width:15px; border:1px solid #ddd; height:60px; line-height:60px; background:#eee; text-align:center; font-size:18px; position:absolute; left:0; top:-72px; text-decoration:none; color:#999;}
.showpage a#shownext { left:auto; right:0;}
.showpage a:hover { background:#ccc; color:#777;}


.tab-list  {                
	text-align: center;
	line-height: 40px;
	font-family: "微软雅黑";
	height: 40px;
	border-bottom: none;
	font-size:14px;
	border-bottom: 1px solid #000;
}
.tab-list  li {            
	float: left;
	border-right: none;
	width: 100px;
	cursor: pointer;
	background-color:#ff0000;
	border-right: 1px solid #fff;
	color:#fff;
}
.tab-list li:last-of-type {
	border-right: 1px solid #fff;
}
.tab-content  li {
	width: 100%;
	text-align: left;
	line-height:24px;
	padding:20px 0 20px 0;
	min-height:400px;
}




































