#dataList {
	float: left;
	width: 100%;
	box-sizing: border-box;
}

#dataList * {
	
	box-sizing: border-box;
}

#dataList .search {
	width: 100%;
	padding: 20px;
	border: 1px solid #ededed;
	top: 20px;
	top:0;
	left: 0;
}

#dataList .dataList {
	width: 100%;
	margin-top: 10px;
}

#dataList .data {
	width: 100%;
	padding: 20px;
	border: 1px solid #ededed;
	margin-top: 10px;
}

#dataList .data .content {
	
	color: #555;
	padding-top: 10px;
	font-size: 14px;
	height: 30px;
}

#dataList .data-left {
	width: 75% !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
	display:inline-block
}

#dataList .data-right {
	width: 25% !important;
	display:inline-block
}

#dataList .data-right div {
	padding: 0 !important;
	line-height: 30px;
}

#dataList .btn-w-105 {
	width: 105px;
}

#dataList a {
	color: skyblue;
	cursor: pointer;
	margin-left: 20px;
}

#dataList a:hover {
	color: skyblue;
	text-decoration: underline;
}

#dataList .data div span:first-child {
	margin-right: 20px;
}

#dataList .name {
	font-size: 18px !important;
	font-weight: 700;
	color: #181a1c !important;
	
	padding-top: 0 !important;
}

#dataList .columnData {
	display: none;
}

#dataForm table {
	width: 100%;
	border-top: 1px solid #ededed;
	border-left: 1px solid #ededed;
	margin: 5px 0;
	font-size: 14px;
}

#dataForm table tr {
	height: 50px;
	width: 100%;
	border-bottom: 1px solid #ededed;
}

#dataForm table tr td:first-child {
	width: 30%;
}

#dataForm table tr td {
	border-right: 1px solid #ededed;
	padding: 9px 15px;
}

.csearch {
	padding: 10px 0 100px;
}

.csearch_container {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
}

#csearch_title {
	font-family: "Microsoft YaHei", Arial;
	font-size: 40px;
	margin: 20px 0 20px;
	text-align: center;
}

.search_nav {
	height: 40px;
}

.search_item {
	width: 100%;
	float:left;
	margin-left: 40px;
}

.search_item li {
	list-style: none;
	float: left;
	margin: 10px 10px 10px 0px;
	line-height: 16px;
	padding: 3px 10px;
	color: #555;
	border-radius: 14px;
	
}

.search_type {
	border: 1px solid transparent;
	cursor: pointer;
}

.search_item li:hover {
	color: #fff;
	background-color: #FF5A00;

	position: relative;
}

.search_item li.active {
	color: #fff;
	background-color: #FF5A00;

	position: relative;
}

.search_item li.active:before {
	content: " ";
	width: 0;
	height: 0;
	border-width: 6px 6px 0px;
	border-style: solid;
	position: absolute;
	bottom: -6px;
	border-color: #FF5A00 transparent transparent;

	left: 50%;
	margin-left: -6px;
}

.search_item li:hover:before {
	content: " ";
	width: 0;
	height: 0;
	border-width: 6px 6px 0px;
	border-style: solid;
	position: absolute;
	bottom: -6px;
	border-color: #FF5A00 transparent transparent;

	left: 50%;
	margin-left: -6px;
}

.search-nav li.active {
	background-color: #fff;
	color: #fff;
	position: relative;
}

.searchkey {
	width: 85%;;
	height: 44px;
}

.input_bd {
	float: left;
}

.search_item li.active {
	color: #fff;
	background-color: #FF5A00;
	position: relative;
}

.btn-w-125 {
	width: 125px;
}

.noData {
	padding: 9px;
	width: 100%;
	margin-top: 20px;
}

.no-more {
	height: 169px;
	width: 195px;
	margin-left: 10%;
	background-image: url('https://credit.zs.gov.cn/static/images/creditpublicity/no-more.png')
}

.text {
	font-size: 24px;
	padding-top: 60px;
	padding-left: 20px;
}