﻿
html,body{
	background: #F5FAFF;
}
*{
	box-sizing: border-box;
}
.zz-header{
	width: 100%;
	background-color: #fff;
}
/* 顶部横条 */
.zz-header .top{
	width: 1200px;
	height: 60px;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	z-index: 1;
	min-width: 375px;
}
.zz-header .left .item{
	font-size: 20px;
	line-height: 40px;
	display: inline-block;
}
.zz-header .left .sy{
	margin-right: 30px;
}
.zz-header .left .p{
	padding: 0 12px;
	border: solid 1px #bbb;
	border-radius: 4px;
}
.zz-header .right .item{
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	margin-top: 5px;
	margin-right: 26px;
	padding-left: 26px;
	border-left: solid 1px #bbb;
}
.zz-header .right .item:first-child{
	border: none;
}
.zz-header .right .item:last-child{
	margin-right: 0;
}
.zz-header .left .item,
.zz-header .right .item{
	cursor: pointer;
}
.zz-header .left .item:hover,
.zz-header .right .item:hover{
	text-decoration: underline;
}
/* banner位 */
.zz-header .zz-banner{
	height: 370px;
	background: url(/template/view/elderlyArea/img/zzzq/zzzq-bg.png) center no-repeat;
	background-size: cover;
	padding-top: 54px;
}
.zz-banner .gzz-gov{
	display: block;
	width: 330px;
}
.zz-banner .gzz-gov img{
	width: 100%;
}
.zz-banner .title{
	width: 206px;
	height: 66px;
	margin-top: 42px;
	font-size: 40px;
	font-weight: bold;
	line-height: 66px;
	color: #1F85EE;
	background: #fff;
	text-align: center;
	border-radius: 8px;
}
.z-b-content{
	position: relative;
}
.z-b-content .old-people{
	position: absolute;
	bottom: -49px;
	right: 64px;
	width: 406px;
}

/* 长者专区内容 */
.zz-content{
	width: 1200px;
	margin: -80px auto 0 auto;
	z-index: 9;
}
.zz-column{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
	padding: 46px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
	min-width: 375px;
}
.zz-column>.item{
	width: 340px;
	background: #F5FAFF;
	border-radius: 8px;
	border: solid 1px #d8ecff;
	margin-bottom: 36px;
	padding: 38px;
	text-align: center;
	font-size: 40px;
	line-height: 52px;
	font-weight: bold;
	color: #1F85EE;
}

.zz-column .item:hover{
	cursor: pointer;
}
.zz-column .item i{
	width: 160px;
	margin: 0 auto;
	display: block;
}
.zz-column .item i img{
	width: 100%;
}

/* 养老办事服务 */
.zz-pension{
	margin-bottom: 50px;
	padding: 46px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
	min-width: 375px;
}
.z-p-title{
	width: 90%;
	margin: 0 auto 34px auto;
}
.z-p-title img{
	width: 100%;
}
.z-p-column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.z-p-column .item{
	width: 532px;
	background: #F5FAFF;
	border-radius: 8px;
	border: solid 1px #d8ecff;
	margin-bottom: 36px;
	padding: 30px 40px;
	font-size: 30px;
	line-height: 38px;
	font-weight: bold;
	display: flex;
	justify-content: start;
	align-items: center;
	color: #303133;
}
.z-p-column .item i{
	margin-right: 26px;
}
.z-p-column .item i,
.z-p-column .item i img{
	width: 80px;
}
.z-p-column .item:hover{
	cursor: pointer;
}
.z-p-column .item:nth-child(3),
.z-p-column .item:nth-child(4){
	margin-bottom: 0;
}

/* 二维码区域 */
.zz-ercode{
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
	min-width: 375px;
}
.zz-ercode .item{
	width: 374px;
	position: relative;
}
.zz-ercode .item .item-show{
	width: 100%;
	height: 100px;
	background: #fff;
	border-radius: 8px;
	border: solid 1px #d8ecff;
	padding: 30px 40px;
	font-size: 30px;
	line-height: 38px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
.zz-ercode .item .item-show:hover{
	cursor: pointer;
}
.zz-ercode .item .item-show i,
.zz-ercode .item .item-show i img{
	width: 52px;
	height: 52px;
	margin-right: 20px;
}
.zz-ercode .item .item-ercode{
	position: absolute;
	top: -310px;
	width: 100%;
	height: 300px;
	background: #fff;
	border-radius: 8px;
	border: solid 1px #d8ecff;
}
.zz-ercode .item .item-ercode img{
	display: block;
	width: 280px;
	margin: 10px auto;
}
.zz-ercode .item .item-ercode.active{
	display: block;
}

/* 新闻列表 */
.zz-nav{
	width: 100%;
	font-size: 26px;
	line-height: 32px;
	height: 58px;
	border-bottom: solid 1px #E5E5E5;
}
.list-tittle{
	margin-top: 40px;
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	color: #1F85EE;
}
.zz-list{
	width: 100%;
	padding-top: 26px;
}
.zz-list>.item{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	padding: 20px 30px;
	width: 100% !important;
	background: #F2F2F2;
	border-radius: 6px;
	font-size: 32px;
	line-height: 54px;
}
.zz-list .item .title{
	position: relative;
	padding-left: 26px;
	width: 78%;
	max-width: 820px;
	font-size: 32px;
	line-height: 54px;
	font-weight: normal;
}
.zz-list .item .title::before{
	position: absolute;
	top: 11px;
	left: 0;
	width: 6px;
	height: 32px;
	content: '';
	background: #1F85EE;
}
.zz-list .item:last-child{
	margin-bottom: 0;
}
.zz-list .item .time{
	width: 22%;
	text-align: end;
}


/* 文章详情 */
.zz-column-detail{
	display: block;
}
.zz-content .detail{
	max-width: 1080px;
	margin: 0 auto;
}
.zz-content .detail .title{
	font-size: 32px;
	line-height: 52px;
	text-align: center;
	max-width: 1040px;
	margin: 0 auto 20px;
}
.zz-content .detail .explain{
	display: flex;
	justify-content: space-between;
	padding-bottom: 14px;
	border-bottom: solid 1px #bbb;
	font-size: 24px;
	line-height: 34px;
}
.zz-content .detail .content{
	margin: 0 auto;
	padding: 30px 0;
	font-size: 26px;
	line-height: 2;
	text-indent: 2em;
}
.zz-content .sao{
	display: block;
	margin: 100px auto 40px;
}
.zz-content .sao .txt{
	font-size: 26px;
	line-height: 30px;
	text-align: center;
}
.zz-content .sao .sao-code{
	width: 222px;
    height: 224px;
    padding: 10px;
    margin: 24px auto;
    border: dashed 1px #E5E5E5;
}
.zz-content .btn-box{
	width: 440px;
    margin: auto;
}
.zz-content .btn-box .btn{
	width: 180px;
    height: 60px;
    background: #F4F4F4;
    border: solid 1px #E5E5E5;
    border-radius: 6px;
    text-align: center;
    font-size: 26px;
    line-height: 58px;
    margin: 0 auto;
    text-align: center;
}
.zz-content .btn-box .btn:hover{
	cursor: pointer;
}


@media (max-width:1200px) {
	.zz-header .top{
		width: 100%;
		padding: 10px 20px;
	}
	.z-b-content{
		padding-left: 30px;
		padding-right: 30px;
	}
	.zz-content,
	.zz-pension{
		width: 100%;
	}
	.zz-column,
	.zz-pension{
		padding: 30px;
	}
	.zz-content .item{
		width: 31%;
	}
	.z-p-title{
		width: 100%;
		margin-bottom: 20px;
	}
	.z-p-column .item{
		width: 49%;
	}
}

@media (max-width: 1000px){
	.z-p-column .item{
		width: 100%;
	}
	.z-p-column .item:nth-child(3){
		margin-bottom: 36px;
	}
	.zz-ercode .item .item-ercode img{
		width: 100%;
	}
	.zz-list .item .title,
	.zz-list .item .time{
		font-size: 28px;
		line-height: 44px;
	}
	.zz-list .item .title::before{
		top: 6px;
	}
}


@media (max-width: 900px){
	.zz-column>.item{
		padding: 28px;
	}
	.zz-ercode .item .item-show{
		padding: 14px 20px;
		font-size: 26px;
		height: 80px;
	}
	.zz-ercode .item .item-ercode{
		height: 280px;
		top: -290px;
	}
	.zz-ercode .item .item-show i, .zz-ercode .item .item-show i img{
		width: 42px;
		height: 42px;
	}
	.zz-list .item .title{
		width: 100%;
	}
	.zz-list .item .time{
		display: none;
	}
}

@media (max-width: 800px){
    .zz-header .top{
        display: block;
        height: auto;
    }
	.zz-header .top .item.p,
	.zz-header .right .item.wza{
		display: none;
	}
	.z-b-content .old-people{
		width: 360px;
		right: 30px;
	}
	.zz-column .item i{
		width: 140px;
	}
	.zz-column>.item{
		font-size: 34px;
		line-height: 44px;
		padding: 20px;
	}
}

@media (max-width: 700px){
	.z-b-content .old-people{
		width: 300px;
	}
	.zz-column>.item{
		width: 48%;
	}
	.zz-column>.item:nth-child(4){
		margin-bottom: 36px;
	}
	.zz-ercode .item .item-show{
		padding: 14px 0;
	}
	.zz-ercode .item{
		width: 32%;
	}
	.zz-ercode .item .item-ercode{
		height: 200px;
		top: -230px;
	}
	.zz-content .detail .explain{
		flex-wrap: wrap;
	}
	.zz-content .detail .explain p{
		width: 100%;
		text-align: center;
	}
	.zz-content .sao,
	.zz-content .btn-box{
		display: none;
	}
}

@media (max-width: 600px){
	.zz-banner .title{
		font-size: 30px;
		width: 160px;
		height: 52px;
		line-height: 52px;
	}
	.z-b-content .old-people{
		width: 260px;
		bottom: -63px;
	}
	.z-p-column .item{
		font-size: 26px;
	}
	.zz-ercode{
		flex-wrap: wrap;
		padding: 0 30px;
	}
	.zz-ercode .item{
		width: 100%;
		margin-bottom: 34px;
	}
	.zz-ercode .item:last-child{
		margin-bottom: 0;
	}
	.zz-ercode .item .item-ercode img{
		width: 180px;
	}
	.zz-ercode .item .item-ercode{
		top:-210px;
	}
}

@media (max-width: 500px){
	.zz-header .left .sy{
		font-size: 18px;
	}
	.zz-header .right .item{
		font-size: 18px;
		padding-left: 10px;
		margin-right: 10px;
	}
	.z-b-content .old-people{
		display: none;
	}
	.zz-column>.item{
		font-size: 30px;
	}
	.zz-column .item i{
		width: 100px;
	}
	.z-p-column .item{
		padding: 20px 30px;
	}
	.zz-nav{
		display: none;
	}
	.list-tittle{
		margin-top: 0;
	}
	.zz-list>.item{
		padding: 10px 20px;
	}
	.zz-list .item .title,
	.zz-list .item .time{
		font-size: 24px;
		line-height: 36px;
	}
	.zz-list .item .title::before{
		height: 28px;
		top: 6px;
	}
}

@media (max-width: 430px){
	.zz-column>.item{
		font-size: 26px;
	}
	.zz-column .item i{
		width: 80px;
	}
	.z-p-column .item{
		padding: 10px 20px;
	}
	.z-p-column .item i{
		margin-right: 10px;
	}
}