
p{
	font-size: 12px;
	color: #333333;
	line-height: 1.5;
	}
.bold{font-weight:bold}
.hd{line-height:25px;}
.tit {
	font-size: 18px;
	font-family: 'Microsoft YaHei';
	color: #060;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
}
.tit-cont {
	font-size: 12px;
	color: #333333;
	border-spacing: 30;
	line-height: 1.5;
	padding-top: 10px;
}

.tit-cont p{
	text-indent:2em;
	margin:0 0 10px 0;
	}
a.tit2{
	font-size: 20px;
	font-family: 'Microsoft YaHei';
	color: #060;
	}
.big-tit{
	font-family: 'Microsoft YaHei';
	font-size:30px;
	font-weight:bold;
	color:#030;
	text-align:center;
	margin:30px 0 10px 0;
	}
.big-tit-p{
	font-family: 'Microsoft YaHei';
	font-size:16px;
	color:#333;
	text-align:center;
	padding-bottom:50px
	}
	
/*往届回顾*/
.reviewContent{
	font-size:12px;
	color:#333;
	line-height:1.5;
	text-indent:2em;
	}
	
.reviewContent p{
	margin:5px 0 5px 0;
	}
	
.tit3{
	font-family: 'Microsoft YaHei';
	font-size:14px;
	text-indent:10px;
	height:25px;
	line-height:25px;
	font-weight:bold;
	color:#000;
	background:#ccc;
	}
	
.join{
	padding:10px 0 0 10px;
	}
.join p{
	margin:5px 0 5px 0;
	}
	
/*导航*/
.nav{
	background:#ccc;
	}
.nav a{
	display:inline-block;
	padding:0 15px;
	height:30px;
	line-height:30px;
	background:#ccc;
	text-align:center;
	font-family:'Microsoft YaHei';
	font-size:14px;
	font-weight:600;
	color:#666;
}

.nav a.active,.nav a:hover{
	color:#060;
}