.progress-list-box .el-card__body {
	padding: 0 0 0 0;
}
.progress-list-box-item {
	width:100%;
	height:188px;
/*	border:1px solid rgba(226,229,232,1);*/
}
.progress-list-box-item .el-image {
	width:336px;
	height:188px;
}
.progress-list-box-item-details {
/*	width: calc(100% - 340px);*/
}
.progress-list-details-title {
	height:21px;
	font-weight:bold;
	color:rgba(61,69,82,1);
	line-height:21px;
}
.progress-list-details-time {
	color: #999999;
}
.progress-list-details-intro {
	color: #3D4552;
	line-height:20px;
	min-height: 62px;
	margin: 28px 0 20px;
}
.progress-list-details-intro span,.progress-list-details-other span {
	color: #7D8596;
}
.progress-list-details-other {
	color: #3D4552;
}


.mobile{
	    margin-top: 0px;
}
.mobile #el-row2{
	padding: 0 12px;
}


.mobile.progress-list-box .nodata{
	height:auto;
}


.mobile .progress-list-box-item-details{
	width: 100%;
	padding: 12px 0;
}
.mobile .el-card__body{
	padding: 0px;
}
.mobile .progress-list-box-item{
	border: 0px;
	border-bottom: 1px solid #E3E7EB;
	height: 100%;
}
.mobile .progress-list-details-title{
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #393F46;
}
.mobile .progress-list-details-intro{
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #919499;
	margin: 6px 0;
	min-height:33px;
}
.mobile .line3-ellipsis{
	-webkit-line-clamp: 2;
}
.mobile .progress-list-details-other{
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #919499;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}



















