@charset "utf-8";
/* CSS Document */
@import url("index.css");
a:hover {color:red;}

.union_bar {
	float: left;
	height: 50px;
	width: 100%;
	padding-bottom: 3px;
	background: url(../image/college_line0.gif) no-repeat center bottom;
}
.college_bar {
	height: 28px;
	width: 96%;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	padding: 3px 0px 0px 4%;
	background: url(../image/college_line.gif) no-repeat left top;
}
.union_name {
	height: 32px;
	width: 89%;
	color: #028E09;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	padding-top: 18px;
	padding-left: 11%;
	background: url(../image/college_icon.gif) no-repeat 12px center;
	display: block;
}
.college_img,.college_text {
	float: left;
	height: auto;
	width: 100%;
}
.college_img ul {
	width: 946px;
	padding: 10px 6px 10px 0px;
}
.college_img li {
	float: left;
	height: auto;
	width: 178px;
	color: #028E09;
	margin: 3px 0px;
	margin-left: 7px;
	padding: 1px;
	border: 1px solid #E6E6E6;
	display: inline;
}
.college_pic {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
}
.college_name {
	float: left;
	height: 21px;
	width: 168px;
	line-height: 21px;
	padding: 0px 5px;
	border-top: 1px solid #FFF;
	background-color: #F2F2F2;
	white-space: nowrap;
	overflow: hidden;
}
.college_text ul {
	width: 925px;
	padding: 10px 13px 10px 14px;
}
.college_text li {
	float: left;
	height: 24px;
	width: 180px;
	color: #028E09;
	line-height: 24px;
	margin: 0px 5px 0px 0px;
	white-space: nowrap;
	overflow: hidden;
}
.college_text li a:hover {
        padding-left: 4px;
	background-color: #EBEBEB;
	display: block;
}


