@charset "utf-8";

#body .index_right {
	float: left;
	width: 550px;
}

#body .index_left {
	float: right;
	width: 320px;
}

#body .index_left .word {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}

#body .index_left .what {
	margin-bottom: 30px;
}

#body .index_left .item {
	margin-bottom: 20px;
}

#body .index_left .what .icon,
#body .index_left .what .explain {
	float: left;
}

#body .index_left .what .icon {
	width: 50px;
	margin-right: 10px;
}

#body .index_left .what .explain {
	width: 260px;
}

#body .index_left .what .explain .title {
	font-size: 14px;
	font-weight: bold;
}

#body .index_left .what .explain .text {
	font-size: 12px;
	line-height: 1.5;
	color: #666666;
}

#body .index_left .action {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
}

#body .index_left .action .login a,
#body .index_left .action .login a:link {
	color: #A0CE42;
}

#body .index_left .action .login a:hover {
	color: #FFFFFF;
	background-color: #A0CE42;
}

#body .new_goods ul {
	list-style-type: none;
}

#body .new_goods {
	padding-left: 0px;
	padding-right: 0px;
	color: #335CC8;
	height: 1%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#body .new_goods li {
	float: left;
	margin-bottom: 10px;
	width: 20%;
	text-align: right;
}

#body .spaces a:hover {
	background: none;
	color:#335CDB}

#body .spaces .title {
	color: #FFFFFF;
	background-color: #0059B0;
	line-height: 23px;
	width: 130px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

#body .spaces ul {
	list-style-type: none;
	padding-left: 10px;
}

#body .spaces li {
	float: left;
	width: 48%;
	margin-right: 10px;
}

#body .spaces .profile {
	margin-bottom: 23px;
}

#body .spaces .profile .portrait {
	float: left;
}

#body .spaces .profile .portrait {
	width: 70px;
	height: 70px;
	background-image: url(/images/web/topic_portrait_background_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 20px;
	padding-left:7px;
	padding-top: 7px;
}

#body .spaces .profile .info {
	float: left;
}

#body .spaces .profile .nick_name {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

#body .spaces .profile .blackboard {
	margin-bottom: 10px;
	height: 25px;
	color: #999999;
}