.listBox{
	margin-bottom: 80px;
}
.list{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #E5E5E5;
	display: flex;
	position: relative;
}
.list>img{
	width: 200px;
	height: 200px;
	margin-right: 40px;
}
.txt{
	height: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.txt>span{
	position: absolute;
	bottom: 30px;
	right: 0;
	font-size: 18px;
	color: #1EACF0;
}
.txt>h3{
	font-size:24px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:28px;
	margin-bottom: 28px;
}
.txt>p{
	font-weight:400;
	color:rgba(136,136,136,1);
	line-height:28px;
}
