.reply{
	width:1200px;
	margin:20px auto;
}
.list>p{
	line-height: 100px;
	text-align: center;
}
.listMin{
	padding:15px;
	background:#fff;
	border-radius:10px;
	margin-bottom:15px;
	width:353px;
	float: left;
	position: relative;
	cursor: pointer;
	margin-right:15px;
}
.listMin:nth-child(3n){
	margin-right:0px;
}
.listMin h5{
	width: 86%;
	font-size: 16px;
	color:#3c464f;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.listMin p{
	width: 86%;
	margin-top:10px;
	color:#666;
	font-size: 14px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.listMin span{
	position: absolute;
	right:15px;
	top:30px;
	color:#acb0b3;
	font-size: 14px;
}
.detail{
	width:100%;
	height:100%;
	position: fixed;
	left:0;
	top:0;
	background:rgba(0,0,0,.5);
	z-index:999;
	display: none;
}
.detailCont{
	width:700px;
	height:500px;
	background:#fff;
	border-radius: 10px;
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	padding:60px 20px 20px;
	overflow-y: auto;
	box-sizing: border-box;
}
.info{
	padding:10px 15px;
	background:#fff;
	border-radius:10px;
	margin-bottom:15px;
	border:solid 1px #ccc;
	border-radius: 10px;
	color:#3d464d;
}
.info h5{
	width: 86%;
	font-size: 16px;
}
.info p{
	margin-top:10px;
	font-size: 16px;
}
.info span{
	position: absolute;
	right:35px;
	top:30px;
	color:#7e8285;
	font-size: 16px;
}
.close{
	position: absolute;
    right:10px;
    top:10px;
}
.contMin{
	border-bottom: solid 1px #ccc;
	padding:15px 0;
	overflow: hidden;
}
.head{
	display: flex;
	align-items: center;
}
.head img{
	width:50px;
	height:50px;
	border-radius: 50%;
}
.head span{
	display: block;
	line-height: 24px;
	margin:0 20px;
}
.head span:last-child{
	color:#7e8285;
	font-size:14px;
}
.contMin>p{
	margin-top:10px;
	font-size: 15px;
}
.minRight .head{
	justify-content: flex-end;
	text-align: right;
}
.minRight p{
	text-align: right;
}
.answer{
	text-align: right;
}
.answer a{
	display: inline-block;
	width:60px;
	height:26px;
	line-height: 26px;
	text-align: center;
	color:#fff;
	border-radius: 5px;
	font-size: 14px;
}
.answer>a{
	background:blue;
	margin-top:10px;
}
.answerCont{
	display: none;
}
.answerCont p{
	margin:10px 0;
}
.answerCont p a:first-child{
	background: red;
}
.answerCont p a:last-child{
	background: green;
}
.answerCont textarea{
	box-sizing:border-box;
	width:100%;
	height:100px;
	border:solid 1px #ccc;
	border-radius: 10px;
	padding:8px 10px;
	resize: none;
	font-size: 18px;
}