.pr_main_select{
	/*height: 185px;*/
}
.pr_select_position{
	height: 44px;
}
.pr_select_position p{
	font-size: 15px;
	color: #A4A4A5;
	margin-left: 72px;
}
.pr_select{
	width: 1200px;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	text-align: center;
	background: #fff;
}
.pr_list{
    margin: 30px 0 0 40px;
}
.pr_list:last-child{
	margin-bottom:30px;
}
.pr_list p{
	float: left;
	font-size: 15px;
	color: #69533D;
	line-height: 25px;
}
.pr_list ul {
	float: right;
	width: 1080px;
	line-height: 23px;
}
.pr_list ul li{
	float: left;
	min-width: 80px;
	height: 23px;
	margin: 0 0 15px 15px;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
}
.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_list ul li a:hover{
	color: #fff;
	background: #ecc144;
}
.pr_list ul li.select a{
	color: #fff;
	background: #ecc144;
}
/*内容*/
.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;
}
.pr_inner{
	float: left;
	width: 398px;
	height: 414px;
	border: 1px solid #E5E5E5;
	background: #fff;
}
.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 40px 0 40px;
	height: 136px;
}
.inner_title p{
	font-size: 15px;
	margin-top: 7px;
}
.inner_title p:nth-child(2){
	overflow: hidden;
	/* text-overflow:ellipsis;
	white-space: nowrap; */
}
.inner_icon{
	margin: 6px 0 0 40px;
	height: 33px;
	font-size: 16px;
	color: #DBAD29;
}
.inner_icon a{
	display: block;
	float: left;
	text-align: center;
	width: 116px;
	height: 33px;
	border-radius: 5px;
	line-height: 33px;
	color: #fff;
	/*background: url(../images/inner_icon_button.png);*/
	background-color: #ecc144 ;
	text-decoration: none;
}
.inner_icon span{
	display: block;
	width: 100px;
	float: left;
	margin-top: 5px;
	text-align: center;
}
.inner_icon span img{
	margin-top: -6px;
	margin-right: 10px;
}