.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{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.list a{
	display: block;
	width: 260px;
	margin-right: 20px;
	margin-top: 36px;
}
.list a:nth-child(-n+4){
	margin-top: 0;
}
.list a:nth-child(4n){
	margin-right: 0;
}
.list img{
	display: flex;
	border-radius: 6px;
	width: 260px;
	height: 152px;
}
.list h1{
	font-weight: normal;
	font-size: 20px;
	color: #333;
	margin-top: 20px;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
#page{
	padding:0;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.layui-laypage{
    margin: 0;
}
.layui-laypage a, .layui-laypage span{
    margin: 0;
}