.banner{
	background: url(../gongyi/banner.jpg);
	background-size: cover;
	min-height: 700px;
	overflow: hidden;
}

.banner .item{
	margin-top: 365px;
	margin-left: 375px;
	padding: 18px;
	width: 502px;
	height: 247px;
	background: #25a2b6;
	box-sizing: border-box;
}
.banner .item h4{
	font-size: 26px;
	color: #fff;
}
.banner .item p{
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	margin-top: 8px;
}

.hwzs{
	margin-top: 90px;
}
.hwzs .center{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hwzs .center .item{
	width: 380px;
	margin-top: 15px;
}
.hwzs .center .item .img{
	width: 100%;
	height: 285px;
}
.hwzs .center .item .img img {
	width: 100%;
	height: 100%;
}
.hwzs .center .item p{
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin-top: 3px;
}

.yc-yscf .center .item .img img{
	width: 100%;
	height: 215px;
}
.zhujiao{
	margin-top: 90px;
	margin-bottom: 60px;
}
.zhujiao .center{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zhujiao .center .item{
	margin-top: 40px;
	width: 580px;
	height: 535px;
	border-radius: 15px;
	overflow: hidden;
	border: 1px solid #dddddd;
	box-sizing: border-box;
}
.zhujiao .center .item i{
	border-bottom: 1px solid #dddddd;
	height: 328px;
	overflow: hidden;
	display: block;
}
.zhujiao .center .item i img{
	width: 100%;
	height: 100%;
	transition: all 1s ease;
}
.zhujiao .center .item:hover i img{
	transform: scale(1.1);
}
.zhujiao .center .item .word{
	padding: 15px 15px 20px;
}
.zhujiao .center .item .word time{
	font-size: 14px;
	color: #999999;
	display: block;
}
.zhujiao .center .item .word span{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-top: 14px;
	display: block;
}
.zhujiao .center .item .word p{
	color: #666666;
	line-height: 28px;
	margin-top: 5px;
	display: -webkit-box;
	display: -moz-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}


.zhujiao .center .item:hover p{
	color: #25A2B6;
}