@charset "utf-8";
/* CSS Document */



/* 页面主体内容 */
#pagewidth {
	margin:0 auto;
	width:960px;
	overflow:hidden;
	text-align:left;
}

#nav {
	background:url(../../img/category/nav.gif) repeat-x 0 0;
	height:29px;
	display:block;
	padding-left:20px;
	margin-bottom:10px;
}
	#nav li {
		float:left;
		display:block;
		background:url(../../img/category/nav.gif) no-repeat right -29px;
		height:24px;
		padding:5px 0 0 0;
	}
		#nav li a{
			color:#FFF;
			padding:0 15px 0 10px;
		}
			

/*块样式*/
#content {
	width:960px;
	position:relative;
}
	#content .column {
		float:left;
		position:relative;
	}
	#breaknews {
		width:390px;
	}
	#recommended {
		width:260px;
	}
		#recommended_container {
			margin-left:10px;
			width:250px;
		}
	.rightcolumn {
		float:right;
		width:300px;
		position:relative;
	}
	
	#container {
		width:650px;
		overflow:hidden;
	}




/*细节样式*/	
.break {
	display:block;
	margin-bottom:10px;
}
	.break li {
		display:block;
		height:90px;
		background:url(../../img/category/bg.png) no-repeat 0 -790px;
		/*border-bottom:1px dashed #e5e5e5;*/
	}
		.break h2{
			text-align:center;
			white-space:nowrap;
			overflow:hidden;
			display:block;
			width:100%;
		}
			.break h2 a{
				color:#000;
			}
			.break h2 a:hover{
				color:#cc0000;
			}
		.break p{
			color:#555;
			padding:0 10px;
			line-height:150%;
		}
.box {
	position:relative;
	overflow:hidden;
}
	.box h3 {
		font-size:14px;
		background:url(../../img/category/bg.png) no-repeat 10px -337px;
		padding:10px 0 14px;
		text-indent:20px;
		border-bottom:1px solid #e5e5e5;
		display:block;
		position:relative;
	}
		.box h3 span{
			position:absolute;
			width:55px;
			height:18px;
			right:10px;
			top:7px;
			background:url(../../img/category/bg.png) no-repeat 0 -413px;
		}
			.box h3 span a{
				display:block;
				width:55px;
				height:18px;
			}
	.box ul {
		display:block;
		padding-top:6px;
		overflow:hidden;
	}
		.box li {
			padding:0.4em 0;
			white-space:nowrap;
			background:url(../../img/category/bg.png) no-repeat 10px -268px;
			text-indent:20px;
			font-size:14px;
			width:100%;
			overflow:hidden;
		}


#container .box{
	margin:0 0 10px 0;
	width:320px;
}

.sidebar-ad {
	width:300px;
	height:300px;
	background:#e1e1e1;
	margin-bottom:10px;
}


#contact {
	display:block;
	font-size:14px;
}
	#contact li{
		text-indent:18px;
	}
		#contact .phone{
			background:url(../../img/category/bg.png) no-repeat 0 -1030px;
		}
		#contact .mail{
			background:url(../../img/category/bg.png) no-repeat 0 -1133px;
		}



/*类似 热门推荐*/
.recommended_content {
	border:1px solid #dedede;
}
.recommended_content .title {
	background:url(../../img/category/bg.png) no-repeat 0 -528px;
	height:29px;
	border-bottom:1px solid #dedede;
}
	.recommended_content .title h3 {
		padding:7px 0 0;
		font-weight:normal;
		text-indent:26px;
		font-size:14px;
	}

.recommended_content ul.recommended_list {
	display:block;
	padding:10px;
	overflow:hidden;
}
	ul.recommended_list li{
		padding:4px 0;
		text-indent:10px;
		background:url(../../img/category/bg.png) no-repeat 0 -186px;
		white-space:nowrap;
		overflow:hidden;
		width:100%;
		font-size:12px;
	}
	
.recommended_content .line{
	padding:10px;
	height:218px;
}




		










