.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: 30px;
}
.list a{
	display: block;
	width: 204px;
	margin-right: 20px;
	margin-top: 33px;
}
.list a:nth-child(-n+5){
	margin-top: 0;
}
.list a:nth-child(5n){
	margin-right: 0;
}
.list .thumb{
	position: relative;
}
.list .thumb img{
	display: flex;
	border-radius: 6px;
	width: 204px;
	height: 204px;
}
.list .thumb h1{
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #FE5723;
	height: 40px;
	display: flex;
	align-items: center;
	font-size: 20px;
	padding-left: 16px;
	font-weight: normal;
	padding-right: 32px;
}
.list .thumb span{
	position: absolute;
	right: -30px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 15px solid transparent;
	border-left: 15px solid #FE5723;
	border-bottom: 20px solid #FE5723;
}
.list .list-info{
	padding:0 12px;
}
.list .list-info p:nth-child(1){
	margin-top: 20px;
}
.list p{
	color: #666;
	font-size: 16px;
	display:block;
	white-space:nowrap;
	margin-top: 14px;
	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;
}