body {
	font-family: "微软雅黑";
}
.xmtjz{
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}
.xmtjz .tit{
	background: url(title.png) no-repeat 280px top;
	line-height: 56px;
	font-family: "Alibaba PuHuiTi Bold";
	font-weight: 700;
	font-size: 32px;
	text-align: center;
	color: #333;
	margin-top: 50px;
	margin-bottom: 30px;
}
.xmtjz ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.xmtjz ul li{
	width: 285px;
	height: 333px;
	background: #fff;
	box-shadow: 0 2px 12px #99999933;
	padding: 20px;
	text-align: center;
}
.xmtjz ul li img{
	width: 100%;
}
.xmtjz ul li p{
	font-family: "PingFang SC";
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	color: #333;
	margin-top: 20px;
}
.xmtjz ul li:hover p{
	color: #2F63C2;
}

/* 老年版 */
.oldType .xmtjz .tit {
    font-size: 46px;
}

.oldType .xmtjz ul li {
    height: auto;
}

.oldType .xmtjz ul li p {
    font-size: 30px;
}

@media screen and (max-width: 1260px){
	.xmtjz .tit{
		background-size: contain;
		background-position:center;
	}
	.xmtjz{
		width: 96%;
	}
	.xmtjz ul li{
		width: 24%;
		height: auto;
	}
}
@media screen and (max-width: 1080px){
	.xmtjz ul li{
		width: 32%;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 768px){
	.xmtjz .tit{
		font-size: 2.5rem;
		margin-top: 3.125rem;
		margin-bottom: 1rem;
	}
	.xmtjz ul{
		margin-bottom: 3.125rem;
	}
	.xmtjz ul li{
		width: 49%;
		margin-bottom: 1.5rem;
		padding: 1.25rem;
	}
	.xmtjz ul li p{
		font-size: 2.125rem;
		margin-top: 1rem;
	}
}