/*详情页*/
.arctive{
	width:calc(100%-150px);
	padding:50px 127px 70px 123px;
	overflow: hidden;
}
.arctive .title{
	width:100%;
	overflow: hidden;
	border-bottom:2px solid #126635;
	margin-bottom:24px;
}
.arctive .title h1{
	font-size:18px;
	color:#3a3a3a;
	font-weight:normal;
	text-align: center;
}
.arctive .title span{
	display: block;
	text-align: center;
	font-size:12px;
	margin:14px auto 20px;
	color:#3A3A3A;
}
.arctive .title span a{
	color:#3A3A3A;
}
.arctive .title span a:hover{
	color:#126635;
}
.arctive p{
	font-size:14px;
	color:#3A3A3A;
	line-height:24px;
	text-indent:2em;
}
.arctive #text{
	font-size:18px;
	font-family:"微软雅黑";
	line-height:3em;
}

.arctive  #text p{
	font-size:18px;
	font-family:"微软雅黑";
	line-height:3em;
	color:#3A3A3A;
	text-indent:2em;
}

.arctive img{
	display: block;
	margin:auto;
	max-width:100%;
	height:auto;
}
