.box-gazette-search {
	border: 1px solid #ddd;
	margin: 32px 0;
}

.box-gazette-search .box-title {
	border-bottom: 1px solid #ddd;
}

.box-gazette-search .box-title:before {
	content: "公报搜索";
	diplay: block;
	float: left;
	line-height: 2em;
	background-color: #015196;
	color: white;
	padding: 0 16px;
}

.box-gazette-search .box-title:after {
	content: "";
	display: block;
	clear: both;
}

.box-gazette-search .box-content {
	padding: 24px;
}

.box-gazette-search .box-content:after {
	content: "";
	display: block;
	clear: both;
}

.box-gazette-search .box-content>li {
	padding: 6px;
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.box-gazette-search .box-content>li>input {
	width: 100%;
	box-sizing: border-box;
	padding: 0 8px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #ddd;
	outline: none;
}

.box-gazette-search .box-content>li:last-child {
	width: 100%;
	text-align: center;
}

.box-gazette-search .box-content>li:last-child {
	width: 100%;
	text-align: center;
}

.box-gazette-search .box-content>li:last-child>button {
	line-height: 2em;
	background-color: #015196;
	color: white;
	font-size: 1em;
	padding: 0 32px;
	margin: 0 4px;
	border: none;
	outline: none;
}

.box-gazette-search .box-content>li:last-child>button:hover {
	opacity: 0.8;
	cursor: pointer;
}