.pr_main_select{
	height: 185px;
}
.pr_select_position{
	height: 44px;
}
.pr_select_position p{
	font-size: 15px;
	color: #A4A4A5;
	margin-left: 72px;
}
.pr_select{
	height: 140px;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	text-align: center;
	background:#fff;
}
.pr_list{
	height: 25px;
    margin: 30px 0 0 40px;
}
.pr_list p{
	float: left;
	font-size: 15px;
	color: #69533D;
	line-height: 25px;
}
.pr_list ul li{
	float: left;
	height: 23px;
	margin-left: 15px;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
}
.pr_list ul li.select a{
	color:#fff;
	background: #ecc144;
}
.pr_list ul li a:hover{
	color:#fff;
	background: #ecc144;
}
.pr_list ul li a{
	display: block;
	min-width:60px;
	padding: 0 10px;
    height: 23px;
	font-size: 12px;
	color: #69533D;
	line-height: 23px;
	text-decoration: none;
}
/*内容*/
.pr_main_context{
	width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}
.pr_context_title{
	height: 43px;
	border: 1px solid #E5E5E5;
	background: url(../images/pr_context_bg.png) no-repeat;
	background-size:cover;
}
.pr_context_mainer{
	min-height: 343px;
	margin-top: -1px;
	background:#fff;
}
.pr_inner{
	float: left;
	width: 398px;
	height: 380px;
	border: 1px solid #E5E5E5;
}
.pr_inner:hover{
	box-shadow: 0 0 28px rgba(0, 0, 0, .2) inset;
}
.pr_img{
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
.inner_title{
	margin: 20px 0 0 40px;
}
.inner_title p{
	font-size: 15px;
	margin-top: 15px;
}
.inner_icon{
	margin: 20px 0 0 40px;
	height: 33px;
	font-size: 16px;
	color: #DBAD29;
}
.inner_icon a{
	display: block;
	float: left;
	text-align: center;
	width: 116px;
	height: 33px;
	line-height: 33px;
	color: #fff;
	background-color: #ecc144;
	border-radius: 5px;
	text-decoration: none;
}
.inner_icon span{
	margin-left: 30px;
	display: block;
	width: 80px;
	float: left;
	margin-top: 5px;
}
.inner_icon span:nth-child(3){
	margin-left: 10px;
	display: block;
	width: 100px;
	float: left;
	margin-top: 5px;
}
.inner_icon span img{
	margin-top: -6px;
	margin-right: 15px;
}
.pagelist {
	text-align : center;
	margin: 25px auto;
	clear: both;
	padding-top: 10px;
}
.pagelist a {
	border-bottom: #dedfde 1px solid; 
	border-left: #dedfde 1px solid; 
	padding-bottom: 5px; 
	margin: 0px 5px; 
	padding-left: 9px; 
	padding-right: 9px; 
	color: #000000; 
	border-top: #dedfde 1px solid; 
	border-right: #dedfde 1px solid; 
	padding-top: 5px;
	text-decoration: none;
}
.pagelist a:hover {
	border-bottom: #02346f 1px solid; 
	border-left: #02346f 1px solid; 
	background-color: #DBAD29; 
	color: #fff; 
	border-top: #02346f 1px solid; 
	border-right: #02346f 1px solid
}