html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
}

ul {
	list-style: none;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

.div {
	display: block;
	margin: 20px 20px 0px 20px;
	padding: 0px;
	border: 1px solid #E6E9ED;
}

.divtop {
	border-top: 1px solid #DD0000;
}

.div:last-child {
	margin-bottom: 20px;
}

.dir {
	border: 0px;
	font-size: 9pt;
	color: #434A54;
}

.cons {
	margin: 0px 10px;
	overflow: auto;
}

.simCons {
	display: table;
	float: left;
}

.simCons input[type="text"] {
	width: 138px;
	height: 23px;
	border: 1px solid #E6E9ED;
	outline-style: none;
	padding: 0px 5px;
}

.simCons input[type="radio"] {
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin: 0px;
}

.simCons span {
	min-width: 84px;
	display: inline-block;
	text-align: right;
}

.simCons label {
	margin-right: 24px;
	font-family: "微软雅黑";
	color: #434A54;
	font-size: 9pt;
}

.simCons .simCons_Date {
	width: 465px;
}

.simCons>div {
	display: table-cell;
	float: left;
	font-size: 9pt;
	color: #434A54;
	padding: 12px 6px 12px 0px;
}

.simCons .dpCons select {
	width: 150px;
	border: 1px solid #E6E9ED;
	height: 25px;
}

#DepartmentTypeID {
	width: 140px;
}

.simCons .consBtn {
	padding: 0px;
	display: table-cell;
	float: left;
	font-size: 9pt;
	text-align: center;
}

.consBtn a {
	display: block;
	background: #DD0000;
	width: 65px;
	color: #FFF;
	padding: 4px;
	margin: 13px 15px 13px 0px;
}

.consBtn a:HOVER {
	background: #F73500;
}

/* .func .btn {
	margin: 12px 0px;
} */
.content .btn ul {
	margin: 0px 20px;
}

.content .btn ul li {
	margin: 12px 10px 12px 0px;
	float: left;
}

.content .btn ul #chaxun {
	float: right;
}

#chaxun a {
	background: #DD0000;
	width: 68px;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	border: 0px;
	padding: 3.3px 0px 3.7px 0px;
	font-weight: 700;
}

.content .btn ul li a {
	display: block;
	border: 1px solid #E6E9ED;
	background: #F5F7FA;
	font-size: 9pt;
	color: #434A54;
	padding: 3.3px 12px 3.7px 12px;
}

.content .btn ul li a:HOVER {
	background: #FFF;
	cursor: pointer;
}

.cont {
	overflow-x: auto;
	clear: left;
}

.cont table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}

.cont .cont_display {
	height: 40px;
}

.cont .cont_display50 {
	height: 50px;
}

.cont .cont_display td>span {
	display: block;
	word-break: break-all;
	width: auto;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.cont table tr {
	border-bottom: 1px solid #E6E9ED;
}

.cont table tr:last-child {
	border-bottom: none;
}

.cont table tr.cont_display:HOVER {
	background: #FBD6C2;
}

.cont table tr td {
	font-size: 9pt;
	text-align: center;
	color: #434A54;
	position: relative;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.cont table tr td:last-child {
	border-right: none;
}

.cont table tr:last-child td {
	border-bottom: none;
}

.cont table tr td input[type="checkbox"] {
	float: left;
}

.cont table tr td p {
	margin: 0px;
}

.cont table tr td.options {
	min-width: 80px;
	font-weight: bold;
}

.cont .cont_title {
	width: 100%;
	background: #F5F7FA;
	height: 30px;
}

.cont .cont_title span {
	font-weight: bold;
	vertical-align: middle;
	display: inline-block;
}

.cont .cont_title label {
	float: right;
	font-weight: bold;
}

.cont .cont_btn .btn {
	float: left;
}

.remark {
	text-align: left;
}

.foot_func {
	border-left: 1px solid #E6E9ED;
	border-right: 1px solid #E6E9ED;
	border-bottom: 1px solid #E6E9ED;
	margin: 0px 20px 20px 20px;
	overflow: auto;
}

.foot_func .page {
	overflow: auto;
}

.foot_func .page ul {
	padding: 12px 0px;
	float: right;
}

.foot_func .page ul li {
	margin-right: 8px;
	float: left;
}

.foot_func .page ul li:last-child {
	margin-right: 0px;
}

.foot_func .page .prev a {
	background: url('../../../image/image_pc/backstage/last.gif') no-repeat;
	display: block;
	width: 42px;
	height: 23px;
}

.foot_func .page .next a {
	background: url('../../../image/image_pc/backstage/next.gif') no-repeat;
	display: block;
	width: 42px;
	height: 23px;
}

#pageNow,#pageCount {
	font-size: 9pt;
}

.foot_func .page .skipPage input {
	width: 42px;
	outline-style: none;
	text-align: center;
}

.foot_func .page .skip a {
	background: #E6E9ED;
	display: block;
	color: #434A54;
	font-size: 9pt;
	padding: 3px 19px;
	border: 1px solid #CCD1D9;
	font-weight: bold;
}

.foot_func .page .skip a:HOVER {
	background: #FFF;
}

.foot_func .btn {
	margin: 12px 0px;
	float: left;
}

.foot_func .btn ul {
	margin: 0px 20px;
}

.foot_func .btn ul li {
	margin: 0px 5px 0px 0px;
	float: left;
}

.foot_func .btn ul li a {
	display: block;
	border: 1px solid #CCD1D9;
	background: #E6E9ED;
	font-size: 9pt;
	color: #434A54;
	padding: 2px 18px;
	font-weight: bold;
}

.foot_func .btn ul li a:HOVER {
	background: #FFF;
}

.cont .cont_display .ImgPath {
	display: block;
	margin: 0px;
	padding: 0px;
}

.cont .cont_display td span img {
	width: 50px;
	height: 50px;
	margin: 9px 0px 5px 5px;
	display: inline-block;
	cursor: pointer;
}

.cont .cont_display .dis_btn .hidden {
	display: none;
}

.cont .cont_display .dis_btn span {
	display: inline-block;
}

.cont .cont_display .dis_btn span:HOVER {
	cursor: pointer;
}

.cont .cont_display .dis_btn .one a {
	color: #434A54;
}

.cont .cont_display .dis_btn .one a:HOVER {
	background: #DD0000;
	color: #FFF;
	padding: 3px 5px;
}

.cont .cont_display .dis_btn .arrow {
	width: 0px;
	height: 0px;
	border-style: solid dashed dashed dashed;
	border-color: #666 transparent transparent transparent;
	border-width: 3px;
	float: none;
	margin-left: 0px;
	*margin-top: 3px;
	top: -2px;
	position: relative;
}

.uptriangle {
	border-width: 0px 5px 7px;
	border-style: solid;
	border-color: transparent transparent #DD0000;
	width: 0px;
	height: 0px;
	display: inline-block;
}

.downtriangle {
	border-width: 7px 5px 0px;
	border-style: solid;
	border-color: #DD0000 transparent transparent;
	width: 0px;
	height: 0px;
	display: inline-block;
}

#right>ul li a {
	display: block;
	color: #434A54;
	font-size: 9pt;
	text-align: center;
	padding: 0px 10px;
}

#right>ul li a:HOVER {
	background: #DD0000;
	color: #FFF;
}

#right>ul {
	position: absolute;
	border: 1px solid #E6E9ED;
	padding: 3px 5px;
	background-color: #fff;
	z-index: 999;
	top: 22px;
	left: 10px;
}

.pageBox {
	overflow: auto;
	width: auto;
	margin-top: 13px;
	margin-right: 20px;
	padding-bottom: 13px;
	margin-left: 20px;
	min-height: 25px;
	zoom: 1;
	float: right;
}

.pageOption {
	overflow: auto;
	font-size: 9pt;
	float: right;
	min-height: 25px;
}

.pageOption div {
	float: left;
}

.pageOption .some {
	border: 1px solid #E6E9ED;
}

.pageOption input[type="text"] {
	width: 48px;
	border: 1px solid #E6E9ED;
	height: 21px;
	text-align: center;
	font-family: "微软雅黑";
	outline-style: none;
}

.pageBox .allCount,.pageBox .first,.pageBox .last {
	padding: 3.8px 0px;
}

.pageBox .allCount,.pageBox .first,.pageBox .last,.pageBox .page {
	background: #F5F7FA;
}

.pageBox .page #paging ul {
	padding-top: 4px;
}

.pageBox .allCount {
	width: 150px;
	text-align: center;
}

.pageBox .first,.pageBox .last,.pageBox .prev,.pageBox .next {
	width: 50px;
	text-align: center;
}

.pageBox .first a,.pageBox .last a,.pageBox .skip a {
	color: #434A54;
}

.pageBox .first a:HOVER,.pageBox .last a:HOVER, ,.pageBox .skip a:HOVER
	{
	color: #DD0000;
}

.pageBox .first {
	border-left: 1px solid #E6E9ED;
}

.pageBox .prev {
	margin-right: 15px;
}

.pageBox .next {
	margin-left: 15px;
}

.pageBox .skip {
	min-width: 100px;
	background: #FFF;
	overflow: auto;
}

.pageBox .skip a {
	padding: 0px 13px;
}

.pageBox .skip input {
	background: #F5F7FA;
}

.pageBox .displayCount {
	min-width: 100px;
	background: #FFF;
}

.pageBox .displayCount span {
	padding: 0px 7px;
}

.pageBox .first a:HOVER,.pageBox .last a:HOVER,.pageBox .skip a:HOVER {
	color: #DD0000;
}

#paging ul li a {
	color: #434A54;
}

#paging ul li a:HOVER {
	color: #DD0000;
}

#paging ul li {
	margin-left: 5px;
}

#pageing ul li:nth-child(1),#paging ul li:last-child,#paging ul li:nth-child(2)
	{
	margin-left: 0px;
}

#arrow1,#arrow2 {
	width: 0px;
	height: 0px;
	border-width: 5px;
	float: none;
	margin-left: 0px;
	*margin-top: 3px;
	display: inline-block;
}

#arrow1 {
	border-color: transparent #666 transparent transparent;
	border-style: dashed solid dashed dashed;
}

#arrow2 {
	border-color: transparent transparent transparent #666;
	border-style: dashed dashed dashed solid;
}

.bottombtndiv {
	margin: 20px 0px 20px 20px;
}

.bottompageleft {
	float: left;
	margin: 13px 0px 0px 10px;
}

.listbottombtn {
	background-color: #DD0000;
	color: #FFF;
	border: 0px;
	outline-style: none;
	font-family: "微软雅黑";
	width: 70px;
	height: 24px;
	font-size: 9pt;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

.listbottombtn:focus,.listbottombtn:hover {
	background-color: #F73500;
	color: #FFF;
}

.jumpdetail {
	cursor: pointer;
}

.jumpdetail:hover {
	color: #DD0000;
}