@import url('/style-0.1.css');

/**
 * 栏目导航
 */
.qz-nav {
	background:#69c;
	height:35px;
	margin-bottom:10px;
	overflow:hidden;
}
.qz-nav .item,.qz-nav .item-right {
	font:bold 14px/35px arial;
	padding:0px 15px;
	color:white;
	display:block;
	float:left;
	text-decoration:none;
}
.qz-nav .item {
	border-right:solid 1px #8be;
}
.qz-nav .item:hover {
	background:#7ad;
}
.qz-nav .item-right {
	color:#fff;
	float:right;
	background:rgb(201,22,35);
	border-left:solid 3px #fff;
}
.qz-nav .item-right:hover {
	background:#f00;
}
.qz-nav .active {
	background:#369;
}


/*布局*/
.bj-left {
	width:718px;
	height:100%;
	margin-right:262px;
	_margin-right:259px;
}
.bj-right {
	float:right;
	height:100%;
	width:252px;
}
.bj1-left {
	float:left;
	width:354px;
	height:100%;
}
.bj1-right {
	float:right;
	width:252px;
	height:100%;
}
.bj1-center {
	width:354px;
	height:100%;
	margin-left:364px;
	_margin-left:361px;
	margin-right:262px;
	_margin-right:259px;
}
/*广告*/
.ad252 {
	width:252px;
	height:252px;
	overflow:hidden;
	margin-bottom:10px;
}
/*show_com*/
.gwbox {
	float:left;
	width:150px;
	height:140px;
	padding:10px;
	border:solid 1px #cc9;
	background:#ffc;
	margin-right:10px;
	margin-top:10px;
	vertical-align:middle;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color:#666;
	line-height:20px!important;
}
.qz_com_banner {
	background:url("images/banner.jpg");
	height:200px;
	line-height:200px;
	padding:0px 30px;
	font-size:40px;
	font-family:黑体;
	text-align:center;
	overflow:hidden;
}
.showcom-readme {
	height:90px!important;
	overflow:hidden;
}

/*show_qz*/
.qzbox {
	float:left;
	width:150px;
	height:120px;
	padding:10px;
	border:solid 1px #cc9;
	background:#ffc;
	margin-right:10px;
	margin-top:10px;
	vertical-align:middle;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color:#333;
	line-height:20px!important;
}

/*com*/
.combox {
	float:left;
	width:150px;
	height:120px;
	padding:10px;
	border:solid 1px #ccc;
	background:#fff;
	margin-right:10px;
	margin-top:10px;
	vertical-align:middle;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color:#333;
	line-height:20px!important;
}

/*jl*/
.jlbox {
	float:left;
	width:150px;
	height:120px;
	padding:10px;
	border:solid 1px #ccc;
	background:#fff;
	margin-right:10px;
	margin-top:10px;
	vertical-align:middle;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color:#333;
	line-height:20px!important;
}

/*新布局 2014-5-15*/
.bj-2-left {
	float:left;
	width:718px;
	overflow:hidden;
}
.bj-2-right {
	float:right;
	width:252px;
	overflow:hidden;
}

