#app{
	background: #F4F4F4;
}
.header{
	position: relative;
	z-index: 2;
}
.location{
	background-image: url('../img/info-head.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 40px;
	background-position: 50%;
	min-height: 126px;
	height: 369px;
	position: relative;
	top: -85px;
	padding-top: 100px;	
}
.page{
	width: 100%;
	position: relative;
	padding-bottom: 30px;
	margin-top: -250px;
}
.info-detail-wrap{
	background: #FFFFFF;
}
.article-warp{
	background: #FFFFFF;
	border-radius: 5px;
	padding: 35px 50px;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.04), -2px -2px 4px 0px rgba(0,0,0,0.04);
}
.article-warp .title{
	font-family: PingFangsc-Medium;
	font-weight: 500;
	font-size: 36px;
	text-align: center;
	margin-bottom: 15px;
}
.article-warp .mate{
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 20px;
}
.article-warp .mate li{
	font-size: 14px;
	color: #343434;
	margin: 0 10px 0 10px;
}
.article-warp .mate li i{
	margin-right: 5px;
}
.article-warp .article-body{
	padding: 40px 0 0 0;
	font-size: 18px;
	color: #4A4A4A;
	/* text-align: justify; */
	line-height: 32px;
}
.article-warp .article-body img{
	width: 750px;
	height: 500px;
	border-radius: 5px;
}
.issue-box{
	margin-bottom: 30px;
}

/* 上下篇 */
.article-nex-pre{
	margin: 0 50px;
	padding: 20px 0px;
	border-top: 1px solid #DFDFDF;
}
.article-nex-pre li {
    flex-basis: 50%;
}
.article-nex-pre li p{
	font-size: 18px;
	color: #000000;
	margin-bottom: 5px;
}
.article-nex-pre li .desc a{
	font-weight: 300;
	font-size: 18px;
	color: #333333;
	transition: all 0.2s ease-in-out;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.article-nex-pre li:first-child{
	text-align: left;
}
.article-nex-pre li:last-child{
	text-align: right;
}
.article-nex-pre li:hover .desc a{
	color: #00A692;
}


@media (max-width: 992px){
	.article-warp .title{
		text-align: left;
		font-size: 0.5334rem;
		margin-bottom: 0.26667rem;
	}
	.article-warp .mate{
		justify-content: start;
	}
	.article-warp .mate li {
	    font-size: 0.32rem;
	    color: #343434;
	    margin: 0 0.1334rem 0 0.1334rem;
	}
	.article-warp .mate li i{
		font-size: 0.3734rem;
	}
	.article-warp .article-body{
		font-size: 0.370rem;
		line-height: 36px;
	}
}


@media (max-width: 576px){
	.location ul{
		white-space: nowrap;
	}
	.location ul li:last-child{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.location{
		padding-top: 95px;
	}
	.page{
		margin-top: -300px;
	}
	.article-warp{
		padding: 0.40rem 0.40rem;
	}
	.article-warp .title{
		text-align: left;
		font-size: 0.5334rem;
		margin-bottom: 0.26667rem;
	}
	.article-warp .mate{
		padding-bottom: 0.40rem;
	}
	.article-warp .mate li {
	    font-size: 0.32rem;
	    color: #343434;
	    margin: 0 0.1334rem 0 0.1334rem;
	}
	.article-warp .mate li i{
		font-size: 0.3734rem;
	}
	.article-warp .article-body {
		padding: 0.5334rem 0 0 0;
		font-size: 0.42667rem;
	}
	.article-warp .article-body img{
		width: 100%;
		height: 210px;
	}
	.article-nex-pre{
		margin: 0 0.40rem;
	}
	.article-nex-pre li p{
		font-size: 0.3734rem;
	}
	.article-nex-pre li .desc a{
		font-size: 0.3734rem;
	}
	
	/* 新增移动端广告 */
	.advert{
		width: 100%;
		/* margin: 15px 0; */
		position: relative;
	}
	.advert a{
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	.advert .txt-warp{
		margin-left: 25px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.advert .txt-warp .service{
		display: inline-block;
		font-size: 0.3734rem;
		height: 0.64rem;
		line-height: 0.64rem;
		padding: 0 0.26667rem;
		border-radius: 12px;
	}
	
	.advert4 .txt-warp .title{
		font-weight: 500;
		font-size: 0.4534rem;
		color: #FFFFFF;
	}
	.advert4 .txt-warp .desc{
		font-size: 0.3734rem;
		color: #FFFFFF;
		margin: 2px 0 4px 0;
	}
	.advert4 .txt-warp .service{
		color: #3E33BD;
		padding: 0 0.26667rem;
		background: #F2F4FB;
	}
	
	
}









