@charset "utf-8";
/* CSS Document */
/*区级产业政策汇编样式——2024*/
@import url(" /resource/images/font/font.css");
body{
	background: #e4f4fc;
}
.cyhb_banner{
	background: url("/resource/images/cyhb_banner.png") no-repeat center;
	height: 556px;
	margin-top: -45px;
}
.cyhb_main{
	width: 1200px;
	margin: 0 auto;
	margin-top:3%
}

.cyhb_box{
	width: 98%;
	background: linear-gradient(to bottom,#c5ecfe, #e4f4fc); 
	border-radius: 10px;
	margin-bottom:10%;
	position: relative;
	
}
.cyhb_tit{
	background: url("/resource/images/cyhb_tit.png") no-repeat;
	font-size: 30px;
	width: 254px;
	height: 69px;
	color: #fff;
	position: absolute;
	left:2%;
	top:-7%;
	font-family: "pengmenzhengdao";
	text-indent: 60px;
	padding-top:10px;
}
.cyhb_box ul{
	margin: 2%;
	padding-top:1%;
}
.cyhb_box ul li{
	font-size: 26px;
	border-bottom: 1px dotted #027edb;
	margin: 4%;
	padding-bottom: 1%
}
.cyhb_box ul li i{
	margin-right: 1%;
	background: url("/resource/images/cyhb_ico.png") no-repeat;
	width: 26px; 
	height: 26px;
}
.cyhb_box ul li span{
	display: block;
	font-size: 20px;
	color: #929292;
	margin-top:1%;
}
.cyhb_box ul li a{
	background: url("/resource/images/cyhb_ico.png") no-repeat 0 6px; 
	padding-left: 40px;
}
.cyhb_box ul li span{
	padding-left: 40px;
}
.cyhb_box ul li:nth-child(3){
	border-bottom: 0;
}
.swiper-pagination1 {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}
.swiper-pagination2 {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}
@media screen and (max-width: 750px){
	.cyhb_banner{
		background-size: 140% 100%;
		margin-top: 0;
		height: 187px;
	}
	.cyhb_main{
		width: 92%;
	}
	.cyhb_tit{
		background-size: 80%;
		margin-top: 5%;
		font-size: 1.8em;
		padding-top:5px;
		text-indent: 40px;
	}
	.cyhb_box ul{
		margin-top:12%;
	}
	.cyhb_box ul li{
		font-size: 1.4em;
	}
	.cyhb_box ul li a {
		background: url(/resource/images/cyhb_ico.png) no-repeat;
		line-height: 1.8em;
	}
	.cyhb_box ul li span{
		padding-left: 0px;
		font-size:0.8em;
	}	
}
