﻿@charset "utf-8";
/* CSS Document */
body {
/*	background: url("../img/tmp/list.jpg") no-repeat top center;*/
}
.mainWrap {
	height: 930px;
	background:white;
/*	background: url("../img/bgImg/bg_list.jpg") no-repeat bottom center;*/
}

.news_list{
	margin-top: 20px;
}
.news_list ul li{
	height: 60px;
	line-height: 60px;
/*	border-bottom:1px dashed #eee;*/
	font-size: 19px;
	padding-left: 40px;
	background: url("../img/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: 700px;
	height: 56px;
	margin: 60px auto;
/*	background: silver;*/
	text-align: center;
	font-size: 14px;
}
.fenye a{
	display: inline-block;
	font-size: 14px;
	color:#333;
	border:  solid 1px var(--blue);
	padding: 3px 8px;
}

.fenye a.cur{
	color: white;
	border: 1px solid var(--blue);
	background-color: var(--blue);
}

