.main{
	padding-top: 27px;
	cursor: default;
	/* padding-bottom: 145px; */
}
.main_inner{
	width: 1174px;
	margin: 0 auto;
	background: #ffffff;
	padding: 18px 13px 32px;
	overflow: hidden;
}
.news-list{
	min-height: 882px;
	display: none;
}
.news-list .item{
	height: 137px;
	width: 100%;
	position: relative;
	padding: 17px 0 16px;
	/* border-bottom: 1px solid rgba(255,255,255,.1); */
}
.pic{
	float: left;
    margin-left: 6px;
    width: 252px;
    height: 136px;
    /* border: 1px solid rgba(220,220,220,0.4); */
}
.pic img{
	width: 252px;
	height: 136px;
	float: left;
}
.content{
	padding:0 20px;
	float: left;
	width: 876px;
	color: #444444;
}
.content .new-title{
	font-size: 22px;
	line-height: 32px;
	overflow-x: hidden;
	height: 32px;
	color: #333333;
}
.content .new-content{
	font-size: 12px;
	line-height: 25px;
	padding: 4px 0 13px;
	height: 50px;
	overflow-x: hidden;
}
.content .new-show{
	color: #444444;
	font-size: 12px;
}
.new-show span{
	margin-right: 34px;
	display: block;
	float: left;
	height: 37px;
	line-height: 37px;
}
.item a{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.item:hover{
	background: #f5f5f5;
}
#pages{
	margin-top: 32px;
	color: #606266;
	text-align: center;
}
#pages a{
	display: inline-block;
	margin: 0 5px;
	background-color: #f4f4f5;
	color: #606266;
	min-width: 30px;
	border-radius: 2px;
	height: 28px;
	line-height: 28px;
	box-sizing: border-box;
	text-align: center;
}
#pages span{
	display: inline-block;
	margin: 0 5px;
    background-color: #409eff;
    color: #fff;
    min-width: 30px;
    border-radius: 2px;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
}
#pages a:hover,#pages span:hover{
	background-color: #409eff;
    color: #fff;
}
#pages .a1{
	width: 58px;
	border:none;
	background:none;
}
#pages .a1:nth-last-child():hover{
	background:none;
}