/* 新闻列表 */

.new-list h3 {
	text-align: left;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
}

.new-list h3 a {
	padding-bottom: 12px;
	display: inline-block;
	color: #0B4DAE;
	border-bottom: 1px solid #0B4DAE;
}

.new-list ul li {
	color: #333333;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #eeeeee;
}

.new-list ul li span {
	float: right;
	font-size: 12px;
}

.news-nav {
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

.news-nav p {
	text-align: center;
}

.news-nav p a {
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin: 0 7px;
	font-size: 12px;
	color: #494949;
}

.next-last {
	vertical-align: middle;
	width: 24px;
	height: 24px;
}

.news-list-inpot {
	text-align: center;
	width: 50px;
	height: 24px;
	border: 1px solid #CED2D9;
	border-radius: 1px;
	box-sizing: border-box;
}

.news-nav a.atv {
	background: #0458c1;
	color: #fff;
}

.news-nav a.pager:hover {
	background: #0458c1;
	color: #fff;
}

.news-nav a.next-last {
	color: #0458c1;
}

/* 新闻详情页css */

.new-text {
	width: 726px;
	padding-left: 38px;
}

.news-bt {
	margin: 0 auto;
}

.news-bt p {
	text-align: center;
}

a.news-botton {
	width: 100px;
	height: 30px;
	background: #0B4DAE;
	border-radius: 4px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #FFFFFF;
}

p.news-time {
	font-size: 12px;
	color: #999999;
	line-height: 12px;
	text-align: right;
}

.news-title {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 30px;
	padding-bottom: 8px;
}
