@charset "utf-8";
	/* CSS Document */
	*{ padding:0; margin:0; list-style:none;}
	img{ border:0;}
	a{ text-decoration:none; color:#555555;}
	body{ background:#FFF; font-family:"微软雅黑"; font-size:14px; color:#555555; text-align:center;} 
	.l{ float:left;}
	.r{ float:right;}
	/*head*/
	.head{ background:#a8dcff;}
	.pos_center{ position:relative; width:1000px; height:250px; margin:0 auto;}
	.pos_left{ position:absolute; right:0; bottom:0; width:1220px; height:250px;  z-index:2;}
	.fhsy{ position:absolute; right:3px; bottom:36px; width:135px; height:35px;  z-index:3;}
	.fhsy a{ line-height:35px; color:#FFF;}
	/*content*/
	.zfxxgk_content{ overflow:hidden; width:1028px; padding:0 36px 20px;; margin:0 auto 20px; text-align:left; background-color:#f2f2f2; border:1px solid #e4e4e4; z-index:9;}
	.right_content{ width:770px; min-height:1083px; background:#FFF;}
	.nav_left{ width:240px;}
	/*页脚*/
	.newzy-footer{ width:100%;}
	/*频道布局手机端*/
	@media screen and (max-width: 600px){
	.zfxxgk_content{ width:96%; padding:0 2% 0.6%;}
	.right_content {
		width: 100%;
	}
	}
	/*内容区域*/
	.scroll_wrap{ height:1085px; background:#FFF;}
	.scroll_wrap h1{ font-size:32px; line-height:1em; padding-top:15px; padding-bottom:20px; color:#972C2B; text-align:center;}
	.scroll_con h2{ font-weight:bold; font-size:21px; line-height:60px;}
	.scroll_con h3{ font-weight:bold; font-size:18px; line-height:60px;}
	.scroll_con p{ font-size:16px; line-height:30px;}
	#scrollbar1 .qs_scrollbar { height:940px;}
	#scrollbar1 .viewport {height:940px;overflow: hidden;position: relative; margin-right:5px;}
	#scrollbar1 .overview {width: 710px;list-style: none;position: absolute;left: 0;top: 0;padding: 0;margin: 0;}
	#scrollbar1 .scrollbar{position: relative;float: right;width: 10px;margin-right: 20px;}
	#scrollbar1 .track {height: 100%;width: 10px;position: relative;background-color: #eee;}
	#scrollbar1 .thumb {width: 10px;cursor: pointer;overflow: hidden;position: absolute;top: 0;left: 0px;background-color: #972c2b;border-radius: 10px;}
	#scrollbar1 .thumb .end {overflow: hidden;width: 10px;}
	.fbrq{ padding:10px 0 20px; text-align:center;}
	.fbrq span{ padding:0 20px;}
	.text_content{ padding:0 1em 2em;}
	@media screen and (max-width: 600px){
	.text_content:after{ content:".";display:block;height:0;clear:both;visibility:hidden;}
	.text_content table{ width:auto!important;}
	.text_content table *{ width:auto!important;}
	.text_content table p{ display:inline-block;}
	.text_content img{ width:100%;}
	#scrollbar1 .scrollbar{
		margin-right:2px;
	}
	#scrollbar1 .viewport{ width:auto; margin-right:14px;}
	#scrollbar1 .overview{ width:auto;}
	.scroll_wrap h1{ font-size:24px; padding:0.2em 0.5em 1.2em;}
	}
	/*文章列表*/
	@media screen and (max-width: 600px){
		.xxgkList li a{ width:65%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
	}