table tr td, table{
	border: none;
}
.zcjsq-centerWidth{
	width: 1200px;
	width: 12rem;
	margin: 0 auto;
}
.zcjsq-topbar img{
	width: 100%;
}
.zcjsq-tit1{
	border-bottom: 1px solid #e9e9e9;
	padding: 0 13px 3px;
	padding: 0 .13rem .03rem;
}
.zcjsq-tit1 span{
	display: inline-block;
	font-size: 20px;
	font-size: .2rem;
	color: #000;
	text-align: center;
	width: 100px;
	width: 1rem;
	height: 39px;
	height: .39rem;
	line-height: 39px;
	line-height: .39rem;
	margin-right: 16px;
	margin-right: .16rem;
	cursor: pointer;
}
.zcjsq-tit1 span.cur{
	background-color: #0067ff;
	border-radius: 4px;
	border-radius: .04rem;
	color: #fff;
	font-weight: bold;
}
.zcjsq-table{
	margin-top: 30px;
	margin-top: .3rem;
}
.zcjsq-table label{
	display: inline-block;
	cursor: pointer;
}
.zcjsq-table tr>td:first-child{
	width: 120px;
	width: 1.2rem;
	vertical-align: baseline;
	font-size: 20px;
	font-size: .2rem;
	line-height: 28px;
	line-height: .28rem;
	letter-spacing: 2px;
	letter-spacing: .02rem;
	color: #000000;
}
.zcjsq-table ul li{
	display: inline-block;
	vertical-align: top;
	min-width: 106px;
	min-width: 1.06rem;
	margin-bottom: 33px;
	margin-bottom: .33rem;
	margin-right: 30px;
	margin-right: .3rem;
}
.zcjsq-table ul li input{
	width: 18px;
	width: .18rem;
	height: 18px;
	height: .18rem;
	border-radius: 2px;
	border-radius: .02rem;
	border: solid 1px #999999;
	vertical-align: top;
	margin-right: 10px;
	margin-right: .1rem;
	margin-top: 6px;
	margin-top: .06rem;
}
.zcjsq-table ul li span{
	display: inline-block;
	font-size: 18px;
	font-size: .18rem;
	line-height: 28px;
	line-height: .28rem;
	letter-spacing: 2px;
	letter-spacing: .02rem;
	color: #000000;
	vertical-align: top;
}
.zcjsq-submit{
	width: 230px;
	width: 2.3rem;
	height: 46px;
	height: .46rem;
	background-color: #ff8b23;
	border-radius: 23px;
	border-radius: .23rem;
	color: #fff;
	font-size: 20px;
	font-size: .2rem;
	letter-spacing: 2px;
	letter-spacing: .02rem;
	border: none;
	cursor: pointer;
	margin-top: 16px;
	margin-top: .16rem;
	margin-left: 120px;
	margin-left: 1.2rem;
}
.zcjsq-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zcjsq-list .item{
	margin-top: 28px;
	margin-top: .28rem;
	box-sizing: border-box;
	display: inline-block;
	width: 586px;
	width: 5.86rem;
	height: 121px;
	height: 1.21rem;
	background-color: #f0f6fe;
	border-radius: 4px;
	border-radius: .04rem;
	padding: 18px 20px 14px 30px;
}
.zcjsq-list .item:hover{
	text-decoration: none;
}
.zcjsq-list .item>div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.zcjsq-list .item .tit{
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 20px;
	font-size: .2rem;
	line-height: 28px;
	line-height: .28rem;
	letter-spacing: 2px;
	letter-spacing: .02rem;
	color: #000000;
}
.zcjsq-list .item .status{
	display: inline-block;
	width: 84px;
	width: .84rem;
	background-color: #f0f6fe;
	border-radius: 13px;
	border-radius: .13rem;
	border: solid 1px #ff8a23;
	text-align: center;
	line-height: 24px;
	line-height: .24rem;
	font-size: 18px;
	font-size: .18rem;
	letter-spacing: 2px;
	letter-spacing: .02rem;
	color: #ff8b23;
	flex-shrink: 0;
	margin-left: 20px;
	margin-left: .2rem;
}
.zcjsq-list .item .bar2{
	margin-top: 33px;
	margin-top: .33rem;
	font-size: 16px;
	font-size: .16rem;
	line-height: 28px;
	line-height: .28rem;
	letter-spacing: 2px;
	letter-spacing: .02rem;
	color: #666666;
}
.zcjsq-list .item .bar2 .time{
	flex-shrink: 0;
}
.zcjsq-list .item .bar2 .source{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.zcjsq-part1{
	padding-bottom: 257px;
	padding-bottom: 2.57rem;
}

@media screen and (max-width: 768px){
	.zcjsq-centerWidth{
		width: 100%;
		padding: 0 .2rem;
		box-sizing: border-box;
	}
	.zcjsq-part1{
		padding-bottom: .4rem;
	}
	.zcjsq-tit1 span{
		font-size: .32rem;
		line-height: .6rem;
		height: .6rem;
		width: 1.5rem;
	}
	.zcjsq-table tr>td:first-child{
		font-size: .32rem;
		white-space: nowrap;
	}
	.zcjsq-table ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.zcjsq-table ul li{
		min-width: 48%;
		margin-right: 0;
	}
	.zcjsq-table ul li input{
		width: .3rem;
		height: .3rem;
		margin-top: 0;
	}
	.zcjsq-table ul li span{
		font-size: .32rem;
		display: inline;
	}
	.zcjsq-submit{
		display: block;
		font-size: .32rem;
		height: .7rem;
		margin: .3rem auto 0;
		border-radius: .35rem;
	}
	.zcjsq-list .item{
		width: 100%;
		height: auto;
		padding: .2rem;
	}
	.zcjsq-list .item .tit{
		font-size: .32rem;
		line-height: .5rem;
	}
	.zcjsq-list .item .status{
		font-size: .28rem;
		width: auto;
		padding: 0 .2rem;
		line-height: .4rem;
		border-radius: .2rem;
		flex-shrink: 0;
	}
	.zcjsq-list .item .bar2{
		font-size: .28rem;
		line-height: initial;
		letter-spacing: 0;
		flex-wrap: wrap;
	}
	.paging-class{
		padding: 0;
	}
}