@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #2b78e4;
}

body {
	display: block;
	margin: 0px;
	font: 12px/180% Arial, Helvetica, sans-serif, "新宋体";
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.pointer {
	cursor: pointer;
}

.right {
	float: right;
}

.weight{
	font-weight: bold;
}

.lineBg_1 {
	background: url(img/icon/line_1.jpg) repeat-x left bottom;
	padding-bottom: 20px;
	margin-top: 0px;
}

.headLine_1 {
	background: url(img/icon/line_1.jpg) repeat left bottom;
	padding-bottom: 0px;
	margin-top: 0px;
	height: 25px;
}

。htmlTable{
	border-collapse: collapse;
	font-size:12px;
}

.pageTitleCol{
	font-weight: bold ;
}

.fieldTitleCls {
  	padding-top: 3px;
	padding-bottom: 3px;
	color: #4a4a56;
	white-space: nowrap;
	width: 18%;
	padding-left: 2px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
.fieldSetTitleCls {
	color: rgb(12, 131, 14);
	font-weight: bold;
}
.fieldValueCls {
  	border-right-color: #fff;
  	padding-top: 3px;
	padding-bottom: 3px;
	width: 32%;
	padding-left: 10px;
	text-align: left;
	font-size: 12px;
}
.fieldValueCls:hover {
  	border-right-color: #fff;
  	padding-top: 3px;
	padding-bottom: 3px;
	width: 32%;
	padding-left: 10px;
	text-align: left;
	font-size: 12px;
  		background-color: rgb(221, 241, 248);
}
.objFieldDetailBody tr td{
  	border-bottom: 1px solid #e3deb8;
}







