.page-notice {
	padding: 60px 0;
	overflow: hidden;
}
.notice-side {
	width: 250px;
	float: left;
	overflow: hidden;
}
.notice-side h2 {
	font-size: 30px;
	color: #333;
	padding-left: 25px;
}
.notice-side ul {
	margin: 35px 0 0;
	overflow: hidden;
}
.notice-side ul li {
	height: 50px;
	margin: 0 0 10px;
}
.notice-side ul a {
	display: block;
	line-height: 50px;
	padding: 0 15px 0 30px;
}
.notice-side ul a:before {
	content: '';
	width: 18px;
	height: 20px;
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
	background: url("images/about/notice.png") no-repeat;
}
.notice-side ul a:after {
	content: '';
	width: 6px;
	height: 10px;
	margin: 18px 0 0;
	float: right;
	background: url("images/about/notice.png") -163px -3px no-repeat;
}
.notice-side ul .item1:before {
	background-position: 0 0;
}
.notice-side ul .item2:before {
	background-position: -23px 0;
}
.notice-side ul .item3:before {
	background-position: -48px 1px;
}
.notice-side ul li:hover a {
	color: #059fff;
	background: #f7f9fa;
}
.notice-side ul li:hover a:after {
	background: url("images/about/notice.png") -179px -3px no-repeat;
}
.notice-side ul li:hover .item1:before {
	background-position: -78px 0;
}
.notice-side ul li:hover .item2:before {
	background-position: -101px 0;
}
.notice-side ul li:hover .item3:before {
	background-position: -126px 1px;
}
.notice-side ul .active a {
	color: #059fff;
	background: #f7f9fa;
}
.notice-side ul .active a:after {
	background: url("images/about/notice.png") -179px -3px no-repeat;
}
.notice-side ul .active .item1:before {
	background-position: -78px 0;
}
.notice-side ul .active .item2:before {
	background-position: -101px 0;
}
.notice-side ul .active .item3:before {
	background-position: -126px 1px;
}
.notice-body {
	width: 824px;
	border-left: 1px solid #ddd;
	padding-left: 45px;
	float: right;
	overflow: hidden;
}
.notice-list {
	overflow: hidden;
}
.notice-list li {
	padding: 25px 0;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.notice-list .title {
	display: block;
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 40px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.notice-list .desc {
	display: block;
	margin: 0 0 25px;
	color: #666666;
	line-height: 24px;
}
.notice-list li .title:hover {
	color: #059fff;
}
.notice-list li:hover span {
	color: #059fff
}
.notice-list li:hover .news-list-item-date:before {
	background-position: -203px 3px;
}
.notice-list li:hover .num:before {
	background-position: -248px 2px;
}
.news-list-item-date {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	margin-right: 40px;
	color: #999999;
	font-family: "Arial";
}
.news-list-item-date:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 24px;
	margin-right: 10px;
	vertical-align: middle;
	background: url("images/about/icons.png") no-repeat;
}
.news-list-item-date:before {
	background-position: -182px 3px;
}
/* .num:before{ background-position:-226px 2px;} */
.notice-show {
	overflow: hidden;
}
.notice-back {
	display: block;
	color: #059fff;
	padding: 0 0 20px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.notice-show {
	overflow: hidden;
	position: relative;
	padding-bottom: 100px;
	min-height: 500px;
	width: 100%;
	padding-top: 40px;
}
.notice-show .title {
	margin: 60px 0;
	text-align: center;
}
.notice-show .title h3 {
	font-size: 24px;
	margin: 0 0 30px;
}
.notice-show .title span {
	display: inline-block;
	margin: 0 10px;
}
.notice-show .title span em {
	color: #059fff;
}
.notice-show .info {
	line-height: 30px;
	color: #666666;
	overflow: hidden;
}
.notice-show .info strong {
	font-weight: bold;
}
.notice-show .info a {
	color: #666666;
}