.tops_pic{
overflow:hidden;
position:relative;
}
.focusTitle{
float:left;
width:30px;
}
.fTText{
padding:0 0 0 8px;
font-size:14px;
line-height:20px;
font-weight:600;
}
.focusPic {
    float:left;
	width:100%;
	margin: 0 auto;
	text-align:center;
}
.focusPic img {
	border:0;
}
.focusPic a {
	color: #000;
	text-decoration: none
}
.focusPic a:hover {
	color: #c00;
	text-decoration: underline
}
.focusPic ul,.focusPic ol,.focusPic li {
	margin: 0;
	padding: 0;
}
.focusPic .pic {
	margin: 0 auto;
	text-align:center;
	overflow: hidden;
}
.focusPic .loading{
	background:url(../images/loading.gif) center no-repeat;
	min-height:30px;
	}
#fPdiv a.picA {
	display:block;
	margin:0 auto;
	width:150px;
	height:150px;
	border:1px solid #999;
	opacity:0.8;
	filter:alpha(opacity=80);
}
#fPdiv a.picA:hover{
	opacity:1;
	filter:alpha(opacity=100);
}
.picDiv{
	float:left;
	padding:0 5px 0 5px;
	width:152px;
	height:190px;
	}

.picTxt{
    clear:both;
	}
.fMDiv{ position:absolute;bottom:0;right:0; float:right;width:22px;}
.fMText{ padding:0 6px 0 0; line-height:16px; text-align:center;}

.fMDiv a:hover{
text-decoration:none;
}
.focusPic h2 {
	padding:2px 0 3px 8px;
	font-size: 14px;
	text-align: left
}
.focusPic p {
	padding: 0 0 10px 8px;
	margin:0;
	line-height: 160%;
	text-align: left
}