@charset "utf-8";
/* CSS Document */
.tabtop13 {
	margin-top: 13px;
}
.tabtop13 td{
	background-color:#ffffff;
	height:25px;
	line-height:150%;
}
.font-center{ text-align:center}
.btbg{background:#e9faff !important;}
.btbg1{background:#f2fbfe !important;}
.btbg2{background:#f3f3f3 !important;}
.biaoti{
	font-family: 微软雅黑;
	font-size: 26px;
	font-weight: bold;
	border-bottom:1px dashed #CCCCCC;
	color: #255e95;
}

.biaoti_content{
	font-family: 微软雅黑;
	/* font-size: 26px; */
	font-weight: bold;
	border-bottom:1px dashed #CCCCCC;
	color: #255e95;
}


.textAlign{
	text-align: left;
}

.divContainer{
	height: 30em;
	width: 100%;
	overflow:scroll;

}

.titfont {
	
	font-family: 微软雅黑;
	font-size: 16px;
	font-weight: bold;
	color: #255e95;
	background: url(../images/ico3.gif) no-repeat 15px center;
	background-color:#e9faff;
}
.tabtxt2 {
	font-family: 微软雅黑;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	color:#327cd1;
}
.tabtxt3 {
	font-family: 微软雅黑;
	font-size: 14px;
	padding-left: 15px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
}

.text-indent{
	text-indent: 2em;
}

/* 搜索 样式 */

.tableContainer{
	width: 100%; /* 使容器宽度为父容器的100% */
	overflow-x: auto; /* 启用水平滚动条 */
}

table {
	width: 100%;
	/* border-collapse: collapse; */
	text-align: center;
}
th, td {
	border: 1px solid #ddd;
	padding: 8px;
	white-space: nowrap;
	text-align: center !important;
}
th {
	background-color: #f2f2f2;
}

#tableHead select{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin-right: 0.333em;
	margin-bottom: 0.333em;
	padding: 0.5em 1em;
	border: 1px solid #999;
	border-radius: 2px;
	cursor: pointer;
	font-size: 0.88em;
	line-height: 1.6em;
	color: black;
	white-space: nowrap;
	overflow: hidden;
	background-color: #e9e9e9;
	background-image: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
	user-select: none;
	text-decoration: none;
	outline: none;
}

#tableHead button{
	background: #ffc107;
	color: #000;
	padding: 0.2em 1em;
	border: 1px solid #999;
	border-radius: 2px;
}

.pagination {
	margin: 10px auto;
	width: 300px;
	text-align: center;
}
.pagination button {
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: 0.5em 1em;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	cursor: hand;
	color: #333 !important;
	border: 1px solid transparent;
	border-radius: 2px;
	background: none;
}
.pagination button:hover{
	color: white !important;
	border: 1px solid #111;
	background: linear-gradient(to bottom, #585858 0%, #111 100%);
}
.pagination span{
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: 0.5em 1em;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	cursor: hand;
	color: #333 !important;
	border: 1px solid transparent;
	border-radius: 2px;
}
.pagination button:disabled{
	cursor: default;
	color: #666 !important;
	border: 1px solid transparent;
	background: transparent;
	box-shadow: none;
}