.project-list-item {
	background-color: #fff;
	border-radius: 4px;
	cursor: pointer;
	transition: all .2s;
}

.project-list-item-body {
	text-align: left;
	padding: 10px;
	border: solid 1px #eee;
	background-color: #fafafa;
}

.project-list-item-body>h2 {
	font-size: 16px;
	color: #333;
	margin-bottom: 12px;
	overflow: hidden;
    word-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.project-list-item-text {
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 12px;
    word-wrap: break-word;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-indent: 2em;
}

.project-list-item .project-list-item-desc {
	position: relative;
}

.project-list-item .project-list-item-desc .time {
	color: #999;
	font-size: 12px;
}

.project-list-item .project-list-item-desc .ew-head-list {
	position: absolute;
	right: 0;
	top: 0;
}

.ew-head-list .ew-head-list-item:first-child {
	margin-left: 0;
}

.ew-head-list .ew-head-list-item {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 1px solid #fff;
	margin-left: -10px;
}

.ew-head-list .ew-head-list-item {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 1px solid #fff;
	margin-left: -10px;
}

.cloud-card-component {
	padding: 5px;
}

.cloud-card-component .layui-laypage .layui-laypage-curr .layui-laypage-em {
	border-radius: 0px !important;
}
.ew-table-loading {
    padding: 10px 0;
    text-align: center;
}
.ew-table-loading > i {
    color: #999;
    font-size: 30px;
}
.ew-table-loading.ew-loading-float {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}