/* CSS  维权诉讼 */
.menu_top  {
	font-weight: normal;
	padding-left: 6px;
	line-height: 14px;
	padding-right: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2E3092;
	list-style-type: none;
	float: left;
	margin-top: 4px;
	margin-bottom:4px;
}
/*二级页以下的路径导航*/
.path{
	line-height:14px;
	width:710px;
	margin-bottom:8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0772CB;
	position: absolute;
	left: 255px;
	top: 10px;
}
.path a {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
#xy_con{ width:397px;
position: absolute;
	left: 254px;
	top: 0px;
}
/*x+y*/
#yellow { background:#FFEB90;}
#blue { background:#0670C5; color:#FFF;}
#purple { background:#A2ACFF;}
/*示意按钮*/
#case {
	width: 97px;
	height:24px;
	line-height:24px;
	display: block;
}
#case a{text-decoration: none; color:#333;}
/*灰色坐标图片*/
#xyzz{
	width:97px;
	height:24px;
	background-image: url(../images/xy.jpg);
	background-repeat:no-repeat;
}
.xy_box{
	width:99px;
	height:auto;
	text-align:center;
	float:left;
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
	line-height: 14px;
}
.xy_box ul{
	list-style-type: none;
}
.xy_box ul li {
	width:97px;
	line-height: 24px;
	border: 1px solid #FFFFFF;
	background:#D6EEFF;
	display:block;
}
.xy_box ul li a:link,.xy_box ul li a:visited{
	width:97px; height:auto; display:block;
	line-height:auto;
	color:#D6EEFF;
	text-decoration: none;
}
.xy_box ul li a:hover{
	color:#333;
	text-decoration: none;
	background-color:#A2ACFF;
	width:97px;
	height:auto;
	line-height:auto;
	display: block;
}
.grayline {
	width:100%;
	height: 10px;
	_height: 1px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
/*右侧区域，咨询、常见问题*/
#r_concision_con{
	width:294px;
	height:auto;
	text-align:left;
	position: absolute;
	top: 35px;
	left:660px;
}
#r_concision_con ul {
	list-style-type: none;
	line-height: 30px;
	color: #003CC8;
}
#r_concision_con ul a{
	text-decoration: none;
}
.h5_orange{ color:#F7941C; margin:10px 0 10px 0; padding:0; font-size:16px; font-weight:bold;}
.ul_orange{color:#F7941C; font-size:14px; }