/* basic */
* {
	margin: 0px;
	padding: 0px;
}
body {
	color:#555;
	font-family:宋体;
	margin:0 auto;
	background: #E9FAFF;
	text-align: center;
	font-size: 12px;
}
a {
	color: #333;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: #ff6600;
}
a:visited {
	COLOR: #6F78A7;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
}
img {
	border: 0px;
}
div {
	text-align: left;
}
hr {
	height: 1px;
	border: 1px solid #dddddd;
	clear: both;
	margin: 5px 0px;
}
ul {
	list-style: none;
	clear: both;
	text-align: left;
}
li {
	vertical-align:top;
}
/* table */
table {
	text-align: left;
	font: 12px/120% 宋体, Verdana, Arial, sans-serif;
}
table td {
}
table.fix {
	table-layout: fixed;
}
table.fix td {
	white-space:nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
table.grid {
	border-collapse: collapse;
	border: 1px solid #6eb3e6;
	padding: 3px;
	margin: auto;
}
table.grid caption, .gridtop {
	border: 1px solid #6eb3e6;
	background: #6eb3e6 url("images/titles.gif") 0px -300px repeat-x;
	line-height: 27px;
	text-align: center;
	color:#0067B1;
	font-weight: bold;
	font-size: 14px;
	margin: auto;
}
table.grid th, .head {
	border: 1px solid #6eb3e6;
	background: #f0f7ff;
	color:#0067B1;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
	line-height: 180%;
}
table.grid td {
	border: 1px solid #6eb3e6;
	padding: 3px;
	background-color: #ffffff !important;
	line-height: 180%;
}
table.hide, table.hide th, table.hide td {
	border: 0;
}
/* table add-ons */

.title {
	background: #6eb3e6;
	text-align: center;
	padding: 3px;
	color:#0067B1;
	font-weight: bold;
	font-size: 14px;
}
.even {
	background: #ffffff;
	padding: 3px;
}
.odd {
	background: #ffffff;
	padding: 3px;
}
.foot {
	background: #f0f7ff;
	padding: 3px;
	text-align: center;
}
.bottom {
	height: 9px;
	background: #b7b785;
}
/* form */

form {
}
input {
}
.text {
	border: 1px solid #aaa;
	background: #ffffff;
	color: #000;
	height: 20px;
}
.text:focus {
	background:#EBF9FA;
}
.textarea {
	border: 1px solid #aaa;
	background: #ffffff;
	color: #000;
}
.textarea:focus {
	background:#EBF9FA;
}
.button {
	background: #ddf2ff;
	border: 1px solid #ddd;
	height: 20px;
	padding: 1px 0px 0px 0px;
}
.checkbox, .radio {
	border-width: 0px;
}
.select {
	height: 21px;
}
/* structure */

#wrapper {
}
#left {
	float: left;
	width: 170px;  /*原185减去15px*/
	margin-right:6px;
}
#right {
	float: right;
	width: 170px; /*原185减去15px*/
}
#centers {
	float: left;
	width: 558px; /*原578减去20px*/
}
#centerm {
	float: left;
	width: 733px; /*原768减去35px*/
}
#centerl {
	float: left;
	width: 910px; /*原960减去50px*/
}
#cleft {
	float: left;
	width: 450px; /*原475减去25px*/
}
#cright {
	float: right;
	width: 450px; /*原475减去25px*/
}
#content {
}
.main {
	width: 910px; /*原960减去50px*/
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.m_top {
	border-bottom: 1px dashed #ccc;
	height: 26px;
	line-height: 26px;
	margin-bottom: 3px;
	background: #f8f8f8 url("images/titles.gif") 0px 0px repeat-x;
}
.m_head {
	height: 60px;
	margin-bottom: 3px;
}
.h_logo {
	float:left;
	width:180px;
}
.h_banner {
	float:left;
}
.h_link {
	float:right;
	width:90px;
	padding-top:6px;
}
.m_menu {
	height: 34px;
	width: 908px; /*原960*/
	margin-bottom: 3px;
	border: 1px solid #6e96cf;
	background: #5e7eb3 url("images/titles.gif") 0px -50px repeat-x;
	position: relative;
	z-index: 800;
}
.m_foot {
	background:#f6f6f6;
	border:1px solid #e4e4e4;
	text-align:center;
	padding: 15px 0px;
	margin-top:3px;
	margin-bottom:20px;
}
.block {
	border: 1px solid #c8c8c8;
	margin-bottom: 5px;
	_height: 0;
}
.blocktitle {
	height: 27px;
	font-weight: bold;
	font-size: 14px;
	line-height: 27px;
	color: #282828;
	padding-left: 10px;
	background: #dddddd url("images/titles.gif") 0px -100px repeat-x;
}
.blockcontent {
	padding: 3px;
}
.blocknote {
	border-top: 1px solid #dddddd;
	padding: 3px;
	text-align: center;
	background: #fbfbfb;
	line-height: 150%;
}
.blocktitle span {
	position: relative;
	bottom: -5px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background: #ffffff;
	padding: 3px 6px 3px 6px;
	color: #db6600;
	height: 22px;
	line-height: 22px;
}
#left .block {
	border:solid 1px #6EB3E6;
}
#left .blocktitle {
	border: 0px;
	padding: 0px;
	line-height: 27px;
	padding-left: 15px;
	color: #0067b1;
	background: #dfeef7 url("images/titles.gif") 0px -150px repeat-x;
}
#left .blockcontent {
	background: #ffffff;
}
#right .blocktitle {
	border: 0px;
	padding: 0px;
	line-height: 27px;
	padding-left:15px;
	background: #e1e1e1 url("images/titles.gif") 0px -250px repeat-x;
}
/* custom */

.ultop li {
	list-style: decimal inside;
	margin: 3px 4px;
	border-bottom: 1px solid #d8e4ef;
	color: #1b74bc;
}
.ultop li a {
	color: #ff0000;
}
.ulitem li {
	list-style: none;
	line-height:150%;
	padding-left:5px;
}
.ulrow li {
	padding:2px;
}
.ulcenter li {
	text-align: center;
}
.ulmul {
	overflow: hidden;
}
.ulmul li {
	line-height:150%;
}
.fix, .lm {
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow: hidden;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.cl {
	clear:left;
}
.cr {
	clear:right;
}
.cb {
	clear:both;
	font-size:0px;
	height:0px;
}
.tl {
	text-align:left;
}
.tc {
	text-align:center;
}
.tr {
	text-align:right;
}
.more {
	text-align: right;
	line-height:200%;
}
.c_navigation {
}
.c_title {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 200%;
}
.c_head {
	line-height: 150%;
}
.c_content {
	font-size: 14px;
	line-height: 150%;
}
.c_foot {
	line-height: 150%;
	list-style:none
}
.c_label {
	font-weight: bold;
}
.c_value {
}
.c_row {
}
.c_subject {
}
.c_tag {
}
.c_description {
}
.c_note {
}
/* attention */

.hottext, a.hottext {
	color: #ff0000;
}
.poptext, a.poptext {
	color: #ff0000;
}
.notetext, a.notetext {
	color: #1979cc;
}
.errortext, a.errortext {
	color: #ff0000;
}
a.btnlink, a.btnlink:visited {
	color: #000000;
	background: #ddf2ff;
	border:1px solid #dddddd;
	height:20px;
	padding: 2px 10px 0px 10px;
}
a.btnlink:hover {
	background: #cccccc;
}
/* interface */

.jieqiQuote, .jieqiCode, .jieqiNote {
	border: #000000 1px solid;
	padding: 2px;
	font-size: 12px;
	color: #000000;
	background-color: #dddddd;
}
.divbox {
	border: 1px solid #dddddd;
	margin-bottom: 3px;
	text-align: center;
}
.textbox {
	border: 1px solid #dddddd;
	padding: 5px;
	margin: 3px;
	line-height: 150%;
}
.popbox {
	position:absolute;
	width:190px !important;
	height:110px !important;
	width:200px;
	height:120px;
	border: 1px solid #dddddd;
	background: #f0f7ff;
	color: #ff0000;
	font-size: 12px;
	line-height:120%;
	padding: 3px;
	display:none;
	z-index:9999;
}
.ajaxtip {
	position:absolute;
	border: 1px solid #dddddd;
	background: #f0f7ff;
	color: #ff0000;
	font-size: 12px;
	line-height:120%;
	padding: 3px;
	z-index:1000;
}
#tips {
	border: 1px solid #000;
	padding: 3px;
	padding-top: 5px;
	display: none;
	background: #fff;
	position: absolute;
	z-index: 2000;
}
#dialog {
	position:absolute;
	top:0px;
	left:0px;
	border: 5px solid #8bcee4;
	background: #f1f5fa;
	font-size: 12px;
	line-height:120%;
	padding: 20px 10px 10px 10px;
	visibility: hidden;
}
#mask {
	position:absolute;
	top:0px;
	left:0px;
	background: #777777;
	filter: Alpha(opacity=30);
	opacity: 0.3;
}
.tablist ul {
	height:25px;
	margin:0px 0px 0px 10px;
	padding:0px;
}
.tablist li {
	float:left;
	height:24px;
	list-style:none;
	margin-right:3px;
}
.tablist li a {
	float:left;
	height:24px;
	line-height:24px;
	padding:0px 10px;
	display:block;
	background:#f0f7ff;
	text-decoration:none;
	color:#000000;
	border:1px solid #dddddd;
	border-bottom:none;
}
.tablist li a.selected {
	background:#ffffff;
	height:25px;
	position:relative;
	margin-bottom:-1px;
}
.tabcontent {
	clear:both;
	border:1px solid #dddddd;
	padding:10px;
}
/*
.pages {
	padding: 5px 0px;
}
.pagelink {
	border: 1px solid #dddddd;
	float: right;
	background: #f0f7ff;
	line-height:24px;
	padding:0;
}
.pagelink a, .pagelink strong, .pagelink em, .pagelink kbd, .pagelink a.first, .pagelink a.last, .pagelink a.prev, .pagelink a.next, .pagelink a.pgroup, .pagelink a.ngroup {
	float: left;
	padding: 0 6px;
}
.pagelink a:hover {
	background-color: #ffffff;
}
.pagelink strong {
	font-weight: bold;
	color: #ff6600;
	background: #6eb3e6;
}
.pagelink kbd {
	height:24px;
	border-left: 1px solid #dddddd;
}
.pagelink em {
	height:24px;
	border-right: 1px solid #dddddd;
	font-style:normal;
}
.pagelink input {
	border: 1px solid #dddddd;
	color: #0067B1;
	margin-top:1px;
	height: 18px;
}
*/
img.avatar {
	border: 0px;
}
img.avatars {
	width: 48px;
	height: 48px;
	background:url("images/avatars_bg.gif") right bottom;
	padding:3px 7px 7px 3px;
	cursor:pointer;
}
img.avatari {
	width: 16px;
	height: 16px;
	border: 1px solid #cccccc;
	margin-bottom:-3px;
}
/* menu */

#jieqi_menu {
	list-style-type: none;
	line-height:34px;
}
#jieqi_menu a {
	display: block;
	line-height: 34px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}
#jieqi_menu a:hover {
	color: #ff6600;
	text-decoration: none;
	background: #f8f8f8;
}
#jieqi_menu li {
	float: left;
	width:68px;
	text-align:center;
}
#jieqi_menu li a:hover {
	width:68px;
}
#jieqi_menu li ul {
	height: 25px;
	padding-top: 5px;
	list-style: none;
	text-align: left;
	position: absolute;
	width: 908px; /*原958*/
	border: 1px solid #c8c8c8;
	background: #deebf8;
	left: -9999px;
}
#jieqi_menu li ul li {
	float: left;
	margin: 0px;
	padding: 0px 5px;
	border-right: 1px dashed #374c61;
	height: 20px;
}
#jieqi_menu li ul a {
	display: block;
	text-align: center;
	color: #374c61;
	height: 20px;
	line-height: 20px;
}
#jieqi_menu li ul a:hover {
	color: #FF0000;
	text-decoration:none;
	font-weight:normal;
	background: transparent;
}
#jieqi_menu li:hover ul {
	left: 0;
}
#jieqi_menu li.sfhover ul {
	left: 0;
}
#jieqi_menu li.nohover ul {
	left: -9999px;
}
a.message {
	background:url("images/aicons.gif") 0px 0px no-repeat;
	padding-left:16px;
}
a.parlor {
	background:url("images/aicons.gif") 0px -16px no-repeat;
	padding-left:16px;
}
a.friend {
	background:url("images/aicons.gif") 0px -34px no-repeat;
	padding-left:16px;
}
a.bookcase {
	background:url("images/aicons.gif") 0px -54px no-repeat;
	padding-left:16px;
}
a.group {
	background:url("images/aicons.gif") 0px -73px no-repeat;
	padding-left:16px;
}
a.space {
	background:url("images/aicons.gif") 0px -94px no-repeat;
	padding-left:16px;
}
a.userinfo {
	background:url("images/aicons.gif") 0px -113px no-repeat;
	padding-left:16px;
}
a.logout {
	background:url("images/aicons.gif") 0px -133px no-repeat;
	padding-left:16px;
}
/*自定义CSS-开始*/
/*header-css*/
#top {
	width:910px;
	margin:0 auto;
	position:relative;
}
#header {
	width:910px;
	margin:0 auto 7px auto;
}
.header_p {
	width:704px;
	height:28px;
	padding-left:6px;
	margin-bottom:2px;
	text-align:left;
	line-height:28px;
	background:url(images/header_top.gif) repeat-x left top;
	color:#999;
	float:left;
	overflow:hidden;
}
.header_p span {
	color:#f00;
	line-height:28px;
}
.header_p span a {
	color:#f00;
}
.header_p a {
	color:#999;
}
.header_p a:hover {
	color: #ff6600;
}
.header_top {
	width:194px;
	height:28px;
	padding-right:6px;
	margin-bottom:2px;
	background:url(images/header_top.gif) repeat-x left top;
	text-align:right;
	line-height:28px;
	color:#999;
	float:left;
	clear:right;
}
.header_top a {
	color:#999;
}
.header_top a:hover {
	color: #ff6600;
}
.header {
	height:63px;
	clear:both;
	width:910px;
	overflow:hidden;
}
.logo {
	width:138px;
	height:63px;
	border:0;
	float:left;
	overflow:hidden;
}
.nav {
	width:772px;
	height:63px;
	background:url(images/nav_bg.gif) no-repeat left top;
	float:left;
	overflow:hidden;
}
.nav_top {
	padding-left:16px;
	padding-top:9px;
	width:756px;
	height:22px;
}
.nav_top li {
	float:left;
	margin-right:22px;
}
.nav_top a {
	color:#fff;
}
.nav_top a:hover {
	color:#ff0;
	text-decoration:underline
}
.nav_top span {
	color:#fff;
}
.nav_bottom {
	padding-left:16px;
	width:756px;
	height:23px;
	position:relative;
	padding-top:9px;
}
.login {
	border:0;
	width:55px;
	height:17px;
	float:left;
	margin:-3px 20px 0 20px;
}
.nav_bottom span {
	display:block;
	float:left;
}
.search {
	width:350px;
	height:22px;
	position:absolute;
	right:0;
	top:9px;
}
.search_submit {
	position:absolute;
	right:5px;
	top:-2px;
}
.ad_saoso {
	width:910px;
	height:80px;
	margin-top:8px;
	clear:both;
}
.ad {
	height:90px;
	margin-top:8px;
}
.ad_left {
	width:728px;
	height:90px;
	background:url(images/ad_top.jpg) no-repeat left top;
	float:left;
}
.ad_left_u {
	width:728px;
	height:90px;
	float:left;
}
.ad_right {
	margin-left:6px;
	width:132px;
	height:70px;
	border:1px solid #CCC;
	padding:9px 27px 9px 15px;
	float:left;
}
.ad_right li {
	line-height:150%
}
.sort {
	margin-top:6px;
	width:908px;
	height:22px;
	padding-left:2px;
	padding-top:9px;
	background: url(images/sort_bg.gif) repeat-x left top;
	clear:both;
}
.sort li {
	float:left;
	margin-left:5px;
}
/*center-css*/
#center {
	width:910px;
	margin:0 auto;
}
.center_top {
	width:910px;
	height:678px;
}
.center_top_left {
	width:267px;
	height:678px;
	float:left;
}
/*左上图片推荐*/
.image_commend {
	width:265px;
	height:317px;
	background:#f5f5f5;
	border:1px solid #d6d6d6;
}
.image_commend_left {
	margin-left:4px;
	margin-top:4px;
	width:201px;
	height:313px;
	float:left;
	display:inline;
 filter:  progid:DXImagetransform.Microsoft.Fade ( duration=0.5, overlap=1.0 );
}
.image_commend_left img {
	border:1px solid #bcbcbc;
	width:199px;
	height:279px;
}
.image_commend_left_2 {
	display:none;
}
.image_commend_left a {
	display:block;
}
.image_commend_left a h1 {
	font-weight:normal;
	font-size:12px;
	line-height:32px;
	text-align:center;
}
.image_commend_right {
	margin-left:6px;
	margin-top:4px;
	width:48px;
	height:313px;
	float:left;
}
.image_commend_right_li {
	margin-bottom:7px;
	border:1px solid #bcbcbc;
	width:46px;
	height:63px;
	overflow:hidden;
}
.image_commend_right img {
	width:46px;
	height:63px;
}
.image_commend_right_li_light {
	margin-bottom:7px;
	border:1px solid #000;
	width:46px;
	height:63px;
	overflow:hidden;
}
/*左上本站推荐PK榜*/
#left_rankings {
	margin-top:11px;
	width:267px;
	height:348px;
}
#left_rankings_top {
	width:267px;
	height:28px;
	cursor:pointer;
}
.left_rankings_top_left {
	width:116px;
	height:28px;
	float:left;
	background: url(images/rankings.gif) no-repeat left;
}
.left_rankings_top_on {
	width:73px;
	height:28px;
	text-align: center;
	line-height: 23px;
	color: #f00;
	float:left;
	background: url(images/ontab.gif) no-repeat left;
}
.left_rankings_top_off {
	width:73px;
	height:28px;
	text-align: center;
	line-height: 23px;
	color: #ae6868;
	float:left;
	background: url(images/offtab.gif) no-repeat left;
}
.left_rankings_top_right {
	width:5px;
	height:28px;
	float:left;
	background: url(images/rankings_right.gif) no-repeat left;
}
.left_rankings_content {
	width:265px;
	height:307px;
	padding-top:12px;
	border-left:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
}
.left_rankings {
	width:245px;
	height:20px;
	padding-left:20px;
}
.left_rankings_strong {
	display:block;
	color:#cc3535;
	width:18px;
	height:11px;
	float:left;
	font-weight: bold;
}
.viewon {
	display:block;
}
.viewoff {
	display:none;
}
/*顶部center-center*/
#center_top_center {
	margin-left:8px;
	width:408px;
	height:672px;
	padding:2px;
	background:#f6f6f6;
	border:1px solid #f2f2f2;
	float:left;
}
.top_rank {
	width:378px;
	height:66px;
	padding:14px;
	background:#fff;
	border:1px solid #e7e7e7;
	overflow:hidden;
}
.top_rank_a {
	margin-bottom:10px;
	text-align:center;
}
.top_rank_a a {
	font-family: 黑体, Verdana, Arial, sans-serif;
	font-size:18px;
	color:#cc3535;
	line-height:24px;
}
.top_rank ul li {
	float:left;
	width:187px;
	text-align:center;
	margin-right:2px;
	margin-bottom:7px;
}
#bottom_rank {
	margin-top:2px;
	width:378px;
	height:556px;
	padding:2px 14px 14px 14px;
	background:#fff;
	border:1px solid #e7e7e7;
}
#bottom_rank_tab {
	width:378px;
	height:30px;
	cursor:default;
}
.bottom_rank_tab_line {
	width:240px;
	height:30px;
	float:left;
	background:url(images/tab_line.gif) no-repeat right;
}
.bottom_rank_tabon {
	text-align: center;
	line-height: 25px;
	color: #f00;
	width:69px;
	height:30px;
	float:left;
	background:url(images/tabon.gif);
}
.bottom_rank_taboff {
	text-align: center;
	line-height: 25px;
	color: #ae6868;
	width:69px;
	height:30px;
	float:left;
	background:url(images/taboff.gif);
}
.bottom_rank_main {
	padding-top:12px;
	width:378px;
	height:514px;
	overflow:hidden;
}
.lastupdate_rankings {
	width:245px;
	height:20px;
	padding-left:20px;
}
.lastupdate_rank_strong {
	display:block;
	color:#cc3535;
	width:18px;
	height:11px;
	float:left;
	font-weight: bold;
}
.lastupdate_list_h1 {
	margin-top:5px;
	text-align:center;
	width:378px;
}
.lastupdate_list_h1 a {
	font-family:黑体, Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#cc3535;
}
#lastupdate_list_h1_1 {
	color:#000;
}
.lastupdate_list_h2 {
	width:378px;
	margin-top:5px;
	margin-bottom:10px;
	text-align:center;
}
.lastupdate_list_h2 a {
	font-size:15px;
	font-weight:bold;
}
.lastupdate {
	width:324px;
	height:20px;
	float:left;
}
.lastupdate_date {
	width:50px;
	height:20px;
	float:left;
	margin-right:4px;
}
.lastupdate_more {
	width:42px;
	height:20px;
	float:left;
}
.lastupdate_rank {
	width:135px;
	height:20px;
	float:left;
}
/*顶部右区块*/
#center_top_right {
	margin-left:8px;
	width:213px;
	height:678px;
	float:left;
}
/*右上角点击榜*/

#all_visit {
	width:213px;
	height:28px;
	background:#f6f6f6;
	cursor:pointer;
}
.all_visit_left {
	width:74px;
	height:28px;
	background:url(images/click.gif) no-repeat left;
	float:left;
}
.all_visit_clickon {
	width:67px;
	height:28px;
	text-align: center;
	line-height: 23px;
	color: #f00;
	float:left;
	background: url(images/clickon.gif) no-repeat left;
}
.all_visit_clickoff {
	width:67px;
	height:28px;
	text-align: center;
	line-height: 23px;
	color: #ae6868;
	float:left;
	background: url(images/clickoff.gif) no-repeat left;
}
.all_visit_right {
	width:5px;
	height:28px;
	background:url(images/click_right.gif) no-repeat left;
	float:left;
}
.all_visit_content {
	width:211px;
	height:301px; /*用678除以2减去顶部的高度28剩下content的平均高度311，content2减少5px给content*/
	padding-top:15px;
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
}
/*右上角周，月点击榜;总收藏，总推荐 图文标题*/
#week_visit, #month_visit, #goodnum, #all_vote {
	width: 211px;
	height: 279px;  /*content高度经过padding-top后，剩余296，周点击榜高度279，底部剩余17px */
}
#week_visit .li, #month_visit .li, #goodnum .li, #all_vote .li {
	width:205px;
	height:22px;
	background: url(images/line.gif) repeat-x left bottom;
}
#week_visit .light, #month_visit .light, #goodnum .light, #all_vote .light {
	width:205px;
	height:74px;
	padding-top:7px;
	background: url(images/line.gif) repeat-x left bottom;
}
#week_visit .num, #month_visit .num, #goodnum .num, #all_vote .num {
	margin-top: 22px;
	margin-left: 6px;
	width: 27px;
	height: 20px;
	float: left;
	text-align: center;
	font-weight: bold;
	color: #cc3535;
	display:inline;
}
#week_visit .title, #month_visit .title, #goodnum .title, #all_vote .title {
	width:169px;
	float:left;
	color:#515151;
	line-height:20px;
	display:none;
	background: none;
	text-align:left;
	padding:2px 0 0 0;
	font-weight: normal;
	font-size: 12px;
}
#week_visit .img img, #month_visit .img img, #goodnum .img img, #all_vote .img img {
	border: 1px solid #41413f;
	width: 46px;
	height: 63px;
	float:left;
}
#week_visit dl, #month_visit dl, #goodnum dl, #all_vote dl {
	float:left;
	width:124px;
	margin-bottom:2px;
}
#week_visit dt, #month_visit dt, #goodnum dt, #all_vote dt {
	text-align: center;
	font-weight:bold;
	margin-top:2px;
}
#week_visit dt a, #month_visit dt a, #goodnum dt a, #all_vote dt a {
	color: #c52606;
	text-decoration:none;
}
#week_visit dd, #month_visit dd, #goodnum dd, #all_vote dd {
	line-height:23px;
	color:#515151;
	padding-left:7px;
}
#week_visit .li .num, #month_visit .li .num, #goodnum .li .num, #all_vote .li .num {
	width:27px;
	margin-left:6px;
	height:20px;
	margin-top:0;
	color:#000;
	line-height:20px;
}
#week_visit .li .title, #month_visit .li .title, #goodnum .li .title, #all_vote .li .title {
	display:block;
}
#week_visit .li .img img, #month_visit .li .img img, #goodnum .li .img img, #all_vote .li .img img {
	display:none;
}
#week_visit .li dl, #month_visit .li dl, #goodnum .li dl, #all_vote .li dl {
	display:none;
}
/*总收藏榜总推荐榜Tab*/
#goodnum_allvote {
	width:213px;
	height:28px;
	background:#FFF;
	cursor:pointer;
}
.goodnum_allvote_left {
	width:74px;
	height:28px;
	float:left;
	background:url(images/click2.gif) no-repeat left;
}
.goodnum_allvote_right {
	width:5px;
	height:28px;
	background:url(images/click2_right.gif) no-repeat left;
	float:left;
}
.goodnum_allvote_content {
	width:211px;
	height:290px;
	padding-top:15px;
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
}
/*封面推荐*/
#cover_commend {
	margin-top:11px;
	width:910px;
	height:208px;
}
.cover_commend {
	width:21px;
	height:178px;
	line-height:21px;
	padding-top:30px;
	padding-left:10px;
	background:url(images/cover_commend.gif) no-repeat;
	float:left;
	font-weight:bold;
	font-size:15px;
	cursor:default;
	display:inline;
}
.cover_commend_1 {
	width:785px;
	height:206px;
	border-top:1px solid #efc0ba;
	border-right:1px solid #efc0ba;
	border-bottom:1px solid #efc0ba;
	float:left;
	display:none;
	overflow:hidden;
}
.cover_commend_light {
	width:21px;
	height:178px;
	line-height:21px;
	padding-top:30px;
	padding-left:10px;
	background:url(images/cover_commend_light.gif) no-repeat;
	float:left;
	color: #c52606;
	font-weight:bold;
	font-size:15px;
	cursor:default;
	display:inline;
}
.cover_commend_2 {
	width:785px;
	height:206px;
	border-top:1px solid #efc0ba;
	border-right:1px solid #efc0ba;
	border-bottom:1px solid #efc0ba;
	float:left;
	overflow:hidden;
}
#cover_commend_ul {
	margin-top:11px;
}
#cover_commend_ul li {
	float:left;
	width:20%;
	text-align:center;
	display:inline;
}
#cover_commend_ul_img img {
	width:118px;
	height:166px;
	border:0;
}
#cover_commend_ul_a {
	margin-top:5px;
	display:block;
}
/*尚书房library*/
#library {
	width:910px;
	margin-top:12px;
	height:740px;  /*485增加253px*/
}
.library_title {
	width:910px;
	height:37px;
	background:#CCC;
	margin-bottom:4px;
	background:url(images/library_title_x.gif) repeat-x left top;
	position: relative;
}
.library_title_right {
	position:absolute;
	top:0;
	right:0;
}
/*总排行榜*/
#library_left {
	width:226px;  /* 248*446 */
	height:422px;
	border:1px solid #dedede;
	float:left;
	padding:11px;
}
.allvisit {
	width:204px;
	height:16px;
	padding-left:22px;
	font-size:15px;
	font-weight:bold;
	background: url(images/library.gif) no-repeat left top;
}
.allvisit a {
	font-size:15px;
	font-weight:bold;
}
.allvisit_content {
	padding-top:10px;
	width:226px;  /* 226*406 */
	height:396px;
	overflow:hidden;
}
.allvisit_content_li {
	width:218px;
	height:20px;
	padding-left:8px;
}
.allvisit_content_li_strong {
	display:block;
	color:#cc3535;
	width:18px;
	height:11px;
	float:left;
	font-weight: bold;
}
#library_center {
	margin-left:7px;
	width:418px;
	height:446px;
	float:left;
}
.news {
	width:394px;
	height:89px; /*高度为113*/
	border:1px solid #dedede;
	padding:11px;
}
.library_center_content {
	margin-top:12px;
	width:386px;   /*宽度为416*/
	height:302px; /*高度为321*/
	padding:11px 15px 6px 15px;
	border:1px solid #dedede;
}
.postdate {
	width:193px;
	height:302px;
	float:left;
}
.postdate_title {
	width:178px;
	height:16px;
	padding-left:15px;
	background: url(images/title_img.gif) no-repeat left;
}
.postdate_title a {
	font-size:14px;
	font-weight:bold;
}
.postdate_content {
	width:193px;
	height:270px;
	padding-top:12px;
}
/*最新入库*/

.postdate_li_light {
	width:193px;
	height:74px;
	padding-top:10px;
	padding-bottom:6px;
}
.postdate_li_num {
	margin-top: 22px;
	width: 18px;
	height: 11px;
	float: left;
	color: #cc3535;
	font-weight:bold;
}
.postdate_li_img img {
	border: 1px solid #41413f;
	width: 46px;
	height: 63px;
	float:left;
}
.postdate_li_dl {
	float:left;
	width:127px;
}
.postdate_li_dl dt {
	font-weight:bold;
	padding-top:2px;
	padding-bottom:5px;
	padding-left:7px;
}
.postdate_li_dl dt a {
	color: #c52606;
	text-decoration:none;
}
.postdate_li_dl dd {
	line-height:23px;
	color:#515151;
	padding-left:7px;
}
.postdate_li {
	width:193px;
	height:20px;
}
.postdate_li_strong {
	display:block;
	width:18px;
	height:11px;
	float:left;
}
/*积分排行榜*/
.score {
	width:193px;
	height:302px;
	float:left;
}
.score_title {
	width:178px;
	height:16px;
	padding-left:15px;
	background: url(images/title_img.gif) no-repeat left;
}
.score_title a {
	font-size:14px;
	font-weight:bold;
}
.score_content {
	width:193px;
	height:270px;
	padding-top:12px;
}
/*原创排行榜*/
#allauthorvisit {
	margin-left:7px; /* 226*446 */
	width:226px;
	height:446px;
	border:1px solid #dedede;
	float:left;
	overflow:hidden;
}
.allauthorvisit_top {
	width:184px;
	padding-left:22px;
	font-size:15px;
	font-weight:bold;
	margin-top:11px;
	margin-left:11px;
	background: url(images/library.gif) no-repeat left top;
}
.allauthorvisit_top a {
	font-size:15px;
	font-weight:bold;
}
.allauthorvisit_content {
	padding-top:10px;
	width:206px;  /* 206*406 */
	height:396px;
	margin-left:11px;
}
.allauthorvisit_content_li {
	width:198px;
	height:20px;
	padding-left:8px;
}
.allauthorvisit_content_li_strong {
	display:block;
	color:#cc3535;
	width:18px;
	height:11px;
	float:left;
	font-weight: bold;
}
/*尚书房底部*/
#library_bottom {
	margin-top:7px;
	width:908px;
	height:244px;
	border:1px solid #dedede;
	float:left;
}
/*最新书评*/
.review {
	width:662px;
	height:224px;
	float:left;
	padding:10px;
}
.review_top {
	padding-left:24px;
	padding-top:3px;
	background:url(images/review.gif) no-repeat left;
	font-size:15px;
	font-weight:bold;
}
.review_top a {
	font-size:15px;
	font-weight:bold;
}
.review_content {
	width:644px;
	height:200px;
	padding:8px 8px 0 8px;
}
.review_content li {
	width:644px;
	height:20px;
	display:inline;
}
.review_content_li_num {
	width:18px;
	line-height:20px;
	float:left;
}
.review_content_span1 {
	width:232px;
	line-height:20px;
	height:20px;
	overflow:hidden;
	display:block;
	float:left;
	background:url(images/line.gif) repeat-x left bottom;
}
.review_content_span2 {
	width:100px;
	line-height:20px;
	display:block;
	float:left;
	background:url(images/line.gif) repeat-x left bottom;
}
.review_content_span3 {
	width:154px;
	line-height:20px;
	height:20px;
	overflow:hidden;
	display:block;
	float:left;
	background:url(images/line.gif) repeat-x left bottom;
}
.review_content_span4 {
	width:140px;
	line-height:20px;
	display:block;
	float:left;
	background:url(images/line.gif) repeat-x left bottom;
}
.video {
	width:204px;
	height:224px;
	margin:10px 10px 10px 0;
	padding-left:11px;
	border-left:1px dashed #c4c4c4;
	float:left;
	display:inline;
}
.video_top {
	padding-left:24px;
	padding-top:3px;
	background:url(images/review.gif) no-repeat left;
	font-size:15px;
	font-weight:bold;
}
.video_content {
	width:203px;
	height:200px;
	padding-top:8px;
}
/*ad2*/
#ad2 {
	width:910px;
	height:90px;
	margin-top:8px;
	margin:0 auto 7px auto;
}
.ad2_left {
	width:728px;
	height:90px;
	background:url(images/ad_top.jpg) no-repeat left top;
	float:left;
}
.ad2_right {
	margin-left:6px;
	width:174px;
	height:88px;
	border:1px solid #CCC;
	float:left;
}
/*言情阁开始*/
#love {
	margin-top:12px;
	width:910px;
	height:654px;
}
.love_title {
	width:910px;
	height:37px;
	background:#CCC;
	margin-bottom:4px;
	float:left;
	background:url(images/love_x.gif) repeat-x left top;
	position: relative;
}
.love_right {
	position:absolute;
	top:0;
	right:0;
}
/*言情阁左边开始*/
#love_left {
	width:248px;
	height:613px;
	float:left;
}
.love_left_top {
	width:246px;
	height:328px;
	border:1px solid #dedede;
	overflow:hidden;
}
#love_left_top_img {
	border:0;
	width:240px;
	height:300px;
	padding:3px;
}
#love_left_top_title {
	width:246px;
	height:19px;
	display:block;
	text-align:center;
	padding:2px;
}
.love_left_content {
	margin-top:7px;
	width:224px;
	height:252px;
	padding:11px;
	border:1px solid #dedede;
}
.love_left_content_top {
	width:202px;
	height:16px;
	background:url(images/love.gif) no-repeat left;
	padding-left:22px;
	font-size:15px;
	font-weight:bold;
}
.love_left_content_top a {
	font-size:15px;
	font-weight:bold;
}
.love_left_content_bottom {
	width:224px;
	height:226px;
	margin-top:10px;
	overflow:hidden;
}
#love_left_more {
	width:224px;
	height:19px;
	text-align:right;
}
#love_left_more img {
	border:0;
}
/*言情中间部分*/
#love_center {
	margin-left:12px;
	width:418px;
	height:386px;
	float:left;
}
.love_center_top {
	width:394px;
	height:87px;
	border:1px solid #e9b8b3;
	padding:11px;
	background: url(images/love_bg.gif) repeat-x left top;
}
.love_center_top h1 {
	width:394px;
	height:22px;
	margin-top:6px;
	text-align:center;
}
.love_center_top h1 a {
	font-family: 黑体, Verdana, Arial, sans-serif;
	font-size:18px;
	color:#cc3535;
	font-weight:normal;
}
.love_center_top p {
	margin-top:7px;
	line-height:150%;
}
.love_center_top p a {
	color:#f00;
}
.love_center_bottom {
	width:418px;
	height:268px;
	margin-top:7px;
}
.love_center_bottom_top {
	width:403px;
	height:14px;
	padding-left:15px;
	font-size:14px;
	font-weight:bold;
	background: url(images/title_img.gif) no-repeat left bottom;
}
.love_center_bottom_content1 {
	width:402px;
	height:105px;
	padding-top:21px;
	padding-left:16px;
	background:url(images/love_rank_bg.gif) no-repeat left bottom;
}
.love_center_bottom_content1_left {
	width:114px;
	height:105px;
	float:left;
}
.love_center_bottom_content1_left img {
	width:110px;
	height:80px;
	border:1px solid #dedede;
}
.love_center_bottom_content1_left a {
	text-align:center;
	display:block;
	padding-top:3px;
}
.love_center_bottom_content1_right {
	width:276px;
	height:104px;
	float:left;
	border-bottom:1px dotted #545454;
	margin-left:12px;
}
.love_center_bottom_content1_right li {
	width:264px;
	height:20px;
	position:relative;
}
.love_center_bottom_content1_right a {
	display:block;
	float:left;
}
.love_center_bottom_content1_right span {
	display:block;
	float:left;
	position:absolute;
	right:0;
	padding-right:10px;
}
.love_center_bottom_content2 {
	width:402px;
	height:105px;
	padding-top:21px;
	padding-left:16px;
	background:url(images/love_rank_bg.gif) no-repeat left bottom;
}
/*言情阁右边最近更新*/
#love_right {
	margin-left:12px;  /*除去12px剩下220px*/
	width:218px;
	height:384px;
	float:left;
	border:1px dotted #e9b8b3;
}
.love_right_top {
	width:181px;
	height:16px;
	background:url(images/love.gif) no-repeat left;
	padding-left:22px;
	font-size:15px;
	font-weight:bold;
	margin-top:11px;
	margin-left:11px;
}
.love_right_top a {
	font-size:15px;
	font-weight:bold;
}
.love_right_content {
	margin-top:10px;
	width:196px;
	height:336px;
	margin-left:11px;
}
.love_right_li {
	width:196px;
	height:20px;
	padding-left:8px;
}
.love_right_li_strong {
	display:block;
	color:#cc3535;
	width:18px;
	height:11px;
	float:left;
	font-weight: bold;
}
#love_right_more {
	width:186px;
	height:19px;
	padding-right:10px;
	text-align:right;
}
#love_right_more img {
	border:0;
}
/*言情阁底部站长推荐*/
#love_bottom {
	margin-left:12px;
	margin-top:12px;
	width:650px;
	height:215px;
	float:left;
}
.love_bottom_title {
	width:635px;
	height:14px;
	padding-left:15px;
	font-size:14px;
	font-weight:bold;
	background: url(images/title_img.gif) no-repeat left bottom;
	position:relative;
}
.love_bottom_title img {
	position:absolute;
	right:0;
	bottom:0;
}
.love_bottom_title a {
	font-size:14px;
	font-weight:bold;
}
.love_bottom_content {
	padding-top:10px;
	width:650px;
	height:192px;
}
.love_bottom_content li {
	width:24.5%;
	float:left;
}
#love_bottom_content_img {
	width:118px;
	height:166px;
	margin:0 auto;
	padding:2px;
	display:block;
	border:1px solid #dedede;
}
#love_bottom_content_img img {
	width:118px;
	height:166px;
	border:0;
}
#love_bottom_content_a {
	width:118px;
	height:17px;
	display:block;
	padding-top:3px;
	text-align:center;
	margin:0 auto;
}
/*推理社开始*/
#detective {
	margin-top:12px;
	width:910px;
	height:715px;
}
.detective_title {
	width:910px;
	height:37px;
	background:#CCC;
	margin-bottom:4px;
	background:url(images/detective_x.gif) repeat-x left top;
	position: relative;
}
.detective_title_right {
	position:absolute;
	top:0;
	right:0;
}
/*推理社头部推荐*/
#detective_commend {
	width:886px;
	height:179px;
	border:1px solid #dedede;
	padding:11px;
	text-align:center;
	overflow:hidden;
}
#detective_commend li {
	width:16.66%;
	float:left;
	text-align:center;
}
#detective_commend_img img {
	width:116px;
	height:164px;
	border:1px solid #000;
}
#detective_commend_a {
	width:116px;
	height:14px;
	display:block;
	margin:4px auto 0 auto;
	text-align:center;
}
/*推理社排行榜*/
#detective_center {
	width:910px;
	height:271px;
	margin-top:7px;
}
.detective_allvisit {
	height:247px;
	width:270px;
	border:1px solid #dedede;
	float:left;
	padding:11px;
}
.detective_allvisit_top {
	width:248px;
	height:16px;
	background:url(images/detective.gif) no-repeat left;
	padding-left:22px;
	font-size:15px;
	font-weight:bold;
}
.detective_allvisit_top a {
	font-size:15px;
	font-weight:bold;
}
.detective_allvisit_content {
	margin-top:10px;
	width:263px;
	height:221px;
	padding-left:7px;
}
.detective_allvisit_li {
	width:263px;
	height:20px;
	float:left;
}
.detective_allvisit_li_strong {
	display:block;
	color:#cc3535;
	width:18px;
	height:11px;
	float:left;
	font-weight: bold;
}
#detective_allvisit_more {
	width:263px;
	height:19px;
	text-align:right;
}
#detective_allvisit_more img {
	border:0;
}
/*推理社周排行榜，最近更新*/
.detective_weekvisit {
	height:247px;
	width:273px;
	margin-left:11px;
	border:1px solid #dedede;
	float:left;
	padding:11px;
	background: url(images/detective_bg.gif) no-repeat center 32px;
}
.detective_weekvisit_top {
	width:251px;
	height:16px;
	padding-left:22px;
	font-size:15px;
	font-weight:bold;
}
.detective_weekvisit_top img {
	float:left;
}
.detective_weekvisit_top a {
	font-size:15px;
	display:block;
	font-weight:bold;
	float:left;
	margin-left:10px;
	margin-top:-1px;
}
.detective_weekvisit_content {
	margin-top:15px;
	width:273px;
	height:216px;
	background:#faf9f9;
	overflow:hidden;
}
.detective_weekvisit_content li {
	padding-left:20px;
}
/*推理社最新入库*/
#detective_bottom {
	background:url(images/detective_bottom_bg.gif);
	width:890px;
	height:166px;
	margin-top:7px;
	border:1px solid #dedede;
	padding:10px;
}
#detective_postdate {
	width:890px;
	height:20px;
	background: url(images/detective_bottom_bg2.gif);
}
#detective_postdate img {
	float:left;
}
#detective_postdate a {
	font-size:15px;
	display:block;
	font-weight:bold;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	margin-top:-1px;
	background:#fff;
}
#detective_postdate_content {
	padding-top:10px;
	padding-left:10px;
	height:136px;
}/*高度剩下146px*/
#detective_postdate_content li {
	width:16.6%;
	float:left;
}
#detective_postdate_img {
	width:115px;
	background:#FFF;
	display:block;
	padding:10px 10px 0 10px;
	border:0;
}
#detective_postdate_img img {
	width:115px;
	height:110px;
	border:0;
	vertical-align:bottom;
}
#detective_postdate_a {
	width:135px;
	height:14px;
	display:block;
	text-align:center;
	background:#fff;
	vertical-align:middle;
	padding-top:2px;
}
/*青春时尚*/
#youth {
	margin-top:12px;
	width:910px;
	height:311px;
}
.youth_title {
	width:910px;
	height:37px;
	background:#CCC;
	margin-bottom:4px;
	background:url(images/youth_x.gif) repeat-x left top;
	position: relative;
}
.youth_title_right {
	position:absolute;
	top:0;
	right:0;
}
/*青春时尚周排行榜，最近更新*/
.youth_left {
	width:286px;
	height:246px;
	float:left;
	border:1px solid #dedede;
	padding:11px;
	margin-right:11px;
}
.youth_weekvisit {
	width:264px;
	height:16px;
	background:url(images/library.gif) no-repeat left;
	padding-top:2px;
	padding-left:22px;
	font-size:15px;
	font-weight:bold;
}
.youth_weekvisit a {
	font-size:15px;
	font-weight:bold;
}
.youth_weekvisit_content {
	width:279px;
	height:215px;
	padding-top:15px;
	padding-left:7px;
	background:#faf9f9 url(images/detective_bg.gif) no-repeat 0 5px;
}
/*青春时尚最新入库*/
.sort_recommend_4_right {
	width:242px;
	height:246px;
	float:left;
	border:1px solid #dedede;
	padding:11px;
}
.sort_recommend_4_right_top {
	width:227px;
	height:16px;
	padding-left:15px;
	font-size:15px;
	font-weight:bold;
	background: url(../images/title_img.gif) no-repeat left;
}
.sort_recommend_4_right_bottom {
	width:242px;
	height:230px;
}
/*青春时尚最新入库*/
.youth_right {
	width:242px;
	height:246px;
	float:left;
	border:1px solid #dedede;
	padding:11px;
}
.youth_postdate {
	width:227px;
	height:16px;
	padding-left:15px;
	font-size:15px;
	font-weight:bold;
	background: url(images/title_img.gif) no-repeat left;
}
.youth_postdate_content {
	width:242px;
	height:230px;
}
/*青春时尚右边图文Tab*/
#postdate_youth {
	width: 242px;
	height: 230px;
}
#postdate_youth .li {
	width:242px;
	height:22px;
	background: url(images/line.gif) repeat-x left bottom;
}
#postdate_youth .light {
	width:242px;
	height:74px;
	padding-top:7px;
	background: url(images/line.gif) repeat-x left bottom;
}
#postdate_youth .num {
	margin-top: 22px;
	margin-left: 6px;
	width: 27px;
	height: 20px;
	float: left;
	text-align: center;
	font-weight: bold;
	color: #cc3535;
}
#postdate_youth .title {
	width:169px;
	float:left;
	color:#515151;
	line-height:20px;
	display:none;
	background: none;
	text-align:left;
	padding:2px 0 0 0;
	font-weight: normal;
	font-size: 12px;
}
#postdate_youth .img img {
	border: 1px solid #41413f;
	width: 46px;
	height: 63px;
	float:left;
}
#postdate_youth dl {
	float:left;
	width:124px;
}
#postdate_youth dt {
	text-align: center;
	font-weight:bold;
	margin-top:2px;
	margin-bottom:5px;
}
#postdate_youth dt a {
	color: #c52606;
	text-decoration:none;
}
#postdate_youth dd {
	line-height:23px;
	color:#515151;
	padding-left:7px;
}
#postdate_youth .li .num {
	width:27px;
	margin-left:6px;
	height:20px;
	margin-top:0;
	color:#000;
	line-height:20px;
}
#postdate_youth .li .title {
	display:block;
}
#postdate_youth .li .img img {
	display:none;
}
#postdate_youth .li dl {
	display:none;
}
/*广告栏第三部分*/
#ad3 {
	width:910px;
	height:90px;
	margin-top:8px;
}
.ad3_left {
	width:728px;
	height:90px;
	background:url(images/ad_top.jpg) no-repeat left top;
	float:left;
}
.ad3_right {
	margin-left:6px;
	width:174px;
	height:88px;
	border:1px solid #CCC;
	float:left;
}
/*经管励志*/
#business {
	margin-top:12px;
	width:910px;
	height:338px;
}
.business_title {
	width:910px;
	height:37px;
	background:#CCC;
	margin-bottom:4px;
	background:url(images/business_x.gif) repeat-x left top;
	position: relative;
}
.business_title_right {
	position:absolute;
	top:0;
	right:0;
}
/*经管励志tab*/
#business_left {
	width:678px;
	height:287px;
	margin-top:10px;
	float:left;
}
#business_tab {
	width:678px;
	height:30px;
	cursor:default;
}
.business_tabon {
	text-align: center;
	line-height: 25px;
	color: #8a2d2d;
	width:69px;
	height:30px;
	float:left;
	background:url(images/tabon_business.gif);
}
.business_taboff {
	text-align: center;
	line-height: 25px;
	color: #ae6868;
	width:69px;
	height:30px;
	float:left;
	background:url(images/taboff_business.gif);
}
.business_tab_line {
	width:540px;
	height:30px;
	float:left;
	background:url(images/tabline_business.gif) no-repeat right;
}
/*经管励志总排行榜*/
.business_main {
	width:663px;
	height:227px;
	padding:15px 15px 15px 0;
}
#business_main_left {
	width:190px;
	height:221px;
	border:1px solid #dcdbdb;
	padding:2px;
	float:left;
	overflow:hidden;
}
#business_main_left img {
	width:190px;
	height:221px;
	border:0;
}
#business_main_right {
	margin-left:10px;
	width:457px;
	height:222px;
	float:left;
}
#business_main_right li {
	margin-top:5px;
	float:left;
	width:228px;
	line-height:20px;
}
/*经管励志最新更新*/
.business_right {
	width:198px;
	margin-left:10px;
	float:left;
	height:278px;
	border:1px solid #dedede;
	padding:11px;
}
.business_lastupdate_top {
	width:183px;
	height:13px;
	padding-left:15px;
	font-size:15px;
	font-weight:bold;
	background: url(images/title_img.gif) no-repeat left;
}
.business_lastupdate_content {
	width:198px;
	height:255px;
	margin-top:10px;
	overflow: hidden;
}
.business_lastupdate_content_li {
	width:198px;
	height:20px;
}
.business_lastupdate_content_li_strong {
	display:block;
	color:#cc3535;
	width:18px;
	height:11px;
	float:left;
	font-weight: bold;
}
/*名人堂*/
#celebrity {
	margin-top:7px;
	width:908px;
	border:1px solid #dedede;
}
.celebrity_title {
	width:908px;
	height:21px;
	margin-bottom:4px;
	background:url(images/celebrity_x.gif) repeat-x;
}
.celebrity_title_left {
	background:url(images/celebrity.gif) no-repeat;
	width:12px;
	height:13px;
	margin-left:9px;
	margin-top:4px;
	float:left;
	display:inline;
}
.celebrity_title_center {
	margin-top:2px;
	margin-left:9px;
	width:810px;
	float:left;
	font-size:14px;
	font-weight:bold;
}
.celebrity_title_right {
	width:51px;
	float:left;
	margin-left:17px;
	margin-top:2px;
}
.celebrity_title_right img {
	border:0;
}
#celebrity_main {
	padding:10px;
}
#celebrity_main li {
	width:9%;
	float:left;
	text-align:center;
	height:20px;
	margin-top:5px;
}
/*友情链接*/
#link {
	margin-top:7px;
	width:908px;
	border:1px solid #dedede;
}
#link_content {
	padding:10px;
}
#link_content li {
	width:14.28%;
	float:left;
	text-align:center;
	height:20px;
	margin-top:5px;
}
/*底部版权信息*/
#bottom {
	width:910px;
	margin:0 auto;
	clear:both;
}
/*bottom广告*/
.ad_bottom {
	height:90px;
	padding-top:13px;
}
.ad_bottom_left {
	width:728px;
	height:90px;
	float:left;
}
.ad_bottom_left_u {
	width:728px;
	height:90px;
	float:left;
}
.ad_bottom_right {
	margin-left:6px;
	width:132px;
	height:70px;
	border:1px solid #CCC;
	padding:9px 27px 9px 15px;
	float:left;
}
.ad_bottom_right li {
	line-height:150%
}
#footer_copyright {
	float:left;
	margin-top:13px;
	width:910px;
	height:50px;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	border-top:1px solid #dedede;
}
#footer_copyright p {
	margin-bottom:15px;
}
#copyright_en {
	font-family:Arial, Helvetica, sans-serif;
}
/*顶部排行榜导航栏*/
#toplist_nav {
	margin:3px auto 0 auto;
	width:910px;
	height:35px;
	background:#f4dedf url(images/toplist_nav_bg.gif) no-repeat left;
}
#toplist_nav li {
	margin-top:12px;
	margin-right:12px;
	float:left;
}
#toplist_nav_title {
	width:130px;
	height:23px;
	display:block;
	border:0;
}
#toplist_nav_ad {
	margin:0 auto 5px auto;
	width:910px;
	height:92px;
}
/*字母排行榜导航栏*/
#letter_nav {
	margin:7px auto 0 auto;
	width:877px;
	height:20px;
	padding-left:33px;
	background:url(images/letter_nav_bg.jpg) no-repeat left top;
}
#letter_nav li {
	margin-right:10px;
	margin-top:3px;
	float:left;
}
/*书库小说列表*/
#article_list {
	width:909px;
	margin:0 auto;
}
#article_info {
	width:293px;
	height:211px;
	border:1px solid #e4e4e4;
	margin:6px 4px;
	float:left;
	display:inline;
	overflow:hidden;
}
.article_info_title {
	width:293px;
	height:27px;
	background:url(images/article_info_bg.gif) repeat-x;
}
.article_info_title img {
	float:left;
}
.article_info_title a {
	display:block;
	float:left;
	margin-top:5px;
}
.article_info_title a h1 {
	font-size:13px;
}
#article_info_main {
	width:294px;
	height:184px;
}
.article_info_img {
	width:118px;
	height:166px;
	margin:8px;
	float:left;
	border:1px solid #000;
	display:inline;
}
.article_info_img img {
	width:118px;
	height:166px;
	border:0;
}
.article_info_content {
	width:157px;
	height:184px;
	float:left;
}
.article_info_content ul {
	margin-top:5px;
}
.article_info_content li {
	margin-top:5px;
}
#newcharpter {
	padding-left:5px;
}
.article_info_content span {
	color:#6b6b6b;
}
#read {
	color:#ff7800;
}
/*翻页样式*/
#pages {
	width:763px;
	height:24px;
	border:1px solid #ededed;
	padding-left:145px;
	padding-top:4px;
	margin:7px auto 0 auto;
}
.pagelink {
	float: left;
	line-height:21px;
}
.pagelink a, .pagelink strong, .pagelink em, .pagelink kbd, .pagelink a.first, .pagelink a.last, .pagelink a.next, .pagelink a.pgroup, .pagelink a.ngroup {
	float: left;
	padding:0 6px;
}
.pagelink em {
	font-style:normal;
	padding:0 4px 0 18px;
	background: url(images/di.jpg) no-repeat 0 3px;
}
.pagelink a.first {
	background:url(images/ye_1.jpg) no-repeat 0 3px;
	padding-left:25px;
	padding-right:10px;
}
.pagelink a.pgroup {
	display:none;
}
.pagelink a.prev {
	background:url(images/prev.jpg) no-repeat left top;
	width:69px;
	height:21px;
	margin-left:10px;
	font-size:0px;
	display:block;
}
.pagelink a.next {
	background:url(images/next.jpg) no-repeat left top;
	width:69px;
	height:21px;
	margin-left:10px;
	font-size:0px;
	display:block;
}
.pagelink a.ngroup {
	display:none;
}
.pagelink a.last {
	background:url(images/gong.jpg) no-repeat 0 3px;
	padding-left:20px;
	margin-left:5px;
}
.pagelink strong {
	font-weight: bold;
	color: #ff6600;
}
.pagelink kbd {
	background:url(images/goto.jpg) no-repeat 0 3px;
	padding-left:65px;
}
#gotopage {
	float:left;
}
.gotopage {
	background-image:url(images/gotobutton.jpg);
	border:1px solid #333333;
	padding-left:20px;
	font-size:12px;
	height:18px;
	width:62px;
}
/*小说简介信息页面*/
#articleinfo {
	width:908px;
	border:1px solid #91cd38;
	margin:0 auto;
	margin-top:5px;
	background-color: transparent;
}
.article_nav {
	width:908px;
	height:31px;
	border-bottom:1px solid #E2F4C6;
	background:url(images/article_nav_bg.gif) repeat-x;
	float:left;
	overflow:hidden;
}
.article_nav span {
	float:left;
	width:34px;
	height:31px;
	background:url(images/article_nav.gif) no-repeat;
}
.article_nav_a {
	color:#FFF;
	float:left;
	margin-top:8px;
	font-size:12px;
	width:624px;
}
.article_nav_a a {
	color:#FFF;
}
.article_nav_a a:hover {
	text-decoration:underline;
	color:#FF0;
}
/*阅读页面引用此处代码-地址栏右边*/
.article_nav_right {
	width:250px;
	color:#FF0;
	float:left;
	margin-top:8px;
	font-size:12px;
}
.article_nav_right a {
	color: #FF0;
}
#article_left {
	float:left;
	width:243px;
}
#article_cover {
	width:196px;
	height:281px;
	margin:27px 20px 15px 27px;
	background: url(images/articleimgbg.gif);
	float:left;
	display:inline;
}
.article_img {
	width:160px;
	height:226px;
	border:1px solid #ffffff;
	margin:14px 17px;
	overflow:hidden;
}
.article_img img {
	width:160px;
	height:226px;
	border:0;
}
.article_author {
	height:15px;
	padding-top:10px;
	background:#FFF;
	color:#FF6600;
	font-family:宋体, Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.article_author a {
	color:#FF6600;
}
#article_recommenda {
	width:194px;
	height:440px;
	border:1px solid #48A50C;
	margin-left:27px;
        margin-top:20px;
}
#article_right {
	width:639px;
	float:left;
}
.article_maininfo {
	width:629px;
	margin:26px 26px 0 10px;
	float:left;
	clear:both;
	display:inline;
}
.article_maininfo h1 {
	color:#2C2C2C;
	font-family:黑体, Verdana, Arial, sans-serif;
	font-size:20px;
	font-weight:200;
	line-height:38px;
	text-align:center;
	border-bottom:1px solid #48A50C;
}
.article_maininfo h2 {
	margin:0 20px;
	font-family:宋体, Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight: normal;
	line-height:24px;
	text-align:center;
	padding-top:16px;
	border-bottom:1px dashed #48A50C;
}
.article_maininfo h2 a {
	color: #ff6600;
}
.article_maininfo h2 span {
	font-family:宋体, Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:0 20px;
}
.article_intro {
	line-height:24px;
	border-bottom:1px solid #48A50C;
	padding-top:10px;
	padding-bottom:16px;
	text-indent:2em;
}
.article_keyword {
	border-bottom:1px dashed #48A50C;
	padding:10px 0;
	line-height:24px;
}
.article_maininfo ul {
	list-style:none;
}
.article_maininfo li {
	float:left;
	width:157px;
	padding-left:0;
	line-height:35px;
	border-bottom:1px dashed #48A50C;
	margin:0;
	color:#338026;
}
.read {
	height:50px;
}
.read a {
	margin-top:10px;
	width:115px;
	height:31px;
	display:block;
	background:url(images/read.jpg) no-repeat;
}
#articleli {
	float:left;
	width:458px;
	height:50px;
	border-bottom:none;
	border-bottom:1px dashed #48A50C;
}
#articlea {
	margin-right:20px;
	display:block;
	float:left;
	width:75px;
	height:15px;
	line-height:normal;
	text-align:center;
	margin-top:16px;
	padding-top:2px;
	background:url(images/articlebutton.gif) no-repeat;
}
#downa {
	float:left;
	width:586px;
	height:35px;
	padding-left:40px;
	padding-top:10px;
	border-bottom:none;
}
#down {
	display:block;
	float:left;
	width:45px;
	height:20px;
	color:#000;
	line-height:normal;
	margin-top:5px;
	padding-left:25px;
	padding-top:4px;
	margin-left:30px;
	background:url(images/articledown.gif) no-repeat;
}
#downafull {
	display:block;
	float:left;
	width:60px;
	height:20px;
	margin-top:5px;
	margin-left:10px;
	margin-left:10px;
	background:url(images/downtxtfull.gif) no-repeat;
}
#downatxt {
	display:block;
	float:left;
	width:60px;
	height:20px;
	margin-top:5px;
	margin-left:10px;
	background:url(images/downtxt.gif) no-repeat;
}
#downaumd {
	display:block;
	float:left;
	width:60px;
	height:20px;
	margin-top:5px;
	margin-left:10px;
	background:url(images/downumd.gif) no-repeat;
}
#downajar {
	display:block;
	float:left;
	width:60px;
	height:20px;
	margin-top:5px;
	margin-left:10px;
	background:url(images/downjar.gif) no-repeat;
}
#downajad {
	display:block;
	float:left;
	width:60px;
	height:20px;
	margin-top:5px;
	margin-left:10px;
	background:url(images/downjad.gif) no-repeat;
}
#article_recommend {
	width:194px;
	height:440px;
	border:1px solid #48A50C;
	margin-left:27px;
	position:absolute;
	top:357px;
	left:0;
}
.article_recommend_title {
	margin:2px;
	background:#76aa1a;
	width:190px;
	height:23px;
	color:#fff;
	font-size:12px;
}
.article_recommend_title img {
	float:left;
}
.article_recommend_title span {
	float:left;
	margin-top:4px;
	margin-left:4px;
}
#article_recommend1 {
	width:194px;
	height:630px;
	border:1px solid #48A50C;
	margin-left:27px;
	position:absolute;
	top:800px;
	left:0;
}

/*阅读简介页面左边Tab*/
#articleleft_tab_title {
	margin-top:10px;
	width: 194px;
	height: 279px;
}
#articleleft_tab_title .li {
	width:194px;
	height:22px;
	background: url(images/line.gif) repeat-x left bottom;
}
#articleleft_tab_title .light {
	width:194px;
	height:74px;
	padding-top:7px;
	background: url(images/line.gif) repeat-x left bottom;
}
#articleleft_tab_title .num {
	margin-top: 22px;
	margin-left: 6px;
	width: 27px;
	height: 20px;
	float: left;
	text-align: center;
	font-weight: bold;
	color: #cc3535;
	display:inline;
}
#articleleft_tab_title .title {
	width:161px;
	float:left;
	color:#515151;
	line-height:20px;
	display:none;
	background: none;
	text-align:left;
	padding:2px 0 0 0;
	font-weight: normal;
	font-size: 12px;
}
#articleleft_tab_title .img img {
	border: 1px solid #41413f;
	width: 46px;
	height: 63px;
	float:left;
}
#articleleft_tab_title dl {
	float:left;
	width:113px;
}
#articleleft_tab_title dt {
	text-align: center;
	font-weight:bold;
	margin-top:2px;
	margin-bottom:5px;
}
#articleleft_tab_title dt a {
	color: #c52606;
	text-decoration:none;
}
#articleleft_tab_title dd {
	line-height:23px;
	color:#515151;
	padding-left:7px;
}
#articleleft_tab_title .li .num {
	width:27px;
	margin-left:6px;
	height:20px;
	margin-top:0;
	color:#000;
	line-height:20px;
	display:inline;
}
#articleleft_tab_title .li .title {
	display:block;
}
#articleleft_tab_title .li .img img {
	display:none;
}
#articleleft_tab_title .li dl {
	display:none;
}
/*小说评分*/
.article_score_title {
	background:#76aa1a;
	width:629px;
	height:23px;
	color:#fff;
	font-size:14px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
.article_score_title img {
	float:left;
}
.article_score_title span {
	float:left;
	margin-top:4px;
	margin-left:4px;
}
/*用户评论*/

#article_review_top {
	width:629px;
}
#article_review_top .title {
	width:623px;
	height:20px;
	border-bottom:1px dashed #000;
	text-align:center;
	float:left;
	margin-bottom:10px;
	font-size:12px;
	font-weight:normal;
	background:url(images/review01.gif) no-repeat left center;
}
#article_review_top ul {
	width:629px;
	border-bottom:1px dashed #000;
	padding-bottom:10px;
}
#article_review_top li {
	border-collapse:collapse;
	color:#000;
	float:left;
	line-height:25px;
	border-bottom:none;
	background: url(images/line.gif) repeat-x left bottom;
	display:inline;
	overflow:hidden;
}
#reviewnum {
	width:20px;
	text-align:left;
	line-height:25px;
	display:block;
	float:left;
}
#article_review_top_li1 {
	width:210px;
	height:25px;
	overflow:hidden;
}
#article_review_top_li2 {
	width:160px;
}
#article_review_top_li3 {
	width:125px;
}
#article_review_top_li4 {
	width:120px;
}
#article_review_bottom {
	width:415px;
	margin-top:10px;
}
#subreview {
	line-height:24px;
	text-align:center;
}
#subreview img {
	width:20px;
	height:24px;
}
#subreview_title {
	line-height:24px;
}
#article_review_bottom .text {
	height:18px;
}
#subreview_content {
	padding-top:10px;
}
#subreview_content .textarea {
	font-size:12px;
}
#subreview_sub {
	height:50px;
	width:400px;
	padding-top:10px;
	text-align:center;
}
/*小说目录页面*/
#index {
	width:639px;
	clear:both;
	margin-top:13px;
	padding-top:13px;
	padding-bottom:40px;
}
#index_title {
	width:639px;
	height:28px;
	background:url(images/chapterbg.gif) no-repeat left;
	color:#FFF;
	clear:both;
}
#index_title span {
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	margin-left:7px;
	font-family: 宋体, Arial, Helvetica, sans-serif;
}
#index_title strong {
	font-size:14px;
	font-weight:bold;
	margin-left:14px;
	letter-spacing:3px;
	line-height:24px;
}
#index_list ul {
	clear:both;
}
#index_list_li1 {
	float:left;
	width:617px;
	padding-left:20px;
	line-height:150%;
	border-left:1px solid #77b325;
	border-right:1px solid #77b325;
	background:url(images/line.gif) repeat-x left bottom;
}
#index_list_li2 {
	float:left;
	width:298px;
	padding-left:20px;
	height:20px;
	border-right:1px solid #77b325;
	background:url(images/line.gif) repeat-x left bottom;
}
#index_list img {
	float:left;
	width:13px;
	height:13px;
	padding:7px 0;
}
#index_list a {
	float:left;
	display:block;
	width:285px;
	font-size:14px;
	margin-left:5px;
	letter-spacing:1px;
	padding:5px 0;
}
/*小说目录页-左边*/
#index_left {
	width:243px;
	float:left;
}
#index_left ul {
	width:180px;
	height:1360px;
	padding:15px 15px 0 0;
	border:1px dashed #CCC;
	margin-left:25px;
	margin-bottom:20px;
	overflow:hidden;
}
#index_left_li {
	width:180px;
	height:70px;
	border-bottom:none;
	margin:0 auto;
	float:left;
}
#index_left_li_ad {
	width:165px;
	height:610px;
	border-bottom:none;
	margin:0 auto 0 15px;
	float:left;
}
#index_left_li_ad1 {
	width:165px;
	height:610px;
	border-bottom:none;
	margin:0 auto 0 15px;
	float:left;
}
#index_articlea {
	float:left;
	display:block;
	width:75px;
	height:15px;
	text-align:center;
	padding-top:2px;
	margin-left:15px;
	margin-bottom:15px;
	background:url(images/articlebutton.gif) no-repeat;
	display:inline;
}
#index_left_down {
	width:150px;
	height:80px;
	float:left;
}
#index_down {
	display:block;
	float:left;
	width:90px;
	height:20px;
	color:#000;
	line-height:normal;
	margin-top:5px;
	padding-left:45px;
	padding-top:4px;
	margin-right:40px;
	margin-left:15px;
	margin-bottom:15px;
	background:url(images/articledown.gif) no-repeat;
	display:inline;
}
#index_downafull {
	display:block;
	float:left;
	width:60px;
	height:20px;
	margin-left:15px;
	margin-bottom:15px;
	background:url(images/downtxtfull.gif) no-repeat;
	display:inline;
}
#index_downatxt {
	display:block;
	float:left;
	width:60px;
	height:20px;
	margin-left:15px;
	margin-bottom:15px;
	background:url(images/downtxt.gif) no-repeat;
	display:inline;
}
#index_downaumd {
	display:block;
	float:left;
	width:60px;
	height:20px;
	margin-left:15px;
	margin-bottom:15px;
	margin-right:30px;
	background:url(images/downumd.gif) no-repeat;
	display:inline;
}
#index_downajar {
	display:block;
	float:left;
	width:60px;
	height:20px;
	margin-left:15px;
	margin-bottom:15px;
	background:url(images/downjar.gif) no-repeat;
	display:inline;
}
#index_downajad {
	display:block;
	float:left;
	width:60px;
	height:20px;
	margin-left:15px;
	margin-bottom:15px;
	background:url(images/downjad.gif) no-repeat;
	display:inline;
}
/*阅读页面*/
#reader_top {
	width:908px;
	text-align:center;
	padding-top:40px;
	float:left;
}
#read_title h1 {
	text-align:center;
	padding-bottom:45px;
	width:800px;
}
#read_info {
	padding:45px;
	float:left;
	font-size:14px;
	line-height:150%;
	letter-spacing:1px;
}
#read_content {
	line-height:200%;
	font-family: 微软雅黑,方正启体简体,"Microsoft YaHei",宋体;
	font-size:19pt; 
	letter-spacing:0.2em;
	line-height:150%;
	padding-top:15px;
	width:98%;
	margin:auto;
}
#read_link {
	float:left;
	text-align:center;
	width:908px;
	text-align:center;
	padding:15px 0;
	font-size:14px;
	border-top:1px dashed #CCC;
}
#read_link1 {
	text-align:center;
	padding-left:80px;
	width:800px;
}
#read_bottom {
	float:left;
}
.blockcontent li{
	padding-top:20px;
}
#page_set{ float:right; text-align:right; height:20px; line-height:20px; padding-right:5px; padding-top:10px;}