          
			.membership{
				width: 100%;
				background-color: #f5f5f5;
				
			}
			.insidePage{
				width: 100%;
				background-color: #f5f5f5;
			}
			.insidePage_content{
				width: 1200px;
				margin: 0 auto;
				overflow: hidden;
			}
			.insidePage_top{
				margin-top: 120px;
				height: 70px;
				line-height: 70px;
				background-color: #f5f5f5;
			}
			.insidePage_top span{
				font-size: 14px;
				color: #999999;
			}
			.insidePage_top .insidePage_history{
				font-size: 14px;
				color: #333333;
			}
			.insidePage_mian{
				width: 1200px;
			}
			
			
			/*主体*/
			.membership_content{
				width: 1200px;
				min-height: 775px;
				margin: 0 auto;
				overflow: hidden;
				background-color: #f5f5f5;
                 position: relative;
			}
			.membership_top{
				height: 60px;
				line-height: 60px;
				font-size: 14px;
				color: #999999;
			}
			.membership_top span{
				display: inline-block;
				margin-left: 5px;
			}
			.smallmembership{
				color: #333333;
			}
			
			/*排序*/
			.membership_mian {
				width: 1200px;
				height: 60px;
				line-height: 60px;
				background-color: #ffffff;
				box-shadow: 0px 1px 3px 0px rgba(95, 99, 104, 0.1);
				border-radius: 2px;
			}
			.membership_mian span{
				display: inline-block;
				font-size: 14px;
				margin-left: 25px;
			}
			.membership_mian>span:nth-of-type(1){
				margin-left: 20px;
			}
			.membership_ranking{
				color: #999999;
			}
			.membership_num{
				float: right;
				margin-right: 19px;
				font-size: 14px;
				color: #666666;
                margin-top:12px;
			}
			.ranking_all{
				color: #222222
				
			}
			.rank{
				color: #0190fe;
			}
			.ranking_first{
				color: #222222;
			}
			.ranking_last{
				color: #222222;
			}
			.ordering{
				cursor: pointer;
			}
			.ordering:hover{
				color: #0190fe;
			}
			.membership_list{
				margin-top: 20px;
				overflow: hidden;
			}
			.listall{
				float: left;
				margin-left: 13px;
				margin-top: 20px;
				width: 386px;
				height: 140px;
				background-color: #ffffff;
				border-radius: 3px;
				position: relative;
			}
			.listimg{
				float: left;
				margin-left: 20px;
				margin-top: 20px;
				width: 100px;
				height: 100px;
			}
			.listimg img{
				width: 100%;
				height: 100%;
			}
			.list_right{
				margin-top: 20px;
				margin-left: 10px;
				float: left;
				width: 180px;
				overflow: hidden;
			}
.list_biao {
    width: 50px;
    height: 50px;
    float: right;
    margin-top:45px;
    margin-right:20px;
}
    .list_biao img {
        transform: rotate(-9deg);
        -ms-transform: rotate(-9deg);
        -moz-transform: rotate(-9deg);
        -webkit-transform: rotate(-9deg);
        -o-transform: rotate(-9deg);
    }
			.listshape{
				position: absolute;
				width: 36px;
		    top: 0px;
		    right: 0px;
		    overflow: hidden;
				
			}
			.listshape span{
				top: 4px;
        right: 0px;
        color: white;
				position: absolute;
				transform: rotate(45deg);
			}
			.list_right h4{
				font-size: 16px;
				color: #333333;
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
			}
			.listright_read{
				margin-top: 10px;
				font-size: 14px;
				color: #999999;
				width: 220px;
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
			}
			.listright_read>span:nth-of-type(1){
				margin-left: 0px;
			}
			.listright_read span{
				display: inline-block;
				margin-left: 8px;
			}
			.listright_info{
				width: 220px;
				margin-top: 15px;
				/*超出隐藏*/
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 1;
				overflow: hidden;
				font-size: 14px;
				color: #59aaff;
			}
			.listright_info span{
				display: inline-block;
			}
.page_foot{ position: absolute; left: 400px; bottom: 20px; }
		
