@charset "utf-8";
/* CSS Document */


/*左侧栏样式*/
.sidebar-l {
	display:inline-block;
	float:left;
	width:840px;
	padding:20px;
}
.sidebar-l h3 {
	display:block;
	width:100%;
	height:45px;
	background:url(gywm_pic_bg.jpg) repeat-x left bottom;
}
.sidebar-l h3 span {
	display:inline-block;
	font:bold 18px/44px "微软雅黑";
	height:44px;
	color:#d70d19;
	border-bottom:1px solid #d70d19;
}
.sidebar-l ul {
	padding:10px 20px;
	border-bottom:1px dashed #eee;
}
.sidebar-l ul li {
	height:30px;
	text-align:left;
	background:url(news_pic_meun.jpg) no-repeat left center;
	padding-left:15px;
}
.sidebar-l ul li a {
	display:inline-block;
	width:88%;
	font:14px/30px "微软雅黑";
	color:#333;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sidebar-l ul li a:hover {
	color:#d70d19;
}
.sidebar-l ul li span {
	font:14px/30px "微软雅黑";
	color:#999;
}



/*右侧栏样式*/
.sidebar-r {
	display:inline-block;
	float:left;
	width:280px;
	padding:20px;
	text-align:center;
}
.sidebar-r dt {
	display:block;
	width:100%;
	height:47px;
	font:bold 18px/47px "微软雅黑";
	color:#fff;
	background-color:#d70d19;
}
.sidebar-r dd {
	background-color:#f3f3f3;
}
.sidebar-r dd a {
	display:block;
	width:100%;
	font:16px/45px "微软雅黑";
	color:#333;
	border-bottom:1px solid #fff;
}
.sidebar-r dd a:hover,.sidebar-r dd a.cur {
	display:block;
	width:100%;
	font:16px/45px "微软雅黑";
	color:#d70d19;
	border-bottom:2px solid #d70d19;
	background-color:#fff;
}


/*翻页导航样式*/
.page {
	display:block;
	margin-top:20px;
}
.page span,.page a {
	font:14px/30px "微软雅黑";
	color:#333;
}
.page a:hover {
	color:#d70d19;
}
.page span strong {
	font-weight:normal;
	color:#d70d19;
}
.page p {
	float:right;
	display:inline-block;
}