@charset "utf-8";
/*----------浏览器兼容性
IE6能识别*，IE6能识别_，不能识别!important;
IE7能识别*，IE7不能识别_，能识别!important;
FF不能识别*，FF不能识别_，能识别!important;
*/
/*----------黑白样式 for Internet Explorer
html{
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
*/
/*----------global*/
*{
	padding:0px;
	margin:0px;
	word-break:break-all;
}
body{
	font-size:12px;
	color:#999;
	background-color:#fff;
	font-family:Helvetica, Arial, sans-serif;
}
ul, li{
	list-style-type:none;
}
fieldset, img{
	border:none;
	background-color:#fff;
}
legend{
	display:none;
}
table{
	border-collapse:collapse;
}
em, strong, cite, th{
	font-style:normal;
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6{
	font-size:1em;
}
a{
	color:#999;
	text-decoration:none;
}
a:hover{
	color:#999;
	text-decoration:none;
}
.input{
	border:1px solid #A7A6AA;
	padding:5px;
	width:auto;
	background:url(/images/global_input_bg.gif) no-repeat left top;
	margin-right:5px;
}
.button{
	font-weight:bold;
	font-size:12px;
	background:url(/images/global_button_bg.gif) no-repeat;
	width:70px;
	cursor:pointer;
	color:#fff;
	border-style:none;
	line-height:24px;
	height:24px;
}
.button2{
	font-weight:bold;
	font-size:12px;
	background:url(/images/global_button_bg.gif) no-repeat 0 -24px;
	width:70px;
	cursor:pointer;
	color:#fff;
	border-style:none;
	line-height:24px;
	height:24px;
}
.button3{
	width:124px;
	height:37px;
	border:none;
	font-size:14px;
	font-weight:bold;
	letter-spacing:2px;
	line-height:37px;
	color:#360;
	background:url(/images/global_button_bg2.gif) top no-repeat;
}
.dot{
	overflow:hidden;
	margin-top:4px;
	margin-bottom:4px;
	height:1px;
	background:url(/images/icon_dot.gif) repeat-x;
}
.bodywidth{
	width:980px;
	margin:0 auto;
}
.margintop{
	margin-top:8px;
}
.clear{
	clear:both;
}
.block{
	border:1px solid #ccc;
}
.block_notop{
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
.block_nobottom{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.block_notb{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.block_top{
	border-top:1px solid #ccc;
}
/*----------head*/
#head{
	position:relative;
}
.head_top{
	border-bottom:1px solid #f1f1f1;
	height:24px;
	line-height:24px;
	font-size:12px;
}
.head_top_right{
	float:right;
}
.head_top_left{
	float:left;
	color:#999;
}
.head_top_left a{
	color:#448800;
	text-decoration:none;
}
.head_top_left a:hover{
	background-color:#448800;
	color:#fff;
	text-decoration:none;
}
.head_logo{
	display:inline;
	float:left;
	margin:28px 0 0 0;
}
*:lang(zh) .head_channel{
	position:absolute;
	top:73px !important;	/*Firefox,Safari,Chrome,Opera*/
	left:277px;
}
.head_channel{
	position:absolute;
	top:75px;	/*Internet Explorer*/
	left:277px;
}
.head_channel a{
	display:block;
	float:left;
	width:77px;
	height:34px;
	background:url(/images/global_channel_bg.gif) no-repeat 0 -34px;
	color:#666;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:34px;
}
.head_channel a:hover{
	text-decoration:underline;
}
a.head_channel_on{
	width:77px;
	background:url(/images/global_channel_bg.gif) no-repeat center top;
	color:#FFF;
}
*:lang(zh) .head_search{
	float:right;
	height:70px !important;	/*Firefox,Safari,Chrome,Opera*/
	margin:10px 0 0 0;
	padding-right:12px;
}
.head_search{
	float:right;
	height:72px;
	margin:10px 0 0 0;
	padding-right:12px;
}
.head_search .input{
	background:url(/images/global_search_bg.gif) no-repeat;
	font-size:14px;
	padding:4px 0 4px 0;
	font-weight:bold;
	color:#A7A6AA;
	width:200px;
	padding-left:24px;
}
.head_subchannel{
	width:980px;
	height:42px;
	overflow:hidden;
	background:url(/images/global_subchannel_bg.gif) repeat-x;
	color:#FFF;
}
.head_subchannel2{
	width:980px;
	height:6px;
	background:url(/images/global_subchannel_bg2.gif) no-repeat;
}
.head_subchannel span.nav_l{
	float:left;
	width:3px;
	height:42px;
	background:url(/images/global_subchannel_bg.gif) no-repeat 0 -42px;
}
.head_subchannel span.nav_r{
	float:right;
	width:3px;
	height:42px;
	background:url(/images/global_subchannel_bg.gif) no-repeat 0 -84px;
}
.head_subchannel ul{
	float:left;
	width:970px;
	height:42px;
	padding:12px 0px 12px 4px;
}
.head_subchannel ul li{
	float:left;
	line-height:22px;
	background:url(/images/global_line.gif) no-repeat 0 2px;
	padding:0px 7px;
	font-size:14px;
}
.head_subchannel ul li a{
	color:#fff;
}
.head_subchannel a:hover{
	color:#fff;
	text-decoration:underline;
}
.head_bottom{
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	margin:0px auto;
	width:978px;
}
.head_letter{
	height:27px;
	line-height:25px;
	font-weight:bold;
	text-align:left;
	padding:2px 0 0 6px;
}
.head_letter h3{
	padding-left:18px;
	background:url(/images/icon_letter.png) no-repeat 0 3px;
	color:#666;
}
.head_letter ul{
	float:right;
	list-style:none;
	margin-right:6px;
}
.head_letter ul li{
	float:left;
}
.head_letter a{
	background:#f0fbeb;
	padding:2px 7px;
	margin-left:7px;
	border:1px solid #9bdf70;
	color:#448800;
}
.head_letter a:hover{
	background:#fff;
	border:1px solid #9bdf70;
}
.brand_sliding{
	background:url(/images/global_sliding_bg.gif) repeat-x;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	height:27px;
	line-height:25px;
	overflow:hidden;
	padding:2px 0 0 6px;
}
.brand_sliding h3{
	padding-left:18px;
	background:url(/images/icon_brand.png) no-repeat 0 3px;
	color:#666;
}
.brand_sliding ul.touch{
	float:right;
	list-style:none;
	margin-right:6px;
}
.brand_sliding ul.touch li{
	float:left;
	border:1px solid #ccc;
	border-bottom:0px;
	text-align:center;
	display:block;
	width:40px;
	margin-top:2px;
	margin-left:6px;
	padding:0px;
	height:22px;
	line-height:20px;
	color:#666;
	cursor:pointer;
}
.brand_sliding ul.touch li.on{
	cursor:default;
	color:#448800;
	background:#fff;
	font-weight:bold;
}
.brand_list{
	border:1px solid #ccc;
	border-top:0px;
	padding:0 2px;
	overflow:hidden;
}
.brand_list ul.list{
	list-style:none;
}
.brand_list ul.list li{
	padding:4px;
	width:100px;
	line-height:22px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-align:center;
	float:left;
}
.brand_list ul.list li a{
	display:block;
	color:#666;
	text-decoration:none;
}
.brand_list ul.list li a:hover{
	background-color:#448800;
	color:#fff;
	text-decoration:none;
}
/*----------foot*/
#foot{
	margin-top:10px;
	text-align:center;
	font-size:12px;
}
#foot .foot{
	width:980px;
	border-top:1px solid #f1f1f1;
	text-align:center;
	height:32px;
	line-height:32px;
	color:#333;
}
#foot .foot a{
	margin:0 8px;
	color:#333;
}
#foot .foot a:hover{
	color:#333;
	text-decoration:underline;
}
#foot .copyright{
	width:980px;
	text-align:center;
	line-height:20px;
	color:#666;
}
#foot .copyright a{
	color:#666;
	text-decoration:underline;
}
#foot .copyright a:hover{
	color:#666;
	text-decoration:none;
}
/*---------------digg*/
.newdigg{
	width:360px;
	height:51px;
	margin:8px 2px;
	clear:both;
	overflow:hidden;
}
.diggbox{
	width:178px;
	height:51px;
	float:left;
	overflow:hidden;
	cursor:pointer;
}
.diggbox .digg_act{
	font-size:14px;
	float:left;
	line-height:31px;
	text-indent:32px;
	height:29px;
	overflow:hidden;
	font-weight:bold;
}
.diggbox .digg_num{
	float:left;
	line-height:29px;
	text-indent:5px;
}
.diggbox .digg_percent{
	width:164px;
	clear:both;
	padding-left:8px;
	overflow:hidden;
}
.diggbox .digg_percent .digg_percent_bar{
	width:100px;
	height:7px;
	background:#E8E8E8;
	border-right:1px solid #CCC;
	float:left;
	overflow:hidden;
	margin-top:3px;
}
.diggbox .digg_percent .digg_percent_num{
	font-size:10px;
	float:left;
	padding-left:10px;
}
.diggbox .digg_percent .digg_percent_bar span{
	display:block;
	height:5px;
	overflow:hidden;
	background:#000;
}
.newdigg .digg_good{
	background:url(/images/digg_bg.png) left top no-repeat;
}
.newdigg .digg_bad{
	background:url(/images/digg_bg.png) right top no-repeat;
}
.newdigg .digg_good .digg_act{
	color:#C30;	
}
.newdigg .digg_good .digg_num{
	color:#C63;
}
.newdigg .digg_bad .digg_act{
	color:#36C;	
}
.newdigg .digg_bad .digg_num{
	color:#39C;
}
.newdigg .digg_good .digg_percent .digg_percent_bar span{
	border:1px solid #E37F24;
	background:#FFC535;
}
.newdigg .digg_bad .digg_percent .digg_percent_bar span{
	border:1px solid #689ACC;
	background:#94C0E4;
}
/*---------------全局列表980*/
#global_list_980{
	width:978px;
}
#global_list_980 .title{
	background:url(/images/global_title_bg.gif) repeat-x;
	text-align:center;
	height:31px;
}
#global_list_980 .title ul{
	text-align:center;
}
#global_list_980 .title li, #global_list_980 .title li a{
	float:left;
	padding-left:20px;
	padding-right:20px;
	line-height:31px;
	background:url(/images/global_title_dot.gif) no-repeat right 1px;
	color:#333;
	font-size:14px;
	font-weight:bold;
}
#global_list_980 .list{
	margin:5px;
	overflow:hidden;
	text-overflow:ellipsis;
}
#global_list_980 .list a{
	color:#448800;
}
#global_list_980 .list a:hover{
	background-color:#448800;
	color:#fff;
}
/*---------------全局列表730_240*/
#global_list_730_240{
	width:980px;
	background:url(/images/global_list_bg_730_240.gif);
}
#global_list_730_240 .left{
	float:left;
	width:728px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
#global_list_730_240 .right{
	float:right;
	width:238px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
#global_list_730_240 .left .title, #global_list_730_240 .right .title{
	background:url(/images/global_title_bg.gif) repeat-x;
	text-align:center;
	height:31px;
}
#global_list_730_240 .left .title ul, #global_list_730_240 .right .title ul{
	text-align:center;
}
#global_list_730_240 .left .title li, #global_list_730_240 .right .title li{
	float:left;
	padding-left:20px;
	padding-right:20px;
	line-height:31px;
	background:url(/images/global_title_dot.gif) right 1px no-repeat;
	color:#333;
	font-size:14px;
	font-weight:bold;
}
#global_list_730_240 .left .title li a, #global_list_730_240 .left .title li a{
	color:#448800;
}
#global_list_730_240 .left .title li a:hover, #global_list_730_240 .left .title li a:hover{
	background-color:#448800;
	color:#fff;
}
#global_list_730_240 .left .list, #global_list_730_240 .right .list{
	margin:5px;
}
#global_list_730_240 .left .list a, #global_list_730_240 .right .list a{
	color:#448800;
}
#global_list_730_240 .left .list a:hover, #global_list_730_240 .right .list a:hover{
	background-color:#448800;
	color:#fff;
}
#global_list_730_240_b{
	clear:both;
	width:980px;
	margin:0px auto 0px auto;
}
#global_list_730_240_b .left{
	border-top:1px solid #ccc;
	float:left;
	width:730px;
}
#global_list_730_240_b .right{
	border-top:1px solid #ccc;
	float:right;
	width:240px;
}
/*---------------全局列表240_730*/
#global_list_240_730{
	width:980px;
	background:url(/images/global_list_bg_240_730.gif);
}
#global_list_240_730 .left{
	float:left;
	width:238px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
#global_list_240_730 .right{
	float:right;
	width:728px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
#global_list_240_730 .left .title, #global_list_240_730 .right .title{
	background:url(/images/global_title_bg.gif) repeat-x;
	text-align:center;
	height:31px;
}
#global_list_240_730 .left .title ul, #global_list_240_730 .right .title ul{
	text-align:center;
}
#global_list_240_730 .left .title li, #global_list_240_730 .left .title li a, #global_list_240_730 .right .title li, #global_list_240_730 .right .title li a{
	float:left;
	padding-left:20px;
	padding-right:20px;
	line-height:31px;
	background:url(/images/global_title_dot.gif) right 1px no-repeat;
	color:#333;
	font-size:14px;
	font-weight:bold;
}
#global_list_240_730 .left .list, #global_list_240_730 .right .list{
	margin:5px;
}
#global_list_240_730 .left .list a, #global_list_240_730 .right .list a{
	color:#448800;
}
#global_list_240_730 .left .list a:hover, #global_list_240_730 .right .list a:hover{
	background-color:#448800;
	color:#fff;
}
#global_list_240_730_b{
	clear:both;
	width:980px;
	margin:0px auto 0px auto;
}
#global_list_240_730_b .left{
	border-top:1px solid #ccc;
	float:left;
	width:240px;
}
#global_list_240_730_b .right{
	border-top:1px solid #ccc;
	float:right;
	width:730px;
}
/*---------------全局通栏2列广告*/
#global_ad980_left{
	float:left;
	width:490px;
	text-align:left;
}
#global_ad980_right{
	float:right;
	width:490px;
	text-align:right;
}
/*---------------全局通栏1列广告*/
#global_ad980{
	float:left;
	width:980px;
	text-align:center;
}

.list3_left{
	float:left;
	width:325px;
	border-right:1px solid #ccc;
}
.list3_center{
	float:left;
	width:325px;
	border-right:1px solid #ccc;
}
.list3_right{
	float:right;
	width:326px;
}
.list3_left ul li,.list3_center ul li,.list3_right ul li{
	height:24px;
	line-height:24px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.list3_left ul li span,.list3_center ul li span,.list3_right ul li span{
	margin-top:4px;
	margin-right:4px;
	font-size:10px;
	height:13px;
	width:13px;
	line-height:12px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	float:left;
	display:block;
}
.list3_left ul li span.num,.list3_center ul li span.num,.list3_right ul li span.num{
	border:1px solid #999;
	background:#aaa;
}
.list3_left ul li span.active,.list3_center ul li span.active,.list3_right ul li span.active{
	border:1px solid #c33;
	background:#f60;
}
#global_list_730_240 .left .fontfocus_left{
	float:left;
	overflow:hidden;
	width:360px;
}
#global_list_730_240 .left .fontfocus_right{
	float:right;
	width:350px;
}
#global_list_730_240 .left .fontfocus_right span{
	background:url(/images/font_focus_bg.gif) no-repeat;
	padding-top:5px;
	padding-left:72px;
	font-size:14px;
	color:#0a64b2;
	height:28px;
	line-height:28px;
	font-weight:bold;
	display:block;
}
#global_list_730_240 .left .fontfocus_right ul li{
	float:left;
	width:100%;
	color:#999;
	padding-left:5px;
	line-height:21px;
	overflow:hidden;
	text-overflow:ellipsis;
}
#global_list_730_240 .left dl dt{
	font-size:12px;
	line-height:20px;
	color:#666;
}
#global_list_730_240 .right ul li{
	height:24px;
	line-height:24px;
	overflow:hidden;
	text-overflow:ellipsis;
}
#global_list_730_240 .right .ad238{
	text-align:center;
}
#global_list_730_240 .right ul li span{
	margin-top:4px;
	margin-right:4px;
	font-size:10px;
	height:13px;
	width:13px;
	line-height:12px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	float:left;
	display:block;
}
#global_list_730_240 .right ul li span.num{
	border:1px solid #999;
	background:#aaa;
}
#global_list_730_240 .right ul li span.active{
	border:1px solid #c33;
	background:#f60;
}
#global_list_730_240 .right .ad238{
	text-align:center;
}
/*---------------评论*/
.comment_textarea textarea{
	width:100%;
	height:60px;
}
.comment_mood{
	color:#333;
	width:100%;
	clear:both;
}
.comment_mood input,.comment_mood img{
	margin-right:6px;
	*margin-right:0px;
}
.comment_post{
	overflow:hidden;
	clear:both;
	color:#333;	
}
.comment_post .comment_userinfo{
	float:left;
	margin-right:6px;
}
.comment_userinfo input,.comment_userinfo img{
	vertical-align:middle;
}
.comment_submit{
	float:left;
}
.comment_submit input,.comment_submit button{
	vertical-align:middle;
}
.nocomment{
	padding:8px;
	color:#333;
}
.comment_content{
	padding-bottom:6px;
}
.comment_content_box{
	padding:8px;
	margin:0px auto;
	border-bottom:1px solid #efefef;
	overflow:hidden;
	clear:both;
}
.comment_content_title{
	float:left;
	line-height:22px;
	color:#999;
	font-family:Tahoma;
}
.comment_content_title span{
	margin-right:2px;
	vertical-align:middle;
}
.comment_content_title .moodicon{
	height:18px;
	width:18px;
	display:inline-block;
}
.comment_content_act{
	float:right;
	padding-right:10px;
	position:relative;
	clear:both;
	color:#999;
}
.comment_content_act span{
	margin-right:7px;
}
.comment_content_content{
	color:#333;
	line-height:21px;
	clear:both;
	width:99%;
	margin:2px auto 0px;
/*	background:url(../images/ico-comment-quote.gif) 0px 4px no-repeat;
	text-indent:18px;*/
}
.comment_content_content img{
	vertical-align:middle;
}
.comment_content_box .decmt-box{
	background:#FFE;
	border:1px solid #ccc;
	margin:6px auto;
}
.comment_content a{
	color:#448800;
}
.comment_content a:hover{
	background-color:#448800;
	color:#fff;
}
/*---------------分页*/
.pages{
	float:left;
	height:25px;
	margin:4px auto 0px 4px;
	background:#ffffff;
	padding-top:4px;
	line-height:17px;
}
.pages strong{
	float:left;
	color:#fff;
	display:block;
	padding:0 8px;
	background:#F60;
	border:1px solid #C33;
	margin:0px 3px 0px 0px;
}
.pages a{
	float:left;
	display:block;
	height:17px;
	padding-left:8px;
	padding-right:8px;
	border:1px solid #DDD;
	background:#FFF;
	text-decoration:none;
	margin-right:2px;
	color:#000;
}
.pages a:hover{
	color:#FF0000;
}
.pages span{
	float:left;
}
.pages span.pageinfo{
	float:left;
	line-height:21px;
	color:#333;
}
/*----------ad728_240*/
#ad728_240{
	position:relative;
}
.ad728_240_left{
	float:left;
	width:728px;
	height:90px;
	border:1px solid #ccc;
}
.ad728_240_right{
	float:right;
	width:240px;
	height:90px;
	border:1px solid #ccc;
}
/*----------ad240_728*/
#ad240_728{
	position:relative;
}
.ad240_728_left{
	float:left;
	width:240px;
	height:90px;
	border:1px solid #ccc;
}
.ad240_728_right{
	float:right;
	width:728px;
	height:90px;
	border:1px solid #ccc;
}
/*----------ad468_468*/
#ad468_468{
	position:relative;
}
#ad468_468 .ad468_468_left{
	float:left;
	width:468px;
	height:60px;
	border:1px solid #ccc;
}
#ad468_468 .ad468_468_right{
	float:right;
	width:468px;
	height:60px;
	border:1px solid #ccc;
}
/*----------tag*/
.tagc1{
	line-height:24px;
	font-size:12px;
	color:#333;
}
.tagc2{
	line-height:24px;
	font-size:14px;
	font-weight:bold;
	color:#666;
}
/*----------msgbox*/
.msgbox{
	width:600px;
	margin:100px auto;
	padding-bottom:10px;
}
.msgbox .msg_title{
	width:598px;
	font-family:Monospace;
	height:31px;
	line-height:31px;
	border:1px solid #ccc;
	border-bottom:2px solid #448800;
	background:url(/images/menu_bg.gif) repeat-x;
}
.msgbox .msg_title a{
	background:url(/images/icon_access.gif) no-repeat 5px -32px;
	padding-left:24px;
	font-size:14px;
	font-weight:bold;
	color:#448800;
	text-decoration:none;
}
.msgbox .msg_content{
	border:1px solid #ccc;
	border-top:0px;
	float:left;
	width:582px;
	padding:8px;
	line-height:28px;
	font-size:14px;
	color:#333;
}
.msgbox .msg_content a{
	color:#448800;
}
.msgbox .msg_content a:hover{
	background-color:#448800;
	color:#fff;
}
.msgbox .msg_channel{
	width:580px;
	text-align:center;
	background:#F9F9F9;
	border:1px solid #eee;
}
.msgbox .msg_channel a{
	padding-left:6px;
	padding-right:6px;
	float:left;
}
