﻿.more{
	text-align: right;
	float: right;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	height: 16px;
	width: 60px;
	font-size: 14px;
	color: #432823;
}
.more a:link,.more a:visited{
	text-decoration: none;
	color: #287755;
}
.more a:hover{
	text-decoration: underline;
	color: #660033;
}
#navgation{
	width: 150px;
	padding: 14px 20px 6px 10px;
	float: left;
	font-weight: bold;
	font-size: 14px;
}
#navgation a:visited{
	color: #94182d;
	text-decoration: none;
}
#navgation a:link{
	color: #94182d;
	text-decoration: none;
}
#navgation a:hover{
	color: #000000;
	text-decoration: underline;
}
/* slide 用一个幻灯展示学校*/
#slide{
	padding: 25px 0px 25px 0px;
	margin: 3px 8px 3px 0px;
	border: 1px solid #1B919A;
	float: left;
	width: 250px;
	background-color: #E2E1E0;
}
#slide img{
	
}
/* brief begin 学校简介*/
#brief{
	padding: 0px 0px 10px 0px;
	margin: 3px 2px 3px 0px;
	border: 1px solid #1B919A;
	float: left;
	width: 512px;
}
#brief h4{
	margin: 0px 10px 0px 10px;
	border-bottom: solid 2px #00b366;
	background-image: url('../images/trainh4bg.png');
	background-repeat: no-repeat;
	background-position: 16px center;
	padding: 10px 0px 10px 60px;
	color: #287755;
}
#brief p{
	list-style-type: none;
	padding: 4px 4px 0px 4px;
	margin: 0px;
	line-height: 150%;
	text-indent: 2em;
}
#brief img{
	padding: 5px 5px 5px 25px;
	background-image: url('../images/newsicon.gif');
	background-repeat: no-repeat;
	background-position: 15px center;
}

/* column学校别的方面介绍　*/
#column{
	padding: 0px 0px 10px 0px;
	margin: 6px 0px 4px 0px;
	float: left;
	width: 776px;
}
#column .display{
	margin: 0px 8px 0px 0px;
	padding: 0px;
	border: 1px solid #1B919A;
	float: left;
	width: 250px;
	text-align: center;
}
#column .displast
{
	margin: 0px;
	padding: 0px;
	border: 1px solid #1B919A;
	float: left;
	width: 250px;
	text-align: center;
}
#column .displast h4,#column .display h4{
	margin: 0px 10px 0px 10px;
	border-bottom: solid 2px #00b366;
	background-image: url('../images/trainh4bg.png');
	background-repeat: no-repeat;
	background-position: 1px center;
	padding: 10px 0px 10px 30px;
	color: #287755;
	text-align: left;
}
#column .displast img,#column .display img{
	margin-top: 4px;
}
#column .displast p,#column .display p{
	margin: 0px;
	padding: 4px;
	text-indent: 2em;
	line-height: 150%;
	text-align: left;
}

