body {
	margin: 0;
	padding: 0;
	background:#FAFAFA;
	/* color:#777; */
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-face-color:#CCCCCC;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3darkshadow-color: #6C6C6C;
	scrollbar-3dlight-color:#EAEAEA;
	scrollbar-track-color: #EAEAEA;
}
img {
	border:0px;
}
ul,li{
	margin:0;
	padding:0;
	list-style:none;
}
.nav {
	float:left;
	width:100%;
	height:8px;
	overflow:hidden;
}
a:link, a:visited {
	text-decoration : none;
	color:#555
}

a:hover {
	text-decoration : underline;
	color:#BB0303;
}

a:active {
	text-decoration : underline;
	color : #ff0000;
}

.open {
	width:100%;
	height: auto;
}
.head-dark-box{
	margin-top:5px;
	height:50px;
	width: 100%;
	line-height:50px;
	background-color: #ddd;
	text-align: left;
}
.tit {
	width: 100%;
	text-indent:20px;
	height: 50px;
}
.imglist-box{
	width: 100%;
	height: auto;
	float:left;
	overflow:hidden;
}
.dark-row {
	clear: both;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	padding-left: 20px;
	margin-top: 10px;
	background-color: cornsilk;
}
.title{
	width: 100%;
}
.img-list{
	width: 100%;
	height: auto;
}
.imgList {
	width:100px;
	height:100px;
	float:left;
	margin:5px 0 5px 10px;
	overflow:hidden;
	border:1px solid #aaa;
}
.imgListall {
	width:120px;
	height:170px;
	float:left;
	margin:5px 0 5px 10px;
	overflow:hidden;
	border:1px solid #aaa;
}
.red_font{
	color: red;
}