@charset "utf-8";
/* CSS Document */
body {
/*	background: url("../img/tmp/list.jpg") no-repeat top center;*/
}
.mainWrap {
	height: 992px;
	background: url("../img/bgImg/bg_list.jpg") no-repeat bottom center;
}

.news_list{
	margin-top: 49px;
	padding-left: 10px;
	padding-right: 34px;
}
.news_list ul li{
	height: 55px;
	line-height: 55px;
/*	border-bottom:1px dashed #eee;*/
	font-size: 17px;
	padding-left: 30px;
	background: url("../img/icon/icon_dot.png") left center no-repeat;
}
.news_list ul li a{
	color: #333;
}
.news_list ul li a:hover{
	color: var(--blue);
}

.news_list .news_title{width:680px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}


/*分页组件*/
.fenye{
	/*width: 400px;*/
	height: 56px;
	margin: 40px auto;
/*	background: silver;*/
	text-align: center;
}
.fenye a{
	display: inline-block;
	font-size: 14px;
	color:#333;
	border:  solid 1px #92c3e2;
	padding: 3px 8px;
}

.fenye a.cur{
	background-color: #f04646;
	color: white;
	border: 1px solid #f04646;
	background-color: #0e75b4;
	border: solid 1px #92c3e2;
}