#banner{
	width: 1200px;
	margin:0 auto;
	margin-top: 20px;
}
#banner a{
	display: flex;
}
#banner img{
	display: flex;
	width: 1200px;
	height: 450px;
	border-radius: 8px;
}
.title{
	width: 1200px;
	margin: 0 auto;
	border-bottom: 4px solid #FE5723;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.title h1{
	position: relative;
	background: #FE5723;
	padding-left: 13px;
	height: 36px;
	display: flex;
	align-items: center;
	padding-top: 4px;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	padding-right: 61px;
}
.title h1 span{
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-top:18px solid #f8f8f8;
	border-right:18px solid #f8f8f8;
	border-left:18px solid transparent;
	border-bottom:18px solid transparent;
}
.title h1 img{
	display: flex;
	width: 14px;
	height: 14px;
	margin-right: 3px;
}
.list{
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}
.list .list-item{
	display: flex;
	flex-wrap: wrap;
}
.list .list-item a{
	display: block;
	width: 285px;
	margin-right: 20px;
	margin-top: 40px;
}
.list .list-item a:nth-child(-n+4){
	margin-top: 0;
}
.list .list-item a:nth-child(4n){
	margin-right: 0;
}
.list .thumb{
	position: relative;
}
.list .thumb img{
	display: flex;
	border-radius: 6px;
	width: 285px;
	height: 285px;
}
.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 .info{
	padding:0 20px;
	margin-top: 20px;
}
.list .info p:nth-child(1){
	margin-top: 0;
}
.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;
	margin-bottom: 115px;
}
.layui-laypage{
    margin: 0;
}
.layui-laypage a, .layui-laypage span{
    margin: 0;
}