@charset "utf-8";
/* CSS Document */
.main {
	padding-top:0;
}
.current_position,
.current_position a {
	color:#878787;
	font-size:12px;
	line-height:50px;
}
.current_position .current {
	color:#333333;
}
.sidebar {
	width:198px;
	height:255px;
	border:1px solid #eef0f1;
	background:#f6f8f9;
	padding:10px;
	margin-right:30px;
}
.sidebar_title {
	color:#4796ea;
	font-size:16px;
	font-weight:700;
	line-height:40px;
	height:39px;
	border-bottom:1px solid #4796ea;
	margin-bottom:10px;
}
.sidebar_title .icon {
	width:24px;
	height:24px;
	background-image:url(../images/fgbz.png);
	margin:8px 5px 0 0;
}
.sidebar .current {
	background:#4796ea;
	color:#fff;
}
.sidebar a {
	display:block;
	line-height:32px;
	height:32px;
	color:#656565;
	cursor:pointer;
}
.sidebar a .icon {
	background-image:url(../images/arrow.png);
	width:24px;
	height:24px;
	margin:4px 4px 0 5px;
}
.sidebar a .icon_current {
	background-image:url(../images/arrow_current.png);
}
.content_list {
	width:730px;
}
.solid_top {
	border-top:1px solid #ededed;
	height:14px;
}
.solid_bottom {
	border-bottom:1px solid #ededed;
	height:0px;
	margin:15px 0;
}
.dotted {
	border-bottom:1px dotted #ededed;
	height:0px;
	margin:15px 0;
}
.content_list .art_list a {
	display:block;
	height:40px;
	line-height:40px;
	color:#323232;
	cursor:pointer;
}
.content_list .art_list a:hover {
	color:#4796ea;
}
.page {
	width:356px;
	height:29px;
}
.page a {
	display:block;
	float:left;
	color:#78788c;
	line-height:29px;
	text-align:center;
	margin-left:5px;
	font-size:12px;
	text-shadow:0px 1px 1px #fff;
}
.page .btn_lg {
	width:54px;
	height:29px;
	background:url(../images/page_btn_lg.png);
}
.page .btn_lg:hover {
	color:#fff;
	background:url(../images/page_btn_lg_hover.png);
	text-shadow:0px 1px 1px #000;
}
.page .btn_sm {
	width:29px;
	height:29px;
	background:url(../images/page_btn_sm.png);
}
.page .btn_sm:hover {
	color:#fff;
	background:url(../images/page_btn_sm_hover.png);
	text-shadow:0px 1px 1px #000;
}
.page .ellipsis {
	width:29px;
	height:29px;
}