

.xwlb-content{
	padding: 80px 0;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";    /*不用有内容也可以*/
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}
.center-content.xwlb-content .title-list{
	padding-bottom: 80px;
}
.news-list ul li{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px dashed #eee;
}
.news-list ul li a{
	overflow: hidden;
}
.news-list ul li .img{
	float: left;
	width: 230px;
	max-height: 200px;
	overflow: hidden;
}
.news-list ul li .text{
	float: left;
	width: 870px;
	padding-left: 56px;
	padding-right: 100px;
	padding-bottom: 40px;
	line-height: 39px;
}
.news-list ul li .text h4{
	font-size: 28px;
	color:#dab866;
	font-weight: normal;
}
.news-list ul li .text p{
	display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	margin-top: 10px;
	font-size: 16px;
	line-height: 32px;
	color:#666;
}
.news-list ul li .text .more {
	position: absolute;
	left: 290px;
	bottom: 26px;
	font-size: 12px;
	color:#666;
}
.news-list ul li .time{
	float: left;
	width: 100px;
	text-align: right;
	color: #dab867;
}
.news-list ul li .time .year{
	margin-top: 60px;
	font-size: 20px;
	line-height: 30px;
	color:#666;
	border-left: 1px solid #ccc;
}
.news-list ul li .time .date{
	font-size: 14px;
	color:#666;
	border-left: 1px solid #ccc;
}

.page-list{
	display: flex;
	margin: 0 auto;
	padding: 80px 0;
	line-height: 30px;
	text-align: center;
	justify-content: space-around;
}
.page-list .page span {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #eee;
}
.page-list .page span:nth-last-child(-n+5) {
	border-left:0;
}
.page-list .page span a {
	color:#666;
}
.page-list .page .page-numbar {
	padding: 0;
	border: none;
}
.page-list .page .page-numbar .page-num {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #eee;
	border-left: 0;
}
.page-list .page .page-numbar .page-num-current {
	background: #009688;
	color:#fff;
}