﻿    /* 取消默认样式 */
	*{
		margin:0;
		padding:0;
	}
	/* 取消列表默认样式 */
	li{
		list-style:none;
	}
	/* 取消超链接默认样式 */
	a{
		text-decoration:none;
		font-family:"微软雅黑";
		font-family: "Microsoft YaHei";
		font-family: Microsoft YaHei,Arial,Helvetica, sans-serif;
	}
	a:hover{
		text-decoration: none;
	}
	input,select,option,textarea{outline: none;}
	.clear{
		clear:both;
	}
	img{
		margin:0px;
		padding:0px;
		border:none;
	}

body{
	background: #F3F8FC;
}
	/* 头部 */
	#hheader{
		width:100%;
		height:208px;
		margin:0 auto;
		overflow: hidden;
		background: url(topbg.png) center top no-repeat;
		background-size: 100% 100%;
	}

	/* 头部检索部分 */
	#top-search{
		width:360px;
		height:80px;
		float:right;
		margin-top:85px;
		margin-right:  80px;
	}
	#searcht{
		width: 355px;
		height: 40px;
		overflow: hidden;
		line-height: 40px;color: #B2B2B2;
		position: relative;
		background: url(searcht.png);
	}
	#searcht input{
		width: 162px;
		height: 38px;color: #B2B2B2;
		border:0px;background-color:transparent;
	}
	#searcht a{
		color: #B2B2B2;
		font-size: 12px;
		padding-left: 15px;
		margin-top:12px;
	}
	#searcht i{
		width: 98px;
		height: 36px;
		position: absolute;
		top:2px;right: 0px;
		background: url(search.png);
		display: block;
	}
	#top-search span{
		width: 100%;
		margin-top:20px;
		text-align: left;
		line-height: 100%;
		display: block;
	}
	#top-search span a{
		color: #144A73;
		font-size: 18px;
	}

	/* 头部结束 */

	/* 导航栏 */
	#nav{
		width: 100%;
		overflow: hidden;
		background: #245399;
	}
	#navbody{
		width: 1180px;
		height:65px;
		margin:0 auto;
	}
	#navbody ul li{
		float: left;
	}
	#navbody ul li i{
		width:16px;
		float: left; 		
		display: block;
		margin-left: 5px;
		margin-top: 23px;
	}
	#navbody ul li i img{
		width:16px;
		height:auto;
	}
	#navbody ul li a{
		color:#fff;
		font-size:18px;padding-left:5px;line-height:65px;float:left;
	}
	/* 导航栏结束 */

	/* 轮播图、要闻关注 */
	#exhibition{
		width: 1180px;
		margin:0 auto;
		padding-top:15px;
	}
	
	/* 轮播图 */
	#hlun{
			width:710px;
			height:430px;
			position:relative;
			cursor:pointer;
			float: left;
		}
		#hlun img{
			width:710px;
			height:430px;
			display:block;
		}
		#hlun>ul>li{
			opacity:0;
			z-index:1;
			transition:opacity .5s linear;
			position:absolute;
		}
		#hlun>ul>.active{
			opacity:1;
			z-index: 2;
		}
		#imglist li a{
			position: absolute;
			bottom: 0px;
			left:0px;
			font-size:18px;
			color:#fff;
			display: block;
			width: 100%;
			height:45px;
			background: rgba(0,0,0,0.6);
			filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
			text-align: left;
			text-indent: 20px;
			line-height: 45px;
		}
		#listnum{
			width:95px;
			height:20px;
			position:absolute;
			z-index:4;
			bottom:13px;
			right:30px;
			margin-left:-90px;
			border-radius:10px;
		}

		#listnum>ul>li{
			width:12px;
			height:12px;
			background:#828283;
			border-radius:6px;
			float:left;
			margin-top:4px;
			margin-left:9.5px;
		}
		#listnum>ul>.activenum{
			background:#FFFFFF;
		}
		
	/* 要闻关注、视频新闻、工作动态 */
	#hmpnew{
		width: 456px;
		height: 430px;
		float:right;
		background:#F7F9FB;
	}
	#hmpnewt{
		width: 426px;
		height: 53px;
		margin；0 auto;
		border-bottom:2px solid #CFCFCF;
	}
	#hmpnewt>ul>li{
		width: 128px;
		height:52px;
		line-height:53px;
		text-align:center;
		float: left;
	}
	#hmpnewt>ul>li>a{
		font-size:22px;
	}
	#hyaowenn{
		width:100%;
		height: 350px;
		display: block;
		margin-top:15px;
	}
	#hgongzn{
		width:100%;
		height: 350px;
		display: none;
		margin-top:15px;
	}
	#hshipn{
		width:100%;
		height: 350px;
		display: none;
		margin-top:15px;
	}
	.newbody li{
		width: 100%;
		height:36px;
		font-size:18px;
		margin-top:5px;
	}
	.newbody li i{
		width: 6px;
		height: 6px;
		display: block;
		float: left;
		margin-top:15px;
		background:url(newsyuan.png) no-repeat;
	}
	.newbody li a{
		float: left;
		padding-left:20px;
		font-size:16px;
		color: #313131;
		line-height:32px;
	}
	.newbody li span{
		float: right;
		font-size:16px;
		color: #313131;
		line-height:32px;
	}
	/* 轮播图、要闻关注结束 */

	/* 通知公告 */
	.notice{
		width:1180px;
		height:43px;
		margin:0 auto;
		background: #F5F5F5;
		margin-top:15px;
	}
	#notbi{
		width: 139px;
		float: left;
		height: 43px;
		background:url(notic.png);
	}
	.notice ul{
		width: 1030px;
		height:43px;
		display: block;
		overflow: hidden;
	}
	.notice ul li{
		line-height: 43px;
	}
	.notice ul li i{
		width: 6px;
		height: 6px;
		display: block;
		margin-top:19px;
		float: left;
		background: url(xdian.png);
	}.notice ul li span{
		color: #333333;
		font-size: 16px;
		display: block;
		float: right;
	}
	.notice ul li a{
		color: #333333;
		font-size: 16px;
		padding-left: 5px;
		float: left;
		display: block;
	}
	/* 通知公告结束 */

	/* 改革进行时 */
	#reform{
		width:1180px;
		margin:0 auto;
		background: #FFFFFF;
		margin-top:15px;
	}
	#reformt{
		width: 100%;
		height:40px;
		background: url(gaige.png) left bottom no-repeat;
	}
	#reformttab{
		width: 1040px;
		height:40px;
		margin-left:140px;
		background:url(gaigefuz.png) 3px 32px no-repeat;
	}
	#reformttab ul p a{
		float:right;line-height:39px;
		color: #000000;font-size: 16px;
	}
	#reformttab ul li{
		float:left;
		text-align: center;
		line-height:34px;
		position: absolute;
		background:#fff;
	}
	#reformttab ul li a{
		font-size:20px;
		font-weight: bold;
		padding-left:15px;
		padding-right:15px;
	}
	#reform1{
		width: 100%;
		margin-top:30px;
		display: block;
	}
	#reform2{
		width: 100%;
		margin-top:30px;
		display: none;
	}
	#reform3{
		width: 100%;
		margin-top:30px;
		display: none;
	}
	#reform4{
		width: 100%;
		margin-top:30px;
		display: none;
	}
	#reform5{
		width: 100%;
		margin-top:30px;
		display: none;
	}
	#remh{
		width: 100%;margin:0 auto;margin-top:25px;
	}
	#remhl{
		width:725px;
		float: left;
		margin-left: 10px;
	}
	/* 机构编制管理 */
	#jigoub{
		width:100%;
	}
	.bigtop{
		width: 100%;
		height:30px;
	}
	.bigtop img{
		display: block;
		float: left;
	}
	.bigbot{
		width: 100%;
		height: 206px;
		margin-top:10px;
		background: url(shuxian.png) 7px 0px no-repeat;
	}
	/* 工作动态、编制常识 */
	#bbgzdtt{
		width:696px;
		height: 30px;float: right;
		border-bottom: 1px solid #CBCBCB;
		padding-top:5px;
	}
	#bbgzdtl{
		width: 110px;
		text-align: center;
		line-height: 26px;
		float: left;height:28px;
		border-bottom: 2px solid #4382B7;
	}
	#bbgzdtl a{
		color:#BA0D0D;
		font-size:20px;
	}
	#bbgzdtr{
		width: 110px;
		text-align: center;
		line-height: 26px;
		float: left;
		height:28px;
		margin-left:5px;
		border-bottom: 2px solid #fff;
	}
	#bbgzdtr a{
		color:#717171;
		font-size:20px;
	}
	#bbgzdfl{
		width: 696px;
		display: block;
		float: right;
		margin-top:5px;
	}
	#bbgzdfr{
		width: 696px;
		display: none;
		float: right;
		margin-top:5px;
	}

	#remhr{
		width: 430px;
		height:845px;
		float: right;
		border-left: 1px solid #bababa
	}


	/* 监督检查 */
	.jiandu{
		width:100%;
		margin-top:15px;
	}
	.jiandut{
		width: 100%;
		height:30px;
	}
	.jiandut img{
		display: block;
		float: left;
	}
	.jiandf{
		width: 100%;
		height: 155px;
		margin-top:15px;
		background: url(jdjcl.png) 7px 0px no-repeat;
	}
	.newbodyz li{
		width: 100%;
		height:36px;
		font-size:18px;
	}
	.newbodyz li i{
		width: 6px;
		height: 6px;
		display: block;
		float: left;
		margin-top:15px;
		background:url(newsyuan.png) no-repeat;
	}
	.newbodyz li a{
		float: left;
		padding-left:20px;
		font-size:16px;
		color: #313131;
		line-height:32px;
	}
	.newbodyz li span{
		float: right;
		font-size:16px;
		color: #313131;
		line-height:32px;
	}

	/* 办事指南 */
	#rembs{
		width: 410px;
		float:right;
		margin-top:5px;
	}
	.rembst{
		width: 100%;
		height: 24px;
		background:url(bsznt.png) left top no-repeat;
	}
	.rembst a{
		padding-left:20px;
		line-height: 22px;
		font-size:22px;
		color: #05518F
	}
	#rembs ul li{
		width: 380px;
		height: 75px;
		line-height: 75px;
		text-align: center;
		cursor: pointer;
		overflow: hidden;
		position: relative;
		margin-top: 10px;
	}
	#rembs ul li img{
		display: block;
		left: 60px;
		top:24px;
        position: absolute;
	}
	#rembs ul li a{color: #fff;font-size: 20px;}
	
	/* 信息公开 */
	#rembg{
		width: 410px;
		float:right;
	}
	#rembg ul li{
	 	border:1px solid #DCDCDC;
	 	line-height: 62px;
	 	text-indent: 158px;
	 	display: block;
	 	border-radius: 5px;
	 	transition:all 0.5s ease;
	 	-o-transition:all 0.5s ease;
	 	-moz-transition:all 0.5s ease;
	 	-ms-transition:all 0.5s ease;
	 	-webkit-transition:all 0.5s ease;
	 	position: relative;
	}

	#rembg ul li img{
		float: left;
		display: block;
		position: absolute;
		top: 19px;
	}
	#rembg ul li a{color: #05518f;font-size: 20px;}
	#rembg ul li:hover a{
		color:#F5F5F5;
	}

	.bwld{background: #F5F5F5 url(tubiaob.png) no-repeat 100px center;}
	.bwld:hover {background: #05518F url(tubiaob1.png) no-repeat 100px center;}
	.bbld{background: #F5F5F5 url(tubiaow.png) no-repeat 100px center;}
	.bbld:hover {background: #05518F url(tubiaow1.png) no-repeat 100px center;}
	.jgsz{background: #F5F5F5 url(tubiaoy.png) no-repeat 100px center;}
	.jgsz:hover {background: #05518F url(tubiaoy1.png) no-repeat 100px center;}
	.znzz{background: #F5F5F5 url(tubiaod.png) no-repeat 100px center;}
	.znzz:hover {background: #05518F url(tubiaod1.png) no-repeat 100px center;}
	.zrxx{background: #F5F5F5 url(tubiaoe.png) no-repeat 100px center;}
	.zrxx:hover {background: #05518F url(tubiaoe1.png) no-repeat 100px center;}


	#yuliu{
		width: 410px;
		float:right;
	}
	/* 改革进行时结束 */
	
	/* 专题专栏 */
	#special{
		width:1180px;
		margin:0 auto;
		background: #FFFFFF;
	}
	#reformtt{
		width: 100%;
		height:40px;
		background: url(zhuanti.png) left bottom no-repeat;
	}
	#reformtt a{
		font-size: 18px;
		color: #037EDB;
		display: block;
		line-height: 40px;
		text-align: right;
	}
	.scroll_horizontal{position:relative;width:1180px;height:120px;line-height:20px;}
	.scroll_horizontal .box{overflow:hidden;position:relative;width:1102px;height:120px;margin:0 auto;}
	.scroll_horizontal .list{overflow:hidden;width:9999px;margin-left:-9px;}
	.scroll_horizontal .list li a img{width:250px;height:100px;margin:0 auto;}
	.scroll_horizontal .list li{float:left;width:280px;text-align:center;}
	.scroll_horizontal .plus,
	.scroll_horizontal .minus{position:absolute;top:25px;width:30px;height:60px;cursor:pointer;}
	.scroll_horizontal .plus img,
	.scroll_horizontal .minus img{
		display: block;margin:0 auto;margin-top:10px;
	}
	.scroll_horizontal .plus{left:0px;}
	.scroll_horizontal .minus{right:0px;}
	/* 专题专栏结束 */

	/* 友情链接 */
	#hyouqing{
		width: 100%;
		height: 62px;
		margin:0 auto;
		background: #F8F8F8;
	}
	#hyqb{
		width: 1210px;
		height: 62px;
		margin:0 auto;
	}
	#hyqb img {
    padding: 15px 0px;
}
	#hyqb p{
		width: 118px;
		height: 62px;
		background: #355E92;
		text-align: center;
		line-height: 62px;
		color: #fff;
		font-size: 18px;
		display: block;
		float: left;
	}
	#hyqb select{
		width: 150px;
		height: 30px;
		float: left;
		background:#FFF;
		margin-left:28px;
		margin-top:15px;
	}
	/* 友情链接结束 */

	/* 底部 */
	#hfoot{
		width: 100%;
		height: 195px;
		background: #355E92;
	}
	#hfootl{
		width: 150px;
		float: left;
		margin-left:180px;
	}
	#hfootl img{
		margin:0 auto;
		display: block;margin-top:50px;
	}
	#hfootl span{
		text-align: center;
		display: block;
		margin-top:10px;
		color: #FFF;
		font-size: 14px;
	}
	#hfootm{
		width: 650px;float: left;
		margin-left: 50px;
		margin-top:50px;
	}
	#hfootm span{
		width: 650px;line-height: 250%;
		text-align: left;
		display: block;
		color: #FFF;
		font-size: 14px;
	}
	#hfootm span a{
		color: #FFF;
		font-size: 14px;
	}
	#hfootr{
		width: 106px;margin-top:50px;
		margin-left: 50px;
		float: left;
	}
	#hfootr img{
		width: 100%;
		height:auto;
	}