.zixun {
	background-color: #F4F9FD;
	padding: 100px 0 60px 0;
}

.zx {
	width: 1440px;
	margin: auto;
	text-align: center;
}

.zx h3 {
	font-size: 40px;
	margin-bottom: 15px;
	font-weight: 600;
}

.zx .con {
	font-size: 14px;
	color: #545454;
	width: 50%;
	margin:auto
}

.zx ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
}

.zx ul li {
	text-align: left !important;
	width: 32%;
	overflow: hidden;
	/* padding: 30px; */
	box-sizing: border-box;
	margin-bottom: 30px;
	background-color: #ffffff;
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border-radius: 4px;
	z-index: 1;
	padding-bottom: 30px;
}
.zx ul li h3{
	font-size: 20px;
}
.zx ul li img{
	width: 100%;
}
.zx ul li h3,.zx ul li p,.zx ul li .more{
	padding: 0 30px;
}
.zx ul li p{}
.zx ul li .time{
	padding-top: 30px;
	font-size: 13px;
	color: #545454;
	margin-bottom: 10px;
}
.zx li .more{
	font-weight: 600;
	color: #19ce67;
	font-size: 14px; text-align: right; display: block;
	
}
.zx ul li:hover{
	margin-top:-10px;
}
.zx ul li:hover h3{
	color: #19ce67;
}

.zx .list span a{
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	border-radius: 2px;
	background-color: #19ce67;
}
.zx .list span a.active{
	background-color: #121521;
}
.zx .list span a:hover{
	background-color: #121521;
}

@media all and (max-width:1440px) {
	.zx {
		width: 96%;
	}
}

@media all and (max-width:1100px) {
	.zx {
		width: 80%;
		margin: auto;
	}
	.zixun{
		padding-top: 50px;
	}
	.zx h3{
		font-size: 25px
	}
	.zx ul li h3{
		font-size: 18px;
	}
	.zx .con{
		width: 96%;
	}
	.zx ul li{
		width: 49%;
	}
	.zx ul li h3,.zx ul li p,.zx ul li .more{
		padding: 0 20px;
	}
}
@media all and (max-width:780px){
	.zx ul li{
		width: 100%;
	}
}
@media all and (max-width:580px){
	.w80 {
		width: 96%;
	}
	
}

.content { width:1400px; margin:30px auto; border-radius:10px; border:10px #eee solid}
.content .hd { width:95%; margin:0 auto; padding:20px 0; border-bottom:1px #ddd solid}
.content .hd h1 { font-size:30px; text-align:center; line-height:40px}
.content .hd .auor { text-align:center; color:#888; padding-top:10px}

.content .endtext { padding-top:20px; width:95%; margin:0 auto; font-size:16px; line-height:30px}
.content .endtext p { padding-bottom:15px}
.content .endtext img { max-width:100%}


@media all and (max-width:1440px) {
.content { max-width:1100px; width:95%; border:5px #eee solid}
.content .hd h1 { font-size:18px; text-align:center; line-height:30px}
.content .hd .auor { font-size:12px}
}







