@charset "utf-8";
body {
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: "微软雅黑 Regular", "Microsoft YaHei";
	color: #333;
	background-color: #FFF4F4 !important;
}

body,
button,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
ul {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li,
ol,
ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
cursor: pointer;
	color: #1f4b88;
}

button:hover {
	cursor: pointer;
}

img {
	border: none;
	display: inline-block;
	vertical-align: middle;
}

.clear {
	clear: both;
}

.img {
	max-width: 100%;
	height: auto;
}

.row {
	display: inline-block;
	width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
/*banner*/
.banner{
	width:100%;
}
/*内容*/
.cont{
	width: 1200px;
	margin: 0 auto;
}
.zzwflist{
	width: 1226px;
	margin-left: -13px;
	margin-right: -13px;
	padding: 24px 0;
}
.zzwflist li{
	width: 285px;
height: 284px;
background: #FFFFFF;
border-radius: 19px;
	text-align: center;
	position: relative;
	float: left;
	margin:20px 10px;
}
.zzwflist li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.zzwflist li a img{
	margin-top: 47px;
}
.zzwflist li a h2{
	position: absolute;
	height: 40px;
font-size: 40px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #373737;
line-height: 40px;
bottom: 65px;
width: 100%;
text-align: center;
}
/*政务便民超市*/
.zwbm{
	width: 100%;
}
.zwbm img{
	width: 100%;
}
.zwbm img:hover{
	cursor: pointer;
}
/*长者服务*/
.zzfwimg{
	width: 100%;
	margin-top: 34px;
}
.zzfwlist{
	width: 1230px;
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 40px;
}
.zzfwlist li{
	width: 380px;
height: 315px;
background: #FFFFFF;
border-radius: 19px;
float: left;
text-align: center;
position: relative;
margin: 28px 15px 0 15px;
}

.zzfwlist li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.zzfwlist li a img{
	margin-top: 40px;
}
.zzfwlist li a p{
	position: absolute;
	height: 40px;
font-size: 35px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #373737;
line-height: 40px;
bottom: 50px;
width: 100%;
text-align: center;
}
.zzfwlist li.sh a p{
	height: 80px;
font-size: 35px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #373737;
line-height: 40px;
bottom: 30px;
}
@media screen and (max-width: 991px) {
	.cont,.zzwflist,.zzfwlist{
		width: 100%;
		margin: 0;
	}
	.zzwflist li{
		width: 100%;
		margin: 10px 0px;
		
	}
	.zzfwlist li{
		width: 100%;
		margin: 10px 0px;
	}
	}