@charset "utf-8";
/* CSS Document */

/* ppRank */
.ppRank{
	background: url(../koubei_img/rank-t.png) no-repeat top center #fff;
	padding-top: 85px;
	background-size: 100%;
	border-radius: 10px;
	padding-bottom: 20px;
}
.ppRank .btn button{
	border-right: 1px #ddd dotted;
	border-top:none;
	border-left:none;
	border-bottom:none;
	background:none;
	color:#999999;
	cursor:pointer;
	float: left;
	padding: 2px 10px;
}
.ppRank .btn button:last-child{
	border:none;
}
.ppRank .btn .on button,.ppRank .btn button:hover{
	color:#ec2c2c;
}
.ppRank .btn .on button:after,.ppRank .btn button:hover:after{
	border-bottom:1px #ec2c2c solid;
	content:"";
	display:block;
}

.Rank{
	overflow:hidden;
	/* margin-top: 10px; */
}
.Rank:last-child i{
	background: #bfbfbf !important;
}
.Rank li{
	width:100%;
	overflow: hidden;
	padding: 20px 10px;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px #ddd dashed;
}
.Rank li>.left{
	width:200px;
	height:82px;
	margin-right: 20px;
	position:relative;
}
.Rank li>.left i{
	position:absolute;
	color:#fff;
	bottom:0;
	left:0;
	padding:2px 12px;
	font-style:normal;
	background:#bfbfbf;
	z-index: 9;
	font-family: "微软雅黑";
}
.Rank li:nth-child(1) i{
	background:#f64646;
}
.Rank li:nth-child(2) i{
	background:#467cf6;
}
.Rank li:nth-child(3) i{
	background:#46f6a5;
}
.Rank li>.middle{
	width:400px;
	float: left;
}
.Rank li>.middle .pp_n{
	font-size:18px;
	color:#333;
	margin-bottom: 6px;
	line-height: 1.8;
	font-family: "微软雅黑";
}
.Rank li:hover .pp_n{
	color:#f64646;
}
.Rank li>.middle .pp_c{
	font-size: 12px;
	color:#999;
	word-break:break-all;
	text-overflow:ellipsis; /*显示为省略号*/
	display:-webkit-box;/*对象作为伸缩盒子模型显示*/
	-webkit-box-orient:vertical;/*设置或检索伸缩盒对象的子元素的排列方式*/
	-webkit-line-clamp:2;/*显示行数*/
	text-align: justify;
	overflow:hidden;
	max-height: 42px;
	height: 36px;
}
.Rank li>.right{
    font-size: 12px;
    color: #999;
    width: 100px;
    height: 65px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.Rank li>.right .t_red{
	font-size:32px;
	/*font-weight:bold;*/
	font-family: "微软雅黑";
}
