.banner{
	height:250px;
	background: url("../img/news_banner.jpg")center;
}
.connet .news{
	margin-top: -10px;
}
.connet .news li{
 border-top: 1px solid #e9e9e9;
 position: relative;
 padding: 20px 0;
}
.connet .news a{
	color: #333;
	text-decoration: none;
	font-size:24px;
	line-height: 44px;
}
.connet .news a:hover{
	color: #00a7ea;
	text-decoration: underline;
}
.connet .news .newstext{
	color: #666;
	font-size:15px;
	line-height: 25px;
	padding-right: 80px;
}
.connet .news .newstime{
	position: absolute;
	color: #999;
	font-size: 12px;
	right: 10px;
	top: 70px;
}
.connet .button{
	width: 550px;
	margin: 0 auto 30px;
}
.connet .button a{
    display: inline-block;
    text-decoration: none;
    text-align: center;
    margin: 0 15px;
    width: 33px;
    background: url('../img/btn_spr.png') no-repeat -180px -130px;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
    color: #666;
}
.connet .button a:hover{
	color: #fff;
	background: url('../img/btn_spr.png') no-repeat -220px -130px;
}
.connet .button .page{
	width: 84px;
	background: url('../img/btn_spr.png') no-repeat 0px -130px;
}
.connet .button .page:hover{
	color: #fff;
	background: url('../img/btn_spr.png') no-repeat -90px -130px;
}
.connet .button .on{
	color: #fff;
	background: url('../img/btn_spr.png') no-repeat -220px -130px;
}