/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
}
html{
	background:#999 url( ) no-repeat center top;
}
body{
	font:12px 微软雅黑,Verdana,Arial,Tahoma;
}
img{
	border:none;
}

a{
	color:#6B666A;
	text-decoration:none;
}
a:hover{
	color:#F33;
	text-decoration:underline;
}
ul{
	list-style:none;
}
input,select,button{
	font:12px 微软雅黑,Verdana,Arial,Tahoma;
	vertical-align:middle;
}
.ipt-txt{
	line-height:15px;
	padding:4px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#D5D5D5;
	background:#fff url(../images/inputbg.jpg) top repeat-x;
	font-size:12px;
	margin-right:2px;
}
.btn-1{
	width:56px;
	height:23px;
	border:none;
	background:url(../images/btn-bg1.gif) no-repeat;
	line-height:25px;
	letter-spacing:1px;
	cursor:pointer;
	overflow:hidden;
	color:#2F592E;
}
.mt8{/* ( margin-top * 1 ) */
	padding-top:8px;
}
.mt5{/* ( margin-top * 1 ) */
	padding-top:5px;
}
/*---------- stock ---------*/
.center{
	margin:0px auto; clear: both;
}
.w980{
	width:980px;
	background:#E7E7DB;
	border-left:0px solid #F3F3F3;
	border-right:0px solid #F3F3F3;

	/*position:relative;*/
}
.w960{
	width:980px;
	/*position:relative;*/
}

.clear{
	overflow:hidden;
}
/*---------- frame ---------*/
/*---------- frame : header ---------*/
.header{
	width:100%;
	padding-top:5px;
	width:980px;
	margin:auto;
	overflow:hidden;
}
.header .search {
	padding-top:10px;
}
.header a{
	color:#777;
}
.header a:hover{
	color:#390;
	text-decoration:none;
}
.header .top{
	clear:both;
	overflow:hidden;
}
.header .title{
	float:left;
}
.header .title h1 a{
	width:200px;
	height:56px;
	display:block;
	font-size:0px;
	overflow:hidden;
	background:url(../images/logo.png) center center no-repeat;
	background: url(../images/logo.png) center center no-repeat; /* 所有浏览器 */ 
    background: url(../images/logo.png) center center no-repeat\9; /* 所有IE浏览器 */ 
    +background: url(../images/logo.png) center center no-repeat; /* IE7 */ 
    _background: url(../images/logo.jpg) center center no-repeat; /* IE6 */ 
}
.header .banner{
	width:480px;
	height:56px;
	float:left;
	margin-left:40px;
	overflow:hidden;
}
.header .banner img{
	width:480px;
	height:56px;
	display:block;
}
.header .rlink{
	width:250px;
	height:100%;
	float:right;
	overflow:hidden;
}
.header .rlink li{
	width:150px;
	height:32px;
	float:left;
	margin-top:10px;
	overflow:hidden;
}
.header .rlink li a{
	display:block;
	color:#fff;
	padding-right:10px;
	line-height:32px;
	text-indent:22px;
	background: url("../images/toplink.png") no-repeat; /* 所有浏览器 */ 
    background: url("../images/toplink.png") no-repeat\9; /* 所有IE浏览器 */ 
    +background: url("../images/toplink.png") no-repeat; /* IE7 */ 
    _background: url("../images/toplink.jpg") no-repeat; /* IE6 */ 
	font-weight:bold;
	background-repeat:no-repeat;
}
.header .rlink li a:hover{
	color:#FFA500;
}
.header .welcome{
	float:right;
	margin-top:20px;
	padding-right:10px;
	color:#999;
}
.header .welcome a{
	margin:0px 3px;	
}
/* 顶部导航 add for Fangyu
-------------------------------------------------------------------*/
.headTop {
	background:url("../images/header_topbg.png") repeat-x;
	background: url("../images/header_topbg.png") repeat-x\9; /* 所有IE浏览器 */ 
    +background: url("../images/header_topbg.png") repeat-x; /* IE7 */ 
    _background: url("../images/header_topbg.jpg") repeat-x; /* IE6 */ 
	width:100%;
	height:28px;
}
.headTop .left {
	width:400px;
	height:28px;
	line-height:28px;
	float:left;
	color:#E7E7DB;
	cursor:pointer;
}
.headTop .right {
	color:#F5F6E8;
	height:28px;
	line-height:28px;
	padding-right:0px;
	text-align:right;
}
.headTop .right span a {
	color:#E7E7DB;
}
.headTop .right span a:hover {
	color:#E7E7DB;
}
/*-------- 圆角模型 ---------*/
.module, .module .mid {
	overflow:hidden;
}
.module .top .t_l, .module .bottom .b_l {
	float:left;
	overflow:hidden;
}
.module .top .t_r, .module .bottom .b_r {
	float:right;
	overflow:hidden;
}
.module .top em {
	float:left;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 5px;
}
.module .top em a:link, .module .top em a:visited {
	font-size:13px;
	font-weight:bold;
}
.module .top span {
	float:right;
}
.module .top strong {
	cursor:pointer;
	float:right;
	font-weight:normal;
	margin-right:4px;
}
.module .mid .m_l, .module .mid .m_r {
	overflow:hidden;
}
.module .mid .content {
	overflow:hidden;
	height:100%;
	clear: both;
	margin-right: 8px;
	margin-left: 8px;
	padding-top: 8px;/*padding-bottom: 10px;*/
}
.module .top, .module .top .t_l, .module .top .t_r, .module .bottom, .module .bottom .b_l, .module .bottom .b_r {
	background-image: url("../images/header_bg.png"); /* 所有浏览器 */ 
    background-image: url("../images/header_bg.png")\9; /* 所有IE浏览器 */ 
    +background-image: url("../images/header_bg.png"); /* IE7 */ 
    _background-image: url("../images/header_bg.jpg"); /* IE6 */ 
}

/* --------- 导航 ----------------*/
.w963 {
	width:983px;
	margin-top:8px;
	margin-bottom:0px;
}
#navMenu {
	width:960px;
	overflow:hidden;
}
#navMenu li {
	float: left;
	line-height: 48px;
	height: 48px;
	background-image: url(../images/header_interval.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	margin-left: -2px;
}
#navMenu li a {
	font-size: 14px;
	color: #FFF;
	font-weight:bold;
	Text-indent:5px;
	Letter-spacing:10px;
	padding-right: 1em;
	padding-left: 1em;
	margin-left: 2px;
	display: block;
}
#navMenu li a:hover, #navMenu li.hover a {
	background-image: url("../images/header_hover.png"); /* 所有浏览器 */ 
    background-image: url("../images/header_hover.png")\9; /* 所有IE浏览器 */ 
    +background-image: url("../images/header_hover.png"); /* IE7 */ 
    _background-image: url("../images/header_hover.jpg"); /* IE6 */ 
	background-repeat: no-repeat;
	background-position: center top;
	font-weight:bold;
	text-decoration: none;
}
/*-------- 下拉菜单 --------------*/
.dropMenu {
	position:absolute;
	top: 0;
	z-index:100;
	width: 120px;
	visibility: hidden;
	margin-top: -1px;
	border-top: 0px solid #3CA2DC;
	background-color: #FFF;
	background:url(../images/mmenubg.png);
	padding-top:6px;
	padding-bottom:6px;
}

.dropMenu li {
	margin-top:2px;
	margin-bottom:4px;
	padding-left:2px;
	padding-right:3px;
}
.dropMenu a {
	width: auto;
	display: block;
	line-height: 22px;
	height: 22px;
	font-weight:bold;
	color:#7F7F7F;
	border-bottom: 1px solid #666;
	padding: 2px 5px 2px 5px;
}
* html .dropMenu a {
	width: 100%;
}
.dropMenu a:hover {
	color:#fff;
	text-decoration: underline;
}
/*------ //搜索框 ---------*/
.search-keyword {
	width:212px;
	height:28px;
	font-size:14px;
	padding-top:5px;
	padding-left:5px;
	color:#89897C;
	font-weight:bold;
	BORDER: #8A9900 0px solid;
	margin-bottom:3px;
	background:url(../images/search-bg.gif) top left repeat-x;
}
.search-submit {
	cursor:pointer;
	width:79px;
	height:28px;
	margin-bottom:8px;
	margin-left:3px;
	font-size:0px;
	color:#889800;
	border:0px;
	background:#D7D8C8 url(../images/search-bt.gif) top left no-repeat;
}
.search-select {
	BORDER: #8A9900 0px solid; 
	padding:2px;MARGIN: 2px; 
	WIDTH: 104px; 
	HEIGHT: 30px; 
	COLOR: #4D4D45; 
	FONT-SIZE: 14px; 
	background:#D7D8C8 url(../images/search-bg.gif) top left repeat-x;
}
.w963 .search{
    width:980px;
	height:40px;
	line-height:28px;
}
.w963 .form h4 {
	display:none;
}
.w963 .form {
	float:right;
	margin-top:3px;
	margin-bottom:5px;
	padding-right:10px;
}
.w963 .tags {
	width:300px;
	float:right;
	margin-top:5px;
	overflow:hidden;
}
.w963 .tags h4 {
	float:left;
	margin-right: 6px;
	width:66px;
	height:28px;
	background:url(../images/search-tags-title.gif) 0px 6px no-repeat;
	font-size:0px;
	color:#fafafa;
}
.w963 .tags li {
	float:left;
	margin-right: 6px;
}
.header .nav .end { }
/*-- //End 导航菜单 --*/

/*---------- frame : channel-nav ---------*/
.channel-nav {
	border-bottom:2px dotted #D7D8C8;
	margin-left:10px;
	margin-right:10px;
	width:640px;
	overflow:hidden;
}
.channel-nav .sonnav {
	padding-top:2px;
	width:630px;
	line-height:26px;
	float:left;
}
.channel-nav .sonnav span {
	padding-left:14px;
	margin-right:8px;
	background:url(../../images/dd2.gif) 0 1px no-repeat;
	overflow:hidden;
}
.channel-nav .sonnav a {
	color:#3C3C3C;
	text-decoration:none;
}

.pleft{
	width:650px;
	float:left;
	padding-left:10px;
	overflow:hidden;
}
.pright{
	width:300px;
	padding-right:10px;
	float:right;
	overflow:hidden;
}
.flashbox{
	width:650px;
	height:300px;
	overflow:hidden;
	float:left;
	margin-bottom:5px;
}

.leftbox{
	width:215px;
	height:200px;
	float:left;
	background:#F5F6E8;
	border:0px solid #DBDBCE;
	overflow:hidden;
}
.leftbox a{
	color:#555;
}
.usercenter .tbox dd{
	height:200px;
	float:left;
	display:none;
}
.usercenter .tbox dd#loading{
	display:block;
	text-align:center;
	line-height:170px;
	letter-spacing:2px;
	color:#999999;
}
.userlogin{
	padding-top:10px;
}
.userlogin .fb{
	height:37px;
}
.userlogin .fb span{
	float:left;
	width:50px;
	text-align:left;
	padding-left:5px;
	padding-top:5px;
	font-weight:bold;
	color:#848478;
}
.userlogin .fb img{
	vertical-align:middle;
	margin-left:5px;
}
.userlogin .submit{
	text-align:center;
	padding-top:3px;
}
.userlogin .submit a{
	color:#030;
	margin-left:7px;
}
.userinfo{
	
}
.userinfo .welcome{
	width:204px;
	height:24px;
	margin:12px auto;
	background:#FFFBD8;
	border-top:1px solid #EEE;
	border:1px solid #FFE400;
	line-height:23px;
	text-indent:10px;
	color:#666;
}
.userinfo .welcome strong{
	color:#F60;
	font-weight:bold;
}
.userinfo .userface{
	width:60px;
	height:64px;
	overflow:hidden;
	padding-left:5px;
	padding-top:2px;
	float:left;
}
.userinfo .userface a{
	display:block;
	margin:0px auto;
	text-align:center;
}
.userinfo .userface a img{
	width:52px;
	height:52px;
	display:block;
	margin:0px auto 6px;
	padding:2px;
	border:1px solid #DDD;
}
.userinfo .mylink{
	width:135px;
	float:left;
	overflow:hidden;
}
.userinfo .mylink ul{
}
.userinfo .mylink ul li{
	width:65px;
	float:left;
	line-height:21px;
	text-indent:12px;
}
.userinfo .mylink ul li a{
	color:#555;	
}
.userinfo .uclink{
	height:31px;
	line-height:31px;
	clear:both;
	overflow:hidden;
	text-align:center;
	color:#DDD;
}
.userinfo .uclink a{
	color:#690;
	margin:0px 2px;
}
.ubox{
	width:422px;
	height:195px;
	margin-left:5px;
	background:#F5F6E8;
	float:right;
	border:0px solid #DBDBCE;
	padding-top:5px;
	padding-left:8px;
	overflow:hidden;
}
/* 中间推荐表格控制*/
.tjbox{
	width:652px;
	float:left;
	clear:both;
	overflow:hidden;
}
.tjbox dt{
	height:30px;
	overflow:hidden;
	margin-bottom:5px;
	background:#413831;
	clear:both;
}
.tjbox dd{
	float:left;
}

.tjbox dt strong{
	height:30px;
	line-height:30px; !important;line-height:30px;
	padding-left:10px;
	padding-right:4px;
	display:block;
	float:left;
	color:#fff;
	letter-spacing:1px;
}
.tjbox dt strong a{
	color:#397CBE;
}
.tjbox dt strong a:hover{
	color:#4C94F6;
	text-decoration:none;
}
.tjbox dt span.more{
	float:right;
	position:relative;
	line-height:26px;
	padding-right:8px;
	color:#397CBE;
}
.tjbox dt span.more a{
	font-size:12px;
	color:#FFC300;
	text-decoration:none;
}
.tjbox dt span.more a:hover{
	color:#65C400;
}
.tj{
	width:650px;
	float:left;
	overflow:hidden;
	border:0px solid #3E9B00;
}
.tj li{
	height:177px;
	overflow:hidden;
	background:#F5F6E8;
	padding-left:5px;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:5px solid #E7E7DB;
}
.tj li a.preview{
	width:306px;
	height:177px;
	float:left;
	display:block;
	margin-right:4px;
	overflow:hidden;
}
.tj li a.preview img{
	width:300px;
	height:171px;
	padding:2px;
	border:1px solid #FF9A00;
}
.tj li a.preview img:hover{
	padding:2px;
	border:1px solid #89D800;
}
.tj li a.title{
	width:322px;
	height:31px;
	display:block;
	background:#FFCC00 url(../images/jtitlebg.jpg) 0 0 no-repeat;
	color:#6B666A;
	font-weight:bold;
	padding-left:10px;
	line-height:30px;
	overflow:hidden;
}
.tj li a.type{
	margin-top:10px;
	height:25px;
	background:url(../images/flbtn2.gif) 0 0 no-repeat;
	color:#6DC100;
	font-weight:bold;
	padding-left:50px;
	line-height:25px;
	overflow:hidden;
	display:inline-block;
}
.tj li .intro{
	color:#A3030A;
	font-weight:bold;
	background:#F5F6E8;
	display:block;
	float:left;
	padding-left:50px;
	line-height:23px;
}
.tj li .infolist small{
	overflow:hidden;
	clear:both;
	width:100px;
	text-align:right;
	display:block;
	float:left;
	font-size:12px;
	line-height:31px;
	color:#999;
	height:31px;
}
.tj li .infolist span{
	overflow:hidden;
	clear:both;
	width:330px;
	line-height:30px;
	magin-left:10px;
	float:left;
	height:31px;
}
.tj2{
	float:left;
	width:650px;
	overflow:hidden;
	border:0px solid #3E9B00;
	background:#F5F6E8;
}
.tj2 li{
	height:177px;
	overflow:hidden;
	background:#F5F6E8;
	padding-left:5px;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:5px solid #E7E7DB;
}
.tj2 li a.preview{
	width:306px;
	height:177px;
	float:left;
	display:block;
	margin-right:4px;
	overflow:hidden;
}
.tj2 li a.preview img{
	width:300px;
	height:171px;
	border:1px solid #B0C31A;
	padding:2px;
}
.tj2 li a.preview img:hover{
	border:1px solid #FFC600;
	padding:2px;
}
.tj2 li a.title{
	width:322px;
	height:31px;
	display:block;
	background:#FFCC00 url(../images/jtitlebg2.jpg) 0 0 no-repeat;
	color:#fff;
	font-weight:bold;
	padding-left:10px;
	line-height:30px;
	overflow:hidden;
}
.tj2 li a.type{
	margin-top:10px;
	height:25px;
	display:inline-block;
	background:url(../images/flbtn2.gif) 0 0 no-repeat;
	color:#FF9200;
	font-weight:bold;
	padding-left:50px;
	line-height:25px;
	overflow:hidden;
}
.tj2 li .intro{
	color:#A3030A;
	font-weight:bold;
	background:#F5F6E8;
	display:block;
	float:left;
	padding-left:50px;
	line-height:23px;
}
.tj2 li .infolist small{
	overflow:hidden;
	clear:both;
	width:100px;
	text-align:right;
	display:block;
	float:left;
	font-size:12px;
	line-height:31px;
	color:#999;
	height:31px;
}
.tj2 li .infolist span{
	overflow:hidden;
	clear:both;
	width:330px;
	line-height:30px;
	float:left;
	height:31px;
}
/* 页面右侧表格控制 */

.rbox{
	margin:0 0 8px 0;
	overflow:hidden;
	background:url(../images/fl-bg.gif) 0 0 repeat-x;
}
.rbox dt{
	height:30px;
	overflow:hidden;
	clear:both;
}
.rbox dd{
	overflow:hidden;
}

.rbox dt strong{
	height:30px;
	line-height:30px; !important;line-height:30px;
	padding-left:10px;
	padding-right:4px;
	display:block;
	float:left;
	color:#fff;
	letter-spacing:1px;
}
.rbox dt strong a{
	color:#397CBE;
}
.rbox dt strong a:hover{
	color:#4C94F6;
	text-decoration:none;
}
/*---------- 首页会员区表格控制---------*/
.uslight {
	border:none;
	background:none;
}
.uslight dt{
	height:32px;
	border:0px solid #BFE0F9;
	overflow:hidden;
	background:url(../images/usertoptt.gif) 0 0 no-repeat;
	clear:both;
}
.uslight dd{
	padding:3px 3px 0px;
	overflow:hidden;
}
dt.uslight strong{

}
.newmb{
	background:#F5F6E8;
	
}
.newmb strong{
	width:412px;
	padding-left:30px;
	letter-spacing:1px;
	color:#555;
	display:block;
	line-height:26px;
	margin-top:5px;
	margin-bottom:5px;
	background:url(../images/nutbg.jpg) top left no-repeat;
	position:relative;
	z-index:5;
}
/* 表格控制*/

.tbox{
	margin:0 0 8px 0;
	overflow:hidden;
	background:url(../images/fl-bg.gif) 0 0 repeat-x;
}
.tbox dt{
	height:30px;
	overflow:hidden;
	clear:both;
}
.tbox dd{
	padding:4px 4px 0px;
	overflow:hidden;
}

.tbox dt strong{
	height:30px;
	line-height:30px; !important;line-height:30px;
	padding-left:10px;
	padding-right:4px;
	display:block;
	float:left;
	color:#fff;
	letter-spacing:1px;
}
}
.tbox dt strong a{
	color:#000;
}
.tbox dt strong a:hover{
	color:#333;
	text-decoration:none;
}
.tbox dt span.more{
	float:right;
	position:relative;
	line-height:26px;
	padding-right:8px;
	color:#000;
}
.tbox dt span.more a{
	color:#000;
	text-decoration:none;
}
.tbox dt span.more a:hover{
	color:#333;
}
.tbox dt span.label{
	height:24px;
	float:right;
	overflow:hidden;
	padding-right:1px;
	padding-top:2px;
}
.tbox dt span.label a{
	height:32px;
	display:block;
	padding:0px 5px 0px 5px;
	line-height:28px;
	float:left;
	color:#666;
	text-decoration:none;
	overflow:hidden;
	letter-spacing:1px;
}
.tbox dt span.label a:hover{
	color:#360;
}
.tbox dt span.label a.thisclass{
	color:#333;
	border-top:3px solid #8BD041;
}
/*---------- frame : footer ---------*/
.footer{
	width:980px;
	margin:auto;
	background:#A6BA00;
	color:#fff;
	text-align:center;
	margin-bottom:20px;
	padding-bottom:10px;
	border-top:3px solid #899801;
	border-bottom:10px solid #2C2C2A;
	padding-top:10px;
}
.footer .link{
	text-align:center;
	padding:5px 0px;
}
.footer .link a{
	margin:0px 5px;
	color:#666666;
}
.footer .powered{
	font-size:10px;
	line-height:25px;
}
.footer .powered strong{
	color:#690;
}
.footer .powered strong span{
	color:#F93;
}
.footer .copyright{
	color:#fff;
	line-height:23px;
}

.f1{/* 带数字ICO的排行榜列表 */
	background:url(../images/number-range.gif) 0px 1px no-repeat;
	overflow:hidden;
}
.f1 li{
	height:38px;
	display:block;
	padding:3px 0px 4px 0px;;
	border-bottom:1px dashed #fff;
	padding-left:45px;
	overflow:hidden;
}
.f1 li a{
	height:21px;
	line-height:21px;
	font-weight:bold;
	overflow:hidden;
	display:block;
}
.f1 li span{
	line-height:15px;
	color:#666666;
	margin-left:5px;
}
.f1 li span small{
	font-size:12px;
	color:#999;
}
.f1 li span a{
	display:inline;
	line-height:15px;
	color:#666666;
	color:#690;
}
.f2{/* 评论专用列表 */
	overflow:hidden;
}
.f2 li{
	clear:both;
	overflow:hidden;
	padding:0px;
}
.f2 small{
	display:block;
	width:300px;
	height:25px;
	background:#F0F0E4;
          	color:#c0c0c0;

}
.f2 small a{
	line-height:25px;
	float:left;
	padding-right:10px;
           padding-left:10px;
	font-size:12px;
	color:#5e5e5e;
}
.f2 small a.username{
	color:#666;
}
.f2 p{
	overflow:hidden;
	line-height:21px;
	color:#404038;
	padding:5px;
}
.face{/* 右侧用户头像列表) */
	clear:both;
	overflow:hidden;
}
.face li{
	width:67px;
	height:67px;
	float:left;
	margin:4px;
	overflow:hidden;
}
.face li a{
	display:block;
	margin:0px auto;
	text-align:center;
}
.face li a img{
	width:59px;
	height:59px;
	display:block;
	margin:0px auto 6px;
	border:4px solid #C1C2B0;
}
.face li a:hover img{
	border:4px solid #88887C;
}
.e3{/* 热门小列表 */	
	clear:both;
	overflow:hidden;
}
.e3 li{
	height:62px;
	overflow:hidden;
	padding-top:6px;
	padding-bottom:6px;
	border-bottom:1px dashed #F5F6E8;
}
.e3 li a.preview{
	width:106px;
	height:63px;
	float:left;
	display:block;
	margin-right:4px;
	overflow:hidden;
}
.e3 li a.preview img{
	width:100px;
	height:57px;
	border:3px solid #C0C2AD;
}
.e3 li a.preview img:hover{
	border:3px solid #FFBA00;
}
.e3 li a.title{
	height:21px;
	display:block;
	background:#F5F6E8;
	padding-left:3px;
	line-height:21px;
	overflow:hidden;
}
.e3 li .intro{
	color:#777;
	display:block;
	float:left;
	line-height:23px;
}
.newface{/*用户头像列表) */
	clear:both;
	overflow:hidden;
}
.newface li{
	width:62px;
	height:85px;
	float:left;
	overflow:hidden;
	padding-right:8px;
}
.newface li a{
	display:block;
	margin:0px auto;
	text-align:center;
}
.newface li a img{
	width:56px;
	height:56px;
	display:block;
	margin:0px auto 6px;
	padding:2px;
	border:1px solid #DDD;
}
.newface li a:hover img{
	border:1px solid #AAA;
}
.tagc1{
	font-size:12px;
	color:#777;
}
.tagc2{
	font-size:14px;
	font-weight:bold;
	color:#666;
}
.f5{/*友情链接(文字)专用*/
	width:100%;
	overflow:hidden;
	clear:both;
	padding-bottom:10px;
	color: #333333;
}
.f5 li{
	float:left;
	line-height:14px;
	padding:8px 10px 0px;
	white-space:nowrap;
}
.f5 li a{
	color:#000;
	float:left;
}
