@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}
html {
	overflow-y: auto;
	overflow-x: hidden;
}
body {
	font-family: Arial, 宋体; 
	font-size: 12px;
	color:#7f7f7f;
	background-repeat: no-repeat;
	background-position: top;
	background-color:#1c1c1c;
	height:100%;
}
body a{outline:none;blr:expression(this.onFocus=this.blur());}
img {
	border: none;
}
ul li {
	list-style: none;
}
div {
	position: relative;
	display: block;
}
a {
	text-decoration: none;
	color: #7f7f7f;
}
a:hover {
	color: #7f7f7f;
}


.morelink img {
	width: 100%;
	height: 100%;
}


.clear { width:0px; height:0px; clear:both;}
.debug { border:1px solid red;}
.disappear { display:none;}
.yahei { font-family:微软雅黑, Arial;}
.songti {font-family:宋体, Arial;}
.red {color:#cf0307}
.bold { font-weight:bold;}
.center { text-align:center;}
.bdrbtm { border:1px solid }
.ab { position:absolute;}
.gray79 { color:#797979;}
.size14 { font-size:14px;}
.more { position:absolute; bottom:0; right:5px; height:20px; line-height:20px; text-transform:uppercase; color:#888;}
#dcms_pager{ margin:20px 0;}