@charset "gb2312";
/*----------全局*/
*{
	padding:0px;
	margin:0px;
	font-family:Helvetica Neue, Arial, Microsoft YaHei, Tahoma, Verdana, sans-serif;
}
body{
	font-size:14px;
}
ul{
	list-style:none;
}
img{
	border:0px;
}
a{
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#FF3300;
	text-decoration:underline;
}
h1{
	font-size:14px;
}
h2{
	font-size:14px;
}
h3{
	font-size:12px;
}
.cbody{
	width:900px;
	margin:0 auto;
}
.margintop{
	margin-top:5px;
}
.floatclear{
	clear:both;
}
input,select{
	vertical-align:middle;
}

/*-----------头部*/
.top{
	height:90px;
	overflow:hidden;
}
.toplogo{
	float:left;
	width:200px;
	margin-top:14px;
}
.topbanner{
	width:480px;
	margin-top:14px;
	margin-left:20px;
	float:left;
}
.toplink{
	float:left;
	margin-top:14px;
	margin-left:20px;
	width:180px;
}
.toplink ul li{
	width:90px;
	float:left;
	height:30px;
	line-height:30px;
	text-align:center;
}
.submit{
	margin-right:20px;
	width:68px;
	height:21px;
	background:url(../images/userlogin_submit.gif) repeat-x;
	border:1px solid #D4B06A;
	font-weight:bold;
	color:#753D00;
	letter-spacing:3px;
	line-height:20px;
}
/*----------栏目菜单*/
.topmenu{
	height:40px;
	background:url(../images/topmenu_bg.gif) left top repeat-x;
}
.topmenu ul{
	width:900px;
	height:40px;
	background:url(../images/topmenu_r.gif) top center no-repeat;
	overflow:hidden;
}
.topmenu ul li{
	float:left;
	margin-left:-2px;
	text-align:center;
	background:url(../images/topmenu_bg.gif) left bottom no-repeat;
}
.topmenu ul li a{
	float:left;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	padding-left:12px;
	padding-right:12px;
	text-decoration:none;
	height:40px;
	line-height:40px;
}
.topmenu ul li a:hover{
	color:#FFFF99;
	background:url(../images/topmenu_o.gif) center bottom no-repeat;
}
.topmenu ul li a.thisclass{
	color:#FFFF99;
	background:url(../images/topmenu_o.gif) center bottom no-repeat;
}
.topmenu .rssbut{
	position:relative;
	float:right;
	margin:-30px 8px auto;
	display:inline;
}
/*----------搜索*/
.topsearch{
	height:40px;
	width:899px;
	margin-top:3px;
	border-right:1px solid #EEE;
	background:url(../images/topsearch_bg.gif) repeat-x;
	overflow:hidden;
}
.topsearch .title{
	height:37px;
	width:83px;
	float:left;
	background:url(../images/topsearch_title.gif) left center no-repeat;
}
.topsearch .inpbox{
	float:left;
	margin-top:4px;
	width:330px;
}
.topsearch .inpbox input{
	margin-left:10px;
	margin-right:10px;
}
.topsearch .inpbox select{
	width:100px;
}
.topsearch .inpbox .searchtxt{
	height:16px;
	width:200px;
	padding:5px 0 5px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#808080 #D4D0C8 #D4D0C8 #808080;
}
.topsearch .hots{
	line-height:38px;
	float:left;
}
/*-------------------------横幅*/
.banner{
	width:898px;
	margin:4px auto;
	border:1px solid #DDD;
	overflow:hidden;
}
.banner .title{
	height:26px;
	line-height:26px;
	margin:1px auto 0px;
	background:url(../images/flink_title_bg.gif) repeat-x;
}
.banner .title dl dt{
	width:200px;
	float:left;
	line-height:26px;
	text-indent:12px;
	letter-spacing:2px;
	font-weight:bold;
}
.banner .title dl dd{
	color:#777;
	float:right;
	margin-right:10px;
	display:inline;

}
.banner .title dl dd a{

}
.banner .words{
	width:898px;
	padding-bottom:0px;
}
.banner .words a{
	color:#555;
	float:left;
	height:15px;
	line-height:15px;
	padding-right:10px;
	padding-left:10px;
	white-space:nowrap;
	border-left:1px solid #EEE;
	margin:10px 10px 4px 0px;
	display:block;
}
.banner .gamechart{
	width:895px;
	margin:0px auto 0px;
	padding-bottom:10px;
}
.banner .gamechart dd{
	width:167px;
	float:left;
	display:inline;
	line-height:40px;
	margin:10px 0px 0px 10px;
}
.banner .gamechart dd a img{
	border-radius: 5px 5px 5px 5px;
}
.banner .gamechart dd a:hover img{
	transform: translate(0px, 0px) scale(1.02) rotate(-0deg);
	border-radius: 5px 5px 5px 5px;
}
.banner .gamechart dd a{
	text-align:center;
	display:block;
}

.banner .base{
	height:20px;
	line-height:20px;
	background:url(../images/flink_title_bg.gif) repeat-x;
	margin-top:12px;
}
.banner .base dl dt{
	float:left;
	text-indent:424px;
	letter-spacing:2px;
}
.banner .base dl dd{
	float:right;
	margin-right:10px;
	display:inline;
}
.banner .base dl dd a{

}
.banner .more{
	height:18px;
	line-height:10px;
	margin-top:10px;
}
.banner .more dl dt{
	text-align: center;
	letter-spacing:2px;
}
.banner .more dl dd{
	float:right;
	margin-right:10px;
	display:inline;
}
.banner .more dl dd a{

}

/*----------内容*/
.main{
	clear:both;
}

/*-------------------------分页*/
.pages{
	width:650px;
	height:10px;
	margin:20px auto 20px;
	clear:both;
}
.pages .pcount{
	display:inline;
	float:left;
}
.pages .plist{
	float:left;
}
.pages .plist input {
	float:left;
	width: 30px;
}
.pages .plist #button {
	height: 18px;
	width: 30px;
}
.pages .plist span { 
float:right
}

.pages .plist strong{
	color:#f60;
	display:block;
	float:left;
	padding-left:8px;
	padding-right:8px;
}
.pages .plist a{
	display:block;
	height:17px;
	float:left;
	padding-left:8px;
	padding-right:8px;
	text-decoration:none;
	margin-right:2px;
	color:#333;
}
.pages .plist a:hover{
	color:#f60;
}
/*---------------内容页:右边分类*/
.comment .posttitle{
	width:666px;
	height:26px;
	margin:10px auto;
	background:url(../images/title_bg_1.gif) repeat-x;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
.comment .posttitle strong{
	letter-spacing:4px;
	color:#444;
	display:block;
	margin:7px 0px 0px 13px;
}
.comment .postbox{
	width:636px;
	margin:5px auto;
	overflow:hidden;
}

.comment .postbox .userbox{
	width:636px;
	overflow:hidden;
	margin-top:10px;
}
.comment .postbox .userbox dl{
	width:636px;
}
.comment .postbox .userbox dl dd{
	float:left;
	display:block;
	padding-bottom:2px;
}
.comment .postbox .userbox dl dd input.username,.comment .postbox .userbox dl dd input.password{
	width:100px;
	border:1px solid #CCC;
	padding:3px 0px 2px 5px;
	margin-right:10px;
}
.comment .postbox .userbox dl dd.mtop{
	margin:7px 7px 0px 0px;
}
.comment .postbox .txtbox{
	width:636px;
	line-height:25px;
}
.comment .postbox .txtbox textarea{
	border:1px solid #CCC;
	width:600px;
	height:80px;
	padding:5px;
}
.comment .postbox  .sbut{
	margin:10px;
}
.comment .postbox .userbox .submit{
	width:100px;
	height:25px;
	padding-top:2px;
}

.classbox{
	width:222px;
	clear:both;
	padding-bottom:5px;
	background:url(../images/rcbox_title.gif) center bottom no-repeat;
	
}
.classbox dl{
	width:222px;
}
.classbox dl dt{
	height:31px;
	background:url(../images/rcbox_title.gif) center top no-repeat;
	line-height:29px;
	text-indent:10px;
	color:#555;
	letter-spacing:1px;
	font-weight:bold;
}
.classbox dl dd{
	width:220px;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	background:#FAFAFA;
	
}
.classbox dl dd ul{
	list-style:none;
	overflow:hidden;
	width:220px;
}
.classbox dl dd ul li{
	float:left;
	width:100px;
	margin-left:6px;
	margin-bottom:6px;
	height:28px;
	line-height:32px;
	text-indent:8px;
	display:inline;
}
.classbox dl dd ul li a{
	display:block;
	width:100px;
	height:28px;
	border:1px solid #DDD;
	text-decoration:none;
	color:#333;
	background:#FFF;
}
.classbox dl dd ul li a:hover{
	background:#FAFAFA;
	border:1px solid #CCC;
	color:#000;
}
.classbox dl dd ul li.this a{
	background:#FFC;
	color:#FF6600;
	font-weight:bold;
}

/*-------------------------友情链接*/
.flink{
	width:898px;
	margin:6px auto;
	border:1px solid #DDD;
	overflow:hidden;
}
.flink .title{
	height:26px;
	line-height:26px;
	background:url(../images/flink_title_bg.gif) repeat-x;
}
.flink .title dl dt{
	width:200px;
	float:left;
	line-height:26px;
	text-indent:12px;
	letter-spacing:2px;
	color:#333333;
	font-weight:bold;
}
.flink .title dl dd{
	color:#AAA;
	float:right;
	margin-right:10px;
	display:inline;
}
.flink .title dl dd a{
	color:#333333;
}

.flink .flinkcon{
	width:880px;
	margin:0px auto 0px;
	overflow:hidden;
	padding-bottom:10px;
}
.flink .flinkcon a{
	color:#333333;
	display:block;
	float:left;
	height:15px;
	line-height:15px;
	padding-right:12px;
	padding-left:12px;
	margin:10px 0px 0px -1px;
	white-space:nowrap;
	border-left:1px solid #EEE;
}


/*-------------------------底部:版权信息*/
.footer{
	clear:both;
	border-top:1px solid #DDD;
}
.footer .copyright{
	width:890px;
	float:left;
	text-align:right;
	color:#777777;
	line-height:20px;
	letter-spacing:1px;
}
.footer .copyright span{
	color:#669933;
}

.footer .slogo{
	float:right;
	margin:7px;
}


