section{
	width: 100%;
	height: 100%;
	background:#821302 url(../img/m-bg.jpg) no-repeat center 0;
	/*background-size:cover;*/
	
}
section .img{
	width: 427px;
	float: left;
}
section .cont{
	float: left;
	width: 680px;
	height: auto;
	margin-left: 50px;
	margin-top: 188px;
}
section .cont h3{
	text-align: center;
	font-family: "方正宋刻本秀楷简体";
	font-size: 40px;
	color: #ececc8;
}
section .cont .txt{
	padding-right: 13px;
	overflow-y: auto;
	overflow-x: hidden;
	height: 350px;
	font-family: "方正宋刻本秀楷简体";
	font-size: 18px;
	color: #ececc8;
	line-height: 28px;
	text-indent: 36px;
	margin-top: 56px;
}
section .cont .btn{
	width: 100%;
	margin-top: 120px;
	
}
section .cont .btn a{
	display: block;
	float: left;
	margin-left: 76px;
	margin-right: 20px;
}
