*{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

.notice{
	width: 1200px;
	margin: 10px auto 100px;
	border: 1px solid #eee;
	overflow: hidden;
}

.notice-tit{
	height: 27px;
	position: relative;
	background: #F7F7F7;
}

.notice-tit ul{
	position: absolute;
	width: 100%;
	font-size: 16px;
}

.notice-tit li{
	float: left;
	width: 24.9375%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	overflow: hidden;
	background: #eee;
	border-bottom: 1px solid #eee;
}

.notice-tit ul li:hover{
	color: #f38e2e;
	cursor: pointer;
}

.notice-tit li.select{
	background: #fff;
	border-bottom-color: #FFF;
	/*border-right: 1px solid #eee;
	border-left: 1px solid #eee;*/
	padding: 0;
	font-weight: bolder;
	color: #f38e2e;
}

.notice li a:link,.notice li a:visited{
	text-decoration: none;
	color: #000;
}

.notice li a:hover{
	color: #f90;
}

.notice-con .mod{
	margin: 80px 0 20px;
}

.notice-con .mod ul{
	overflow: hidden;
	width: 101%;
}

.notice-con .mod ul li{
	float: left;
	width: 32.3333%;
	overflow: hidden;
	margin-right: 1%;
	margin-bottom: 30px;
}