.title{
	display: flex;
	align-items: center;
	color: #333;
	font-size: 24px;
	margin-top: 40px;
	font-weight: bold;
}
.title img{
	display: flex;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}
.list{
	margin-top: 6px;
}
.list a{
	display: flex;
	align-items: center;
	padding: 24px 0;
	border-bottom: 1px solid #eee;
}
.list .list-info{
	flex-grow: 1;
	margin-right: 40px;
	width: 1px;
}
.list h1{
	font-weight: normal;
	font-size: 22px;
	color: #333;
	display: flex;
	align-items: center;
}
.list h1 span{
	border:1px solid #FE5723;
	color: #FE5723;
	border-radius: 4px;
	display: flex;
	width: 26px;
	margin-right: 4px;
	height: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.list .red{
	background: #FE5723;
	color: #fff;
}
.list p{
	color: #666;
	margin-top: 15px;
	font-size: 16px;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.list .time{
	display: flex;
	color: #666;
	font-size: 16px;
	margin-top: 21px;
}
	
.list .time font{
	margin-right: 20px;
	color: #999;
	font-size: 16px;
}
.list .an{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fe5514;
	color: #fff;
	border-radius: 4px;
	width: 90px;
	height: 32px;
}
#page{
	padding:0;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.layui-laypage{
    margin: 0;
}
.layui-laypage a, .layui-laypage span{
    margin: 0;
}