	.data_search {
		width: 100%;
		padding: 20px 90px;
		padding-bottom: 4px;
		background: #f4f4f4;
	}
	.search_r {
		width: 100px;
	}
	.search_r input {
		width: 100%;
		color: #fff;
		cursor: pointer;
		font-size: 16px;
	}
	.search_r .help_btn {
		background: #0267b4;
		line-height: 40px;
		margin-top: 10px;
	}
	.search_r .search_btn {
		padding-top: 40px;
		padding-bottom: 10px;
		background: #c20303 url(../image/data_search_ico.png) no-repeat center 12px;
	}
	.search_l {
		font-size: 16px;
		line-height: 30px;
	}
	.search_l select {
		font-size: 16px;
		height: 30px;
		margin-bottom: 16px;
		line-height: 30px;
		width: 125px;
		margin-right: 8px;
	}
	.search_l .dcbz {
		width: 400px;
	}
	.search_con_b > ul > li a,
	.search_con_b > ul > li span {
		font-size: 16px;
		line-height: 40px;
	}
	.search_con_b > ul > li span {
		color: #999;
	}
	.search_con_b > ul > li a {
		display: inline-block;
		width: 80%;
		overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
	}
	.search_con_b > ul > li a:hover {
		color: #0267b4;
	}
	.search_con_b > ul > li {
		text-indent: 8px;
		border-bottom: 1px dashed #d9d9d9;
		background: url(../image/gd_list.png) no-repeat 0 center;
	}
	.gd_page {
		margin-top: 20px;
	}
	.gd_page .record {
		margin-left: 50px;
	}
	.gd_page .record span {
		color: red;
	}
	.gd_page ul {
		margin-right: 70px;
	}
	.gd_page ul li {
		float: left;
		line-height: 20px;
		margin-right: 7px;
	}
	.gd_page ul a {
		display: block;
		padding: 0 10px;
		width: 100%;
		border: 1px solid #e5e5e5;
	}
	.gd_page ul .page_current {
		color: #fff;
		border: none;
		background: #12589f;
	}
	.gd_page ul a:hover {
		color: #fff;
		background: #12589f;
	}