body{
	background:url(../images/body-bottom-bg.jpg) #FFF no-repeat center bottom;
}
.content{
	margin-top:20px;
	margin-bottom:200px;
}
.page-left{
	float:left;
	width:560px;
}
.page-right{
	float:right;
	width:322px;
	padding:30px;
	min-height:500px;
	border:1px solid #EEE;
	border-radius:8px;
	-moz-border-radius:8px; /* 老的 Firefox */
	background:#FAFAFA;
}


.notice .hd{
	overflow:hidden;
	height:26px;
	margin:8px 0 20px 0;
	border-bottom:1px solid #EEE;
}
.notice .hd .title{
	float:left;
	height:26px;
	line-height:26px;
	color:#FFF;
	font-size:14px;
	padding-left:30px;
	padding-right:8px;
	background:url(../images/home-notice-icon.png) #60AFCA no-repeat 4px 4px;
}
.notice li{
	font-size:14px;
	margin-left:0;
	margin-right:0;
}
.notice-new{
	padding-right:90px;
	margin-bottom:28px;
}
.notice-new p{
	color:#999;
	margin:10px 0;
}
.notice-new p span{
	padding-right:16px;
}
.notice-new .title a{
	color:#398FAC;
	font-size:18px;
	text-decoration:underline;
}
.notice-new .con{
	overflow:hidden;
	max-height:124px;
	_height:64px;
	color:#666;
	text-indent:2em;
}



/*============================*/

.home-item{
	margin:28px 0;
}
.home-item .hd{
	overflow:hidden;
	height:24px;
	line-height:24px;
	padding-bottom:4px;
	border-bottom:1px solid #DDD;
}
.home-item .hd b{
	overflow:hidden;
	display:inline-block;
	float:left;
	width:20px;
	height:10px;
	margin-top:8px;
	margin-left:8px;
	background:#8BD2D8;
}
.home-item .hd span{
	float:left;
	display:inline-block;
	color:#066;
	font-size:20px;
	margin-left:8px;
}
.home-item .list-item li{
	margin-left:0;
	margin-right:0;
}


/*============================*/


.about{
	text-align:center;
}
.about .pic img{
	display:inline-block;
	padding:5px;
	border-radius:100%;
	-moz-border-radius:100%; /* 老的 Firefox */
	border:1px solid #DDD;
	background:#FFF;
}
.about .name{
	line-height:28px;
	font-size:16px;
}
.about .con{
	overflow:hidden;
	_height:124px;
	max-height:240px;
	line-height:22px;
	color:#666;
	text-align:left;
	text-indent:2em;
	font-size:14px;
	margin:16px 0;
}
.about .con *, .notice-new .con *{
	line-height:24px !important;
	font-size:14px !important;
	font-family:Microsoft YaHei, Tahoma !important;
	color:#666 !important;
	padding:0 !important;
	margin:0 !important;
}
.about .con table{
	width:100% !important;
	border:0 !important;
}
.about .con table td{
	width:auto !important;
	border:1px solid #DDD;
}


.member-item .hd{
	height:32px;
	line-height:32px;
	color:#FFF;
	font-size:20px;
	padding:0 12px;
	margin:40px 0 20px 0;
	background:#666;
}
.member-item li{
	margin-bottom:8px;
	padding:0 8px;
	padding-bottom:8px;
	border-bottom:1px dotted #DDD;
}
.member-item h6{
	font-size:16px;
	padding:4px 0;
}
.member-item p{
	color:#999;
	font-size:14px;
}






















