/*×¨Ìâ½éÉÜÑùÊ½*/
*{margin:0;padding: 0;list-style: none;text-decoration: none;}
.outer{
	width: 1000px;
	margin: 0 auto;
}
.ztdesc{
	width: 100%;
	height: 256px;
	background: url(/images/desc.png) 0 0 no-repeat;
}
.pp{
	width: 100%;
	height: 41px;
	border-radius: 8px;
	background: -webkit-linear-gradient(top,#FAE4A4 80%,#fff 100%);
	background: -moz-linear-gradient(top,#FAE4A4 80%,#fff 100%);
	background: -ms-linear-gradient(top,#FAE4A4 80%,#fff 100%);
	background: -o-linear-gradient(top,#FAE4A4 80%,#fff 100%);
	background:linear-gradient(to bottom,#FAE4A4 80%,#fff 100%);
	opacity: 0.7;
}

.xy{
	width: 928px;
	margin:0 auto;
	position: relative;
}
.wrap{
	width: 100%;
	height: 432px;
	border-right: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
	border-radius:5px; 
}

.xuyan{
	width: 100%;
	height:26px;
	border-radius: 8px;
	padding-top: 24px;
	background: -webkit-linear-gradient(top,#F9E891 70%,#fff 100%);
	background: -moz-linear-gradient(top,#F9E891 70%,#fff 100%);
	background: -ms-linear-gradient(top,#F9E891 70%,#fff 100%);
	background: -o-linear-gradient(top,#F9E891 70%,#fff 100%);
	background:linear-gradient(to bottom,#F9E891 70%,#fff 100%);
	text-align: center;
	opacity: 0.8;
}
.descr{
	width: 813px;
	margin:24px auto;	
}

.descr p{
	text-indent: 2em;
	font: 15px 'Î¢ÈíÑÅºÚ';
	color: #2D2D2D;
	line-height: 28px;
	word-spacing:8px; letter-spacing: 1px;
}

.show{
	width: 895px;
	margin:0 auto;
	position: relative;
	padding-top: 15px;
}

.show_list{
	overflow: hidden;
	/*position: absolute;*/

}
.show_list li{
	width: 428px;
	height: 150px;
	float: left;
	margin-bottom: 20px;
}
.show_list li p{
	padding: 17px 6px;
	font: 16px 'Î¢ÈíÑÅºÚ';
 overflow:hidden;
 border: 11px solid #FFB854;
 text-indent: 2em;
}
.title{
	text-align: center;
	padding: 15px 0 0 0;
}
.title a{
	color: #000;
}
.title a:hover{
	color: red;
}
.rr{margin-right:19px;}

.foot{
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #8A1C41;
	background-color: #ccc;
}