 /* 其他样式 */  
.attach-list {
	display: flex;
	flex-direction: column;
	position: relative;
	margin-top: 10px;
	width: 100%;
}

.attach-list .list-box {
	background: #FFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	padding: 15px;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
	box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.02);
}

.attach-list .list-box .left-box {
	display: flex;
	justify-content: flex-start;
}

.attach-list .list-box .left-box .icon {
	/*margin-right: 20px;*/
	color: #ccc;
	font-size: 40px;
}

.attach-list .list-box .left-box .txt-box .title {
	display: block;
	color: #0043ff;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-align: left;
}

.attach-list .list-box .left-box .txt-box .info {
	display: block;
	margin-top: 10px;
	color: #999;
	font-size: 12px;
	line-height: 1;
}
