@charset "utf-8";

#layout .layout_body {
	border-right: 1px solid #DDD7C9;
	background-color: #FFFFFF;
}

#layout .layout_right {
	background-color: #FDFBF8;
}

.main_box {
	margin: 10px auto;
	width: 730px;
}

.topic_panel {
	padding: 20px 10px 20px 20px;
	width: 700px;
	background-color: #F7F7F7
}

.topic_panel .info {
	width: 700px;
}

.topic_panel .info .left {
	float: left;
}

.topic_panel .info .left .name {
	float: left;
	color: #C4513B;
	font-size: 22px;
}

.topic_panel .info .right {
	float: right;
}

.topic_panel .info .right .artcount {
	float: right;
	border: 1px solid #f7e4a6;
	border-radius: 3px;
	padding: 0 10px 0 10px;
	height: 23px;
	line-height: 23px;
	color: #333;
	font-size: 12px;
	background: #fff6c9;
	white-space: nowrap;
}

.topic_panel .info .right .artcount div {
	display: block;
	height: 23px;
	line-height: 23px;
	color: #666;
	font-size: 12px;
	white-space: nowrap;
}

.topic_panel .info .right .artcount div span {
	line-height: 23px;
	color: #FC6958;
	font-size: 12px;
	white-space: nowrap;
}

#topicArticleEditor {
	resize: none;
	margin-top: 20px;
	border: 1px solid rgb(204,204,204);
	width: 698px;
	height: 60px;
}

.topic_panel .tools {
	margin: 5px auto 0px auto;
	width: 700px;
}

.topic_panel .tools .funcs {
	float: left;
	padding-left: 15px;
}

.topic_panel .tools .funcs a {
	float: left;
	height: 25px;
	line-height: 25px;
	color: #333;
	font-size: 12px;
}

.topic_panel .tools .funcs span {
	display: block;
	float: left;
	margin: 0px 15px;
	height: 25px;
	line-height: 25px;
}

.topic_panel .tools .btns {
	float: right;
	padding-right: 3px;
}

#navbar {
	position: relative;
	margin-top: 25px;
	width: 730px;
	height: 32px;
}

#navbar .item {
	float: left;
	border-bottom: 2px solid #76ACD6;
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #666;
	font-size: 16px;
	text-align: center;
}

#navbar .space {
	float: left;
	border-bottom: 2px solid #F7F7F7;
	width: 630px;
	height: 30px;
	line-height: 30px;
}

#sortbar {
	margin-top: 5px;
	width: 730px;
	color: #000;
	font-size: 13px;
	text-align: right;
}

#sortbar a {
	padding-right: 6px;
	color: #0055A2;
}

#sortbar .active {
	color: #000;
}

.main_box .loading {
	display: none;
	margin: 30px auto 0px auto;
	width: 730px;
	height: 24px;
	text-align: center;
}

.main_box .datalist {
	margin: 0px auto 0px auto;
	width: 730px;
}

.main_box .emptyTip {
	margin-top: 30px;
	font-size: 12px;
	text-align: center;
}

.main_box .pagebar {
	float: right;
	margin-top: 20px;
}

.main_box .pagebar .item {
	cursor: pointer;
	float: left;
	margin-left: 8px;
	padding: 4px 10px;
	height: 22px;
	line-height: 22px;
	color: #868686;
	font-size: 14px;
	text-align: center;
	word-break: break-all;
}

.main_box .pagebar .item2 {
	cursor: pointer;
	float: left;
	margin-left: 8px;
	padding: 4px 10px;
	height: 22px;
	line-height: 22px;
	color: #C4513B;
	font-size: 14px;
	text-align: center;
	word-break: break-all;
	background-color: #F8F8F8;
}