.header{
	box-shadow: 0 0 5px #ddd;
}
.lunbo{
	width: 100%;
	height: 350px;
	overflow: hidden;
	text-align: center;
}
.lunbo img{
	max-width: 100%;
}
.list{
	width: 100%;
}
.list-con{
	margin: 40px auto;
	width: 1320px;
	max-width: 100%;
	padding: 50px 80px;
	background: #f3f3f3;
	box-sizing: border-box;
}
.list-con .list-nav{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 50px;
}
.list-con .list-nav a{
	line-height: 40px;
	font-size: 22px;
	margin-right: 40px;
	border-bottom: 2px solid #f3f3f3;
	padding: 0 20px;
}
.list-con .list-nav .on{
	color: #EEB161;
	border-bottom: 2px solid #EEB161;
}
.list04 ul{
	width: 100%;
}
.list04 ul li{
	width: 100%;
	margin-bottom: 50px;
}
.list04 ul li .title{
	font-size: 18px;
	color: #EEB161;
}
.list04 ul li .desc{
	font-size: 15px;
	color: #999999;
	margin-top: 20px;
	line-height: 30px;
}
.list04 ul li .date{
	margin-top: 20px;
	font-size: 14px;
	color: #ccc;
}
.list04 ul li .date a{
	font-size: 14px;
	color: #ccc;
	margin-left: 10px;
}
.list04 ul li:hover .title{
	color: #EEB161;
}
.list04 ul li span{
	color: #EEB161;
	margin-left: 10px;
}
.list04 ul li:last-child{
	margin-bottom: 0;
}


.pagination {
    display: flex;
    justify-content: center;
	margin-top: 50px;
}

.pagination .disabled img {
    width: 24px;
    height: 24px;
}

.pagination .active img {
    width: 6px;
    height: 12px;
    display: flex;
}

.pagination li {
    width: 40px !important;
    height: 40px;
	line-height: 40px;
    text-align: center;
    cursor: pointer;
	margin: 0 10px !important;
	padding: 0 0;
	
		color: #ffffff;
		background: #AA9577;
}
.pagination .disabled{
	
		color: #ffffff;
		background: #dddddd;
}
.pagination li a {
	color: #ffffff;
	background: #dddddd;
    width: 40px;
    display: block;
	line-height: 38px;
    height: 100%
}

.zanwu{
	width: 100%;
	text-align: center;
	line-height: 300px;
	color: #999;
	font-size: 16px;
}