.pub-tj li{
	width: 23%;
}

.zctwo-con{
	height: 820px;
	overflow-y: scroll;
	margin-top: 20px;
}

.policy-list li{
	background: #FFFFFF;
	box-shadow: 0px 3px 9px 0px rgba(5,87,197,0.1);
	border-radius: 4px;
	margin: 10px 0;
	padding: 20px;
}
.policy-list{
	position: relative;
	min-height: 250px;
}
.policy-list li div{
	margin-top: 15px;
	line-height: 25px;
}
.policy-list li div span{
	padding: 0px 8px;
}
.policy-list i{
	width: 44px;
	text-align: center;
	background: #D32621;
	border-radius: 2px;
	font-style: normal;
	font-size: 12px;
}
.btq-con{
	margin-top: 40px;
}
.btq-con div{
	width: 31.5%;
	padding: 20px;
	box-sizing: border-box;
	color: #fff;
	font-size: 20px;
	border-radius: 4px;
}
.btq-con .btq1{background: linear-gradient(47deg, #FEEFE8 0%, #FFEFE9 100%);color: #554038;}
.btq-con .btq2{background: linear-gradient(45deg, #E0F1D9 0%, #F1F6EF 100%);color: #345129;}
.btq-con .btq3{background: linear-gradient(51deg, #C4DDFF 0%, #DCEBFF 100%);color: #3D506B;}
.btq-con .text-right{
	margin-top: 10px;
}
.btq-con div span{
	font-weight: bold;
	font-size: 32px;
}

.zctwo-con1 li{
	width: 48.5%;
}
.project-list{
	border-bottom: 1px solid #F2F2F2;
	padding: 30px 0;
}

.project-list div{
	width: 100%;
}

.project-list .py-12{
	padding: 12px 0;
}

/* 政策申报样式 */
.sbinfo-intr{
	border-bottom: none;
}

.steps{
	border-bottom: 1px solid #f2f2f2;
}
.steps div{
	margin-right: 40px;
	height: 50px;
	line-height: 50px;
}

.steps div a{
	display: block;
	width: 100%;
	height: 50px;
	position: relative;
}

.steps div a:hover{
	color: #0557C5;
}

.steps div .text-main::after{
	position: absolute;
	content: '';
	width: 65px;
	height: 2px;
	background-color: #0557C5;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* 双千列详情样式 */
.sq-info h3{padding: 0px 20px 30px;text-align: center;font-size: 22px;}
.sq-info .bg-grey{
	background-color: #f5f5f5;
	font-weight: 500;
}
.sq-info td{
	padding: 10px;
	font-size: 16px;
}

.sq-info th,.sq-info .tle-bold{
	background-color: #86abd8;
	font-size: 18px;
	padding: 20px;
	color: #fff;
	
}

.zc_hb{
	position: absolute;
	z-index: 888;
	left: 0;
	bottom:0px;
	border-radius: 10px;
	background-color: #fd4600;
	width: 85px;
	height: 85px;
	color: #fff;
	font-size: 16px;
}

@media screen and (max-width: 992px) {
	.zctwo-con1 li{
		width: 100%;
	}
}

.select-tool{
	background: #fff;
	box-shadow: 0 1px 6px 0 rgba(1, 53, 157, .18);
	margin-top: 10px;
	padding: 10px;
}

.select-tool div{
	padding: 2px 5px;
	margin: 5px;
}

.select-tool div.hover,.select-tool div:hover{
	cursor: pointer;
	background-color: #e7f2ff;
	border-radius: 4px;
	color: #5697f0;
}