@charset 'utf-8';

/******样式清除******/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333333;
}


a,
span {
	vertical-align: top;
}

img {
	border: 0;
	vertical-align: middle;
}

@keyframes myrotate {
	0% {
		transform: rotate(10deg);
	}

	20% {
		transform: rotate(-10deg);
	}

	40% {
		transform: rotate(10deg);
	}

	60% {
		transform: rotate(-10deg);
	}

	80% {
		transform: rotate(10deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

input,
button,
text {
	vertical-align: middle;
	outline: none;
	border: none;
}

button {
	padding: 0;
	background: none;
	cursor: pointer;
}


body {
	font-size: 15px;
	color: #333333;
	font-family: "PingFang SC-Regular, PingFang SC";

}



/*清除浮动*/

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.lf {
	float: left;
}

.rt {
	float: right;
}

/* 边距 */
/*****边距调整****/

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 30px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.ml10 {
	margin-left: 10px;
}

.mr15 {
	margin-right: 15px;
}

.ml15 {
	margin-left: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mt50 {
	margin-top: 50px;
}

/* 内容块 */
.centerWidth {
	width: 1200px;
	margin: 0px auto;
}

.maxWidth {
	width: auto;
	margin: 0px auto;
}

.overflows a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* header */
.zcwjk_header {
	background: url(zcwjk_bj.png) no-repeat;
	height: 610px;
	padding: 20px 0;
}

.zcwjk_header_title img {
	width: 100%;
}

.zcwjk_header_logo {
	padding-bottom: 90px;
}

.zcwjk_header_logo img {
	width: 40%;
}

.zcwjk_header_searchch {
	display: flex;
	justify-content: center;
	padding-top: 60px;
}

.zcwjk_header_search {
	width: 1000px;
	height: 70px;
	padding: 10px;
	background-color: #439fff73;
	border-radius: 10px;
}

.zcwjk_header_search_input {
	width: 850px;
	background-color: #fff;
	line-height: 60px;
	border-radius: 15px;
	padding: 5px 0;
	padding-left: 20px;
}

.zcwjk_header_search_input input {
	width: 90%;
	line-height: 60px;
	font-size: 16px;
	border: none;
	outline: none;
}

.zcwjk_header_search_btn {
	background-color: #f9a73b;
	border-radius: 20px;
	font-size: 16px;
	padding: 25px 40px;
	color: #fff;
	cursor: pointer;
}

.zcwjk_content {
	margin-top: 30px;
}

.zcwjk_content_select {
	background: url(zcwjk_content_select.png) no-repeat;
}

.zcwjk_content_tab {
	line-height: 85px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	border-bottom: 1px dashed #D3E1F1;
}

.zcwjk_content_tab .nav-item {
	text-align: center;
	cursor: pointer;
	font-family: Microsoft YaHei;
	font-size: 18px;
	font-weight: bold;
	min-width: 182px;
	line-height: 85px;
}

.zcwjk_content_tab a {
	display: inline-block;
	cursor: pointer;
}

.zcwjk_content_tab a.cur .nav-item {
	color: #FFFFFF;
	line-height: 72px;
	margin-top: -30px;
	background: url(zcwjk_content_tabon.png) no-repeat center;
	background-size: 100% 100%;
}

.filter_container {
	padding: 20px 30px;
}

.filter_container .filter_item {
	display: flex;
	border-bottom: 1px dashed #D3E1F1;
	box-sizing: border-box;
	padding: 20px 0;
}

.filter_container .filter_item .title_text {
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	min-width: 92px;
	white-space: nowrap;
}

.filter_container .filter_item .sel_div {
	display: flex;
	line-height: 40px;
	flex-wrap: wrap;
	width: 100%;
}

.filter_container .filter_item .sel_div .span_text {
	display: inline-block;
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	color: #333333;
	padding: 0 18px;
	cursor: pointer;
}

.filter_container .filter_item .sel_div .span_text.on {
	background-color: #e2edfc;
	color: #1c55ca;
	font-weight: bold;
	border-radius: 10px;

}

.filter_item span.more_icon {
	display: inline-block;
	min-width: 14px;
	height: 14px;
	margin-top: 15px;
	cursor: pointer;
	background: url(zcwjk_more_icon.png) no-repeat center;
	background-size: 100%;
}

.filter_item span.more_icon.show {
	transform: rotate(180deg);
}

.time-search-div {
	display: none;
	align-items: center;
}

.time-search-div input {
	text-align: center;
	height: 36px;
	border-radius: 6px;
	background: #e2edfc;
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
	color: #1c55ca;
	width: 133px;
	margin: 0 4px;
	cursor: pointer;
}

.time-search-div .time-zhi {
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
	color: #e2edfc;
}

.zcwjk_search_list {

	margin-top: 20px;
	padding: 20px 30px;
	background: #FFFFFF;
	box-sizing: border-box;
	box-shadow: rgb(0 0 0 / 12%) 0px 0px 12px 0px;
}

.zcwjk_search_num_div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px dashed #D3E1F1;
	margin-bottom: 12px;
}

.sort-top,
.sort-div {
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
	display: flex;
	cursor: pointer;
}

.sort-div {
	cursor: unset;
	position: relative;
}

.sort-top>span {
	color: #1c55ca;
}

.sort_and_num_div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px dashed #D3E1F1;
	margin-bottom: 12px;
}

.sort-img-choose {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-left: 5px;
	color: #1c55ca;
}

.sort-bottom {
	position: absolute;
	display: none;
	top: 40px;
	left: 0px;
	width: 144px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(175, 175, 175, 0.7500);
	border-radius: 4px;
	padding: 8px;
}

.sort-bottom .item-sort {
	padding: 13px 9px;
	cursor: pointer;
	border-radius: 4px;
	margin-bottom: 5px;
	height: 16px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 16px;
}

.item-sort:hover {
	background: #F4F5F9;
	color: #333333;
}

.sort-top.on .sort-img-choose {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.num_div {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	display: flex;
	line-height: 18px;
	color: #333333;
}

.num_div>span {
	font-family: Microsoft YaHei;
	font-weight: 700;
	font-size: 24px;
	display: inline-block;
	line-height: 24px;
	margin-top: -4px;
	color: #1c55ca;
}

.search-item {
	background: #F9F9F9;
	padding: 26px 30px;
	margin-top: 20px;
	flex-direction: column;
}

.search-title {
	display: flex;
}

.search-document-number {
	padding: 20px 0px;
	color: #666;
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
}

.search-release-time {
	display: flex;
	color: #333;
}

.search-release-time .item_btm_span {
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #D1D1D1;
	border-radius: 4px;
	font-family: Microsoft YaHei;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #333;
	padding: 6px 15px;
}

.tabcon .tabitem {
	visibility: hidden;
	position: absolute;
}

.tabcon .tabitem.cur {
	visibility: inherit;
	position: sticky;
}

/* 分页 */
.xbzy_pager {
	padding: 10px 0px;
	clear: both;
	position: relative;
	overflow: hidden;
	text-align: center;
	color: #333;
	border-top: 1px dashed #D3E1F1;
	margin-top: 20px;
}

.xbzy_pager p {
	padding: 0;
	border: none;
	background: none;
	height: 28px;
	line-height: 28px;
	display: inline-block;
}

.xbzy_pager a,
.xbzy_pager p {
	display: inline-block;

	vertical-align: middle;
	padding: 0 9px;
	border: 1px solid #d2d2d2;
	height: 26px;
	line-height: 26px;
	margin: 0 4px 5px 0;
	background-color: #fff;
	color: #333;
	font-size: 14px;
}

.xbzy_pager p.curr {
	background: #226ebc;
	border-color: #226ebc;
	color: #FFFFFF !important;
}

.zcwjk_foot_div {
	padding-left: 25px;
	line-height: 50px;
}

.zcwjk_foot {
	padding: 20px 0px;
	font-size: 16px;
	background: #FFFFFF;
	box-sizing: border-box;
	box-shadow: rgb(0 0 0 / 12%) 0px 0px 12px 0px;
	margin: 20px 0;
}

.zcwjk_foot_div .all_number {
	color: #1c55ca;
	font-weight: 700;
	font-size: 24px;
}

.zcwjk_item {
	text-align: center;
	margin: 0px 25px;
	margin-top: 20px;
}

.zcwjk_foot_item {
	display: flex;
}

.zcwjk_item_div {
	width: 235px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f9ff;
}

.zcwjk_item_div span {
	font-family: Microsoft YaHei;
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	display: inline-block;
	color: #1c55ca;
}

.zcwjk_item_title {
	font-weight: bold;
	color: #333333;
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-weight: normal;
	line-height: 48px;
}

/* 手机端 */
@media screen and (max-width: 760px) {
	.centerWidth {
		width: 100%;
		margin: 0px auto;
	}

	.zcwjk_header_logo img {
		width: 60%;
	}

	.zcwjk_header_logo {
		padding-bottom: 15px;
		text-align: center;
	}

	.zcwjk_header_title {
		text-align: center;
	}

	.zcwjk_header_title img {
		width: 75%;
	}

	.zcwjk_header_search {
		width: 90%;
		height: 40px;
		padding: 10px;
		background-color: #439fff73;
		border-radius: 10px;
	}

	.zcwjk_header_search_input {
		width: 76%;
		background-color: #fff;
		line-height: 30px;
		border-radius: 10px;
		padding: 5px 0;
		padding-left: 10px;
	}

	.zcwjk_header_search_input input {
		width: 75%;
		line-height: 30px;
		font-size: 12px;
		border: none;
		outline: none;
	}

	.zcwjk_content_tab {
		line-height: 60px;
		display: flex;
		align-items: center;
		border-bottom: 1px dashed #D3E1F1;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.filter_container {
		padding: 10px;
	}

	.zcwjk_header_searchch {

		padding-top: 30px;
	}

	.zcwjk_header_search_btn {
		background-color: #f9a73b;
		border-radius: 10px;
		font-size: 15px;
		padding: 10px 15px;
		color: #fff;
		cursor: pointer;
	}

	.zcwjk_header {
		height: auto;
		padding: 10px 0;
		width: 100%;
	}

	.zcwjk_content_tab .nav-item {
		min-width: 120px;
		line-height: 60px;
		font-size: 16px;
	}

	.zcwjk_content_tab a.cur .nav-item {

		line-height: 50px;
		margin-top: 0;

	}

	.filter_container .filter_item {
		display: flex;
		border-bottom: 1px dashed #D3E1F1;
		box-sizing: border-box;
		padding: 10px 0;
	}

	.filter_container .filter_item .sel_div .span_text {
		display: inline-block;
		font-family: Microsoft YaHei;
		font-size: 12px;
		font-weight: normal;
		line-height: 35px;
		color: #333333;
		padding: 0 10px;
		cursor: pointer;
	}

	.filter_container .filter_item .title_text {
		font-family: Microsoft YaHei;
		font-size: 12px;
		font-weight: bold;
		line-height: 35px;
		min-width: 60px;
		white-space: nowrap;
	}

	.layui-laydate-range {
		width: 96%;
	}

	.time-search-div input {
		text-align: center;
		height: 36px;
		border-radius: 6px;
		background: #e2edfc;
		font-family: Microsoft YaHei;
		font-size: 12px;
		font-weight: normal;
		line-height: 36px;
		color: #1c55ca;
		width: 90px;
		margin: 10px 4px;
		cursor: pointer;
	}

	.zcwjk_search_list {
		margin-top: 20px;
		padding: 5px 10px;

	}

	.zcwjk_search_num_div {

		flex-wrap: wrap;
	}

	.num_div {

		margin-top: 10px;
	}

	.search-item {

		padding: 10px;

	}

	.zcwjk_item_div span {
		font-family: Microsoft YaHei;
		font-size: 16px;
		font-weight: bold;
		line-height: 30px;
		display: inline-block;
		color: #1c55ca;
	}

	.zcwjk_item_div {
		width: 100%;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #f5f9ff;
	}

	.zcwjk_item {
		text-align: center;
		margin: 0px 10px;
		margin-top: 20px;
	}

	.zcwjk_foot_item {
		display: flex;
		justify-content: center;
	}

	.zcwjk_item_title {

		font-size: 14px;

	}

	.num_div>span {

		font-size: 20px;

	}

	.zcwjk_foot_div .all_number {

		font-size: 20px;
	}

	.zcwjk_content {
		margin-top: 0px;
	}


}