.search {
	height: 90px;
	background:
		url(../images/searchline.jpg)
		0 0 repeat-x;
}

.search .name {
	padding-left: 75px;
	font-size: 42px;
	font-weight: bold;
	color: #0068b7;
	line-height: 90px;
	background:
		url(../images/notice-icon.png)
		0 0 no-repeat;
}

.search .inner {
	margin: 28px 30px 0 0;
	width: 315px;
	height: 32px;
	border: 1px solid #cacaca;
}

.search .inner .inbox {
	border: 0;
	width: 281px;
	height: 32px;
	text-indent: 10px;
	line-height: 32px;
	outline: none;
}

.search .inner .btn {
	width: 34px;
	height: 32px;
	background:
		url(../images/notice-btn.png)
		center no-repeat #fff;
	border: 0;
	outline: none;
}

.content {
	position: relative;
	margin: 20px auto 0;
	width: 1164px;
	height: 500px;
	background-color: #fff;
	z-index: 0;
}

.content .kong {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 52px;
	background-color: #ddefff;
	z-index: -1;
}

.content table {
	margin: 0 auto;
	width: 1132px;
	text-align: center;
	z-index: 1;
}

.content thead th {
	height: 52px;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.content tbody tr {
	margin: 0 16px;
	height: 45px;
	font-size: 13px;
	color: #333;
}

.content tbody tr.green {
	background-color: #f6faff;
}

.content tbody tr .red {
	color: #e21313;
}

.content tbody tr a {
	display: block;
	margin: auto;
	width: 95px;
	height: 26px;
	color: #2f86c9;
	text-align: center;
	line-height: 26px;
	background-color: #fff;
	border: 1px solid #2f86c9;
	border-radius: 3px;
}

.pagination {
	margin-top: 30px;
}

.content .title {
	padding-left: 36px;
	font: bold 20px/74px Microsoft Yahei;
	color: #257ed7;
	background: #fff
		url(../images/line.png)
		20px center no-repeat;
}

.content .inner {
	margin-top: 10px;
/* 	margin-left: 160px; */
/* 	padding: 0px 200px; */
	/*   height: 1200px; */
	background-color: #fff;
}

.content .input {
	display: block;
	width: 730px;
	height: 48px;
	line-height: 48px;
	font-size: 30px;
	text-indent: 10px;
	border: 1px solid #d4d4d4;
	outline: none;
}

.content .submit {
	margin: 65px auto 0;
/* 	margin-left: 180px;  */
	display : block;
	width: 120px;
	height: 57px;
	line-height: 57px;
	color: #fff;
	font-size: 38px;
	text-align: center;
	background-color: #257ed7;
	border: 0;
	display: block
}

.word {
	font-size: 38px;
/* 	padding-top: 10px; */
	text-align: right;
	margin-right: 30px;
}
.showinfo{
	font-size: 18px;
	color: red;
    margin-left: 120px;
}

/*# sourceMappingURL=publicity.css.map */