.cyzf_top{
	background: url(/resource/images/chyzfgs_1.jpg) center;
	height: 377px;
	margin-top: -45px;
}
.cyzf_main{width: 1200px; margin: 0 auto}
.cyzf_main h2{height: 41px; margin-top:70px;}
.cyzf_main ul{margin: 50px 30px; height: 100%; overflow: hidden;}
.cyzf_main ul li{width: 23%; text-align: center; background: #f5f5f5; height: 40px; line-height: 40px; font-size: 19px;float: left; margin: 1%;}
.box{margin: 50px auto; }
.box img{width: 1200px;}
.crumbsBox {
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
}
.crumbs {
	width: 1200px;
	height: 77px;
	margin: 0 auto;
	line-height: 67px;
	color: #757575;
	font-size: 16px;
}
.crumbs a {
	color: #757575;
	font-size: 16px;
}
.repeatX {
	width: 100%;
	background: url(/resource/images/list/ty_crumbs_line.png) 0 0 repeat-x;
	height: 10px;
}	
.listBox {
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
}
.listBox .list {
	width: 1150px;
	margin: 0 auto;
	padding: 15px 0 40px 0;
}
.cyzf_main .listBox .list li {
	position: relative;
	font-size: 16px;
	line-height: 45px;
	color: #404040;
	height:45px;
	clear: both;
	width:100%;
	text-align: left;
}
.listBox .list li:before {
	content: "";
	width: 4px;
	height: 10px;
	background: #dcdcdc;
	display: inline-block;
	margin-right: 10px;
	border-radius: 4px;
	float: left;
	margin: 17px 10px;
}
.listBox .list li a {
	color: #404040;
	display: block;
	height: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 80%;
}
.listBox .list li span {
	position: absolute;
	right: 20px;
	bottom: 0;
	display: inline-block;
}
.listBox .list li.line {
	border-bottom: 1px dashed #dcdcdc;
	padding-top: 15px;
	margin-bottom: 15px;
	line-height: 0;
	height: 0;
}
.listBox .list li.line:before {
	display: none;
}	
	
.bd1 {
    margin-bottom: 25px;
    height: 25px;
    border-bottom: 1px dashed #dcdcdc;
}
body,td,th {
	font-family: "Microsoft YaHei", SimSun, Arail, Tabhoma, sans-serif;
}


/*ÏìÓ¦Ê½*/
@media screen and (max-width:480px) {
	body{
		 min-width: 100%;
		 overflow-x: hidden;
	 }
	.public_nav{
		min-height:150px;
	}
	.cyzf_top{
		background-size: 190% 100%;
		height: 150px;
	}
	
	.cyzf_main{
		width: 100%;
	}
	.cyzf_main img{
		width: 100%;
	}
	.cyzf_main h2{
		margin-top: 20px;
		height: 40px;
		width: 200%;
		position: relative;
		
	}
	.cyzf_main h2 img{
		position: absolute;
		left:-25%;
	}
		
	.cyzf_main ul{
		margin: 5px 3px;
	}
	.cyzf_main ul li{
		font-size:14px;
		height: auto;
		line-height: 21px;
		padding: 2% 0;
	}
	.footer_nopc{
		height:auto;
	}
	
	.listBox{
		width: 100%;
	}
	.listBox .list{
		width: 100%;
	}
	.cyzf_main .listBox .list li{
		white-space: nowrap;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		overflow: hidden;
	}
	.listBox .list li a{
		width: 60%;
	}
	.box{
		width: 96%;
		position: relative;
		height: 70px;
	}
	.box img{
		width: 200%;
		position: absolute;
		left:-50%;
		
	}
	
}