/* scroll Document */
#scrollContent{
	width:880px; height:440px; margin-top:20px; position:relative; z-index:2; background:#fff;
}
#scroll{
	position:absolute; z-index:3; width:880px; height:440px; overflow:hidden;
}
#scroLeft{
	float:left; height:100%; width:860px;overflow:hidden;
}
#scroLeft .detail{
	font-size:12px; line-height:24px; color:#333; font-family:"microsoft yahei";
}
#scroLeft .detail .title{
	height:40px; margin-top:15px;
}
#scroLeft .detail .title1{
	margin-bottom:15px;
}
#scroLeft .detail .title h2{
	line-height:40px; padding:0; margin:0; text-align:center; color:#333; font-size:18px; font-family:"microsoft yahei"; font-weight:400; display:inline-block;
}
#scroLeft .detail .title1 h3{
	line-height:60px; margin:0 0 0 15px; text-align:center; color:#000; font-size:20px; font-family:"microsoft yahei"; border-bottom:1px solid #000;
}
#scroLeft .detail p{
	padding:5px 0; color:#333; font-size:12px; font-family:"microsoft yahei";
}
#scroRight{
    float:right;height:100%;width:6px;overflow:hidden; position:relative;
}
#scroLine{
	position:absolute; z-index:1; top:0; right:0; width:6px; background:#000; cursor:pointer;
}
