.box{
font-size:12px;
}
.clear{
clear:both;
}
.column2{
margin-left:256px;
padding:0 5px 0 10px;

}
.position{
border-bottom:1px solid #D8D8D8;
line-height:24px;
margin-left:5px;
background:url(../images/icon.jpg) no-repeat left;
padding-left:18px;
color:#656565;
}
.position a{
color:#656565;
}
.list ul{
margin:0;
padding:0;
}
.list{
padding-left:5px;
padding-top:10px;
}
.list ul li{
list-style:none;
width:46%;
float:left;
margin-right:2%;
}
.list ul li h1{
margin:0;
padding:5px 0 5px 2px;
font-size:12px;
background:url(../images/line.jpg) repeat-x bottom;

}
.list ul li h1 img{
margin-right:5px;
}
.list .photo{
padding:15px 10px 0px 0;
line-height:22px;
}
.list .photo img{
float:left;
margin-right:1%;
margin-bottom:15px;
}
.list .photo img span{
padding-top:20px;
}

div.pm-border{
	position:absolute;
	display:none;
	border:2px solid #5D9AC3;
}
div.pm-container{
	margin:1px;
	border:1px solid #75B5DF;
	background-color:#FFFFF7;
	padding:2px;
}
div.pm-container .f1,div.pm-container .f1 a{
	font-weight:900;
	font-size:10px;
	color:#0069A0;
	line-height:30px;
	text-decoration:none;
}
div.pm-container .f2,div.pm-container .f2 a{
	font-weight:700;
	color:#F40;
	text-decoration:none;
}
div.pm-container .f3,div.pm-container .f3 a{
	color:#FF7E00;
	text-decoration:none;
	font-weight:500;
}
div.pm-container .f4,div.pm-container .f4 a{
	color:#000;
	text-decoration:none;
	font-weight:100;
	margin-right:5px;
	white-space:nowrap;
}
div.pm-container a:hover{
	text-decoration:underline;
}
/*首页div下标样式*/
.table_div{
	border-bottom-color: #000;
	border-top-color: #000;
	border-left-color: #000;
	border-right-color: #000;
}
#getM font{
	font-size:10px;
}
/*圆角*/

#xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 10px; letter-spacing:1px;}
#xsnazzy h1 {font-size:2.5em; color:#fff;}
#xsnazzy h2 {font-size:2em;color:#06a; border:0;}
#xsnazzy p {padding-bottom:0.5em;}
#xsnazzy h2 {padding-top:0.5em;}
#xsnazzy {background: transparent; margin:1em;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#ccc; border-left:1px solid #08c; border-right:1px solid #08c;}
.xb1 {margin:0 5px; background:#08c;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.xboxcontent {display:block; background:#ccc; border:0 solid #08c; border-width:0 1px;}

/* 消息默认样式*/
div.jGrowl {padding:10px;z-index:999;}
/** Special IE6 Style Positioning **/
div.ie6 {position:absolute;}
div.ie6.top-right {
	right: auto;
	bottom: auto;
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
div.ie6.top-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
div.ie6.bottom-right {
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
div.ie6.bottom-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
div.ie6.center {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 100%;
}
/** Normal Style Positions **/
body > div.jGrowl {position:fixed;}
body > div.jGrowl.top-left {left:0px;top:0px;}
body > div.jGrowl.top-right {right:0px;top:0px;}
body > div.jGrowl.bottom-left {left:0px;bottom:0px;}
body > div.jGrowl.bottom-right {right:0px;bottom:0px;}
body > div.jGrowl.center {top:0px;width:50%;left:25%;}
/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {margin-left:auto;margin-right:auto;}
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {background-color: #000;color: #fff;opacity: .85;filter: alpha(opacity = 85);zoom: 1;width: 235px;	padding: 10px;margin-top: 5px;	margin-bottom:5px;font-family: Tahoma, Arial, Helvetica, sans-serif;font-size: 12px;text-align: left;display:none;-moz-border-radius:5px;-webkit-border-radius:	5px;}
div.jGrowl div.jGrowl-notification {min-height:40px;}
div.jGrowl div.jGrowl-notification div.header {font-weight:	bold;font-size:	10px;}
div.jGrowl div.jGrowl-notification div.close {float:right;font-weight:bold;font-size:12px;cursor:pointer;}
div.jGrowl div.jGrowl-closer {height:15px;padding-top:4px;padding-bottom:4px;cursor:pointer;font-size:11px;font-weight:bold;text-align:center;}