.banner{
	height: 260px;
	position: relative;
}
.banner img{
	height: 100%;
	width: 100%;
}
.page-title{
	position: absolute;
	height: 90px;
	width: 350px;
	background: #216483;
	top: 80px;
	text-align: center;
	color:#fff;
	font-size: 30px;
	line-height: 90px;
}
.main{
	width: 1140px;
	margin:0 auto;
	margin-top: 42px;
	overflow: hidden;
}
.sec-menu{
	width: 20%;
	float: left;
	/*background: #333;*/
}
.menu-title{
	width: 100%;
	height: 47px;
	background: #29789A;
	text-align: center;
	line-height: 47px;
	color:#fff;
	letter-spacing: 2px;
	font-weight: bold;
}
.sec-menu-select{
	border-top: 3px solid #FE9900;
	overflow: hidden;
	background: #CBCFD2;
	margin-top: 6px;
}
.space-white{
	min-height: 20px;
	width: 155px;
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
}
.space-white ul li{
	text-align: center;
}
div.border{
	height: 46px;
	width: 200px;
	border: 1px solid #0579B4;
	padding: 2px;
	background: #fff;
	margin: 0 auto;
	transition:.3s;
}
.border:hover{
	border-color:#FE9900;
}
.menu-list{
	height: 40px;
	width: 194px;
	line-height: 40px;
	text-align: center;
	color:#333;
	font-size: 16px;
	font-weight: bold;
	transition:.3s;
}
.menu-list:hover{
	background:#FE9900;
	color:#fff;
}
div.init{
	border-color:#FE9900;
}
.init .menu-list{
	background:#FE9900;
	color:#fff;
}

/*二级内容区域*/
.sec-block{
	width: 80%;
	float: left;
	overflow: hidden;
	padding-left: 30px;
}

.my-path{
	height: 34px;
	border-bottom: 1px solid #999999;

}
.path-icon{
	height: 30px;
	width: 30px;
	float: left;
}
.path{
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.news-list{
	margin-top: 22px;

}
.pre-block{
	height: 135px;
	overflow: hidden;
	margin-bottom: 20px;
}
.news-date-no{
	width: 132px;
	height: 135px;
	float: left;
	background: #3398CC;
	border-left: 7px solid #FF9900;
	padding: 0 25px;
	color:#fff;
}
.news-no{
	font-size: 55px;
	height: 60px;
	text-align: center;
}
.news-date{
	text-align: center;
	margin-top: 10px;
	position: relative;
	height: 35px;
	font-size: 12px;
}
.news-line{
	position: absolute;
	width: 37px;
	border-top: 1px solid #fff;
	right:0;
	bottom: 8px;
}
.news-writer{
	text-align: right;
}
.article{
	height: 135px;
	float: left;
	background: #F5F5F5;
	width: 750px;
	padding: 20px;
	position: relative;
	transition:.3s;
}
.article:hover a{
	color:#FF9900;
}
.article a{
	color:#333;
	transition:.3s;
	
}
.article-title{
	font-size: 20px;
	font-weight: bold;
}
.article-text{
	font-size: 12px;
	color:#666;
	width:inherit;
	word-wrap:break-word;
	line-height: 30px;
	margin-top: 10px;
}
.detail{
	position: absolute;
	top: 0;
	right:10px;
	font-size: 18px;
	color:#FF9900;
}


.space-white ul li.border{
	height: 26px;
	width: 155px;
	border: 1px solid #0579B4;
	padding: 2px;
	background: #fff;
	margin: 3px auto;
	transition:.3s;
	cursor: pointer;
}
.space-white ul li.border:hover{
	border-color:#FE9900;
}
.space-list{
	height: 20px;
	width: 149px;
	line-height: 20px;
	text-align: center;
	color:#333;
	transition:.3s;
}
.space-list:hover{
	background:#FE9900;
	color:#fff;
}
/*紧急招生*/
.trd-block{
	width: 100%;
	overflow: hidden;
}
.newsTitle{
	overflow: hidden;
	min-height: 80px;
	margin:15px 20px;
	display: table;
	color:rgb(0,105,156);
}
.newsTitle > div{
	/*float: left;*/
	display: table-cell;
}
.newspro{
	width: 27%;
	font-size: 65px;
	line-height: 80px;
	vertical-align: middle;
}
.newsdesc{
	min-height: inherit;
	border-left:1px solid rgb(0,105,156);
	padding-left: 50px;
	/*display: table-cell;*/
	vertical-align: middle;
}
.hline{
	width: 100%;
	border-top:1px solid rgb(254,153,1);
}
.rect{
	width: 100%;
	height:15px;
	background: rgb(254,153,1);
	margin:5px 0;
}
.table_block{
	margin:0 30px;
	margin-top: 30px;
}
.table_title{
	height:30px;
	width: 100%;
	border-bottom: 2px solid #eee;
	position: relative;
}
.table_title_text{
	padding-left: 10px;
	background: #eee;
	color:rgb(0,105,156);
	width:228px;
	height:inherit;
	line-height: 30px;
	font-size: 17px;
}
.sjblock{
	position:absolute;
	top:0;
	left: 228px;
	height: 0;
	width: 0;
	border-top:30px solid transparent;
	border-left:30px solid #eee;
}
.table-extra{
	margin-top: 20px;
	border:1px dashed #ddd !important;
}
.table-extra tr > td{
	border:1px dashed #ddd !important;
	height:30px;
	vertical-align: middle !important;
	text-align: center;
}