body{
    width:960px;
	margin:0 auto;
	font-size:14px;
}
A:link {
	COLOR:#000000; TEXT-DECORATION: none
}
A:visited {
	COLOR:#000000; TEXT-DECORATION: none
}
A:hover {
	COLOR:#099fd7; TEXT-DECORATION: none
}
A:active {
	COLOR:#000000; TEXT-DECORATION: none
}
.line2{
    height:3px;
	margin:5px auto;
	width:100%;
	border-bottom:#999999 2px solid;
}
/*---------------------------------------------*/
.place{
    width:100%;
	line-height:30px;
	background:url(../images/place_skin.png) repeat-x;
	margin-top:3px;
	text-indent:8px;
}
.box{
    width:100%;
	margin:5px 0px;
}
.title{
    width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
}
.title h2{
    font-size:16px;
	font-weight:bolder;
}
.info{
    height:25px;
	line-height:25px;
	font-size:12px;
	color:#666666;
	text-align:center;
}
.info small{
    font-size:12px;
	color:#000000;
	margin:0px 8px;
}
.picbox{
	width:100%;
	text-align:center;
	padding-top:10px;
	font-size:14px;
	line-height:31px;
	overflow:hidden;
	background-color:#000;
	margin-bottom:10px;
}
.picbox img{
	display:block;
	margin:16px auto 6px;
}
.picbox ul.e8{
	font-size:12px;
	line-height:normal;
}
.picbox ul.e8 li .pic{
	background:none;
	border:1px solid #EEE;
	overflow:hidden;
}
.picbox ul.e8 img{
	margin:3px;
	border:none;
}
.picbox ul.e8 li .title{
	padding-top:0px;
}
.picbox ul.e8 li .title{
	padding-top:0px;
}
.intro{
    width:100%;
	border:#CCCCCC 1px solid;
}
.introtxt{
	line-height:25px;
	font-size:14px;
	margin:10px auto;
	width:98%;
}
.handle{
    width:100%;
	height:30px;
}
.handle_ul{
    margin:0px;
	padding:0px;
}
.handle_ul li{
    width:45%;
	list-style:none;
	line-height:30px;
}
.l{
    float:left;
	text-align:left;
	padding-left:10px;
}
.r{
    float:right;
	text-align:right;
	padding-right:10px;
}