.divTitle{
	width:100%;
	background-color: #F4F9FC;
	text-align: left;
	vertical-align: middle;
	height: 30px;
	padding-left: 2%;
	border-bottom: 1px solid #EAEEEF;
}

.spTitle{
	line-height: 30px;
	font-family: SimHei;
	color: #7E9CB4;
}

.divSearch{
	padding-left: 1%;
	padding-right: 1%;
	margin-top:8px;
	background-color: #F5F5F5;
	width: 100%;

}

.searchContent {
	width: 90% !important;
	text-align: center;
	vertical-align: middle;
}

.divBody{
	margin-top:25px;
	width: 100%;
}

.divRow{
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	width: 100%;
}

.as{
	color: #FF6600 !important;
}

.tableContent{
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	margin-top: 5px;
	margin-bottom: 2px;
}

th{
	color: black;
	font-weight: 800;
	font-family: SimHei;
}
td{
	text-align: center;
}

.tdTitle{
	text-align: left !important;
	width: 20%;
}
.tdContent{
	text-align: left !important;
	width: 80%;
}
li{
	border-top:1px solid #F3F8FB !important;
	background-color: #F3F8FB !important;
}
.tdLeft{
	text-align: left;
	width: 60%;
	padding-left: 5px;
}
.tdRight{
	text-align: right;
	width: 40%;
	padding-right: 5px;
}
.underLine{
	border-bottom: 1px solid #EAEEEF;
}

.divShow{
	display: block;
}
.divHide{
	display: none;
}
.trShow{
	
}
.trHide{
	display: none;
}
.modal-header{
	display: none !important;
}

.tdLeft30{
	text-align: left;
	width: 30%;
	padding-left: 15px;
}
.tdRight70{
	text-align: left;
	width: 70%;
	padding-left: 15px;
}
.trHeight{
	height: 30px;
}
.redWord{
	font-weight: bold;
}