.m-text1{
	background-color: #fff;
	border-radius: 5px;
	padding: 44px 48px 74px;
	margin-bottom: 99px;
	overflow: hidden;
}
.m-text1 h1{
	font-size: 24px;
	color: #3F3A39;
	line-height: 1.5em;
	font-weight: 500;
	margin-bottom: 18px;
	overflow: hidden;
}
.m-text1 .info{
	border-bottom: 1px #ddd solid;
	padding-bottom: 37px;
	overflow: hidden;
}
.m-text1 .info span{
	display: block;
	float: left;
	font-size: 16px;
	color: #999;
	line-height: 1.5em;
	margin-right: 105px;
	overflow: hidden;
}
.m-text1 .txt{
	font-size: 16px;
	color: #333;
	line-height: 1.5em;
	margin-top: 28px;
	overflow: hidden;
}
.m-text1 .bot{
	margin-top: 63px;
	overflow: hidden;
}
.m-text1 .bot .pic{
	float: left;
	width: 453px;
	height: auto;
	margin-right: 48px;
	overflow: hidden;
}
.m-text1 .bot .pic img{
	display: block;
	width: 100%;
	height: auto;
}
.m-text1 .bot .cont{
	padding-top: 54px;
	overflow: hidden;
}
.m-text1 .bot .cont h3{
	font-size: 24px;
	color: #333;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.m-text1 .bot .cont .desc{
	height: 6em;
	font-size: 16px;
	color: #333;
	line-height: 1.5em;
	overflow: hidden;
}
.m-pn{
	margin-top: 46px;
	overflow: hidden;
}
.m-pn a{
	display: block;
	float: left;
	width: 50%;
	font-size: 16px;
	color: #666;
	line-height: 1.5em;
	padding-right: 10px;
	overflow: hidden;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.m-pn a:hover{
	color: #FF5A0E;
}
.m-pn a em{
	display: block;
	float: left;
	color: #999;
	font-style: normal;
	margin-right: 16px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.m-pn a:hover em{
	color: #FF5A0E;
}
.m-pn a span{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.m-pn a.a-next{
	text-align: right;
	padding-right: 0;
	padding-left: 10px;
}
.m-pn a.a-next em{
	float: right;
	margin-right: 0;
	margin-left: 16px;
}