﻿@charset "utf-8";
/* CSS Document */

/*机构设置*/
.jgsz{
	float: left; width: 220px; 
}
.jgsz_headerdiv{
	float: left;
	width:220px;
	height:33px;
	background:url(jgsz_headerdiv.gif) no-repeat;
}
.jgsz_headertext{
	font-size: 14px;
	color: #F76102;
	font-weight: bold;
	float: left;
	margin-top: 8px;
	width:180px;
	text-align:center;
}
.jgsz_bodydiv{
	width: 220px;
	margin: 0;
	float: left;
	background:url(jgsz_bodydiv.gif) repeat-y;
	

}
.jgsz_bodyheight{
		height: 50px;
		overflow: hidden;
}
.jgsz_bottomdiv{
	float:left;
	width:220px;
	height:1px;
background:url(jgsz_bottomdiv.gif) no-repeat;
}



.jgsz_table{
	width: 100%;
}
.jgsz_title{
 	font-size:13px;
	line-height:150%;
	padding:5px;
	color:#800000;
		height: 65px;
		overflow: hidden;
		vertical-align:top;
}

.jgsz_photo{
	float:left;
	display:none;
}
.jgsz_caption{
	float:left;
	display:none;
}
.jgsz_content{
	float:left;
}
.jgsz_downmorediv{
	float: right;
	width: 56px;
	height: 1px;
	background: url(more.gif) no-repeat;
	cursor:hand;
	margin-right:2px;
	margin-top: 1px;
}
