.standard-main-content {
	width: 100%;
	.media-container {
		width: .52rem;
		display: inline-block;
		vertical-align: top;
	}
	.info-container{
		width: 100%;
		box-sizing: border-box;
		display: inline-block;
		.filelink {
			.file-icon {
				display: inline-block;
				width: .64rem;
			    height: .64rem;
			    margin: 8px 0 4px 0;
			    background: url('./files.svg') no-repeat center;
			    background-size: .44rem .44rem;
			    background-color: #acb7bf;
			    border-radius: 2px;
			}
			.filename {
				display: inline-block;
			    max-width: .63rem;
			    overflow: hidden;
			    text-overflow: ellipsis;
			    white-space: nowrap;
			}
		}
		.piclink {
			display: inline-block;
			white-space: normal;
		}
		.pichot {
			display: inline-block;
			color: #1e80c7;
			.firstname {
				max-width: 126px;
				display: inline-block;
				white-space: nowrap;
				text-overflow: ellipsis;
				overflow: hidden;
				text-align: bottom;
				vertical-align: bottom;
			}
		}
		.main-title {
			font-size: .16rem;
			line-height: .2rem;
			font-weight: 600;
			color: #3A4247;
			margin-bottom: .04rem;
			overflow: hidden;
			width: 100%;
			display: inline-block;
			&.empty-content {
				margin-bottom: 0;
				margin-top: 0.04rem;
			}
			.pichot {
				display: inline;
			}
			.firstname {
				max-width: 70%;
			}
		}
		.empty-margin-bottom {
			margin-bottom: .08rem;
		}
		.submain-title {
			margin-bottom: .08rem;
			font-size: .14rem;
			line-height: .16rem;
			color: #3A4247;
			white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden;
			width: 100%;
			display: inline-block;
		}
		ul {
			color: #6B7175;
		}
		li {
			line-height: .16rem;
			font-size: .14rem;
			padding:.02rem 0;
			overflow-x: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
	}
	/*当列表上有头像时*/
		&.showMedia {
			.info-container {
				width: calc(100% - 52px);
			}
		}
}
