/*焦点图片滚动样式，首页左上位置*/
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.fpic {
	WIDTH: 550px;
	HEIGHT: auto;
	float: left;
	border: 1px solid #079ddd;
	margin: 0px;
	background-image: url(../images/08.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#focpic {

}

.fpic #foclnk {
	display:block;
	width: 100%;
	height: 200px;
}
#fttltxt {
	FONT-SIZE: 12px;
	Z-INDEX: 16;
	LEFT: 1px;
	WIDTH: 100%;
	LINE-HEIGHT: 22px;
	TOP: 164px;
	height: 55px;
	margin-top: 5px;
	overflow:hidden;
}
.fpic #fttltxt .title {
	font-size: 13px;
	color: #3366CC;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
}
.fpic #fttltxt .more {
	color: #3366CC;
}
.fpic #fttltxt p {
	margin: 0px;
}
.thubpiccur {
	Z-INDEX: 20;
	WIDTH: 81px;
	CURSOR: pointer;
	TOP: 194px;
	HEIGHT: 72px;
	float: left;
	text-align: center;
	background-image: url(../images/09.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.thubpic {
	Z-INDEX: 20;
	WIDTH: 81px;
	CURSOR: pointer;
	TOP: 194px;
	HEIGHT: 72px;
	float: left;
	text-align: center;
	padding-top: 16px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.thubpic img {
	WIDTH: 80px;
	HEIGHT: 30px;
	border: 1px solid #999999;
}
.thubpiccur img {
	WIDTH: 80px;
	HEIGHT: 30px;
	border: 1px solid #FFFFFF;
}
.thubpic a
{
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	display:block;
	height: 40px;
	margin-top: 3px;
	overflow:hidden;
	text-align: left;
	margin-bottom: 2px;
}
.thubpiccur a {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 20px;
	text-decoration: none;
	display:block;
	height: 40px;
	margin-top: 3px;
	overflow:hidden;
	text-align: left;
	margin-bottom: 2px;
}
