.centre{
	width: 1200px;
	margin: 0 auto;
	margin-top: 35px;
	padding-bottom: 61px;
}
.centre_left{
	width: 959px;
	background-color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
}
.articleList li{
	width: 100%;
	height: 142px;
	border-bottom: 1px solid #eeeeee;
	padding: 31px 0px;
	box-sizing: border-box;
	position: relative;
	padding-left: 136px;
}

.articledae{
	width:136px;
	height: 80px;
	position: absolute;
	left: 0;
	top: 31px;
	border-right: 1px solid #eeeeee;
	font-size: 0;
}
.articleT{
	font-size: 36px;
	color: #333333;
	line-height: 80px;
	display: inline-block;
	vertical-align: middle;
}
.articleY{
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	padding-top: 9px;
}
.article_info{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-left: 40px;
}
.article_title{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 13px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.article_pro{
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-bottom: 8px;
}
.article_see{
	font-size: 14px;
	color: #e1251b;
}
.article_see:hover{
	color: #e1251b;
	text-decoration: none;
}
.centre_right{
	margin-left: 21px;
	width: 219px;
	background-color: #fff;
}
.centre_right a{
	display: block;
	height: 61px;
	line-height: 61px;
	text-align: center;
	color: #333333;
	font-size: 16px;
	border-bottom: 1px solid #eee;
}
.centre_right a:hover{
	text-decoration: none;
}
.centre_right a.active{
	color: #e1251b;
}
.pageDiv{
	margin-top:30px;
	font-size: 0;
	text-align: center;
}
.pageDiv .pagePrev{
	display: inline-block;
	width: 70px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #aaaaaa;
	text-align: center;
	color: #aaaaaa;
	font-size: 14px;
	margin-right: 20px;
	border-radius: 2px;
	margin-left: 0px;
}
.pageDiv .pagePrev img{
	transform: rotate(180deg);
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
	width: 8px;
	height: 14px;
}
.pageDiv a {
	display: inline-block;
	margin-right: 14px;
	width: 30px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #aaaaaa;
	text-align: center;
	color: #aaaaaa;
	font-size: 14px;
	border-radius: 2px;
	margin-left: 14px;
}

.pageDiv .pageNext{
	display: inline-block;
	width: 70px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #aaaaaa;
	text-align: center;
	color: #aaaaaa;
	font-size: 14px;
	border-radius: 2px;
	margin-left: 20px;
}
.pageDiv .pageNext img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 2px;
	width: 8px;
	height: 14px;
}
.pageDiv a.active {
	background:  #D63830;
	border: 0px;
	color: #fff;
}
.pageNo{
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #aaaaaa;
	border-radius: 2px;
	text-align: center;
	margin-right: 20px;
}
.pageNo a{
	font-size: 14px;
	color:  ;
}
.pageDiv a.active {
	background:  #D63830;
	border: 0px;
	color: #fff;
}
.pageNo.active a{
	color: #fff;
}