*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Î¢ÈíÑÅºÚ";
	box-sizing: border-box;
}

li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000;
}
.clearFloat:after{
	display: block;
	content: "";
	clear: both;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.bigImg{
	width: 100%;
	height: 450px;
	background: url(/static/www.sxhkxy.com/images/zsindex.png);
}
.content{
	width: 1200px;
	margin: 0 auto;
	margin-top: 48px;
}
.content_l{
	width: 571px;
}
.content_l a{
	display: block;
	width: 100%;
	height:351px;
	background: url(/static/www.sxhkxy.com/images/zspic_01.png);
	margin-bottom: 28px;
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
	padding-left: 30px;
	padding-top:292px;
	background-size: cover;
}
.content_l a:nth-child(2){
	background: url(/static/www.sxhkxy.com/images/zspic_02.png);
	background-size: cover;
}
.content_r{
	width: 571px;
	height: 728px;
	background: url(/static/www.sxhkxy.com/images/zspic_03.png);
	background-size: cover;
	padding: 49px 30px 30px 30px;
}
.content_r li{
	color: #fff;
	font-size: 18px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	padding-right: 101px;
	position: relative;
	margin-bottom: 47px;
}
.content_r li a{
	color: #fff;
}
.content_r li .time{
	display: block;
	width: 101px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}
.goto{
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
}
@media screen and (min-width: 320px) {
	.bigImg{
		background-size: cover;
		height: 90px;
	}
	.content{
		width: 100%;
		padding: 0 15px;
		margin-top: 15px;
		margin-bottom: 30px;
	}
	.content_l{
		width: 100%;
	}
	.content_l a{
		height: 211px;
		padding-top: 160px;
        font-size: 28px;
		margin-bottom:20px;
	}
	.content_r{
		width: 100%;
		height: 440px;
		padding: 15px;
	}
	.content_r li {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.content_r li .time{
		font-size: 14px;
	}
	.goto{
		font-size: 28px;
	}
}
@media screen and (min-width: 768px) {
	.bigImg{
		background-size: cover;
		height: 180px;
	}
	.content{
		width: 100%;
		padding: 0 15px;
		margin-top: 15px;
		margin-bottom: 30px;
	}
	.content_l{
		width: 49%;
	}
	.content_l a{
		height: 223px;
		padding-top: 160px;
        font-size: 28px;
		margin-bottom:20px;
	}
	.content_r{
		width: 49%;
		height: 464px;
	}
	.content_r li {
		font-size: 16px;
		margin-bottom: 22px;
	}
	.content_r li .time{
		font-size: 16px;
	}
	.goto{
		font-size: 30px;
	}
}
@media screen and (min-width: 1000px) {
	.bigImg{
		background-size: cover;
		height: 450px;
	}
	.content{
		width: 1200px;
		margin: 0 auto;
		margin-top: 48px;
	}
	.content_l{
		width: 571px;
	}
	.content_l a{
		height: 351px;
		padding-top: 292px;
        font-size: 32px;
		margin-bottom: 28px;
	}
	.content_r{
		width: 571px;
		height: 728px;
		padding: 49px 30px 30px 30px;
	}
	.content_r li {
		font-size: 18px;
		margin-bottom: 47px;
	}
	.content_r li .time{
		font-size: 18px;
	}
	.goto{
		font-size: 32px;
	}
}