.info-detail .page-bg{
	height: 625px;
	background-image: url('../img/ground-pc-05.png');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.info-detail .container{
	position: relative;
	margin-top: -595px;
}

.info-detail .article-head{
	margin-bottom: 60px;
}
.info-detail .article-head .title{
	font-weight: 500;
	font-size: 36px;
	color: #333333;
	margin-bottom: 25px;
}
.info-detail .article-head ul.mate li{
	margin-right: 20px;
}
.info-detail .article-head ul.mate li i{
	margin-right: 5px;
}

.info-detail .article-body{
	font-size: 18px;
	color: #4A4A4A;
	line-height: 32px;
	text-align: center;
}
.info-detail .article-body p{
	margin-bottom: 20px;
	text-align: justify;
}
.info-detail .article-body img{
	width: 750px;
	aspect-ratio: 3 / 2;
	border-radius: 5px;
	margin-bottom: 20px;
}
.info-detail .decorat p:nth-child(1) {
    border: 1px solid #E3E3E3;
    margin-bottom: 5px;
}
.info-detail .decorat p:last-child {
    border: 2px solid #E3E3E3;
}
.info-detail .article-nex-pre{
	margin: 20px 0;
}
.info-detail .article-nex-pre li p{
	color: #000000;
	margin-bottom: 10px;
}
.info-detail .article-nex-pre li a{
	color: #333333;
	transition: all 0.2s ease-in-out;
}
.info-detail .article-nex-pre > li:nth-child(1) {
    text-align: left;
}
.info-detail .article-nex-pre > li:nth-child(2) {
    text-align: right;
}
.info-detail .article-nex-pre li:hover a{
	color: #7064FC;
}


@media (max-width: 992px){
	.info-detail .article-head .title {
	    font-weight: 500;
	    font-size: 0.519rem;
	    color: #333333;
	    margin-bottom: 15px;
	}
	.info-detail .article-head {
	    margin-bottom: 30px;
	}
	.info-detail .article-body {
	    font-size: 0.407rem;
	    color: #4A4A4A;
	    line-height: 0.85334rem;
	    text-align: center;
	}
	.info-detail .article-body img {
	    width: 100%;
	    border-radius: 5px;
	    margin-bottom: 20px;
	}
	.info-detail .article-nex-pre li p{
		font-size: 0.42667rem;
	}
	.info-detail .article-nex-pre li a{
		font-size: 0.3734rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
}


@media (max-width: 576px){
	.info-detail .article-head .title {
	    font-weight: 500;
	    font-size: 0.5334rem;
	    color: #333333;
	    margin-bottom: 15px;
	}
	.info-detail .article-head {
	    margin-bottom: 30px;
	}
	.info-detail .article-head ul.mate li{
		margin-right: 0.32rem;
	}
	.info-detail .article-body {
	    font-size: 0.42667rem;
	    color: #4A4A4A;
	    line-height: 0.85334rem;
	    text-align: center;
	}
	.info-detail .article-body img {
	    width: 100%;
	    border-radius: 5px;
	    margin-bottom: 20px;
	}
	.info-detail .article-nex-pre li p{
		font-size: 0.42667rem;
	}
	.info-detail .article-nex-pre li a{
		font-size: 0.3734rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
}












