@import url(style.css);


/*切换*/
.zhinan1{
	width:585px;
	float:left;
	margin-top:4px;

	color:#c7c6c6;
}

.zhinan1 .ztitle li{
	line-height: 32px;
	height: 30px;
	width: 95px;
	float: left;
	text-align: center;
	font-family: "Microsoft YaHei", simhei, sinsun;
	cursor: pointer;
	background-color: #ffffff;
	font-size: 12px;
	top: 0px;
	position: relative;
	z-index: 10;
	margin-right:5px;
}
.zhinan1 .ztitle li.current{
	color: #0ca4e9;
	background-image: url(../images/one_002.png);
	height: 32px;
	width: 95px;
	background-repeat: no-repeat;
	z-index: 100;
	top: 1px;
	position: relative;
	line-height: 30px;
	margin-right:5px;
}
.zhinan1 .ztitle li:hover{
	color: #0ca4e9;
	background-image: url(../images/one_002.png);
	height: 32px;
	width: 95px;
	background-repeat: no-repeat;
	z-index: 100;
	top: 1px;
	position: relative;
	line-height: 30px;
	margin-right:5px;
}

.zhinan1 .cont_dl{ display:none;}



/*切换*/
.news_content{
	float:left;
	color:#c7c6c6;
}

.news_content .ztitle li{
	font-size: 12px;
	line-height: 28px;
	color: #ffffff;
	font-family: 微软雅黑;
	background-image: url(../images/new_tab.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 500px;
	font-weight: bold;
	float:left;
	cursor: pointer;
}
.news_content .ztitle li.current{
	font-size: 12px;
	line-height: 28px;
	color: #ffffff;
	font-family: "微软雅黑";
	background-image: url(../images/new_tab1.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 500px;
	font-weight: bold;
	float:left;
	cursor: pointer;
}
.news_content .ztitle li:hover{
	font-size: 12px;
	line-height: 28px;
	color: #ffffff;
	font-family: "微软雅黑";
	background-image: url(../images/new_tab1.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 500px;
	font-weight: bold;
	float:left;
	cursor: pointer;
}

.news_content .cont_dl{ display:none;}

