@charset "UTF-8";
/* CSS Document */
.wraperBox {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.privateWrapper {
	background-color: #000;
	background-image: url(bg/privateBg.gif);
	background-repeat: repeat-y;
	height:1060px;
}
.rightSider {
	float: right;
	width: 362px;
}
.leftSIder {
	float: left;
	width: 598px;
}
.rightSider h2 {
	font-size: 14px;
	line-height: 50px;
	color: #FC0;
	padding-left: 10px;
}
.rightSider h2 a {
	display: block;
	float: right;
	background-image: url(bg/more.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 34px;
	background-position: center center;
	margin-right: 10px;
}
.rightSider ul {
}
.rightSider ul li {
	background-image: url(bg/rightNews_bg.gif);
	background-repeat: no-repeat;
	height: 100px;
	padding-top: 20px;
}
.rightSider p.dateNum {
	float: left;
	height: 80px;
	width: 80px;
	text-align: center;
	color: #8e7957;
	font-weight: bold;
}
.rightSider p.dateNum:hover{}
.rightSider p.dateNum big {
	font-size: 32px;
	display: block;
}
.rightSider p.dateNum small {
	font-size: 12px;
	display: block;
	text-transform: uppercase;
}
.rightSider ul li dl{
	float: right;
	width: 250px;
	padding-right: 15px;
}
.rightSider ul li dl dt{
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
}
.rightSider ul li dl dd{}
.rightSider ul li dl dt a{
	color: #FFF;
}
.rightSider ul li dl dd a{
	color: #999;
}
.siderFooter{
	background-image: url(bg/private_sider_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 300px;
}
.leftSIder .leftInnerSider {
	background-image: url(bg/left_inner_sider.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 190px;
	height: 350px;
}
.leftSIder .leftInnerSider ul{
	text-align: right;
	padding-top: 140px;
	width: 156px;
	padding-left: 25px;
}
.leftSIder .leftInnerSider ul li{
	line-height: 37px;
	margin-bottom: 2px;
}
.leftSIder .leftInnerSider ul li a{
	line-height: 37px;
	display: block;
	background-image: url(bg/inner_sider_nav.gif);
	color: #FFF;
	padding-right: 10px;
	background-position: bottom;
}
.leftSIder .leftInnerSider ul li a:hover,.leftSIder .leftInnerSider ul li a.current{
	background-position: top;
}
.leftSIder .leftInnerContent {
	float: right;
	width: 408px;
}
.leftSIder .leftInnerContent dl{}
.leftSIder .leftInnerContent dl dt{
	font-size: 14px;
	line-height: 64px;
	font-weight: bold;
	background-image: url(bg/q_title.gif);
	background-repeat: no-repeat;
	height: 64px;
	padding-left: 70px;
	color: #f72448;
}
.leftSIder .leftInnerContent dl dd{
	padding: 15px;
	line-height: 21px;
}
.leftSIder h3{
	background-image: url(bg/member_showcase_title.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	height: 40px;
	background-color: #ffdf00;
	margin-top: 10px;
	margin-bottom: 10px;
}
.leftSIder h3 a{
	background-image: url(bg/black_more.gif);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 34px;
	background-position: center;
	float: right;
	margin-right: 10px;
}
.leftSIder .content {
	width: 547px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 30px;
}
.leftSIder .content .btn{
	margin-top: 10px;
	background-image: url(bg/footer_phone.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 80px;
}
.leftSIder .content .btn a{
	display: block;
	float: left;
	line-height: 31px;
	height: 31px;
	text-align: center;
	margin-right: 10px;
	color: #FFF;
}
.leftSIder .content .btn a.register{
	background-image: url(bg/more_btn.gif);
	background-repeat: no-repeat;
	width: 126px;
}
