.sidebar{
	margin-top: 30px;
	width: calc(30% - 20px);
	background: #fff;
	padding: 20px;
	height: 1450px;
}
.menu-title{
	height: 90px;
	width: 100%;
	position: relative;
}
.menu-title i{
	display: block;
	width: 40px;
	height: 4px;
	border-radius: 4px;
	background: #0090FF;
	position: absolute;
	top: 0;
	left: 0;
}
.menu-title span{
	display: block;
	font-size: 18px;
	height: 32px;
	line-height: 32px;
	padding-top: 20px;
	
}
.menu-title p{
	color: #b4b4b4;
	font-size: 14px;
}
.service-item{
	overflow: auto;
	width:calc(100% + 10px);
	padding-bottom: 17px;
}
.service-item span{
	float: left;
	display: inline-block;
	width: calc(50% - 10px);
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #666;
	background: #efeced;
	margin-right: 9px;
	margin-bottom: 10px;
	cursor: pointer;
}
.ranking-list{
	/*padding-bottom: 35px;*/
}

.ranking-list a{
	display: block;
	height: 52px;
	line-height: 52px;
	border-bottom: 1px dashed #ddd;
	color: #666;
	padding-left: 30px;
	position: relative;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;

}
/*.ranking-list li:last-child a{
    border-bottom: 1px dashed #FFFFFF;
}*/
.ranking-list li:first-child a{
	border-top: 1px dashed #ddd;
}
.ranking-list a:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #6dc3ea;
}

.ranking-list li:nth-child(1) a:before{content: "01";}
.ranking-list li:nth-child(2) a:before{content: "02";}
.ranking-list li:nth-child(3) a:before{content: "03";}
.ranking-list li:nth-child(4) a:before{content: "04";}
.ranking-list li:nth-child(5) a:before{content: "05";}
.ranking-list li:nth-child(6) a:before{content: "06";}
.ranking-list li:nth-child(7) a:before{content: "07";}
.ranking-list li:nth-child(8) a:before{content: "08";}
.ranking-list li:nth-child(9) a:before{content: "09";}
