/**
 * User: jason
 */

@charset "UTF-8";
.clear
{
	clear:both;
}


/*首页 */
.dept-Block
{
	width:1000px; 
	height:230px; 
	margin:10px auto;
	clear:both;
}

.dept-Block a{ 
	color:black;
}
.dept-Block a:hover{ 
	color:blue;
}
.dept-Block-box
{
	width:490px;
	float:left;
}
.dept-Block-box-ml
{
	margin-left:20px;
}
.dept-Block-title
{
	width:490px; 
	height:41px;
	line-height:41px; 
	background-image:url(/images/page/title_bg.jpg); 
	color:white;
	font-weight:bold;
}
.dept-Block-title span
{
	padding:0px 6px;
	float:right;
	color:#6d6f70;
	font-weight:normal;
}
.dept-Block-table table
{
	width:100%;
	margin-top:4px;
	border-collapse: collapse;
	table-layout:fixed;
}
.dept-Block-table table tr td
{
	border:solid 1px #c5d2d7;
	padding:8px 6px;
 	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis
}
.dept-Block-table table .titleTR
{
	background-color:#ebf0f2;
	color:#6d6f70;
	text-align:center;
}
.dept-Block-table table .listTD
{
	font-size:12px;
}

/*首页 */




/* 检测机构信息库 -- 列表 */
.dept-listblock-main{
	width:1000px;
	min-height:600px; 
	margin:0 auto;
}
.dept-listblock-main a{ 
	color:black;
}
.dept-listblock-main a:hover{ 
	color:blue;
}
.dept_Query_field{
	margin:20px 0px;
}

.dept-pageIndex{
	margin:6px 0px;
	float-:right;
}

.dept-pageIndex a{
	font-weight:bold;
}
.left-txt{
	width:130px;
	height:30px;
	padding:4px 4px 4px 10px;
	border-left:solid 1px #cecece;
	border-right:solid 1px #cecece;
	border-top:solid 1px #cecece;
	background-color:#F5F5F5;
}
.right-txt{
	padding:4px 10px;
	border-right:solid 1px #cecece;
	border-top:solid 1px #cecece;
}
.left-txt-bottom{
	border-bottom:solid 1px #cecece;
}
.middle-txt{
	height:30px;
	font-weight:bold;
	padding:4px 2px 4px 10px;
	border-top:solid 1px #cecece;
}
/* 检测机构信息库 -- 列表 */