/* 滚动内容样式 */
.scroll_main {
	width: 100%;
	display: block;
	margin: 0;
	background-color:#c8a558;
	border: 1px solid #9a9a9a;
}

/* 滚动内容区样式 */
.scroll_wrap {
	width: 100%;
	height: 796px;
	position: relative;
}
/* 滚动内容样式 */
.scroll_wrap .scroll_cont {
	height: 100%;
	overflow: auto;
	text-align: center;
}
.scroll_wrap .scroll_cont p {
	padding: 10px 30px 0;
	text-indent: 2em;
	text-align: left;
	line-height: 28px;
	letter-spacing: 2px;
	font-size: 16px;
	color: #000;
	font-family: 'Microsoft Yahei';
}
.scroll_wrap .scroll_cont h3{
	padding: 20px 0 0;
	font-size: 24px;
	color: #000;
	font-weight: 500;
}
.scroll_wrap .scroll_cont img{
	width: 80%;
	padding: 20px 0 0;
}
.scroll_wrap .scroll_cont span{
	display: block;
	font-size: 14px;
	line-height: 24px;
}
.scroll_wrap .scroll_cont h2{
	text-align: center;
	font-size: 32px;
	line-height: 100px;
	font-weight: 600;
}
.scroll_wrap .scroll_cont .author{
	text-align: center;
	font-weight: 600;
	font-family: "楷体","楷体_GB2312";
	margin-bottom: 10px;
	font-size: 16px;
}
.scroll_wrap .scroll_cont .author span{
	display: inline;
	font-size: 16px;
}
/* 滚动条 */
.scroll_wrap .scroll_bar {
	position: absolute;
	top:0;
	right:0;
	width: 10px;
	height: 100%;
	background-color: #333333;
}
/* 滚动块 */
.scroll_wrap .scroll_slider {
	position: absolute;
	top: 0;
	left: 0px;
	width: 10px;
	height: 48px;
	background-color: #666666;
	border-radius:5px;
	opacity: .5
}
.scroll_wrap .scroll_slider:hover{
	opacity: 1
}

a.to_index{
	display: block;
	width: 100px;
	line-height: 32px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
}

a.to_index:hover{
	color: #fff;
	text-decoration: none;
}

a#to_index{
	display: block;
	width: 100px;
	line-height: 32px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
}

a#to_index:hover{
	color: #fff;
	text-decoration: none;
}