<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cjwt-form {
	height: 1.38rem;
	line-height: 1.38rem;
	background-color: #61b9eb;
	text-align: center;
	font-size: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0;
	padding: 0;
}

.cjwt-form input[type='text'] {
	width: 8.33rem;
	height: 0.69rem;
	line-height: 0.69rem;
	border: 1px solid #0e337a;
	font-size: 0.27rem;
	padding-left: 0.2rem;
	margin: 0;
}

.cjwt-form span {
	display: inline-block;
	position: relative;
	left: -1px;
	width: 1.11rem;
	height: 0.69rem;
	background: url(../img/cjwt-search.jpg) no-repeat center;
	background-size: cover;
}
.table-box{
	width: 100%;
	margin-bottom: 0.27rem;
	font-size: 0.3rem;
	line-height: 0.69rem;
	text-align: center;
}
.table-box a{
	color: #000000;
}
.table-box th{
	line-height: 0.97rem;
	border-bottom: 1px #b8b8b8 solid;
	border-left:  1px #b8b8b8 solid;
}
.table-box td{
	font-size: 0.3rem;
	line-height: 0.55rem;
	padding: 0.13rem;
	border-left:  1px #b8b8b8 solid;
}
.table-box td:nth-child(2){
	text-align: left;
}
.bianjian th:first-child,
.bianjian td:first-child{
	border-left: 0;
	width: 16%;
}
.bianjian th:nth-child(2),
.bianjian td:nth-child(2){
	width: 42%;
}
.bianjian th:nth-child(3),
.bianjian td:nth-child(3){
	width: 23% !important;
}
.bianjian th:nth-child(4),
.bianjian td:nth-child(4){
	width: 19% !important;
}
.table-box tr:nth-child(even){
	background: #f5f5f5;
}
.table-box tr:nth-child(odd){
	background: #e8e8e8;
}</pre></body></html>