*{
	margin:0;
	padding:0;
}
@font-face{
    font-family: 'YaHei';
    src : url('../yahei.ttf');
}
@font-face{
    font-family: 'YaHeiBold';
    src : url('../YaHeiBold.ttf');
}
.sr_main_select{
	/* height: 185px; */
}
.sr_select_position{
	height: 44px;
}
.sr_select_position p{
	font-size: 15px;
	color: #A4A4A5;
	margin-left: 72px;
}
.sr_select{
	border-radius: 5px;
	text-align: center;
	/* background-color: white; */
	font-size:0px;
}
.place_choose{
	/* position:absolute; */
	text-align:left;
	height:35px;
	/* border-bottom:1px #e5e5e5 solid; */
	background-color: white;
}
.p_center{
	margin-left:40px;
}
.choose_type{
	background-color: white;
	overflow:hidden;
	border:1px solid #e5e5e5;
	border-radius:5px;
}
.place_click{
	width:100px;
	height:32px;
	display:inline-block;
/* 	margin-bottom:-1px; */
	border:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	border-top:3px solid #e7e8eb;
	text-align:center;
	line-height:35px;
	background-color: #e7e8eb;
	font-size:16px;
	cursor:pointer;
}
.sr_list{
	/* height: 25px; */
    margin: 30px 0 0 40px;
}
.sr_list:last-child{
	margin-bottom:30px;
}
.sr_list p{
	float: left;
	font-size: 15px;
	color: #69533D;
	line-height: 25px;
}
.sr_list ul li{
	float: left;
	height: 23px;
	margin-left: 15px;
	border: 1px solid #E5E5E5;
	color: #69533D;
	border-radius: 5px;
}
.sr_list ul li a{
	display: block;
   	padding: 0px 30px;
    height: 23px;
	font-size: 12px;
	line-height: 23px;
	text-decoration: none;
	color: #69533D;
}
.sr_list ul li a:hover{
    color: #fff;
    background: #ecc144;
}
.select{
	background: orange;
}
.select a{
	color:white;
}
.have_choose{
	border:1px solid #E5E5E5;
	border-top:3px solid orange;
	color:orange;
	background-color:white;
	border-bottom:1px solid white;
}
/*内容*/
.sr_main_context{
	width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid #E5E5E5;
}
.sr_context_title{
	height: 43px;
	border: 1px solid #E5E5E5;
	background: url(../images/pr_context_bg.png);
}
.sr_context_mainer{
	min-height: 343px;
	margin-top: -1px;
    padding-bottom: 15px;
}
.sr_inner{
	float: left;
	width: 291px;
    height: 309px;
    margin-left: 12px;
    margin-bottom: 15px;
}
.sr_inner:nth-child(4n+1){
	margin-left: 0px;
}
.sr_img{
	width: 100%;
	text-align: center;
}
.sr_img img{
	width:100%;
	height:210px;
}
.sr_inner_title{
	width:80%;
	margin: 20px 0 0 40px;
	height:87px;
}
.ssr_inner_title{
	width:100%;
	height:101px;
	overflow:hidden;
	background-color:white;
}
.sr_inner_introd{
	width:209px;
	height:100%;
	float:left;
	overflow:hidden;
}
.sr_floor_name{
	font-size:18px;
	margin-left:15px;
	margin-top:8px;
	font-family:"YaHei";
	font-weight:600;
	color:#735d49;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sr_floor_introd{
	margin-left:15px;
	margin-top:6px;
	max-height:62px;
	font-size:14px;
	color:#b6b6b7;
	line-height:18px;
	 overflow: hidden;
     display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.sr_inner_type{
	float:right;
	width:82px;
	height:100%;
	background-repeat:no-repeat;
	background-position-y: bottom;
}
.sr_CD{
	background-image:url(../images/CD.png);
}
.sr_art{
	background-image:url(../images/art.png);
}
.sr_chorus{
	background-image:url(../images/chorus.png);
}
.sr_party{
	background-image:url(../images/party.png);
}
.sr_piano{
	background-image:url(../images/piano.png);
}
.sr_sa{
	background-image:url(../images/sa.png);
}
.sr_trand{
	background-image:url(../images/trand.png);
}
.sr_inner_title p{
	font-size: 15px;
	margin-top: 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
}
.sr_list ul li.select a{
	color:#fff;
	background: #ecc144;
}