﻿@charset "utf-8";
/* CSS Document */

/*学校概况*/
.xxgk{
	float: left; width: 486px; 
}
.xxgk_headerdiv{
	float: left;
	width:486px;
	height:31px;
	background:url(xxgk_headerdiv.gif) no-repeat;
}
.xxgk_headertext{
	font-size: 14px;
	color: #F76102;
	font-weight: bold;
	float: left;
	margin-top: 8px;
	width:180px;
	text-align:center;
}
.xxgk_bodydiv{
	width: 486px;
	margin: 0;
	float: left;
	background:url(xxgk_bodydiv.gif) repeat-y;
	height:150px;

}
.xxgk_bodyheight{
		
		overflow: hidden;
}
.xxgk_bottomdiv{
	width: 486px;
	height:18px;
	margin: 0;
	float: left;
	background:url(xxgk_bottomdiv.gif) no-repeat;
}



.xxgk_table{
	width: 100%;float:left;
}
.xxgk_title{
 	font-size:13px;
	line-height:130%;
	float:left;
	
}
.xxgk_photo{
	float:left;
	margin:2px;
	margin-top:4px;
	width:160px;
}
.xxgk_caption{
	float:left;
}
.xxgk_content{
	float:left;
	margin:4px;
	width:270px;
}

.xxgk_downmorediv{
	float: right;
	width: 56px;
	height: 19px;
	background: url(more.gif) no-repeat;
	cursor:hand;
	margin-right:2px;
	margin-top: 1px;
}
