@charset "utf-8";

.xkzn {
	width: 1170px;
	margin: 0 auto;
	margin-top: 20px;
	padding-top: 10px;
	position: relative;
}

.xkzn .tit {
	margin: 0 auto;
}

.xkzn .tit span {
	color: #003f81;
	font-size: 16px;
	margin-left: 20px;
	float: left
}

.tit span a {
	color: #333;
}

.ctain {
	width: 1170px;
	margin-top: 20px;
}

.left {
	width: 180px;
	float: left;
	border-radius: 10px;
	background-image: url(../images/l_bg.png);
	background-repeat: no-repeat;
	height: 600px;
}

.left a {
	display: block;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px #ededed dashed;
	color: black;
	background-color: white;
}

.left a:hover {
	background-color: #f2f2f2;
	height: 40px;
}

.left a span {
	opacity: 0;
}

.right {
	width: 970px;
	margin-left: 20px;
	min-height: 500px;
	background-color: white;
	float: left;
	padding-bottom: 40px;
}

.sel {
	width: 970px;
	border-bottom: 1px #f2f2f2 solid;
	background-color: #f9f9f9;
	padding-left: 10px;
}

.sel span {
	float: left;
	line-height: 40px;
	font-size: 14px;
}

.sel button {
	border: none;
	height: 30px;
	border-radius: 4px;
	background-color: white;
	width: 60px;
	/*background: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#f0f0f0));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f0f0f0')";*/
	margin-left: 10px;
	margin-top: 5px;
	border: 1px #ededed solid;
	float: left;
	margin-bottom: 5px;
	cursor: pointer
}

.sel button img {
	float: left;
	margin-top: 2px;
}

.sel button span {
	float: left;
	color: #5f5f5f;
	line-height: 20px;
	margin-left: 2px;
}

.sel button:hover {
	background-color: #f7f7f7;
}

.sel select {
	height: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px #ededed solid;
	border-radius: 4px;
	float: left;
}

.nr span {
	text-align: center;
}

.nr p {
	font-size: 14px;
	width: 930px;
	margin: 0 auto;
	line-height: 24px;
}

.nr big {
	font-size: 14px;
	padding-left: 20px;
	color: #004e9f
}

.rowtable {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

.frm {
	width: 930px;
	margin-bottom: 1px;
	margin: 0 auto;
	margin-top: 10px;
}

thead {
	background-color: #f2f2f2;
}

table {
	display: table;
	border-collapse: separate;
	border-spacing: 2px;
	border-color: grey;
	font-size: 14px;
	line-height: 30px;
}

tr {
	border: 1px #dedede solid;
}

td {
	border: 1px #dedede solid;
}

th {
	border: 1px #dedede solid;
	width: 120px;
	height: 30px;
}