.nav {	height: 47px; width:187px;}
.nav ul { margin:0px; padding:0px; width:187px;}
.nav li {
	list-style:none;
	height:47px;
	line-height:47px;
	width:187px;
	float:left;
	color:#333;
	padding-left:32px;
	text-align:left;
	font-weight:normal;
	font-size: 16px;
	text-decoration: none;
	font-family: "黑体";
	vertical-align: middle;
	background-image: url(/images/leftoff.jpg);
	background-repeat: no-repeat;
}
.nav li:hover {
	list-style:none;
	height:47px;
	line-height:47px;
	width:187px;
	float:left;
	color:#C00;
	padding-left:32px;
	padding-right:0px;
	text-align:left;
	font-weight:normal;
	font-size: 16px;
	text-decoration: none;
  /* background-image: url(/images/lefton.jpg); */
	background-repeat: no-repeat;
	font-family: "黑体";
}
.nav li a,.nav li a:link,.nav li a:active,v a:visited {
	color:#333;
	text-decoration:none;
	margin-right:0px;font-size: 14px;height:47px;line-height:47px;
}
.nav li a:hover {
	color:#960e0e;
	text-decoration:none;font-size: 14px;height:47px;line-height:47px;
}
.nav .ov {
	color:#C00;
	background-image: url(/images/lefton.jpg);
	background-repeat: no-repeat;
}
/*qxf 2014/4/4*/
.nav .ov a{
	color:#C00;
}

/*新闻公告切换效果*/
.rigth_box { width:677px; float:right; padding-right:130px; text-align:left}
.tab {height: 24px; border-bottom:1px solid #b8b8b8; margin-bottom:30px;}
.tab ul {padding:0px; margin:0px;}
.tab li {list-style:none;height:24px;line-height:24px;width:110px;float:left;color:#717171;text-align:center;font-size: 15px;text-decoration: none;font-family: "黑体";	vertical-align: bottom;border: 1px solid #999;border-right: 1px solid #999;border-bottom:none; border-left:; text-align:center; margin-right:-1px;}
.tab li:hover {height:28px;line-height:28px;color:#FFF;font-size: 16px;background-color: #960e0e;margin-top:-4px;}
.tab li a,.tab li a:link,.tab li a:active,.tab a:visited {color:#666;}
.tab li a:hover {color:#FFF;background-color: #960e0e;}
.tab .ov {color:#FFF;font-family: "黑体";font-size: 16px;background-color: #960e0e;line-height: 28px;height: 28px;margin-top:-4px;}
.prq {font-size: 12px;font-weight: normal;color: #9d1111;font-family: "宋体";line-height: 24px; padding:5px;}

.table1 { border-collapse:collapse; width:100%; border-bottom:1px solid #f6f6f6; font-size:12px;}/* 表格样式2--用于数据列表 */
.table1 tr td {   border-bottom:1px solid #f6f6f6;}/* 表格样式 */
.table1 tr:hover td { background:#d1e1fb;}/*鼠标滑过背景颜色变化*/
.table1 tr {background-color:expression((this.sectionRowIndex%2==0)?"#f6f6f6":"#fff")}
.table1 tr td {background-color:expression((this.cellIndex%2==0)?"":((this.parentElement.sectionRowIndex%2==0)?"#f6f6f6":"#fff"))}