@charset "utf-8";
/* CSS Document */

/*会员列表*/
.member_box {width:733px; padding:25px 24px 0px 24px; background:#fff;}
.Bf_box { padding:30px 0px 35px 0px; background:#fff;}

.Bf_list {width:762px;}
.Bf_list li {width:228px; float:left; margin:0px 25px 25px 0px;}
.Bf_photo {width:228px; height:171px; overflow:hidden;}
.Bf_photo img {width:100%;}
.Bf_test {width:208px; height:80px; padding:12px 10px 0px 10px; background:#f5f5f5;}
.Bf_test h2 {font-size:14px;}
.Bf_test h2 a:hover {color:#2a6ea5;}
.Bf_test p {height:42px; line-height:21px; margin-top:6px; overflow:hidden;}

/*内页页码*/
.page_box {width:100%; height:48px; margin-top:14px; background:#fff; font-size:14px; text-align: center;}
.choose_page , .page_number , .choose_page {height:48px; line-height:48px; padding:0px 30px; display:inline-block; *display:inline; *zoom:1; vertical-align:top;}
.page_number {border:1px solid #ebebeb; border-top:none; border-bottom:none; color:#a6a6a6;}
.page_number span {color:#333;}
.choose_page a {color:#333;}
.choose_page a:hover {color:#2a6ea5;}
.prohibit_btn a {color:#999; cursor:not-allowed;}
.prohibit_btn a:hover {color:#999;}


@media screen and (max-width:767px) and (min-width:320px) {
	.member_box {width:auto; padding:18px 14px;}
	.Bf_list {width:auto;}
	.Bf_list li {width:auto; height:91px; float:none; margin:14px 0 0 0;}
	.Bf_list li:first-child {margin:0;}
	.Bf_photo {width:121px; height:91px; float:left; margin-right:10px; overflow:hidden;}
	.Bf_photo img {width:100%;}
	.Bf_test {width:auto; height:75px; padding:8px 10px; background:#f5f5f5;}
	.Bf_test h2 {font-size:14px;}
	.Bf_test h2 a:hover {color:#2a6ea5;}
	.Bf_test p {height:42px; line-height:21px; margin-top:6px; overflow:hidden;}
}