/* header -------------------------*/
#header{position:relative;_height:50px;margin-top:10px;}
.search{position:absolute;right:0px;bottom:40px;width:450px;height:28px;padding:5px;background:url(https://skin.elecfans.com/images/search.png) no-repeat;_bottom:37px;}
.search-box{width:335px;height:28px;padding:0 0 0 25px;border:0;background:none;line-height:28px;}
.search-btn{
		position:absolute;top:4px;right:10px;width:85px;height:30px;
		border:0;text-indent:-9999em;cursor:pointer;background:none;
}
.search-btn:hover{background:url(https://skin.elecfans.com/images/search.png) no-repeat -475px -4px;}


.main-wrap{padding:9px 29px 14px;border:1px solid #c4c4c4;background:#fff;}
.page-title{padding:10px 0 10px;border-bottom:1px solid #d8d8d8;font:bold 26px/2.0 arial;text-align:center;color:#000;}
.section-title{margin:15px 0 0;color:#c00;font:bold 14px/2.0 "微软雅黑",arial;}
.section-title-explain{margin:0 0 10px;}
.section-list li{margin-bottom:10px;font-size:12px;color:#333;}
.section-subList{margin:10px 2em 15px;}
.section-subList li{margin-bottom:5px;color:#666;}

.side-nav{margin-top:10px;border:1px solid #d8d8d8;border-bottom:0;background:#fff;}
.side-nav-item{display:block;position:relative;height:36px;border-bottom:1px solid #d8d8d8;line-height:36px;text-indent:20px;}
.side-nav-item:hover,
.side-nav-cur{background:#ffffe9;color:#c00;text-decoration:none;}

.arrow{font-family:arial;font-size:14px;position:absolute;right:20px;top:0;}

/*表格*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
}
th,td{border:1px solid #d8d8d8;line-height:30px;text-indent:10px;}
th{background:#f3f8ff;}
td{text-align:left;}