/* CSS Document */
/*基本信息修改css*/
.div-span1 {
	width: 16.66667%;
	height: 100%;
	text-align: left;
	float: left;
}

.div-span2 {
	width: 33.33333%;
	height: 100%;
	text-align: left;
	float: left;
}

.div-span3 {
	width: 50%;
	height: 100%;
	text-align: left;
	float: left;
}

.div-span4 {
	width: 66.66667%;
	height: 100%;
	text-align: left;
	float: left;
}

.div-span5 {
	width: 83.33333%;
	height: 100%;
	text-align: left;
	float: left;
}

.div-title {
	width: 14.66667%;
	height: 100%;
	text-align: right;
	float: left;
}

.div-row-line {
	width: 96%;
	height: 30px;
	margin: auto;
	margin-top: 2%;
}

/*当前位置css*/
.top-all {
	width: 100%;
	height: 40px;
	background: url(../../images/default/znbg.jpg)
}

.top-img {
	float: left;
	width: 3%;
	height: 100%;
	padding-top: 1%;
	margin-left: 3%;
}

.top-font {
	float: left;
	width: 70%;
	height: 100%;
	color: #0e85be;
	font-weight: bold;
	font-size: 15px;
	line-height: 40px;
	text-align: left;
	margin-left: 2%;
}
/*服务指南taskDetail页面css*/
.btn-img{
			float: right;
			width: auto;
		}
.title-size {
	width: 20%;
	height: 100%;
	line-height: 200%;
	text-align: right;
}

.content-size {
	width: 78%;
	height: 99%;
	text-align: center;
}

.border {
	border-left: 1px #dbdbdb solid;
	border-bottom: 1px #dbdbdb solid;
	border-right: 1px #dbdbdb solid;
	font-size: 16px;
/* 	height: 30px; */
	background-color: #f2f6ff;
	width: 99%;
	overflow: hidden;
}

.border-without-height {
	border-left: 1px #dbdbdb solid;
	border-bottom: 1px #dbdbdb solid;
	border-right: 1px #dbdbdb solid;
	width: 99%;
}

.div-line {
	background-color: #e6f2fb;
	border-bottom: 1px #94d2e6 solid;
	height: 30px;
	width: 99%;
	border-right: 1px #dbdbdb solid;
	border-left: 1px #dbdbdb solid;
	border-top: 1px #dbdbdb solid;
	overflow: hidden;
	zoom:1;
}

.title-right {
	float: right;
}

.rm1 {
	color: #0c6fc6;
	text-align: right;
	float: left;
	margin-left:2%;
	font-size: 18px;
	font-weight: bold;
	line-height: 170%;
}

.rm2 {
	text-align: right;
	float: left;
}

.rm3 {
	text-align: left;
	padding-left: 2%;
	line-height: 200%;
/* 	border-left: 1px #dbdbdb solid; */
	background:white;
	float: left;
}

.max-height {
	min-height: 30px;
	max-height: 250px;
}

.overflow-auto {
	overflow: auto;
}

/********************************/
.task-detail-all-line {
	width: 100%;
	border-top: 2px rgb(185, 235, 251) solid;
}

.task-detail-content-detail {
	width: Y; margin-top: 2%;
}
.task-detail-title {
	width: 90%;
	height: 4%;
	margin: auto;
	overflow:hidden;
	zoom:1;
}

.task-detail-title-div {
	width: 15%;
	height: 100%;
	margin-right: 0.5%;
	float: left;
	text-align: center;
	line-height: 200%;
	border: 1px rgb(185, 235, 251) solid;
	color: white;
	background: rgb(56, 181, 240);
	cursor: pointer;
}

.task-detail-title div:HOVER {
	background: rgb(252, 204, 61);
}

.task-detail-yellow {
	width: 15%;
	height: 100%;
	margin-right: 0.5%;
	float: left;
	text-align: center;
	line-height: 200%;
	border: 1px rgb(185, 235, 251) solid;
	border-bottom-color: white;
	color: white;
	background: rgb(252, 204, 61);
	cursor: pointer;
}

.task-detail-content {
	width: 96%;
	height: 90%;
	margin: auto;
	margin-top: 1%;
}
/********************************/
/*帮助页面css*/
.div-line-help-title {
	text-align: center;
	margin-top: 50px;
	min-height: 30px;
	font-size: 16px;
}

.div-line-help-content {
	text-align: left;
	width: 90%;
	margin: auto;
	min-height: 30px;
	font-size: 16px;
	margin-top: 10px;
}

/*ServiceApply.xhtml的css*/
.sa-content {
	width: 29%;
	height: 90%;
	text-align: left;
	float: left;
	margin-left: 0.5%;
	margin-top: 0.3%;
	line-height: 200%;
}

.sa-content-long {
	width: 79%;
	height: 90%;
	text-align: left;
	float: left;
	margin-left: 0.5%;
	margin-top: 0.3%;
	line-height: 200%;
}

/*公用css*/
.overflow-auto {
	overflow: auto;
}

.cursor-p {
	cursor: pointer;
}

.cursor-p:HOVER {
	color: red;
}