/*
*样式初始化
*/
*{ 
	padding: 0; 
	margin: 0; 
} 
body{
	font-size:12px;
}
table{ 
	/*border-collapse: collapse; */
	border-spacing: 0; 
}
td{
	VERTICAL-ALIGN: top;
}
fieldset,img { 
	border: 0; 
}
/* strong加粗,em斜体 */
address,caption,cite,code,dfn,em,th,var { 
	font-weight: normal; 
	font-style: normal; 
} 
ol,ul,li{ 
	list-style: none; 
} 
caption,th { 
	text-align: left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-weight: normal;
	font-size: 100%; 
} 
q:before,q:after { 
	content:”; 
} 
abbr,acronym { 
	border: 0; 
}
a{
	font-size: 12px;
}
a:link{
	color: #333333;
	text-decoration: none;
}
a:visited{
	text-decoration: none;
	color: #333333;
}
a:hover{
	text-decoration: underline;
	color: #4E667B;
}
a:active{
	text-decoration: none;
}

.wrap{
	width:990px;
	margin:auto;
}
.mt10{
	margin-top:10px;
}
.mb10{
	margin-bottom:10px;
}
.cleardiv{
	clear:both;
}
.FL{
	float:left;
}
.FR{
	float:right
}
.F14{
	font-size:14px;
}
.FB{
	font-weight:bold;
}
.normal{
	font-style:normal;
	font-size:12px;
	font-weight:normal;
	color:#333;
	padding:0;
	margin:0;
	text-align:left;
}
.cleardiv{
	clear:both;
}
/*******************************************网站头部************************************/
/*
*顶部信息
*/
#header_login{
	margin:auto;
	height:30px;
	line-height:30px;
	background:url(topbga.gif) left top repeat-x;
}
#header_login .login{
	width:60%;
	padding-left:10px;
}
#header_login .login span{
	display:block;
	float:left;
	padding-right:5px;
}
#header_login .login span.word em{
	color:red;
}
#header_login .login span.word a{
	color:blue;
}
#header_login .login span.input{
	padding-top:4px !important;
	padding-top:3px;
}
#header_login .login span.input input{
	width:100px;
	border:#CCC solid 1px;
	height:18px;
}
#header_login .login span.sub{
	padding:3px 10px 0 10px;
}
#header_login .login span.sub input{
	width:50px;
	text-align:center;
}
#header_login .login span.sub input{
	width:50px;
	text-align:center;
}
#header_login .info{
	width:40%;
	text-align:right;
	padding-right:10px;
	word-spacing:5px;
	color:#666;
}
#header_login .info a{
	color:blue;
}
/*
*logo样式
*/
.LogoContainer{
	width:990px;
	height:60px;
	overflow:hidden;
	margin:10px auto 0 auto;
}
.LogoContainer .logo{
	width:230px;
	height:60px;
	float:left;
}
.LogoContainer .ad{
	width:760px;
	height:69px;
	overflow:hidden;
	float:left;
}
.LogoContainer .ad a{
	padding-right:38px;
}
/*.LogoContainer .title{
	width:270px;
	height:58px;
	float:right;
	border:#B6D6F7 solid 1px;
	overflow:hidden;
	background:#F6FBFF;
}
.LogoContainer .title a{
	display:block;
	width:75px;
	height:19px;
	line-height:19px;
	padding-left:15px;
	float:left;
}*/

/*
*导航样式
*/
#Mainmenu{
	clear:both;
	margin:auto;
	width:970px;
	height:38px;
	padding-left:20px;
	background:url(header_menu.gif) center top no-repeat;
}
#Mainmenu a{
	text-decoration:none;	
}
#Mainmenu dl{
	position:relative;
	padding:0;
	margin:0;
	width:80px;
	float:left;
}
#Mainmenu dl dt{
	background:url(menu_spacing.gif) left 13px no-repeat;
	height:38px;
	overflow:hidden;	
	text-align:center;
}
#Mainmenu dl dt a{
	display:block;
	padding-top:5px;
	line-height:33px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
#Mainmenu dl.choose dt,#Mainmenu dl.over dt{
	/*background:url(subon.gif) center bottom no-repeat;
	border:#2886B3 solid 1px;
	border-bottom:0;*/
	background:url(menuon.gif) center 3px no-repeat;
}
#Mainmenu dl.choose dt a,#Mainmenu dl.over dt a{
	color:#333;
}
#Mainmenu dl dd{
	position:absolute;
	left:0;
	top:38px;
	display:none;
}
#Mainmenu dl.choose dd{
	display:block;
	width:80px;
	background:url(menuon.gif) center bottom no-repeat;
	padding:5px 0 3px 0;
}
#Mainmenu dl.choose dd div a{
	display:block;
	margin:0 3px 0 3px;
	line-height:25px;
	height:25px;
	text-align:center;
}
#Mainmenu dl.choose dd div a:hover{
	background:#25B0D4;
	color:#FFF;
}
#Mainmenu div.post{
	float:right;
	background:url(menu_post.gif) left top no-repeat;	
}
#Mainmenu div.post span{
	display:block;
	padding:3px 20px 0 30px;
	line-height:35px;
	background:url(menu_note.gif) 18px 10px no-repeat;	
}
#Mainmenu div.post a{
	font-size:14px;
	font-weight:bold;
	color:#FFF;	
}
/**/
#header_menu{
	margin:auto;
	width:970px;
	height:38px;
	background:url(header_menu.gif) center bottom no-repeat;
	padding-left:20px;
}
#header_menu li{
	margin-top:3px;
	line-height:35px;
	float:left;
	background:url(menu_spacing.gif) left 11px no-repeat;	
}
#header_menu li a{
	display:block;
	padding:0 15px 0 16px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;	
}
#header_menu li a.choose{
	background:#FFF url(menu_array.gif) center bottom no-repeat;
	color:#333;
}
#header_menu li.post{
	margin-top:0;
	line-height:38px;
	float:right;
	background:url(menu_post.gif) left top no-repeat;	
}
#header_menu li.post a{
	padding-left:30px;
	background:url(menu_note.gif) 18px 10px no-repeat;	
}
/*
*头部搜索
*/
#header_search{
	margin:0 auto 10px auto;
	height:38px;
	background:url(head_searchbg.gif) center bottom no-repeat;
}
#header_search td{
	padding-left:20px;
	vertical-align:middle;
}
#header_search .search{
	height:20px;
}
#header_search .search span{
	display:block;
	float:left;
	padding-right:10px;
}
#header_search .search span.input input{
	height:16px;
	width:260px;
}
#header_search .search span.sub input{
	width:60px;
	text-align:center;
}
#header_search .search span.word{
	padding-top:5px;
}
#header_search .search span a{
	color:#0F42A6;
}
#header_search .search a.b{
	color:red;
}
/*
*当前位置
*/
#nav_guide{
	width:990px;
	margin:0 auto 10px auto;
	border:#DDD solid 1px;
	line-height:25px;
	color:#666;
}
#nav_guide a{
	color:#666;
}
#nav_guide .t1,#nav_guide .t2{
	float:left;
}
#nav_guide .t1{
	padding-left:40px;
	padding-right:5px;
	border-right:#DDD solid 1px;
	background:url(home_icon.gif) 20px 6px no-repeat;
}
#nav_guide .t2{
	padding-left:10px;
}
/*
*底部样式
*/
#copyright{
	clear:both;
	width:990px;
	margin:10px auto 0 auto;
	background:url(footbg.gif) left top repeat-x;
	text-align:center;
	padding-top:10px;
	line-height:20px;
	color:#666;
	padding-bottom:0px;
}
#copyright a{
	color:#666;
}

/* 百科导航 - 列表 右侧竖版 */
.baikedaohang_shuban{width:280px; border-top:solid #ccc 0px; border-top:0px solid #ccc; display:table; margin-top:0x;}
li{float:left;}
.jieri{font-size:12px; text-align:center; border:0px solid #ccc; border-bottom:1px solid #F4F4F4; height:28px; line-height:28px;width:70px;}
.yanse{color:#FF6600;font-weight:bold;}

/* 百科导航 - 热门 */
.baikedaohang_remen{width:680px; border-top:solid #ccc 0px; border-top:0px solid #ccc; display:table; margin-top:0x;}
li{float:left;}
.bk_rm_lb{font-size:14px; text-align:center; border:0px solid #ccc; border-bottom:0px solid #F4F4F4; height:38px; line-height:36px;width:67px;}
.bk_rm_yanse{color:#FF6600;font-weight:bold;}
.bk_rm_red{color:#FF3300;font-weight:bold;}

/* 网站地图 sitemap.html */
.sitemap_web{width:960px; border-top:solid #ccc 0px; border-top:0px solid #ccc; display:table;margin-top:5x;}
li{float:left;}
.sitemap_new{font-size:16px; text-align:center; border:0px solid #ccc; border-bottom:0px solid #F4F4F4; height:40px; line-height:38px;width:106px;}
.sitemap_juse{color:#FF6600;font-size:16px;font-weight:bold;}
.sitemap_huise{color:#8F8F8F;font-size:16px;font-weight:bold;}
.sitemap_red{color:#FF3300;font-size:16px;font-weight:bold;}


/*********************************************************************
**********************************************************************
AJAX在线编辑DIV容器
这个会员看不到.只是版主管理员才可以看到.这是后台风格
一般不必修改了.修改了会员也看不到
**********************************************************************
*********************************************************************/
#AjaxEditTable{
	border:1px solid #BEDDFF;
	background:#FFF;
}
#AjaxEditTable .head{
	height: 21px;
	background: #DBEAFF;
	border-bottom:1px solid #BEDDFF;
	padding:3px 5px 0 7px;
}
#AjaxEditTable .head a{
	color:#FFF;
}
#AjaxEditTable .head span{
	DISPLAY: block; 
	FLOAT: right;
}
#AjaxEditTable .middle{
	background:#FFF;
	line-height:18px;
	padding:5px;
}
#AjaxEditTable .middle input,#AjaxEditTable .middle textarea{
	border:1px solid #BEDDFF;
	background:#FFF;
}
a { text-decoration: none; }
a:active, a:hover { text-decoration: none; }

/*侧边栏*/
#appgame-leftside-share{width:100px; height:302px; position:fixed; left:50%; margin-left:-604px; top:0; z-index:9999; }
#appgame-leftside-share .LeftCont{
	
}
#appgame-leftside-share.LeftCont .logo{
	width:100%;
	text-align:center;
	overflow:hidden;
	margin-bottom:15px;
}
#appgame-leftside-share .LeftCont .Sorts li{
width:100px;
text-align:center;
	overflow:hidden;
	}
#appgame-leftside-share .LeftCont .Sorts li a{
	display:block;
	height:40px;
	line-height:40px;
	text-align:center;
	overflow:hidden;
	font-size:16px;
	margin-top:5px;
	border-radius:5px;
}
#appgame-leftside-share .LeftCont .Sorts li a:hover{
	background:#FF6633;
	color:#FFF;
	text-decoration:none;
}
#appgame-leftside-share .LeftCont .Sorts li.ck{
   width:100px;
   text-align:center;
	overflow:hidden;
	color:#FFF;
	}
#appgame-leftside-share .LeftCont .Sorts li.ck a{
	background:#ED4040;
	color:#FFF;
}
/*网络流行语*/
.tab_liuxingyu{
	float:left;
	margin-top:0px;
	auto;background:#fff;
	color:#333;
	font:12px/1.8 "Microsoft YaHei",Arial,'\5b8b\4f53';
}
.tab_liuxingyu .search-history  {
    margin: 8px 0 0;
	margin-left:8px;
    display: inline-block;
}
.tab_liuxingyu .search-history  .hot {
    float: left;
    height: 28px;
	background:#fc6800;
	color:#FFF;
    
}
.tab_liuxingyu .search-history  .hot a{
    color:#FFF;
    color:#333;text-decoration:none;
}
.tab_liuxingyu .search-history  li {
    float: left;
    height: 28px;
    border: 1px solid #f0f0f0;
    margin: 0 8px 8px 0;
    padding: 0 8px ;
    cursor: pointer;
	list-style:none;
}
.tab_liuxingyu .search-history  li:hover {
    float: left;
    height: 28px;
	
    border: 1px solid #F00;
    margin: 0 8px 8px 0;
    padding: 0 8px ;
    cursor: pointer;
	list-style:none;
}
.tab_liuxingyu .search-history  a:hover {
    color:#F00;
	text-decoration:none;color:#d91722;
}
.tab_liuxingyu .search-history li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 14px;
    line-height: 28px;
	list-style:none;
	color:#333;text-decoration:none;
}
/*大家关注*/
.wrap{width:988px;margin:0 auto;background:#fff;}

.hot_tags {border-top: #a7d1eb 1px solid; padding-top: 5px;margin:0 auto;background:#fff;color:#333;font:12px/1.8 "Microsoft YaHei",Arial,'\5b8b\4f53';}
.hot_tags {
    margin-top: 10px;
    overflow: hidden;
    font-size: 12px;
    width: 100%;
}
.hot_tags strong {
    background: #ccbaf8;
    color: #fff;
    padding: 6px 10px;
    text-align: center;
    font-size: 14px;
    width: 35px;
    height: 44px;
    font-family: "Microsoft YaHei";
    line-height: 22px;
    float: left;
    margin-right: 3px;
    border-radius: 3px;
}

.hot_tags a.first {
    margin-left: 0;
}
.hot_tags a {
    float: left;
    display: inline-block;
    margin: 1px 5px 6px 2px;
    vertical-align: middle;
    white-space: nowrap;
    height: 26px;
    line-height: 26px;
    text-align: center;
    padding: 0 10px;
    border-radius: 3px;
    background: #eee;
    color: #666;
	color:#333;text-decoration:none;
}
.hot_tags a:hover {
    text-decoration:none;color:#d91722;
}
.hot_tags a.bl_s_c1 {
    background: #ffead0;
}
.hot_tags a.bl_s_c2 {
    background: #c8e2f2;
}
.hot_tags a.bl_s_c3 {
    background: #c2ebd4;
}
.hot_tags a.bl_s_c4 {
    background: #ffd2d2;
}
.hot_tags a.bl_s_b {
    font-size: 13px;
    font-weight: 100;
}