.urlMar {
	font-size: 14px;
	font-weight: 400;
	color: rgba(47, 49, 49, 1);
	padding: 16px 0;
	background-color: #FAFAFA;
}

.textMain {
	padding-bottom: 40px;
}

.textMain h1 {
	margin-top: 40px;
	font-size: 28px;
	font-weight: 500;
	color: rgba(47, 49, 49, 1);
	line-height: 40px;
}

.textMain hr {
	border: none;
	height: 1px;
	background-color: #EDEFF1;
	margin-top: 32px;
}

.textMain .text {
	margin-top: 32px;
	text-indent: 2em;
	font-size: 16px;
	font-weight: 400;
	color: rgba(47, 49, 49, 1);
	line-height: 32px;
}

/* 内容 */
.newDetails {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.newDetails .content {
	width: 1200px;
	padding: 32px 0;
} 
/* .newDetails .content text{
	padding-bottom: 32px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(47, 49, 49, 1);
	line-height: 24px;
}
.newDetails .content img{
	display: flex;
	padding-bottom: 32px;
}  */


.newDetails .content p{ font-size:15px; line-height:28px;color:#666;}
.newDetails .content p img{ max-width:100%; margin: auto; display:block; position: relative; margin-bottom:15px !important; text-align: center ;}

.newDetails .title {
	padding: 40px 0 12px 0;
	font-size: 28px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(47, 49, 49, 1);
	line-height: 40px;
}

.newDetails .time {
	padding-bottom: 32px;
}

.newDetails .time text:nth-child(1) {

	width: 119px;
	height: 20px;
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(144, 146, 152, 1);
	line-height: 20px;
}

.newDetails .time text:nth-child(2) {
	padding: 0 12px 0 24px;
}

.newDetails .time text:nth-child(2),
.newDetails .time text:nth-child(3) {
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(8, 115, 221, 1);
	line-height: 20px;
}

.newDetails .bor {
	width: 800px;
	height: 1px;
	background: rgb(241, 243, 244);
}

.newDetails .up {
	padding: 23px 15px 8px 15px;

}

.newDetails .down {
	padding-bottom: 17px;
}
.newDetails .up span,
.newDetails .down span,
.newDetails .up a,
.newDetails .down a {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(144, 146, 152, 1);
	line-height: 20px;
}

/* .newDetails .up text:nth-child(1),
.newDetails .down text:nth-child(1),
.newDetails .up a,
.newDetails .down a {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(144, 146, 152, 1);
	line-height: 20px;
} */

/* .newDetails .up text:nth-child(2),
.newDetails .down text:nth-child(2) {
	width: 444px;
	height: 20px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(47, 49, 49, 1);
	line-height: 20px;
} */
.newDetails .up a,.newDetails .down a{
	flex:1;
}

.newDetails .down {
	padding-bottom: 17px;
}
.newDetails .down {
	display: flex;
	align-items: center;
	padding: 0 15px;
}
.time .add , .time .substract{
	cursor: pointer;
}
.content li{
	list-style-type: decimal;
}
.skipContent {
    min-width: 1200px;display: block; overflow: hidden;
    border-top: 1px solid #e2e2e2;
    padding-bottom: 32px; position: static;
}
.skipContent .down a:hover{
   color: #0873DD;
}

.skipContent .apoyr{ position: relative; float: right; margin-top: -80px;}
.skipContent .apoyr a{ display:inline-block; width: 130px;margin-top: 35px;text-align: center;line-height: 30px; padding-right: 20px;
    background: #008481 url(../images/head05.png) no-repeat 88px center;color: #fff;transition: all .4s ease;-webkit-transition: all .4s ease;}
.skipContent .apoyr a:hover{opacity:.8;background-position-x:94px;}


@media (max-width:1024px) {
.skipContent .apoyr{ position: relative; float: none; width: 100%;  text-align: center; margin: auto;}
	}

/* 手机端 s*/
@media (max-width:1024px) {
	.urlMar{
		display: none;
		margin-top: 60px!important;
	}
	.urlMar .Box{
		padding-left: 15px;
	}
	.newDetails {
		margin-top: 60px!important;
	}
	.newDetails .title {
		font-size: 17px;
		padding: 15px; line-height: 24px;
		text-align: center;
	}
	/* .content{
		width: 100%;
		height: 100%;
	} */
	.newDetails .content{
		padding: 15px;
		width: 100%;
	}
	.content img{
		width: 100%!important;
		height: 100%!important;
	}
	.skipContent {
		min-width: 100%;
		border-top: 1px solid #e2e2e2;
		padding-bottom: 12px;
	}
}
/* 手机端 e*/