@charset "utf-8";

html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #f5f5f5;
	/* background: #767674; */
	
}

button {
	color: white;
	outline: none;
}

input {
	outline: none;
}

ul, li {
	border: none;
}

textarea {
	width: 98.4%;
	height: 146px;
	border: none;
	resize: none;
	overflow: auto;
	word-break: break-all;
	margin: 0;
	padding: 0px;
	padding: 0.8%;
	border: 1px solid #c9c9c9;
}

form {
	margin-bottom: 0;
}

div {
	margin: 0;
	padding: 0;
}

a:hover {
	cursor: pointer;
}

.t-j{
	text-align: justify!important;
}

.w-300{
	width: 300px!important;
}

.mySelect, .mySelect1 {
	position: relative;
	width: 250px;
	height: 28px;
	margin: 0;
	padding: 0;
}

.mySelect span, .mySelect1 span {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

.mySelect input, .mySelect1 input {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	float: left;
	outline: none;
}

.mySelect select>option, .mySelect1 select>option {
	outline: none;
}

.mySelect .dropDown, .mySelect1 .dropDown {
	float: left;
	/*width: 28px;
  height: 28px;*/
	width: 28px;
	height: 28px;
	border: 1px solid #4a98cc;
	background: url(../images/select.png) 6px 8px no-repeat;
	background-color: #4a98cc;
}

.mySelect .dropDown:hover, .mySelect1 .dropDown:hover {
	background-color: #3e80b0;
	color: #fff;
}

.mySelect .mySelectUl, .mySelect1 .mySelectUl {
	position: absolute;
	top: 30px;
	left: 0;
	display: none;
	z-index: 1000001;
	outline: none;
}

.mySelect ul, .mySelect1 ul {
	background-color: white;
	width: auto;
	overflow: auto;
	border: 1px solid #ededeb;
	border-top: none;
	outline: none;
	box-shadow: 0 2px 3px #ddd;
}

.mySelect ul li, .mySelect1 ul li {
	padding: 8px 5px;
	border-bottom: 1px solid #ededeb;
	color: black;
	cursor: pointer;
	background: #fafafa;
}

.mySelect ul li:last-child, .mySelect1 ul li:last-child {
	border-bottom: none;
}

.mySelect ul .selectHover, .mySelect1 ul .selectHover {
	background-color: #4690c6;
	color: #fff;
}

.mySelect1 ul .selectHover1 {
	color: #666;
}

.checkbox {
	width: 15px;
	height: 15px;
	padding: 0;
	position: relative;
}

.checkbox input[type='checkbox'] {
	position: absolute;
	top: -20%;
	left: -20%;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	opacity: 0;
	filter: alpha(opacity = 0);
	background: #ffffff;
}

.checkbox1 {
	width: 15px;
	height: 15px;
	padding: 0;
	position: relative;
}

.checkbox1 input[type='checkbox'] {
	position: absolute;
	top: -20%;
	left: -20%;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	opacity: 0;
	filter: alpha(opacity = 0);
	background: #ffffff;
}

.radio {
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	position: relative;
	top: 2px;
	display: inline-block;
}

.radio+label {
	position: relative;
	bottom: 2px;
	display: inline-block;
	margin: 0 20px 0 0;
}

.radio input[type='radio'] {
	position: absolute;
	top: 15%;
	left: 15%;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	border: 0px;
	opacity: 0;
	filter: alpha(opacity = 0);
	background: #ffffff;
}

.t-l{
	text-align: left!important;
}

.buttonSearch {
	background-color: #d55248;
	border: none;
	width: 66px;
	height: 30px;
	color: white;
	position: absolute;
	bottom: 20px;
	right: 100px;
}

.buttonSearch:hover {
	background-color: #c34b42;
}

.buttonSelect {
	border: 1px solid #d23e33;
	height: 30px;
	font-weight: normal;
	background: #e2574d;
	color: #fff;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	transition: background-color 0.3s;
	-moz-transition: background-color 0.3s; /* Firefox 4 */
	-webkit-transition: background-color 0.3s; /* Safari and Chrome */
	-o-transition: background-color 0.3s;
}

.buttonSelect:hover {
	background-color: #d23e33;
}

.buttonSelect i, .buttonSelect s {
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	top: 2px;
	margin-right: 0px;
	border: none;
	outline: none;
}

.buttonSelect i {
	background: url(../images/icon_add.png) 0 0 no-repeat;
}

.buttonSelect s {
	background: url(../images/icon_delete_white.png) 0 0 no-repeat;
}

.buttonSubmit {
	background-color: #d55248;
	border: none;
	width: 66px;
	height: 30px;
	color: white;
	position: absolute;
	bottom: 12px;
	right: 90px;
	background-color: #1c967c;
}
#findQuick{
	right: 90px;width: 80px;
}

.clearSign {
	margin-left: 15px;
	float: left;
	background-color: #d55248;
	border: none;
	width: 80px;
	height: 30px;
	color: white;
	background-color: #1c967c;
}

a.selectBtn1 {
	text-decoration: none;
	color: #ffffff;
}

a.selectBtn2, a.selectBtn3 {
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	padding: 3px 5px;
}

a.selectBtn2 {
	background-color: #1c967c;
}

a.selectBtn3 {
	background-color: #d55248;
}

a.selectBtn2:hover {
	cursor: pointer;
	background-color: #19886f;
}

a.selectBtn3:hover {
	cursor: pointer;
	background-color: #c34b42;
}

a.selectBtn1 {
	float: right;
	width: 66px;
	height: 30px;
	margin-top: 12px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	bottom: 12px;
	right: 30px;
	background-color: #1c967c;
}

.operation a.buttonSubmit1 {
	background-color: #1c967c;
}

.buttonSubmit:hover {
	background-color: #c34b42;
}

.buttonSubmit:hover, .clearSign:hover {
	background-color: #19886f;
}

.operation button.buttonSubmit1:hover, a.selectBtn1:hover {
	cursor: pointer;
	background-color: #19886f;
}

.login {
	width: 100%;
	height: 100%;
}

.login .logo {
	float: left;
	width: 70px;
	height: 52px;
	background: url(../images/logo.gif) no-repeat;
}

.login .loginMain {
	width: 850px;
	height: 320px;
	margin: 0 auto;
}

.login .loginMain .loginBg {
	float: left;
	margin: 25px 0 0 160px;
	width: 150px;
	height: 260px;
	background: url(../images/loginBg2.png) no-repeat;
}

.login .loginMain .loginCutline {
	float: left;
	width: 40px;
	height: 299px;
	margin-left: 15px;
	background: url(../images/loginCutline.png) no-repeat;
}

.login .loginMain .loginForm {
	float: left;
	width: 300px;
	height: 400px;
	margin-left: 10px;
}

.login .loginMain .loginForm div {
	color: white;
}

.login .loginMain .loginForm .control-label {
	width: 60px;
}

.login .loginMain .loginForm .controls {
	margin-left: 80px;
	*padding: 0;
	*margin-left: 20px;
}

.login .loginMain .loginForm input, .login .loginMain .loginForm select,
	.login .loginMain .loginForm button {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.login .loginMain .loginForm button {
	background-color: #d55248;
	border: none;
	width: 66px;
	height: 30px;
	color: white;
	margin-left: 80px;
}

.login .loginMain .loginForm button:hover {
	background-color: #c34b42;
}

.login .loginMain .loginForm .info {
	width: 250px;
	height: 150px;
	font-size: 16px;
	color: white;
	text-align: center;
	font-family: SimSun;
	overflow: hidden;
	margin-left: 60px;
}

.login .loginMain .loginForm .info .loginHd {
	margin: 10px auto;
	margin-top: 20px;
	width: 70px;
	height: 70px;
	background: url(../images/hd.png) no-repeat;
	background-size: cover;
}

.login .loginMain .loginForm .info h4, .login .loginMain .loginForm .info h5
	{
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.login .loginMain .loginForm .info h4 {
	font-size: 20px;
}

.login .loginMain .loginForm .info h5 {
	font-size: 16px;
}

.login .loginMain .loginForm #inputForm {
	text-align: center;
}

/* 弹出框 */
.lookDialog {
	position: absolute;
	width: 891px;
	z-index: 8002;
}

.lookDialog .lookLeft {
	float: left;
	width: 820px;
	padding: 10px 10px 25px;
	overflow: auto;
	background-color: #ffffff;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	height: 600px;
}

.lookDialog .lookLeft>div {
	height: 36px;
	line-height: 36px;
	font-size: 32px;
	text-align: center;
	margin: 20px 0;
}

.lookDialog .lookRight {
	float: right;
	width: auto;
}

.lookDialog .lookRight div {
	margin: 0;
}

.lookDialog .lookRight .printBtn {
	border: none;
	width: 50px;
	height: 50px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	background: url(../images/icon_print.png) 10px 10px no-repeat;
	background-color: #1c987d;
	/* background-color: #595959; */
	transition: background-color 0.3s;
	-moz-transition: background-color 0.3s; /* Firefox 4 */
	-webkit-transition: background-color 0.3s; /* Safari and Chrome */
	-o-transition: background-color 0.3s; /* Opera */
}

.lookDialog .lookRight .printBtn:hover {
	background-color: #198970;
	/* background-color: #404040; */
}

.lookDialog .lookRight .closeBtn {
	width: 50px;
	height: 50px;
	margin-bottom: 1px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border: none;
	outline: none;
	background: url(../images/icon_close.png) 10px 10px no-repeat;
	background-color: #d9544a;
	/* background-color: #595959; */
	transition: background-color 0.3s;
	-moz-transition: background-color 0.3s; /* Firefox 4 */
	-webkit-transition: background-color 0.3s; /* Safari and Chrome */
	-o-transition: background-color 0.3s; /* Opera */
}

.lookDialog .lookRight .closeBtn:hover {
	/* background-color: #2d5c83; */
	/* background-color: #3771a1; */
	background-color: #c34b42;
	/* background-color: #404040; */
	color: #fff;
}

.lookDialog table.tableLook {
	table-layout: fixed;
	width: 97%;
	margin: 0 auto;
	border: 1px solid #d1d1d1;
}

.lookDialog table.tableLook td, .lookDialog table.tableLook th {
	color: #333;
	padding: 10px 5px;
	text-align: center;
	word-break: break-all;
	overflow: hidden;
	/* height: 46px; */
	border-left: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}

.lookDialog table.tableLook td.tbHead {
	font-weight: bold;
	color: #000;
}

.lookDialog table.tableLook1 {
	width: 100%;
	margin: 0 auto;
	font-size: 15px;
	color: #333;
	border-collapse:collapse;
	font-family: SimSun,Times New Roman;
}

.lookDialog table.tableLook1 td{
	color: #343434;
	text-align: center;
	word-break: break-all;
	overflow: hidden;
	line-height: 20px;
	font-size: 14px;
	padding: 5px 0;
	border: 1px solid #a0a0a0;
}

.lookDialog table.tableLook1 td.tbHead {
	font-weight: bold;
	color: #000;
}

.addModal {
	position: absolute;
	z-index: 8000;
	background-color: #282828;
	opacity: 0.65;
	filter: alpha(opacity = 65);
}

.addModalMain {
	position: absolute;
	width: 700px;
	/*height: 430px;*/
	height: 500px;
	background-color: white;
	z-index: 8001;
	border: 4px solid #4085bc;
	background-color: #4085bc;
}

.addModalMain .contentMain {
	width: 100%;
}

.addModalMain .contentMain .checkbox input[type='checkbox'] {
	/*
	width: 52px;
	height: 52px;
	*/
	top: 0;
}

.addModalMain .contentMain .table th {
	background-color: #d0d0ce;
}

.addModalMain .addModalMainH {
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: white;
	border-bottom: solid 1px #76a4c8;
}

.addModalMain .addModalMainH span {
	margin-left: 20px;
}

.addModalMain .addModalMainH .buttonSubmit, .addModalMain .addModalMainH .buttonSearch
	{
	bottom: 10px;
}

.addModalMain .addModalMainH .buttonClose {
	float: right;
	width: 36px;
	height: 36px;
	border: none;
	outline: none;
	background: url(../images/close.png) 3px 3px no-repeat;
	background-color: #4084bb;
	transition: background-color 0.3s;
	-moz-transition: background-color 0.3s; /* Firefox 4 */
	-webkit-transition: background-color 0.3s; /* Safari and Chrome */
	-o-transition: background-color 0.3s; /* Opera */
}

.addModalMain .addModalMainH .buttonClose:hover {
	/* background-color: #2d5c83; */
	/* background-color: #3771a1; */
	background-color: #d8534a;
	color: #fff;
}

.addModalMain .addModalMainS {
	float: left;
	width: 300px;
	height: 250px;
	margin-left: 10px;
	width: 100%;
	/*height: 56px;*/
	height: 50px;
	position: relative;
	margin: 0;
}

.addModalMain .addModalMainS>div:first-child {
	width: 100px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	margin: 5px 0 20px 15px;
}

.addModalMain .addModalMainS div {
	color: white;
}

.addModalMain .addModalMainS .control-label {
	/*width: 60px;*/
	width: 60px;
}



.addModalMain .addModalMainS input, .addModalMain .addModalMainS select,
	.addModalMain .addModalMainS button {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	outline: none;
}

.addModalMain .addModalMainS button {
	background-color: #d55248;
	border: none;
	width: 66px;
	height: 30px;
	color: white;
	margin-left: 80px;
}

.addModalMain .addModalMainS button:hover {
	background-color: #c34b42;
}

.addModalMain .addModalMainS .controls {
	/*margin-left: 80px;*/
	display: inline-block;
	margin-left: 10px;
	*padding: 0;
	*margin-left: 10px;
}

.addModalMain .addModalMainS .controls input {
	width: 70px;
}

.addModalMain .addModalMainS input.val, .addModalMain .addModalMainS input.val1
	{
	width: 80px;
}

.addModalMain .addModalMainS .mySelect, .addModalMain .addModalMainS .mySelect1
	{
	width: 124px;
}

.addModalMain .addModalMainS .mySelectUl {
	width: 124px;
}

.addModalMain .addModalMainS .mySelectUl ul {
	width: 122px;
}

.addModalMain .addModalMainS .control-group {
	float: left;
	margin-top: 10px;
	margin-left: 0;
}

.addModalMain .addModalMainS .control-group .control-label {
	text-align: center;
}

.addModalMain .addModalMainS .buttonSubmit {
	position: absolute;
	right: 10px;
	/*bottom: 15px;*/
	bottom: 12px;
	background-color: #1c967c;
}

.addModalMain .addModalMainS .buttonSubmit:hover {
	background-color: #19886f;
}

.addModalMain .addModalMainS .checkDiv {
	display: inline-block;
	position: relative;
	top: 2px;
	margin-left: 3px;
}

.addModalMain .addModalMainS i {
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 15px;
	position: relative;
	top: 2px;
	border-left: 1px solid #fafafa;
}

.on {
	background: url(../images/check.png) 0 no-repeat;
}

.off {
	background: url(../images/check.png) -15px no-repeat;
}

/* 单选框样式 */
.ron {
	background: url(../images/radio-checked.png) no-repeat;
}

.roff {
	background: url(../images/radio-uncheked.png) no-repeat;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #528fc3;
}

.header, .header .logo {
	height: 52px;
	padding-left: 8px;
}

.header .logo {
	float: left;
}

.header .loginUl {
	float: right;
	height: 52px;
	line-height: 52px;
	margin-right: 18px;
}

.loginUl .tip{
	float: left;
	height: 52px;
	width: auto;
	display:inline-block;
	position: relative;
	margin-right: 10px;
	overflow:hidden;
}
.loginUl .info{
	float: right;
}
.loginUl u {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(../images/tip.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	top: 4px;
	right: -1px;
}
.loginUl u:active{
	opacity: .8;
	/* background-image: url(../images/tip_focus.png); */
}

.loginUl .tip s{
	font-size: 12px;
 	color: #fff;
 	height: 16px;
 	padding: 2px 3px;
 	background: #e2574d;
 	text-align:center;
 	text-decoration: none;
 	border-radius: 20%;
 }
 

.header .loginUl a, .header .loginUl span {
	color: white;
	margin-right: 3px;
}

/* 消息弹窗 */
.box-pop{ 
	border: none;
	height: 252px;
	width: 470px;
	background: #4085bb;
	/* border: 1px solid #d7d7d7; */
	position: fixed ; 
	z-index:99; 
	right:5px; 
	bottom:26px;
	/* border: 1px solid red; */
	overflow:hidden;
}
.pop_title{ 
	width:100%; 
	float:left; 
	height:34px; 
	line-height:34px;
	/* background: #f0f0f0; */
	
}
.pop_title span i{
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url(../images/tip.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	top: 3px;
	right: 2px;
}
.pop_title_left{
	float:left; 
	color: #494a4a;
	font-size: 10px;
	padding-left:10px;
	font-size:13px;
	color: #fff;
}
 
.pop_title_right{
	margin-left: 5px;
	float:right; 
	padding-top:4px; 
	padding-right:4px;
}

.pop_title_right .buttonClose {
	float: right;
	width: 26px;
	height: 26px;
	border: none;
	outline: none;
	background: url(../images/close.png) 3px 3px no-repeat;
	background-size: 80%;
	background-color: #4084bb;
	transition: background-color 0.3s;
	-moz-transition: background-color 0.3s; /* Firefox 4 */
	-webkit-transition: background-color 0.3s; /* Safari and Chrome */
	-o-transition: background-color 0.3s; /* Opera */
}

.pop_title_right .buttonClose:hover {
	/* background-color: #2d5c83; */
	/* background-color: #3771a1; */
	background-color: #d8534a;
	color: #fff;
}

.pop_Content{ 
	/* border-top: 1px solid #76a3c7; */
	width:468px; 
	height: 180px;
	height: 218px;
	margin: 0 auto;
	overflow-y: scroll;
	overflow-x: hidden;
	/* margin: 0 5px; */
	background-color: #fff;
	
	border-left: 1px solid #82accd;
	border-right: 1px solid #82accd;
}
.pop_Content #tbTitle{
	text-align:center;
	padding:0;margin: 0;
}
.pop_Content .table{
	padding: 0;
	margin: 0;
}
.pop_Content #badMsg tr td{
	padding: 0 5px;
	height: 30px!important;
	line-height: 30px;
	font-size: 14px;
	color: #343434;
}
.pop_Content #badMsg tr:nth-child(odd) td{
	background: rgb(243, 243, 241);
}
.pop_Content #badMsg tr:nth-child(even) td{
	background: rgb(237, 237, 235);
}

.pop_Content #badMsg tr:hover td{
	color: #000;
	cursor: default;
}
/*
.box-pop .tableFooter {
	display:none;
	bottom: 0px;
	height: 38px;
	line-height: 38px;
	background-color: #f3f3f1;
	width: 468px;
	overflow: hidden;
	padding: 0;
	border: 1px solid #82accd;
	border-top: 1px solid #82accd;
	box-shadow:none; 
}

.box-pop .tableFooter .next:hover {
	background-color: #198970;
}

.box-pop .tableFooter .page {
	float: left;
	margin-left: 5px;
}
.box-pop .tableFooter .page1 {
	 
	margin-top: 5px;
}

.box-pop .tableFooter .page1 span {
	height: 24px;
	width: auto;
	min-width: 24px;
	border: 1px solid #d9d9d9;
	border-right: none;
	margin: 0;
	line-height: 24px;
	color: #666;
	background: #fff;
}
.box-pop .tableFooter #pageCount{
	float:left;
	width:30px;
	height:16px;
	margin-bottom:23px;
	border-radius: 1px;
	border: 1px solid #d9d9d9;
}

.box-pop .tableFooter .page1 span.hv:hover {
	background: #eaeff2;
}
*/
/* 首页和尾页 */
.box-pop .tableFooter .page1 span.dleft, .tableFooter .page1 span.dright {
	width: 42px;
	margin: 0;
}

.box-pop .tableFooter .page1 span.dleft {
	border-left: 1px solid #d9d9d9;
}

.box-pop .tableFooter .page1 span.dright {
	border-right: 1px solid #d9d9d9;
}
/* 上一页和下一页 */
.box-pop .tableFooter .page span.left,.box-pop .tableFooter .page span.right,
	.box-pop .tableFooter .page1 span.left,.box-pop .tableFooter .page1 span.right {
	width: 30px;
}

.box-pop .tableFooter .page1 .selected {
	/*color: black;*/
	color: #fff;
	background: #4c9ccf;
	border: 1px solid #4c9ccf;
}
/* 底部样式 */
.tableFooter .page, #selectFooter .operation {
	float: right;
	margin-right: 20px;
}

.main {
	position: fixed;
	top: 52px;
	bottom: 26px;
	zoom: 1;
	width: 100%;
}

.main:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
}

.main .leftSide {
	overflow: auto;
	float: left;
	width: 173px;
	height: 100%;
	background: #fff;
}

.main .leftSide .menu .list, .sec-menu .sec-list {
	display: none;
}

.main .leftSide .menu .list, .main .leftSide .menu .slist, .main .sec-menu .sec-list
	{
	margin: 0;
}

.main .leftSide .menu .list>li, .main .leftSide .menu .slist>li {
	background-color: #595b5a;
}

.main .leftSide .menu .list>li a, .main .leftSide .menu .slist>li a {
	color: white;
	text-decoration: none;
}

.main .leftSide .menu .list>li a:hover, .main .leftSide .menu .slist>li a:hover
	{
	text-decoration: none;
}

.main .leftSide .menu div, .main .leftSide .menu .list>li, .main .leftSide .menu .slist>li
	{
	width: 173px;
	text-indent: 50px;
	line-height: 51px;
	cursor: pointer;
	color: white;
	/* border-bottom: 1px solid #4a4a49; */
}

.main .sec-menu .sec-list>li {
	text-align: left;
	text-indent: 50px;
	line-height: 44px;
	cursor: pointer;
	color: white;
	border-bottom: 1px dotted #888886;
}

.main .sec-menu .sec-list>li:last-child {
	border-bottom: none;
}

.main .leftSide .menu .list .sec-menu>div {
	height: 52px;
	line-height: 52px;
}

.main .leftSide .menu .list .sec-menu>div span {
	position: relative;
	left: -7px;
}

.main .leftSide .menu .slist>li {
	font-size: 10px;
	line-height: 35px;
	background-color: #595b5a;
	border-bottom: 1px solid #616362;
}

.main .leftSide .menu .slist>li:last-child {
	border-bottom: 1px solid #888886;
}

.main .leftSide .menu>div {
	height: 56px;
	line-height: 56px;
	background: url(../images/leftSide4.png) no-repeat;
	background-color: #4c9ccf;
	border-bottom: 1px solid #82badd;
}

.main .leftSide .menu>div span {
	position: relative;
	left: -7px;
}

.main .leftSide .menu div:first-child {
	height: 64px;
	line-height: 64px;
	cursor: default;
	border: none;
	color: #b7b7b6;
	background-color: #595b5a;
}

.main .rightSide {
	height: 100%;
	overflow: auto;
	margin-left: 174px;
	position: relative;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 25px;
	line-height: 25px;
	background-color: #ededeb;
	/* background-color: #528ec2; */
	color: #b2b2b2;
	border-top: 1px solid #d7d7d7;
	z-index: 999;
}

.footer span {
	margin-left: 20px;
}

.contentHeader {
	height: 64px;
	width: 100%;
	background-color: #545452;
}

.contentHeader .search {
	cursor: pointer;
	float: right;
	padding-right: 20px;
}

.contentHeader .search .icon {
	width: 50px;
	background: url(../images/leftSide4.png) no-repeat;
}

.contentHeader span {
	color: #b7b7b6;
	float: left;
	display: inline-block;
	height: 64px;
	line-height: 64px;
	border: none;
}

.contentHeader span .icon {
	width: 44px;
	background: url(../images/leftSide4.png) no-repeat;
}

.contentHeader span .cutline {
	margin-left: 10px;
	margin-right: 20px;
	width: 19px;
	background: url(../images/cutline.png) no-repeat;
}

.searchContent {
	float: left;
	/*width: 300px;*/
	width: 500px;
	height: 250px;
	margin-left: 10px;
	width: 100%;
	height: 208px;
	background-color: #595b5a;
	position: relative;
	z-index: 100;
	margin: 0;
}

.searchContent>div:first-child {
	width: 100px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	margin: 5px 0 20px 15px;
}

.searchContent div {
	color: white;
}

.searchContent .control-label {
	width: 60px;
}

.searchContent .controls {
	margin-left: 80px;
	*padding: 0;
	*margin-left: 20px;
}

.searchContent input, .searchContent select, .searchContent button {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.searchContent button {
	background-color: #d55248;
	border: none;
	width: 66px;
	height: 30px;
	color: white;
	margin-left: 80px;
}

.searchContent button:hover {
	background-color: #c34b42;
}

.searchContent .control-group {
	float: left;
	margin-top: 35px;
	margin-left: 20px;
}

.searchContent .control-group .control-label {
	width: 80px;
	text-align: center;
}

.searchContent .radio input[type='radio'] {
	width: 20px;
	border: none;
}

.searchContent .up {
	width: 60px;
	height: 25px;
	line-height: 25px;
	color: white;
	position: absolute;
	bottom: 30px;
	right: 30px;
	cursor: pointer;
}

.searchContent .up span {
	float: left;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding-top: 8px;
	margin-left: 3px;
}

.searchContent .up span:first-child {
	width: 15px;
	display: inline-block;
	background: url(../images/glyphicons-halflings-white.png) -286px -84px;
}

.searchContent input {
	width: 110px;
}

.searchContent .mySelect {
	width: 124px;
}

.searchContent .mySelect input {
	width: 80px;
}

.searchContent .mySelect .mySelectUl {
	width: 124px;
}

.searchContent .mySelect .mySelectUl ul {
	width: 122px;
}

#contentPop {
	height: 355px;
	overflow: auto;
	background: rgb(243, 243, 241);
}

.contentMain {
	position: relative;
}

.contentMain table.table {
	width: 100%;
	margin-bottom: 0;
	
	width: 100%;
	position: relative;
	table-layout: fixed;
	word-break: break-all;
	border-collapse: collapse;
}

.contentMain table.table .checkbox {
	margin: 0 auto;
	/*height: 51px;
  	line-height: 51px;
	height: 44px;
	line-height: 44px;*/
}

.contentMain table.table .td div {
	/*width: 145px;*/
	margin: 0 auto;
}

.contentMain table.table td .tdText {
	width: 80px;
	float: left;
	display: inline-block;
}

.contentMain table.table td .tdAdd {
	float: left;
	width: 15px;
	cursor: pointer;
	/*height: 51px;*/
	height: 44px;
	margin-left: 5px;
	background: url(../images/check.png) -30px 18px no-repeat;
}

.contentMain table.table td .tdAdd a {
	width: 15px;
	height: 51px;
	display: inline-block;
}

.contentMain table.table td .tdEdit {
	float: left;
	width: 15px;
	cursor: pointer;
	/*height: 51px;*/
	height: 44px;
	margin-left: 5px;
	background: url(../images/icon.png) -87px 20px no-repeat;
}

.contentMain table.table td .tdEdit a {
	width: 15px;
	/*height: 51px;*/
	height: 44px;
	display: inline-block;
}

.contentMain table#tablePop {
	border-bottom: 1px solid #dcdcdc;
	table-layout: auto;
}

.contentMain table.userTb {
	margin-bottom: 40px;
}

.contentMain table#tablePop tr th {
	text-align: center;
	height: 45px;
	line-height: 45px;
	padding: 0;
	border-right: 1px solid #c6c6c4;
	border-bottom: 1px solid #c6c6c4;
	font-weight: normal;
	background: #dadad9;
	color: #2a2a2a;
}

.contentMain table.table th {
	text-align: center;
	/*height: 51px;
  	line-height: 51px;*/
	height: 45px;
	line-height: 45px;
	padding: 0;
	/* border-right: 1px solid #e3e4e2; */
	border-right: 1px solid #70afd8;
	border-bottom: 1px solid #70afd8;
	font-weight: normal;
}

/* .contentMain table.table td.dcontent {
	text-align: justify;
	text-overflow: ellipsis;
} */
.contentMain table.table td {
	text-align: center;
	/*height: 51px;
  	line-height: 51px;
  	 
	height: 44px;
	*/
	line-height: 26px;
	
	padding: 5px;
	border-right: 1px solid #e3e4e2;
	border-bottom: 1px solid #e3e4e2;
	vertical-align: middle;
	overflow-x:hidden;
}

.contentMain table.table th input[type='checkbox'], .contentMain table.table td input[type='checkbox']
	{
	margin: 0;
}

.contentMain table.table th:last-child, .contentMain table.table td:last-child
	{
	border-right: none;
}

.contentMain table.table th {
	color: white;
	background-color: #4085bc;
}

.contentMain table td.no-padding {
	padding: 0 !important;
	margin: 0 !important;
}

.contentMain .questionInfo input {
	margin: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: 0;
	-webkit-box-shadow: none;
	border-bottom: 1px solid #d7d7d7;
	background-color: #ededeb;
}

.contentMain .questionInfo .title {
	width: 60px;
}

.contentMain .questionInfo .mySelect {
	margin-top: 10px;
}

.contentMain .questionInfo .mySelect input {
	background-color: white;
}

.contentMain .tablelist .answer {
	float: left;
	margin-top: 10px;
	background-color: #fff;
	border: 1px solid #4c9ccf;
}

.contentMain .tablelist .answerDel {
	float: right;
	width: 22px;
	height: 22px;
	border: none;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: relative;
	right: 10px;
	outline: none;
	background: url(../images/delete.png) 2px 2px no-repeat;
	background-color: #e2574d;
	transition: background-color 0.3s;
	-moz-transition: background-color 0.3s; /* Firefox 4 */
	-webkit-transition: background-color 0.3s; /* Safari and Chrome */
	-o-transition: background-color 0.3s; /* Opera */
	margin-right: 10px;
}

.contentMain .tablelist .answerDel:hover {
	/* background-color: #2d5c83; */
	background-color: #be4a41;
	cursor: pointer;
}

.contentMain .tablelist .qstBtn {
	float: right;
	width: 32px;
	height: 32px;
	border: none;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	outline: none;
	background: url(../images/add.png) 4px 4px no-repeat;
	background-color: #4084bb;
	transition: background-color 0.3s;
	-moz-transition: background-color 0.3s; /* Firefox 4 */
	-webkit-transition: background-color 0.3s; /* Safari and Chrome */
	-o-transition: background-color 0.3s; /* Opera */
}

.contentMain .tablelist .qstBtn:hover {
	background-color: #3771a1;
}

/* 文件上传 */
.contentMain .tablelist .fileDiv {
	display: inline-block;
	position: relative;
	width: 140px;
	height: 39px;
	overflow: hidden;
	border: 1px solid #EBEBEB;
	background: none repeat scroll 0 0 #F3F3F3;
	color: #545454;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border: 1px dashed #b5b5b5;
	transition: background-color 0.3s;
	-moz-transition: background-color 0.3s; /* Firefox 4 */
	-webkit-transition: background-color 0.3s; /* Safari and Chrome */
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s; /* Opera */
}

.contentMain .tablelist .fileDiv span {
	display: block;
	line-height: 39px;
}

.contentMain .tablelist .fileDiv em, .contentMain .tablelist .fileDiv b
	{
	display: inline-block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	margin: 5px 5px 10px 10px;
	line-height: 20em;
	vertical-align: middle;
	transition: background 0.3s;
	-moz-transition: background 0.3s; /* Firefox 4 */
	-webkit-transition: background 0.3s; /* Safari and Chrome */
	-o-transition: background 0.3s; /* Opera */
}

.contentMain .tablelist .fileDiv em {
	background: url("../images/icon_file_normal.png") 0 0;
}

.contentMain .tablelist .fileDiv b {
	background: url("../images/icon_img_normal.png") 0 0;
}

.contentMain .tablelist .fileDiv:hover {
	/* background: #d9e6f1; */
	color: #4a97cb;
	border: 1px dashed #4a97cb;
}

.contentMain .tablelist .fileDiv:hover em {
	background: url("../images/icon_file_hover.png") 0 0;
}

.contentMain .tablelist .fileDiv:hover b {
	background: url("../images/icon_img_hover.png") 0 0;
}

.contentMain .tablelist .fileDiv .filePrew {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: 39px;
	font-size: 100px; /* 增大不同浏览器的可点击区域 */
	opacity: 0; /* 实现的关键点 */
	filter: alpha(opacity = 0); /* 兼容IE */
}

.contentMain .tablelist .uploadTip {
	display: inline-block;
	position: relative;
	bottom: 15px;
}

.contentMain .tablelist .uploadTip b {
	margin: 0 5px 0 5px;
	color: #d13e32;
}

.contentMain .tablelist .uploadTip i, .contentMain .tablelist .uploadTip s
	{
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	top: 2px;
	margin: 0 3px 0 3px;
	border: none;
	outline: none;
}

.contentMain .tablelist .uploadTip i {
	background: url(../images/icon_file_success.png) 0 0 no-repeat;
}

.contentMain .tablelist .uploadTip s {
	background: url(../images/icon_file_fail.png) 0 0 no-repeat;
}

/* 外部评价图片预览 */
.contentMain .tablelist span.preview {
	border: 1px dotted #cbcbcb;
	overflow-y: auto !important;
	width: 99%;
	/* max-height: 400px; */
	padding: 10px;
	display: block;
}

.contentMain .tablelist span.preview img {
	float: left;
	margin-top: 15px;
	display: block;
	border: 1px solid #cbcbcb;
}

.contentMain .tablelist span.preview img:first-child {
	margin-top: 0;
}

.contentMain .tablelist span.preview>span {
	width: 99%;
}

.contentMain .tablelist span.preview .txtFile {
	float: left;
	margin-top: 15px;
	display: block;
	padding: 2px 5px;
	border: 1px solid #cbcbcb;
}

.contentMain .tablelist span.preview i {
	float: left;
	width: 22px;
	height: 22px;
	border: none;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: relative;
	right: 10px;
	top: 0px;
	outline: none;
	background: url(../images/delete.png) 2px 2px no-repeat;
	background-color: #e2574d;
	transition: background-color 0.3s;
	-moz-transition: background-color 0.3s; /* Firefox 4 */
	-webkit-transition: background-color 0.3s; /* Safari and Chrome */
	-o-transition: background-color 0.3s; /* Opera */
	margin-right: 10px;
}

.contentMain .tablelist span.preview i:hover {
	/* background-color: #2d5c83; */
	background-color: #be4a41;
	cursor: pointer;
}

/* 附件预览 */
.contentMain .tablelist .fileList {
	width: auto;
}

.contentMain .tablelist .fileList .attachPre {
	
}

.contentMain .tablelist . .contentMain .questionInfo>div {
	width: 100%;
	min-height: 52px;
}

.contentMain .questionInfo>div, .contentMain .questionInfo>div span {
	line-height: 52px;
	float: left;
	display: inline-block;
}

.contentMain .questionInfo>div span {
	height: 52px;
	margin-left: 20px;
}

.contentMain table.tablelist {
	width: 99.9%;
}

.contentMain table.tablelist .inputVal {
	padding: 3px 5px;
	font-size: 14px;
	color: #111;
}
/* .contentMain table.tablelist div {
	height: 52px;
	line-height: 51px;
} */
.contentMain table.tablelist td, .contentMain table.tablelist th {
	text-align: left;
	padding: 10px;
	vertical-align: middle;
	/* border-right: 1px solid #e3e4e2; */
	border-right: 1px solid #d7d7d7;
}

.contentMain table.tablelist td:last-child, .contentMain table.tablelist th:last-child
	{
	border: none;
}

.contentMain table.tablelist th {
	background-color: #d0d0ce;
	color: white;
}

.contentMain table.tablelist td div {
	padding: 0;
	margin: 0;
}

.contentMain table.tablelist td input
	{
	/* margin-top: 10px; */
	border: 0;
	border-bottom: 1px solid #b5b5b5;
	box-shadow: none;
	-webkit-box-shadow: none;
	vertical-align: middle;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #ededeb;
}

.contentMain table.inputs td input {
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	vertical-align: middle;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #ffffff;
}

.contentMain table.tablelist textarea {
	/* box-shadow: none;
	-webkit-box-shadow: none; */
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #ffffff;
	text-align: justify;
}

.contentMain table.tablelist input[type='text'] {
	width: 150px;
	background: transparent;
}

.contentMain table.tablelist span {
	float: left;
	display: inline-block;
	margin-left: 0px;
	color: #767676;
}

/* 必填 */
.contentMain table.tablelist span u {
	display: inline-block;
	margin-left: 5px;
	color: #d71e06;
	font-size: 18px;
	text-decoration: none;
}

/* 提示信息 */
.contentMain table.tablelist tr td .errorTip {
	width: auto;
	color: #5d5d5d;
	color: #d9281d;
	/* border: 1px solid #ffdbd3; */
	/* background-color: #ffeae6; */
	padding: 1px 5px;
	margin-left: 10px;
}

.contentMain table.tablelist .errorTip::before {
	display: inline-block;
	vertical-align: middle;
	content: url("../images/icon_error.png");
	margin-right: 5px;
}

.contentMain table.tablelist tr td p {
	margin: 0;
	padding: 0;
	position: relative;
	top: 2px;
	overflow: hidden;
	display: inline-block;
}

.contentMain table.tablelist tr td p input {
	margin: 0;
	padding: 0;
}

.contentMain table.tablelist td>span:first-child, .contentMain table.tablelist td>div>span:first-child
	{
	margin-left: 0px;
}

.contentMain table.tablelist td.tbHead {
	font-weight: bold;
}

.contentMain table.tablelist td.tbHead>span {
	margin-left: 10px;
}

.contentMain table.tablelist .tableImg {
	width: 108px;
	height: 128px;
	margin-left: 0;
}

.contentMain table.tablelist .tableImg img {
	border: none;
	width: 108px;
	height: 128px;
}

.contentMain table.tablelist .mySelect, .contentMain table.tablelist .mySelect1
	{
	width: 170px;
	height: 30px;
	/* margin-top: 10px; */
}

.contentMain table.tablelist .mySelect div, .contentMain table.tablelist .mySelect1 div
	{
	height: 30px;
}

.contentMain table.tablelist .mySelect input, .contentMain table.tablelist .mySelect1 input
	{
	width: 126px;
	border: 1px solid #ccc;
	border-right: none;
}

.contentMain table.tablelist .mySelect .dropDown, .contentMain table.tablelist .mySelect1 .dropDown
	{
	width: 28px;
	height: 28px;
	border-color: #4a98cc;
}

.contentMain table.tablelist .val, .contentMain table.tablelist .val1 {
	margin: 0;
	background-color: white;
}

.contentMain table.tablelist .mySelectUl {
	width: 170px;
}

.contentMain table.tablelist .mySelectUl ul {
	width: 168px;
}

.contentMain table.tablelist .input-append input {
	background-color: white;
}

.contentMain table.tablelist .add-on {
	float: none;
	/* margin: 9px 0 0; */
	width: 17px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: none;
	background-color: #4a98cc;
}

.contentMain table.tablelist .add-on:hover {
	background-color: #3e80b0;
}

.contentMain table.tablelist .buttonSearch {
	right: 0;
	left: 270px;
	bottom: 10px;
}

.contentMain table.tablelist input[type='radio'] {
	/* 
	height: 52px;
	line-height: 52px; */
	margin-top: 0;
	border: none;
	border: 1px solid green;
}

.contentMain table.tdep td {
	text-align: left;
}

.contentMain table.tdep td>span:first-child {
	margin-left: 15px;
}

.contentMain .contentMainHeader, .contentMain .contentMainInfo,
	.contentMain .questionAdd {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.contentMain .contentMainHeader {
	color: white;
	text-indent: 20px;
	background-color: #4085bc;
}

.contentMain .message {
	background: #d55248;
	height: 52px;
}

.contentMain .contentMainInfo {
	position: relative;
	background-color: #ededeb;
}

.contentMain .contentMainInfo .buttonSearch {
	left: 410px;
	bottom: 10px;
}

.contentMain .contentMainInfo .val, .contentMain .contentMainInfo .val1
	{
	width: 126px;
}

.contentMain .contentMainInfo .mySelect, .contentMain .contentMainInfo .mySelect1
	{
	width: 170px;
}

.contentMain .contentMainInfo .mySelect .mySelectUl, .contentMain .contentMainInfo .mySelect1 .mySelectUl
	{
	width: 170px;
}

.contentMain .contentMainInfo .mySelect .mySelectUl ul, .contentMain .contentMainInfo .mySelect1 .mySelectUl ul
	{
	width: 168px;
}

.contentMain .contentMainInfo .tdAdd {
	float: left;
	width: 15px;
	height: 51px;
	cursor: pointer;
	margin-left: 5px;
	background: url(../images/check.png) -30px 18px no-repeat;
}

.contentMain .contentMainInfo .dep {
	float: left;
}

.contentMain .contentMainInfo .dep>div:first-child {
	margin: 0 0 0 15px;
}

.contentMain .contentMainInfo .dep>div {
	margin: 12px 0 0 8px;
	float: left;
}

.contentMain .contentMainInfo .dep>div .mySelect, .contentMain .contentMainInfo .dep>div .mySelect1
	{
	*margin-top: 12px;
}

.contentMain .contentMainInfo .dep>div .selectbtn {
	*margin-top: 12px;
	border: none;
	height: 30px;
	margin-left: 5px;
	padding: 4px;
	background-color: #d55248;
}

.contentMain .contentMainInfo .dep>div .selectbtn:hover {
	background-color: #c34b42;
}

.contentMain .contentMainInfo .dep input.val, .contentMain .contentMainInfo .dep input.val1
	{
	width: 85px;
}

.contentMain .contentMainInfo .dep .mySelect, .contentMain .contentMainInfo .dep .mySelect1
	{
	width: 129px;
}

.contentMain .contentMainInfo .dep .mySelectUl {
	width: 129px;
}

.contentMain .contentMainInfo .dep .mySelectUl ul {
	width: 127px;
}

.contentMain .contentMainInfo .checkName {
	float: left;
	text-indent: 20px;
}

.contentMain .contentMainInfo .checkName textarea {
	width: 400px;
	height: 98px;
	margin-top: 2px;
	resize: none;
	border: none;
	overflow: auto;
	word-break: break-all;
}

.contentMain .contentMainInfo .checkName input {
	padding-top: 10px;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #ededeb;
}

.contentMain .contentMainInfo .checkName input {
	margin-top: 4px;
	width: 120px;
}

.contentMain .contentMainInfo .checkName input[type='radio'] {
	width: 20px;
	margin: 0 0 0 10px;
	border: none;
}

.contentMain .contentMainInfo .checkOption {
	float: right;
	margin-right: 20px;
}

.contentMain .contentMainInfo .checkOption div {
	float: left;
	height: 42px;
	line-height: 42px;
	margin-left: 5px;
}

.contentMain .questionAdd {
	background-color: #f3f3f1;
}

.contentMain .questionAdd div {
	float: right;
	margin-right: 20px;
	cursor: pointer;
}

.contentMain .questionAdd span {
	float: left;
	display: inline-block;
	line-height: 52px;
	height: 52px;
}

.contentMain .questionAdd span:first-child {
	margin-right: 10px;
	width: 15px;
	background: url(../images/check.png) -30px 18px no-repeat;
}

.step1, .step2 {
	position: relative;
}

.step1 table.table, .step2 table.table {
	width: 100%;
	margin-bottom: 0;
}

.step1 table.table .checkbox, .step2 table.table .checkbox {
	margin: 0 auto;
	height: 51px;
	line-height: 51px;
}

.step1 table.table .td div, .step2 table.table .td div {
	width: 145px;
	margin: 0 auto;
}

.step1 table.table td .tdText, .step2 table.table td .tdText {
	width: 80px;
	float: left;
	display: inline-block;
}

.step1 table.table td .tdAdd, .step2 table.table td .tdAdd {
	float: left;
	width: 15px;
	cursor: pointer;
	height: 51px;
	margin-left: 5px;
	background: url(../images/check.png) -30px 18px no-repeat;
}

.step1 table.table td .tdAdd a, .step2 table.table td .tdAdd a {
	width: 15px;
	height: 51px;
	display: inline-block;
}

.step1 table.table td .tdEdit, .step2 table.table td .tdEdit {
	float: left;
	width: 15px;
	cursor: pointer;
	height: 51px;
	margin-left: 5px;
	background: url(../images/icon.png) -87px 20px no-repeat;
}

.step1 table.table td .tdEdit a, .step2 table.table td .tdEdit a {
	width: 15px;
	height: 51px;
	display: inline-block;
}

.step1 table.table th, .step2 table.table th, .step1 table.table td,
	.step2 table.table td {
	text-align: center;
	height: 51px;
	line-height: 51px;
	padding: 0;
	border-right: 1px solid #e3e4e2;
}

.step1 table.table th input[type='checkbox'], .step2 table.table th input[type='checkbox'],
	.step1 table.table td input[type='checkbox'], .step2 table.table td input[type='checkbox']
	{
	margin: 0;
}

.step1 table.table th:last-child, .step2 table.table th:last-child,
	.step1 table.table td:last-child, .step2 table.table td:last-child {
	border-right: none;
}

.step1 table.table th, .step2 table.table th {
	color: white;
	background-color: #4085bc;
}

.step1 .questionInfo input, .step2 .questionInfo input {
	margin: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: 0;
	-webkit-box-shadow: none;
	border-bottom: 1px solid #d7d7d7;
	background-color: #ededeb;
}

.step1 .questionInfo .title, .step2 .questionInfo .title {
	width: 60px;
}

.step1 .questionInfo .mySelect, .step2 .questionInfo .mySelect {
	margin-top: 10px;
}

.step1 .questionInfo .mySelect input, .step2 .questionInfo .mySelect input
	{
	background-color: white;
}

.step1 .questionInfo .answer, .step2 .questionInfo .answer {
	float: left;
	margin-top: 10px;
	border: 1px solid #4c9ccf;
}

.step1 .questionInfo .answerDel, .step2 .questionInfo .answerDel {
	width: 30px;
	height: 30px;
	color: white;
	line-height: 30px;
	margin: 0;
	cursor: pointer;
	margin-top: 10px;
	font-size: 10px;
	text-align: center;
	background-color: #e2574d;
}

.step1 .questionInfo .answerDel:hover, .step2 .questionInfo .answerDel:hover
	{
	background-color: #be4a41;
}

.step1 .questionInfo .qstBtn, .step2 .questionInfo .qstBtn {
	height: 30px;
	color: white;
	background-color: #1e9e82;
	border: none;
}

.step1 .questionInfo .qstBtn:hover, .step2 .questionInfo .qstBtn:hover {
	background-color: #198970;
}

.step1 .questionInfo>div, .step2 .questionInfo>div {
	width: 100%;
	min-height: 52px;
}

.step1 .questionInfo>div, .step2 .questionInfo>div, .step1 .questionInfo>div span,
	.step2 .questionInfo>div span {
	line-height: 52px;
	float: left;
	display: inline-block;
}

.step1 .questionInfo>div span, .step2 .questionInfo>div span {
	height: 52px;
	margin-left: 20px;
}

.step1 table.tablelist, .step2 table.tablelist {
	width: 100%;
}

.step1 table.tablelist div, .step2 table.tablelist div {
	height: 52px;
	line-height: 51px;
}

.step1 table.tablelist td, .step2 table.tablelist td, .step1 table.tablelist th,
	.step2 table.tablelist th {
	text-align: center;
	height: 52px;
	line-height: 52px;
	padding: 0;
	border-right: 1px solid #e3e4e2;
}

.step1 table.tablelist td:last-child, .step2 table.tablelist td:last-child,
	.step1 table.tablelist th:last-child, .step2 table.tablelist th:last-child
	{
	border: none;
}

.step1 table.tablelist th, .step2 table.tablelist th {
	background-color: #d0d0ce;
	color: white;
}

.step1 table.tablelist input, .step2 table.tablelist input {
	margin-top: 10px;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #ededeb;
}

.step1 table.tablelist input[type='text'], .step2 table.tablelist input[type='text']
	{
	width: 130px;
}

.step1 table.tablelist span, .step2 table.tablelist span {
	float: left;
	display: inline-block;
	width: 85px;
	margin-left: 5px;
}

.step1 table.tablelist td>span:first-child, .step2 table.tablelist td>span:first-child,
	.step1 table.tablelist td>div>span:first-child, .step2 table.tablelist td>div>span:first-child
	{
	margin-left: 20px;
}

.step1 table.tablelist .tableImg, .step2 table.tablelist .tableImg {
	width: 108px;
	height: 128px;
	margin-left: 0;
}

.step1 table.tablelist .tableImg img, .step2 table.tablelist .tableImg img
	{
	border: none;
	width: 108px;
	height: 128px;
}

.step1 table.tablelist .mySelect, .step2 table.tablelist .mySelect {
	width: 170px;
	height: 30px;
	margin-top: 10px;
}

.step1 table.tablelist .mySelect div, .step2 table.tablelist .mySelect div
	{
	height: 30px;
}

.step1 table.tablelist .mySelect input, .step2 table.tablelist .mySelect input
	{
	width: 126px;
	border: 1px solid #ccc;
}

.step1 table.tablelist .mySelect .dropDown, .step2 table.tablelist .mySelect .dropDown
	{
	width: 28px;
	height: 28px;
	border-color: #4a98cc;
}

.step1 table.tablelist .val, .step2 table.tablelist .val {
	margin: 0;
	background-color: white;
}

.step1 table.tablelist .mySelectUl, .step2 table.tablelist .mySelectUl {
	width: 170px;
}

.step1 table.tablelist .mySelectUl ul, .step2 table.tablelist .mySelectUl ul
	{
	width: 168px;
}

.step1 table.tablelist .input-append input, .step2 table.tablelist .input-append input
	{
	background-color: white;
}

.step1 table.tablelist .add-on, .step2 table.tablelist .add-on {
	float: none;
	margin: 9px 0 0;
	width: 16px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #4a98cc;
}

.step1 table.tablelist .add-on:hover, .step2 table.tablelist .add-on:hover
	{
	background-color: #3e80b0;
}

.step1 table.tablelist .buttonSearch, .step2 table.tablelist .buttonSearch
	{
	right: 0;
	left: 270px;
	bottom: 10px;
}

.step1 table.tablelist input[type='radio'], .step2 table.tablelist input[type='radio']
	{
	height: 52px;
	line-height: 52px;
	margin-top: 0;
	border: none;
}

.step1 table.tdep td, .step2 table.tdep td {
	text-align: left;
}

.step1 table.tdep td>span:first-child, .step2 table.tdep td>span:first-child
	{
	margin-left: 15px;
}

.step1 .contentMainHeader, .step2 .contentMainHeader, .step1 .contentMainInfo,
	.step2 .contentMainInfo, .step1 .questionAdd, .step2 .questionAdd {
	width: 100%;
	height: 42px;
	line-height: 41px;
}

.step1 .contentMainHeader, .step2 .contentMainHeader {
	color: white;
	text-indent: 20px;
	background-color: #4085bc;
}

.step1 .message, .step2 .message {
	background: #d55248;
	height: 52px;
}

.step1 .contentMainInfo, .step2 .contentMainInfo {
	position: relative;
	background-color: #ededeb;
}

.step1 .contentMainInfo .buttonSearch, .step2 .contentMainInfo .buttonSearch
	{
	left: 410px;
	bottom: 10px;
}

.step1 .contentMainInfo .val, .step2 .contentMainInfo .val {
	width: 126px;
}

.step1 .contentMainInfo .mySelect, .step2 .contentMainInfo .mySelect {
	width: 170px;
}

.step1 .contentMainInfo .mySelect .mySelectUl, .step2 .contentMainInfo .mySelect .mySelectUl
	{
	width: 170px;
}

.step1 .contentMainInfo .mySelect .mySelectUl ul, .step2 .contentMainInfo .mySelect .mySelectUl ul
	{
	width: 168px;
}

.step1 .contentMainInfo .tdAdd, .step2 .contentMainInfo .tdAdd {
	float: left;
	width: 15px;
	height: 51px;
	cursor: pointer;
	margin-left: 5px;
	background: url(../images/check.png) -30px 18px no-repeat;
}

.step1 .contentMainInfo .dep, .step2 .contentMainInfo .dep {
	float: left;
}

.step1 .contentMainInfo .dep>div, .step2 .contentMainInfo .dep>div {
	float: left;
	margin-left: 15px;
}

.step1 .contentMainInfo .dep>div:last-child, .step2 .contentMainInfo .dep>div:last-child
	{
	margin: 12px 0 0 8px;
}

.step1 .contentMainInfo .dep>div .mySelect, .step2 .contentMainInfo .dep>div .mySelect
	{
	*margin-top: 12px;
}

.step1 .contentMainInfo .dep>div .selectbtn, .step2 .contentMainInfo .dep>div .selectbtn
	{
	*margin-top: 12px;
	border: none;
	height: 30px;
	margin-left: 5px;
	padding: 4px;
	background-color: #d55248;
}

.step1 .contentMainInfo .dep>div .selectbtn:hover, .step2 .contentMainInfo .dep>div .selectbtn:hover
	{
	background-color: #c34b42;
}

.step1 .contentMainInfo .dep input.val, .step2 .contentMainInfo .dep input.val
	{
	width: 85px;
}

.step1 .contentMainInfo .dep .mySelect, .step2 .contentMainInfo .dep .mySelect
	{
	width: 129px;
}

.step1 .contentMainInfo .dep .mySelectUl, .step2 .contentMainInfo .dep .mySelectUl
	{
	width: 129px;
}

.step1 .contentMainInfo .dep .mySelectUl ul, .step2 .contentMainInfo .dep .mySelectUl ul
	{
	width: 127px;
}

.step1 .contentMainInfo .checkName, .step2 .contentMainInfo .checkName {
	float: left;
	text-indent: 20px;
}

.step1 .contentMainInfo .checkName textarea, .step2 .contentMainInfo .checkName textarea
	{
	width: 400px;
	height: 98px;
	margin-top: 2px;
	resize: none;
	border: none;
	overflow: auto;
	word-break: break-all;
}

.step1 .contentMainInfo .checkName input, .step2 .contentMainInfo .checkName input
	{
	padding-top: 10px;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #ededeb;
}

.step1 .contentMainInfo .checkName input, .step2 .contentMainInfo .checkName input
	{
	margin-top: 4px;
	width: 120px;
}

.step1 .contentMainInfo .checkName input[type='radio'], .step2 .contentMainInfo .checkName input[type='radio']
	{
	width: 20px;
	margin: 0 0 0 10px;
	border: none;
}

.step1 .contentMainInfo .checkOption, .step2 .contentMainInfo .checkOption
	{
	float: right;
	margin-right: 20px;
}

.step1 .contentMainInfo .checkOption div, .step2 .contentMainInfo .checkOption div
	{
	float: left;
	height: 48px;
	line-height: 52px;
	margin-left: 5px;
}

.step1 .questionAdd, .step2 .questionAdd {
	background-color: #f3f3f1;
}

.step1 .questionAdd div, .step2 .questionAdd div {
	float: right;
	margin-right: 20px;
	cursor: pointer;
}

.step1 .questionAdd span, .step2 .questionAdd span {
	float: left;
	display: inline-block;
	line-height: 52px;
	height: 52px;
}

.step1 .questionAdd span:first-child, .step2 .questionAdd span:first-child
	{
	margin-right: 10px;
	width: 15px;
	background: url(../images/check.png) -30px 18px no-repeat;
}

.step2 {
	display: none;
}

.tableFooter {
	position: absolute;
	bottom: 0px;
	height: 53px;
	line-height: 53px;
	background-color: #f3f3f1;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #e3e4e2;
	-moz-box-shadow: 0px -1px 1px #ddd; /* 老的 Firefox */
	box-shadow: 0px -1px 1px #ddd;
}

.tableFooter .next {
	border: none;
	height: 35px;
	padding: 5px;
	margin-top: 10px;
	background-color: #1e9e82;
}

.tableFooter .next:hover {
	background-color: #198970;
}

#selectFooter .page {
	float: left;
	margin-left: 20px;
}

.tableFooter .page, #selectFooter .operation {
	float: right;
	margin-right: 20px;
}

.tableFooter .operation {
	float: left;
	margin-left: 20px;
}

.tableFooter .operation>span {
	width: auto;
}

.tableFooter .operation>span button {
	width: 80px;
	margin-right: 18px;
}

.tableFooter .operation>span button>span+span {
	width: 48px;
}

.tableFooter .operation a {
	text-decoration: none;
	color: #4a4949;
}

/* 分割线 */
.tableFooter .operation .sep {
	border-left: 1px solid #c5c5c3;
	height: 24px;
	margin-top: 14px;
	margin-right: 10px;
}
/* 全选 */
.tableFooter .operation .allSelect {
	margin-right: 0;
}

/* 批量删除 批量提交 批量审核按钮 */
.tableFooter .operation .statusSelect a, .operation .allSelect a,
	.tableFooter .operation .checkSelect a {
	/* border: 1px solid #d23e33; */
	border: 1px solid #c6c6c4;
	padding: 6px 8px;
	color: #494848;
	font-weight: normal;
	/* background: #e2574d; */
	text-decoration: none;
	background: #fff;
	margin-right: 10px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	transition: background-color 0.3s;
	-moz-transition: background-color 0.3s; /* Firefox 4 */
	-webkit-transition: background-color 0.3s; /* Safari and Chrome */
	-o-transition: background-color 0.3s; /* Opera */
}

.tableFooter .operation .statusSelect a:hover, .operation .allSelect a:hover,
	.tableFooter .operation .checkSelect a:hover {
	/* background: #d23e33; */
	background: #f2f2f0;
	cursor: pointer;
}

.tableFooter .operation .statusSelect a i, .tableFooter .operation .statusSelect a u,
	.operation .allSelect a i, .tableFooter .operation .statusSelect a b,
	.tableFooter .operation .statusSelect a s, .tableFooter .operation .checkSelect a i,
	.tableFooter .operation .checkSelect a u, .tableFooter .operation .checkSelect a b
	{
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	top: 2px;
	margin-right: 3px;
	border: none;
	outline: none;
}

.operation .allSelect a i {
	background: url(../images/icon_download_red.png) 0 0 no-repeat;
}

.tableFooter .operation .statusSelect a i {
	background: url(../images/icon_submit_red.png) 0 0 no-repeat;
}

.tableFooter .operation .statusSelect a u {
	background: url(../images/icon_delete_red.png) 0 0 no-repeat;
}

.tableFooter .operation .statusSelect a b {
	background: url(../images/icon_check_red.png) 0 0 no-repeat;
}

.tableFooter .operation .statusSelect a s {
	background: url(../images/icon_print_red.png) 0 0 no-repeat;
}

.tableFooter .operation .checkSelect a i {
	background: url(../images/icon_yes.png) 0 0 no-repeat;
}

.tableFooter .operation .checkSelect a u {
	background: url(../images/icon_no.png) 0 0 no-repeat;
}

.tableFooter .operation .checkSelect a b {
	background: url(../images/icon_back.png) 0 2px no-repeat;
}

/* 添加按钮 */
.tableFooter .operation .buttonAdd a {
	border: 1px solid #d23e33;
	padding: 6px 8px;
	font-weight: normal;
	background: #e2574d;
	color: #fff;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	transition: background-color 0.3s;
	-moz-transition: background-color 0.3s; /* Firefox 4 */
	-webkit-transition: background-color 0.3s; /* Safari and Chrome */
	-o-transition: background-color 0.3s;
}

.tableFooter .operation .buttonAdd a:hover {
	background: #d23e33;
}

.tableFooter .operation .buttonAdd a i, .tableFooter .operation .buttonAdd a b,
	.tableFooter .operation .buttonAdd a u {
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	top: 2px;
	margin-right: 3px;
	border: none;
	outline: none;
}

.tableFooter .operation .buttonAdd a i {
	background: url(../images/icon_add.png) 0 0 no-repeat;
}

.tableFooter .operation .buttonAdd a b {
	background: url(../images/icon_check.png) 0 0 no-repeat;
}

.tableFooter .operation .buttonAdd a u {
	background: url(../images/icon_export.png) 0 0 no-repeat;
}

/* 保存按钮 */
.operation .buttonSave a, .tableFooter .operation .buttonOk a {
	border: 1px solid #528ec2;
	display: inline-block;
	padding: 0;
	margin: 12px 0 0 0;
	height: 26px;
	line-height: 26px;
	width: 68px;
	font-weight: normal;
	color: #fff;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	text-decoration: none;
	transition: background-color 0.3s;
	-moz-transition: background-color 0.3s; /* Firefox 4 */
	-webkit-transition: background-color 0.3s; /* Safari and Chrome */
	-o-transition: background-color 0.3s;
}

.operation .buttonSave button {
	border: 1px solid #528ec2;
	height: 28px;
	width: 30px;
	padding: 0 !important;
	margin: 12px 0 0 0;
	font-weight: normal;
	color: #fff;
	background: #4c9bce;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	text-decoration: none;
	transition: background-color 0.3s;
	-moz-transition: background-color 0.3s; /* Firefox 4 */
	-webkit-transition: background-color 0.3s; /* Safari and Chrome */
	-o-transition: background-color 0.3s;
}

.operation .buttonSave a {
	background: #4c9bce;
}

.tableFooter .operation .buttonOk a {
	background: #1c967c;
}

.tableFooter .operation .buttonOk a:hover {
	background: #19886f;
}

.operation .buttonSave a:hover, .operation .buttonSave button:hover {
	background: #3f84c0;
}

.operation .buttonSave a i, .operation .buttonSave button i,
	.tableFooter .operation .buttonOk a i {
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	top: 2px;
	margin-right: 3px;
	border: none;
	outline: none;
}

.operation .buttonSave a i, .operation .buttonSave button i {
	background: url(../images/icon_save.png) 0 0 no-repeat;
}

.tableFooter .operation .buttonOk a i {
	background: url(../images/icon_yes_white.png) 0 0 no-repeat;
}

.tableFooter span {
	display: inline-block;
	float: left;
	height: 54px;
	margin-left: 5px;
	cursor: pointer;
	text-align: center;
}

.tableFooter .left, .tableFooter .dright, .tableFooter .right,
	.tableFooter .edit, .tableFooter .delete, .tableFooter .save {
	width: 18px;
	margin: 0;
	/* background: url(../images/icon.png) no-repeat; */
}

.tableFooter .fback {
	width: 18px;
	margin: 0;
	background: url(../images/back.png) 0px 18px no-repeat;
}

.tableFooter .dleft a, .tableFooter .left a, .tableFooter .dright a,
	.tableFooter .right a {
	display: inline-block;
	width: 18px;
	height: 52px;
	/* border: 1px solid red;
	background: url(../images/icon.png);
	background-repeat: no-repeat; */
}

.tableFooter .dleft {
	background-position: 5px 20px;
}

.tableFooter .left {
	background-position: -12px 20px;
}

.tableFooter .right {
	background-position: -30px 20px;
}

.tableFooter .dright {
	background-position: -50px 20px;
}

.tableFooter .edit {
	background-position: -90px;
}

.tableFooter .delete {
	background-position: -105px;
}

.tableFooter .save {
	background-position: -70px;
	width: 18px;
	line-height: 52px;
}

/* 分页样式 */
.tableFooter .page1 {
	margin-top: 10px;
}

.tableFooter .page1 span {
	/*color: #08c;*/
	height: 30px;
	width: 30px;
	border: 1px solid #d9d9d9;
	border-right: none;
	margin: 0;
	line-height: 30px;
	color: #666;
	background: #fff;
}


.tableFooter .page1 span.hv:hover {
	background: #eaeff2;
}
/* 首页和尾页 */
.tableFooter .page1 span.dleft, .tableFooter .page1 span.dright {
	width: 46px;
	margin: 0;
}

.tableFooter .page1 span.dleft {
	border-left: 1px solid #d9d9d9;
}

.tableFooter .page1 span.dright {
	border-right: 1px solid #d9d9d9;
}
/* 上一页和下一页 */
.tableFooter .page span.left, .tableFooter .page span.right,
	.tableFooter .page1 span.left, .tableFooter .page1 span.right {
	width: 30px;
}

.tableFooter .page1 .selected {
	/*color: black;*/
	color: #fff;
	background: #4c9ccf;
	border: 1px solid #4c9ccf;
}

.tableFooter button {
	float: left;
	padding: 0;
	margin: 0;
	border: none;
	background-color: #f3f3f1;
	width: 64px;
	outline: none;
}

.tableFooter button span {
	color: #08c;
	width: 38px;
	line-height: 52px;
}
.tableFooter #pageCount{
	float:left;
	width:40px;
	height:22px;
	margin-bottom:23px;
	border-radius: 1px;
	border: 1px solid #d9d9d9;
}

.banner {
	position: relative;
	overflow: auto;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

.banner ul {
	margin: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.banner ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	width: auto;
	text-align: center;
	overflow: hidden;
	margin-top: -5px;
}

.banner ul li .imgDiv {
	float: left;
	position: relative;
}

.banner ul li img {
	float: left;
	text-align: center;
	display: block;
	width: auto;
	height: 380px;
	border: none;
	margin-bottom: 25px;
}

.dots {
	position: absolute;
	left: 10px;
	bottom: -10px;
	text-align: center;
	height: 30px;
	padding: 0;
	margin: 0;
}

.dot {
	width: 18px;
	height: 18px;
	opacity: 1;
	float: left;
	display: inline-block;
	background: url(../images/client/slider.png) -33px -5px no-repeat;
	text-indent: 9999px;
}

.active {
	background: url(../images/client/slider.png) -3px -5px no-repeat;
}

.contentMain .questionInfo .slider {
	margin-left: 15px;
	width: 50%;
	background-color: white;
	position: relative;
	height: 300px;
}

.error {
	color: #e4393c;
}
/*签名*/
#ppCanvas, #ppCanvas_use {
	float: left;
	background: #fff;
	border: 1px dashed rgba(60, 153, 255, 1);
}
/*指标抽取*/
table.level2>tbody>tr>td:first-child {
	border-left: none !important;
}

table.level2>tbody>tr:last-child>td {
	border-bottom: none !important;
}

table.level3>tbody>tr>td:first-child {
	border-left: none !important;
}

.route i {
	font-weight: bold;
	color: #e4393c;
}

.w-80 {
	width: 80px !important;
}

.ml-10 {
	margin-left: 10px !important
}
/* 个人档案 */
.userYdyf{
}
.userYdyf h5{
	text-align: center;
}
.userYdyf h4{
	margin: 0;
	padding: 0;
	font-weight: 500;
	padding: 8px;
	font-size: 16px;
	text-align: center;
	background-color: #fff;
}
.userYdyf table td.title{
	background: #eaeaea;
}
.userYdyf table{
	width: 100%;
	border: 1px solid #666;
	border-collapse: collapse;
}
 
.userYdyf>table tr th{
	height: 45px;
    line-height: 45px;
    padding: 0;
    border: 1px solid #d7d7d7;
}
.userYdyf table tr th{
	background: #fafafa;
}
.userYdyf table img{
	height: 112px;
	width: auto;
}
.userYdyf>table tr td{
    border: 1px solid #d7d7d7;
	
}
.userYdyf table tr td table.addTB{
	border-collapse: collapse;
	width: 100%;
	border:none;
}

.userYdyf table tr td table.addTB tr td{
	text-align:center;
	border:none;
	border-bottom: 1px solid #d7d7d7;
}
.userYdyf table tr td table tr td.contentTB{
	border-right: 1px solid #d7d7d7;
}
.userYdyf table tr td table tr:last-child td{
	border-bottom: none;
}
.tl-c{
	text-align: center!important;
}

.tl-r{
	text-align: right!important;
}

.tl-l{
	text-align: left!important;
}

.lookLeft .tableLookF{
	font-family: "simSun";
	table-layout: fixed;
	width: 98%;
	margin: 0 auto;
}

.lookDialog table.tableLookF td, .lookDialog table.tableLookF th {
	color: #313131;
	padding: 5px;
	word-break: break-all;
	overflow: hidden;
}

.lookDialog table.tableLookF td.tbTitle {
	width: 80%;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.4em;
	color: #111;
}
.lookDialog table.tableLookF td.tbTitle>div{
	width: 70%;
    margin: 0 auto;
	
}
#htmlContent{
	text-align: justify;
	margin: 0 auto;
}

.dotContent{
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
