@charset "utf-8";

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

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

.main_box {
	margin: 30px auto 40px auto;
	width: 730px;
}

#navbar {
	border-bottom: 1px solid #926B71;
	width: 730px;
	height: 30px;
}

#navbar div {
	cursor: pointer;
	float: left;
	width: 100px;
	height: 30px;
	line-height: 30px;
}

#navbar .item {
	color: #926b71;
	font-size: 12px;
	text-align: center;
	background-color: #E1E1E1;
}

#navbar .item2 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #926B71;
}

#navbar .share-btn {
	position: relative;
	display: inline-block;
	margin: 3px 0 0 10px;
	padding: 5px 10px;
	color: #fff;
	font-size: 13px;
	background-color: #ca392d;
}

#navbar .share-btn:hover {
	background-color: #cc0000;
}

#navbar .share-btn:before {
	position: absolute;
	top: 8px;
	left: -5px;
	border-width: 0 0 10px 10px;
	border-style: solid;
	border-color: transparent #ca392d #ca392d transparent;
	width: 0;
	height: 0;
	content: '';
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

#navbar .logon-btn {
	float: right;
	line-height: 30px;
	color: #ff0000;
	font-size: 15px;
}

#navbar .logon-btn:hover {
	text-decoration: underline;
}

.articleBoxNoface .share-btn {
	display: inline-block;
	border-radius: 2px;
	padding: 5px 10px;
	color: #fff;
	background-color: #ca392d;
}

.articleBoxNoface .share-btn:hover {
	background-color: #cc0000;
}

#loading {
	display: none;
	margin-top: 20px;
	width: 730px;
	height: 24px;
	text-align: center;
}

#listmore {
	cursor: pointer;
	display: none;
	margin: 20px auto 0px auto;
	width: 730px;
	height: 24px;
	text-align: center;
}

.activity-btn {
	display: block;
	margin-top: 15px;
	border-radius: 2px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #ca392d;
	box-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.3);
}

.activity-btn:hover {
	color: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
}