.home-tags{width: 100%; height: 100%;margin: 0px auto;box-sizing: border-box; background: #fff;}
.home-tags-cloud-class{
    width: 90%;
    height: 400px;
    margin: 0 auto;
}

.rank-projects-content{ padding: 20px 0;}
.rank-project-a{font-size: 20px; color: #2878FF !important;display: block;}
.rank-project-title{border-bottom: 1px solid #eee; margin-bottom: 15px;}

.project-list-item{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    max-width: 240px;
	color:#000;
}
a.project-list-item:hover{text-decoration: none;}
.percent_part{
    display: flex;
    clear: left;
}
.percent_part_line{
    flex: 1;
	height: 5px;
	margin: 8px 10px 0 0;
}
.percent_line{
    background: #4CACFF;
    height: 5px;
    margin: 0px;
    width: 0px;
    overflow: hidden;
}
.percent_part span{ color:#999}