@charset "utf-8";
/* CSS Document */

*{
    margin:0px;
	padding:0px;
}

a{
    text-decoration:none;
}

#layout{
    width:860px;
	margin:0 auto;
	height:auto;
	padding:10px;
}

#left{
    float:left;
	width:240px;
	height:auto;
}
#left ul{
    list-style:none;
	margin:0;
	padding:0;
}
#left ul li{
    width:240px;
	overflow:hidden;
	margin:0;
	padding:0;
	height:45px;
}
#left ul li a{
    font-size:13px;
	color:#0099CC;
	line-height:45px;
	text-decoration:none;
	text-indent:18px;
	font-family:"黑体";
	display:block;
	background-image:url(../images/list_icon.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#left ul li a:hover, #left ul li a.current{
	color:#E87C11;
	background-color:#EFF9FE;
	background-image:url(../images/list_icon1.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#right{
    width:610px;
	float:right;
	height:auto;
	margin:0;
	padding:0;
}
#right #lists{
    float:left;
	width:114px;
}

#right #lists ul{
    list-style:none;
}
#right #lists ul li{
    margin:0;
	padding:0;
}
#right #lists ul li a{
    padding:0;
	width:114px;
	height:82px;
	overflow:hidden;
	margin:0;
}
#right #lists ul li a img{
    width:104px;
	height:72px;
	border:5px solid #6699ff;
	padding:0;
	margin:0;
}
#right #lists ul li a:hover img{
    border:5px solid #FF9933;
}

#right #place{
    margin:0;
	padding:0;
	width:482px;
	height:330px;
	border:5px solid #FF9933;
	float:right;
	overflow:hidden;
	margin-bottom:10px;
	position:relative;
}
#right #place span{
    font-size:20px;
	color:#6699FF;
	position:absolute;
	top:130px;
	left:170px;
	text-align:center;
	font-weight:bold;
}

#description{
    clear:both;
	width:608px;
	border:1px solid #ff9933;
	height:120px;
	background-color:#ffffff;
	padding:0;
	margin:0;
	overflow:hidden;
}
#description p{
    margin:10px 20px 10px;
	padding:0;
	padding-left:20px;
	font-size:16px;
	font-weight:bold;
	color:#0099FF;
	border-bottom:1px dashed #3399CC;
	display:inline-table;
	background-image:url(../images/icon7.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

#description ul{
    list-style:none;
}

#description ul li{
    line-height:20px;
	height:20px;
	font-size:13px;
	color:#A55E16;
	margin-left:50px;
	background-image:url(../images/icon4.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:12px;
	list-style-type:none;
}
#description #tedian{
    display:none;
	font-size:14px;
	margin-bottom:10px;
	background:none;
	font-weight:bold;
}




