@charset "gb2312";
/* CSS Document */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1;}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}li{list-style:none}table{width:100%;line-height:1.5em;border-collapse:collapse;border-spacing:0}
.clearfix:after, .container:after{content:'\0020';display:block;height:0;clear:both;visibility:hidden;max-height:0;}
.clearfix, .container{display:inline-block;}
* html .clearfix, * html .container{height:1%;}
.clearfix, .container{display:block;}
.clearer{background:none;border:0;clear:both;display:block;float:none;font-size:0;list-style:none;margin:0;padding:0;overflow:hidden;visibility:hidden;width:0;height:0}
html{color:#555;font-size:12px;font-family:Helvetica, Arial,sans-serif;text-align:left;background-color:#f7f7f7;}
strong, th, thead td, h1, h2, h3, h4, h5, h6{font-weight:bold;}
h1{font-size:1.9em;}h2{font-size:1.7em;}h3{font-size:1.5em;}h4{font-size:1.3em;}h5{font-size:1.2em;}h6{font-size:1em;}
cite, em, dfn{ font-style: normal;}
code, kbd, samp, pre, tt, var, button, input, select, textarea{font-family:Helvetica, Arial,sans-serif;}
a{color:#444;text-decoration:none;outline:none;}
a:hover{color:#b00;text-decoration:underline;}
hr{background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:.5em 0;border:none;}
hr.space{background:#fff;color:#fff;}
 
th, td{padding:5px;border-bottom:1px solid #eee;border-right:1px solid #eee;vertical-align:top;}
th{font-weight:bold;text-align:center;background:#f8f8f8;}
textarea, input[type='text'], input[type='password'], select{padding:4px;background:#fff url('imgtext_input_bg.gif') repeat-x left top;border-width:1px;border-style:solid;border-color:#bbb #ddd #ddd #bbb;}
input[type='text'], input[type='password']{width:16em;}
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover{ border-color: #aaa;}
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus{ border-color: #888;outline:none;}
input, select{cursor:pointer;}input[type='text'],input[type='password']{cursor:text;}label{cursor:pointer;}

/*页面整体css*/

  #Lujing {
	  text-align:left;
	  padding:0 10px;
	  padding-bottom:8px;
	  border-bottom:0px solid #C5D6DE;
  }
    #Lujing span {
		margin:4px;
		color:#0c7bb8;
	}
	#Lujing span a {
		color:#0c7bb8;
		padding:5px;
	}
	#Lujing span a:hover {
		color:#022b58;
		font-weight:bold;
	}

body {
	background:#FFF;
}

#SR_page {
	width:100%;
	overflow:hidden;
	/*background: url(imagesSR_topimg.jpg) no-repeat top;*/
	
	background: url(imagesSR_topimg2.jpg) no-repeat top;
}
.SR_fl {
	float:left;
}
.SR_fr {
	float:right;
}



  /*顶图*/
  #SR_topimg {
	  width:942px;
	  height:210px;
	  overflow:hidden;
	  margin:0 auto;
  }
  
  /*顶图2*/
  #SR_topimg2 {
	  width:942px;
	  height:160px;
	  overflow:hidden;
	  margin:0 auto;
  }
  
/*统一标题样式1*/
.SR_title {
	height:44px;
	text-align:left;
	background:#fde1a2 url(imagesSR_H1_titleimg.jpg) no-repeat left;
	border-bottom:5px solid #f78257;
	position:relative;
	clear:both;
	margin:0;
	padding:0;
}

  .SR_title .img {
	  height:48px;
	  position:absolute;
	  top:-5px;
	  left:14px;
	  z-index:100;
  }
  
  .SR_title .more {
	  position:absolute;
	  width:51px;
	  height:13px;
	  background:url(imagesSR_more.png) no-repeat;
	  right:20px;
	  top:16px;
  }
    .SR_title .more a {
		width:100%;
		height:100%;
		display:block;
	}
  
/*统一标题样式2*/
.SR_title2 {
	height:44px;
	text-align:left;
	border-bottom:5px solid #f78257;
	position:relative;
	clear:both;
	margin:0;
	padding:0;
}
  .SR_title2 .more {
	  position:absolute;
	  width:51px;
	  height:13px;
	  background:url(imagesSR_more.png) no-repeat;
	  right:20px;
	  top:16px;
  }
    .SR_title2 .more a {
		width:100%;
		height:100%;
		display:block;
	}

/*统一列表样式*/  
.SR_list {
		overflow:hidden;
	}
	  .SR_list ul{
		  
		  color:#cecece;
	  }
	  .SR_list ul li {
	      list-style:inside square;
	      padding-left:8px;
		  text-align:left;
		  list-style-position:inside;
		  line-height:36px;
		  text-overflow:ellipsis;
		  overflow:hidden;
		  white-space: nowrap;
		  border-bottom:1px dashed #CCC;
	  }
	  .SR_list ul li a{
		  color:#515151;
	  }
	  .SR_list ul li span {
		  float:right;
	      color:#9c9c9c;
	  }

  
  /*头图下主体部分942宽div*/
  #SR_main {
	  width:942px;
	  margin:0 auto;
	  overflow:hidden;
	  text-align:left;
  }
  
  /*重要精神*/
  #SR_h1 {
	  width:942px;
	  margin:0 auto;
	  overflow:hidden;
	  height:407px;
  }
    /*重要精神 左侧图片*/
    #SR_h1 .Limg {
		width:336px;
		overflow:hidden;
	}
	  #SR_h1 .Limg .img {
		  width:336px;
		  height:316px;
	  }
	  #SR_h1 .Limg .wz {
		  width:336px;
		  height:298px;
		  background:#fde1a2;
		  overflow:hidden;
	  }
	    #SR_h1 .Limg .wz p {
			width:310px;
			height:70px;
			margin:10px auto;
			line-height:22px;
			text-indent:2em;
			overflow:hidden;
		}
	    #SR_h1 .Limg .wz p a {
			color:#570000;
		}
		
	/*重要精神右侧列表*/	
    #SR_h1 .Rlist {
		width:588px;
	}
	  
	  #SR_h1 .Rlist .title {
		  border-top:1px solid #FFF;
	  }
	  #SR_h1 .Rlist .title .name {
		  line-height:44px;
		  font-family:"Microsoft Yahei",Arial, Helvetica, sans-serif;
		  color:#d73418;
		  font-size:16px;
		  position:absolute;
		  left:94px;
	  }
	 
  /*第二行 活动动态*/
  #SR_h2 {
	  width:942px;
	  margin:0 auto;
	  margin-top:10px;
	  overflow:hidden;	  
  }
    #SR_h2 .title {
		background:url(imagesSR_H2_titleimg.jpg) no-repeat left #fde1a2;
	}
	#SR_h2 .list ul li {
		font-size:14px;
	}
	#SR_h2 .list ul li span {
		font-size:12px;
	}
	 /*第三行 整改措施*/
  #SR_h4 {
	  width:942px;
	  margin:0 auto;
	  margin-top:10px;
	  overflow:hidden;	  
  }
    #SR_h4 .title {
		background:url(imagesSR_H4_titleimg.jpg) no-repeat left #fde1a2;
	}
	#SR_h4 .list ul li {
		font-size:14px;
	}
	#SR_h4 .list ul li span {
		font-size:12px;
	}
	 /*第四行 新闻视频*/
  #SR_h5 {
	  width:942px;
	  margin:0 auto;
	  margin-top:10px;
	  overflow:hidden;	  
  }
    #SR_h5 .title {
		background:url(imagesSR_H5_titleimg.jpg) no-repeat left #fde1a2;
	}
	#SR_h5 .list ul li {
		font-size:14px;
	}
	#SR_h5 .list ul li span {
		font-size:12px;
	}
	 /*第四行 学习资料*/
  #SR_h6 {
	  width:942px;
	  margin:0 auto;
	  margin-top:10px;
	  overflow:hidden;	  
  }
    #SR_h6 .title {
		background:url(imagesSR_H6_titleimg.jpg) no-repeat left #fde1a2;
	}
	#SR_h6 .list ul li {
		font-size:14px;
		float:left;
		width:49%;
	}
	#SR_h6 .list ul li span {
		font-size:12px;
	}
  /*第二行 活动动态*/
  #SR_h3 {
	  width:942px;
	  margin:0 auto;
	  margin-top:10px;  
  }
    #SR_h3 .title {
		background:url(imagesSR_H3_titleimg.jpg) no-repeat left #fde1a2;
	}
	  
    #SR_h3 .title .yijian {
		width:280px;
		height:49px;
		position:absolute;
		right:103px;
		top:-5px;
		z-index:10;
		background:url(imagesSR_H3-aj.png) no-repeat;
	}
	  #SR_h3 .title .yijian a{
		  display:block;
		  width:100%;
		  height:100%;
	  }
	#SR_h3 .list ul li {
		font-size:14px;
		list-style:none;
	}
	  #SR_h3 .list ul li .zhuangtai {
		  margin-right:30px;
	  }
	#SR_h3 .list ul li span {
		font-size:14px;
		float:left;
	}

 /*第二行 厅机关列表*/
  #SR_h7 {
	  width:942px;
	  margin:0 auto;
	  margin-top:10px;  
  }
    #SR_h7 .title {
		background:url(imagesSR_H7_titleimg.jpg) no-repeat left #fde1a2;
	}
	  
    #SR_h7 .title .yijian {
		width:280px;
		height:49px;
		position:absolute;
		right:103px;
		top:-5px;
		z-index:10;
		background:url(imagesSR_H3-aj.png) no-repeat;
	}
	  #SR_h7 .title .yijian a{
		  display:block;
		  width:100%;
		  height:100%;
	  }
	#SR_h7 .list ul li {
		font-size:14px;
		list-style:none;
	}
	  #SR_h7 .list ul li .zhuangtai {
		  margin-right:30px;
	  }
	#SR_h7 .list ul li span {
		font-size:14px;
		float:left;
	}
	
 /*第二行 直属单位列表*/
  #SR_h8 {
	  width:942px;
	  margin:0 auto;
	  margin-top:10px;  
  }
    #SR_h8 .title {
		background:url(imagesSR_H8_titleimg.jpg) no-repeat left #fde1a2;
	}
	  
    #SR_h8 .title .yijian {
		width:280px;
		height:49px;
		position:absolute;
		right:103px;
		top:-5px;
		z-index:10;
		background:url(imagesSR_H3-aj.png) no-repeat;
	}
	  #SR_h8 .title .yijian a{
		  display:block;
		  width:100%;
		  height:100%;
	  }
	#SR_h8 .list ul li {
		font-size:14px;
		list-style:none;
	}
	  #SR_h8 .list ul li .zhuangtai {
		  margin-right:30px;
	  }
	#SR_h8 .list ul li span {
		font-size:14px;
		float:left;
	}
 *{outline: none;}
img {border: 0;}
.container {
	width: 336px;
	padding: 0;
	margin: 0 auto;
}
.folio_block {
	position: absolute;
	left: 50%; top: 50%;
	margin: -140px 0 0 -305px;
}


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:336px;	width: 410px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
     
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 78px; right: -80px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background:url(imagespaging_bg3.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 3px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background:url(imagessz_bg.png) no-repeat;
 	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}