

/* 滚动内容样式 */
.scroll_main {
	width: 310px;
	display: block;
	line-height:34px;
}
.scroll_main a { font-size:16px; font-weight:bold; color:#333333;}
.scroll_main a i{ font-size:13px; font-weight:normal; color:#454545;}
/* 滚动内容区样式 */
.scroll_wrap {
	width: 100%;
	height: 240px;
	position: relative;
}
/* 滚动内容样式 */
.scroll_wrap .scroll_cont {
	height: 100%;
	overflow: hidden;
}

/* 滚动条 */
.scroll_wrap .scroll_bar {
	position: absolute;
	top:0;
	right:0;
	width: 5px;
	height: 100%;
	background-color: #d8d8d8;
}
/* 滚动块 */
.scroll_wrap .scroll_slider {
	position: absolute;
	top: 0;
	left: 0px;
	width: 5px;
	height: 48px;
	background-color: #024492;
	border-radius:5px;
	opacity: .8;
}
.scroll_wrap .scroll_slider:hover{
	opacity: 1
}