body{
	color: #010101;
	background: #f6f4ef;
	text-align: justify;
}
a{
	color: #010101!important;
}
.footer a{
	color: #fff!important;
}
.nav-placeholder {
	height: auto !important;
}
.des{
	line-height: 2.25;
	padding: 30px 24px 0;
	text-indent: 2em;
	font-weight: bold;
}
.content-box{
	background: url(../images/body-bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.neirong{
	position: relative;
	background: #fff;
	margin-top: 68px;
	padding: 65px 45px 1px;
}
.neirong .shifan{
	position: absolute;
	top: -40px;
	left: 25px;
}
.article{
	margin-bottom: 110px;
}
.article .info{
	padding: 0 20px;
}
.article .address{
	color: #22ac38;
	font-size: 20px;
}
.article .title{
	position: relative;
	margin: 10px 0 35px;
	font-size: 30px;
	line-height: 1.6;
}
.article .title::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -8px;
	display: block;
	width: 94px;
	height: 6px;
	background: #22ac38;
}
.article .intro{
	text-indent: 2em;
	line-height: 2.25;
}
.article .thumb{
	position: relative;
	margin-top: 15px;
}
.article .thumb img{
	width: 100%;
	height: 315px;
	object-fit: cover;
}
.article .thumb .infos{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 6px 20px;
	background: #fbf5ef;
}
.article .thumb .zu{
	margin-right: 50px;
}
.article .green{
	color: #22ac38;
}
.article .thumb .zu:last-child{margin-right: 0;}
.article .thumb .btn{
	color: #fff;
	padding: 8.5px 20px;
	border-radius: 20px;
	background: #22ac38;
}

@media screen and (max-width: 1280px){
	.article .title{
		font-size: 26px;
	}
	.article .thumb .zu{
		margin-right: 20px;
	}
	.article .thumb .btn{
		padding: 6px 12px;
	}
}

@media screen and (max-width: 1024px){
	.des{
		padding: .32rem;
		font-weight: normal;
		text-indent: 0;
	}
	.header-nav .wap-nav{top: .99rem;}
	.header-nav .wrap {
		background: url(../images/wap-top.png) no-repeat top center / 100%;
	}
	.footer {
		display: block;
	}
	.neirong{
		padding: 1rem .32rem 1px;
	}
	.neirong .shifan{
		left: .32rem;
	}
	.article{
		margin-bottom: 2rem;
	}
	.article .intro{
		text-indent: 0;
	}
	.article .address{
		font-size: .4rem;
	}
	.article .title{
		font-size: .44rem;
		margin: 0.3rem 0 0.8rem;
	}
	.article .info{
		padding: 0;
	}
	.article .thumb{
		margin-top: 0.6rem;
	}
	.article .thumb img{
		height: 3rem;
	}
	.article .thumb .infos{
		position: relative;
		bottom: auto;
		flex-direction: column;
		align-items: flex-start;
		padding: .2rem .32rem;
		font-size: .28rem;
	}
	.article .thumb .zu{
		margin-right: 0;
		display: block;
		margin-bottom: 0.1rem;
	}
	.article .thumb .btn{
		align-self: flex-end;
		padding: 0.12rem .24rem;
	}
}