.NewsNoticeContent{
	min-width: 1220px;
	height: auto;
	background: #fff;
}
.NewsNoticeBox{
	padding-bottom: 84px;
	margin:0 auto;
	width: 1220px;
	overflow: hidden;
}
.NewsNoticeUl{
	padding-top:15px;
	float: left;
	width: 260px;
	height: auto;
	background: #eee;
	border:1px solid #dcdcdc;
	border-radius: 3px;
}
.NewsNoticeUl>li{
	margin:0 auto 15px;
	width: 225px;
	height: 35px;
	background: url(../images/News/lv.png) 12px center no-repeat;
	font-size: 18px;
	color: #00c897;
	line-height: 35px;
	text-indent: 32px;
	cursor: pointer;
}
.NewsNoticeLiCheck{
	background: #00c897 url(../images/News/bai.png) 12px center no-repeat !important;
	color: #fff !important;
}
.NewsNoticeList{
	float: right;
	padding:7px 0 19px;
	width: 925px;
	height: auto;
	background: #eee;
	border:1px solid #dcdcdc;
	border-radius: 3px;
}
.NewsNoticeListTitle{
	margin:0 auto;
	width: 897px;
	height: 51px;
	border-bottom: 1px solid #dcdcdc;
	font-size: 18px;
	color:#626262;
	line-height: 51px;
}
.NewsNoticeListTitle>img{
	margin-right: 10px;
	vertical-align: -2px;
}
.NewsNoticeListUl{
	margin:0 auto;
	padding-top: 8px;
	width: 897px;
	border-top:1px solid #f9f9f9;
}
.NewsNoticeListUl>li{
	margin:0 auto;
	width: 869px;
	height: 42px;
	border-top:1px dashed #dcdcdc;
	line-height: 42px;
}
.NewsNoticeListUl>li:nth-child(1){
	border-top:none;
}
.NewsNoticeListUl>li>a{
	font-size: 14px;
	color:#626262;
}
.NewsNoticeListUl>li>span{
	float: right;
	font-size: 12px;
	color: #aaa;
}
/*分页*/
.PageBox{
	width: 100%;
	text-align: center;
}
.Page{
	display: inline-block;
	float: none;
	margin:23px 0 0;
}