﻿@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
} /*通配符margin和padding都设为0*/
body{overflow-x:hidden;}
/*top*/
.top{height:40px;background:#d9edfd;border-bottom:solid 1px #7ba0b7;}
.top_center{width:1100px;height:40px;margin: 0 auto;background:#d9edfd;}
.top_left{float:left;height:40px;}
.top_left span{text-align:left;font-size:13px;font-family: "Microsoft YaHei UI";color:#358aba;line-height:40px;}
.top_right{float:right;height:16px;margin-top:12px;}
.top_right ul{margin:0px; padding:0px;}
.top_right ul li{float:left;list-style:none;width:78px;height:16px;text-align: center;}
.top_right ul li a{font-family: "Microsoft YaHei UI";font-size:13px;color:#358aba;text-decoration: none;line-height:16px;display:block;}

/*banner*/
#container{
	width:expression(document.body.clientWidth <= 1100? "1100px": "auto");
    min-width:1100px;
	}

.banner{
    width:100%;
	height:150px;
	background: url(banner_top.jpg) no-repeat center;
}
.banner_center{
	height: 150px;
	width: 1100px;
	margin: 0 auto;
	}
.banner_left {
	float: left;
	width: 360px;
	height: 77px;
	margin-top: 48px;
}

.banner_logo{
	float: left;
	width: 360px;
	height: 77px;
	background: url(logo.png) no-repeat;
}

.banner_right {
	float: right;
	width: 304px;
	height: 37px;
	margin-top: 64px;
}


.banner_right_bottom {
	float: right;
	margin-top: 0px;
	background: url(search.png) no-repeat;
}

.input-box {
	float: left;
	width: 238px;
	height: 37px;
	line-height: 28px;
	padding-left: 11px;
	border: 0;
	background: none;
	text-align: left;
	font-size: 14px;
	outline: none ;
}

.button {
	float: right;
	border: 0;
	background: none;
	text-indent: -999px;
	width: 54px;
	height: 37px;
	cursor: pointer;
	outline: none ;
}  
/*end*/
/*nav*/
.nav_bj {
	height: 42px;
	background: #065d8f;
}/*导航背景*/
ul#nav {
	width: 1100px;
	height: 42px;
	margin: 0 auto;
	background: #065d8f;
} /*导航*/
ul#nav li {
	display: inline;
}

ul#nav li a {
	display: inline-block;
	width: 104px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	color: #FFF;
	font-family: "Microsoft YaHei UI";
	font-size: 17px;
}

ul#nav li a:hover {
	background:#003c5f;
	font-weight: bold;
}/*设置鼠标滑过或悬停时变化的背景颜色*/ 
/*end*/
.main_top {
	position: relative;
	background: url(main_bg.jpg)  repeat;
	width: 100%;
	height: 480px;
	
}

.main_top_background {
	width: 1100px;
	height: 460px;
	background: #ffffff;
	margin:auto;
	box-shadow: 0px 4px 10px 0px #abacac;
	border-top:1px solid #ffffff;
}

.main_top_marquee{width:1050px;height:36px;margin:0 auto;background:#f0f0f0;border:solid 1px #e0e0e0;margin-top:24px;}
.marquee_logo{width:80px;height:28px;background:url(maquee_logo.jpg) no-repeat;float:left;margin-left:4px;margin-top:4px;}
.marquee_scroll{width:934px;height:24px;float:left;margin-left:10px;margin-top:6px;}
.marquee_scroll a:hover{color:#ea5c36;}

.main_top_container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1050px;
	height: 342px;
	margin: 0 auto;
	margin-left: -525px;
	margin-top: -150px;
}

.main_top_left {
	width: 600px;
	height: 342px;
	float: left;
}
/* 焦点图 */
.focusBox {
	float: left;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	font-family: Arial;
	text-align: left;
	background: #fff;
}

.focusBox .pic img {
	width: 600px;
	height: 342px;
	display: block;
	margin-top: -19px;
}

.focusBox .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 36px;
	width: 100%;
	background: #000000;
	filter: alpha(opacity=40);
	opacity: 0.7;
	overflow: hidden;
}

.focusBox .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 36px;
	width: 100%;
	overflow: hidden;
}

.focusBox .txt li {
	height: 36px;
	line-height: 36px;
	position: absolute;
	bottom: -36px;
}

.focusBox .txt li a {
	display: block;
	color: white;
	padding: 0 0 0 10px;
	font-size: 15px;
	font-family: "Microsoft YaHei UI";
	text-decoration: none;
}

.focusBox .num {
	position: absolute;
	z-index: 3;
	bottom: 9px;
	right: 20px;
}

.focusBox .num li {
	float: left;
	position: relative;
	width: 18px;
	height: 15px;
	overflow: hidden;
	text-align: center;
	margin-right: 1px;
	cursor: pointer;
}

.focusBox .num li a,.focusBox .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	color: white;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
	font-size:10px;
}

.focusBox .num li span {
	z-index: 1;
	background: #817c66;
	}

.focusBox .num li.on a,.focusBox .num a:hover {
	background: #ff7d01;
}

.main_top_right {
	width: 424px;
	height: 342px;	
	float: right;
	background: #ffffff;
}
/*tab切换111111111111111111111*/
#tab { width:330px; height:206px; position:relative;margin:0px auto;}
/*设置容器高宽等*/
html > body #tab { width:330px;}
/*兼容IE6:IE6下宽度不够*/
/*#tab div { position:absolute; top:30px; left:0; width:422px; height:324px;}*/
/*设置容器高宽等*/
/*#tab div { display:none;}*/
/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/
/*#tab .block { display:block;}*/
/*选中的容器*/
/*#tab h3 { float:left; width:80px; height:30px; line-height:30px; margin:0 0 0 0; font-size:17px; cursor:pointer;  text-align:center; color:#999999; font-family:Microsoft YaHei;font-weight:normal;border-bottom: solid 2px #999999;}*/
/*默认标题样式*/
/*#tab .up { color:#065d8f;font-weight:bold;border-bottom: solid 2px #ea5c36;}*/
/*选中的标题样式*/
/*修饰列表内容*/
/*#tab ul { list-style:none; padding:0; height:186px; margin-top:10px;}
#tab li { margin-right:10px;height:22px; padding-top:4px; overflow:hidden; font-size:13px;}
#tab li a {margin-left:10px;font-family:Microsoft YaHei; display:inline; font-size:13px; text-decoration:none;  margin-right:10px;color:#333333;}
#tab li span{font-family:Microsoft YaHei; display:block; float:right;color: #333333;}

a.tab_menu:link { color:#ffffff; text-decoration:none;}
a.tab_menu:hover { color:#ffffff; text-decoration:underline;}

.tab_01{width:422px;height:97px;background:#e8f3f9;display:block;margin-top:16px;}
#tab h4{ font-family:Microsoft YaHei;font-weight: bold;height:10px;color:#0066a1;font-size:17px;text-align:center;padding-top:14px;}
#tab p{width:388px;margin-left:16px;font-family:Microsoft YaHei;color:#0066a1;font-size:13px;text-align:left;text-indent:2em ;padding-top:18px;}
#tab p a{text-decoration:none;font-family:Microsoft YaHei;color:#0066a1;font-size:13px;}*/

/*tab切换*/
#tab ul{
	list-style: none;
	padding:0; height:186px;
}

#tab .tab-top{
	border-bottom:2px solid #ddd;
	height: 40px;
	line-height: 40px;
}
#tab .tab-top .hover{
	color:#065d8f;
	border-bottom: 2px solid #f00;
	font-weight: bold;
}
#tab .tab-top li{
	float: left;
	width: 80px;
	text-align: center;
}
#tab .tab-top a{
	font-size: 13px;
    color: #999999;
	float: right;
}
#tab div li{
	
	height:22px; padding-top:4px; overflow:hidden; font-size:15px;
}
#tab div li img{
	vertical-align: middle;
	margin-right: 5px;
}

/*tab切换22222222222222222*/
#tab2 { width:418px; height:206px; position:relative;margin:0px auto;}
/*设置容器高宽等*/
html > body #tab2 { width:418px;}



#tab2 ul{
	list-style: none;
	padding:0; height:186px;
}

#tab2 .tab-top2{
	border-bottom:2px solid #ddd;
	height: 40px;
	line-height: 40px;
}
#tab2 .tab-top2 .hover{
	color:#065d8f;
	border-bottom: 2px solid #f00;
	font-weight: bold;
}
#tab2 .tab-top2 li{
	float: left;
	width: 80px;
	text-align: center;
}
#tab2 .tab-top2 a{
	font-size: 13px;
    color: #999999;
	float: right;
}
#tab2 div li{
	
	height:22px; padding-top:4px; overflow:hidden; font-size:15px;
}
#tab2 div li img{
	vertical-align: middle;
	margin-right: 5px;
}

/*tab切换333333333333*/
#tab3 { width:422px; height:324px; position:relative;margin:0px auto;}
/*设置容器高宽等*/
html > body #tab3 { width:422px;}



#tab3 ul{
	list-style: none;
	padding:0; height:186px;
}

#tab3 .tab-top3{
	border-bottom:2px solid #ddd;
	height: 40px;
	line-height: 40px;
}
#tab3 .tab-top3 .hover{
	color:#065d8f;
	border-bottom: 2px solid #f00;
	font-weight: bold;
}
#tab3 .tab-top3 li{
	float: left;
	width: 80px;
	text-align: center;
}
#tab3 .tab-top3 a{
	font-size: 13px;
    color: #999999;
	float: right;
}
#tab3 div li{
	
	height:22px; padding-top:4px; overflow:hidden; font-size:15px;
}
#tab3 div li img{
	vertical-align: middle;
	margin-right: 5px;
}
.tab3_01{width:422px;height:97px;background:#e8f3f9;display:block;margin-top:16px;}
#tab3 h4{ font-family:Microsoft YaHei;font-weight: bold;height:10px;color:#0066a1;font-size:17px;text-align:center;padding-top:14px;}
#tab3 p{width:388px;margin-left:16px;font-family:Microsoft YaHei;color:#0066a1;font-size:13px;text-align:left;text-indent:2em ;padding-top:18px;}
#tab3 p a{text-decoration:none;font-family:Microsoft YaHei;color:#0066a1;font-size:13px;}




.main_top_list {
	width: 330px;
	height: 148px;
	border-top: #efefef solid 1px;
	margin: 0 auto;
}

.main_top_list li {
	font-family: "Microsoft YaHei UI";
	font-size: 15px;
	color: #333333;
	list-style: none;
	padding: 10px 0px 10px 0px;
	border-bottom: #efefef  dotted 1px;
}

.main_top_list li span {
	float: right;
}

.main_center {
	width:100%;
	background:#FFF;	
}
.main_section_01{width:1100px;height:250px;margin:0 auto;margin-top:24px;}
/*政务公开*/
.main_section_01_left{width:626px;height:250px;float:left;border:solid 1px #abbac5;border-top:solid 3px #084770;}
.main_section_01_zwgk{width:626px;height:39px;background:url(zwgk.jpg) no-repeat;}
.zwgk_right{float:right;height:16px;margin-top:16px;margin-right:4px;}
.zwgk_right ul{margin:0px; padding:0px;}
.zwgk_right ul li{float:left;list-style:none;width:60px;height:16px;text-align: center;}
.zwgk_right ul li a{font-family: "Microsoft YaHei UI";font-size:13px;color:#999999;text-decoration: none;line-height:16px;display:block;}

.main_section_01_list{width:600px;height:174px;margin:0 auto;margin-top:18px;}
.main_section_01_list ul { list-style:none; padding:0; height:186px; margin-top:10px;}
.main_section_01_list li { margin-right:10px;height:22px; padding-top:4px; overflow:hidden; font-size:15px;}
.main_section_01_list li a {margin-left:10px;font-family:Microsoft YaHei; display:inline; font-size:15px; text-decoration:none;  margin-right:10px;color:#333333;}
.main_section_01_list li span{font-family:Microsoft YaHei; display:block; float:right;color: #333333;}
/*政务公开结束*/

/*机关建设*/
.main_section_01_right{width:448px;height:250px;float:right;border:solid 1px #abbac5;border-top:solid 3px #084770;background:url(tszs.jpg)  repeat-x;}
/*机关建设结束*/


.main_section_02{width:1100px;height:235px;margin:0 auto;margin-top:24px;}
/*县区风采*/
.main_section_02_left{width:732px;height:235px;float:left;border:solid 1px #abbac5;}
.main_section_02_xqfc{width:732px;height:40px;background:url(xqfc.jpg) no-repeat;}
.section_more{width:50px;height:18px;float:right; margin-right:10px; margin-top:10px;}
.main_section_02_scroll{width:692px;height:132px;margin:0 auto;margin-top:30px;}
/*县区风采结束*/


/*审计视频*/
.main_section_02_right{width:344px;height:235px;float:right;border:solid 1px #abbac5;}
.main_section_02_sjsp{width:344px;height:40px;background:url(sjsp.jpg) no-repeat;}
.main_section_02_video{width:272px;height:170px;margin:0 auto;margin-top:12px;}
/*审计视频结束*/


/*他山之石*/
.main_section_03{width:1100px;height:235px;margin:0 auto;margin-top:24px;}
.main_section_03_left{width:360px;height:235px;float:left;border:solid 1px #abbac5;background:url(tszs.jpg)  repeat-x;}

/*他山之石结束*/


/*内审天地*/
.main_section_03_center{width:356px;height:235px;float:left;margin-left:14px;border:solid 1px #abbac5;}
.main_section_03_nstd{width:356px;height:40px;background:url(nstd.jpg) no-repeat;}
.main_section_03_list{width:330px;height:148px;margin:0 auto;margin-top:18px;}
.main_section_03_list ul { list-style:none; padding:0; height:148px; margin-top:20px;}
.main_section_03_list li { margin-right:10px;height:22px; padding-top:4px; overflow:hidden; font-size:15px;}
.main_section_03_list li a {margin-left:10px;font-family:Microsoft YaHei; display:inline; font-size:15px; text-decoration:none;  margin-right:10px;color:#333333;}
.main_section_03_list li span{font-family:Microsoft YaHei; display:block; float:right;color: #333333;}
/*内审天地结束*/

/*公众连线*/
.main_section_03_right{width:344px;height:235px;float:right;border:solid 1px #abbac5;}
.main_section_03_gzlx{width:344px;height:40px;background:url(gzlx.jpg) no-repeat;}
.main_section_03_selection{width:324px;height:134px;margin:0 auto;margin-top:30px;}
.selection_part_01{width:324px;height:60px;}
.selection_01{width:155px;height:58px;float:left}
.selection_01 a {
	display: block;
	width: 155px;
	height: 58px;
	background-image: url(icon_01.jpg);
}
.selection_01 a:hover {
	background-image: url(icon_011.jpg);
}
.selection_02{width:155px;height:58px;float:right}
.selection_02 a {
	display: block;
	width: 155px;
	height: 58px;
	background-image: url(icon_02.jpg);
}
.selection_02 a:hover {
	background-image: url(icon_022.jpg);
}
.selection_part_02{width:324px;height:60px;margin-top:14px;}
.selection_03{width:155px;height:58px;float:left}
.selection_03 a {
	display: block;
	width: 155px;
	height: 58px;
	background-image: url(icon_03.jpg);
}
.selection_03 a:hover {
	background-image: url(icon_033.jpg);
}
.selection_04{width:155px;height:58px;float:right}
.selection_04 a {
	display: block;
	width: 155px;
	height: 58px;
	background-image: url(icon_04.png);
}
.selection_04 a:hover {
	background-image: url(icon_044.png);
}
/*公众连线结束*/


/*友情链接*/
.bottom_link{height:73px;background:#e6e6e6;}
.link_center{width:1100px;height:30px;background:#e6e6e6;padding-top:22px;margin:0 auto;}
.link_friendly{width:70px;height:30px;float:left;font-family: "Microsoft YaHei UI";font-size: 17px;color: #333333;}
.link_01{width:245px;height:30px;float:left;margin-left:30px;}
.link_02{width:245px;height:30px;float:left;margin-left:46px;}
/*友情链接结束*/

/*底部*/
.footer {
	width: 100%;
	height: 110px;
	background: #b3b3b3;
}

.footer_area {
	width: 1100px;
	height: 110px;
	background: #b3b3b3;
	margin: 0 auto;
}

.footer_jiucuo {
	float: right;
	width: 110px;
	margin-top: 24px;
}

.footer_logo {
	float: left;
	width: 52px;
	margin-top: 20px;
}

.foot_font {
	float: left;
	width: 700px;
	height: 70px;
	margin-left: 54px;
	font-family: "Microsoft YaHei UI";
	font-size: 13px;
	color: #666666;
	text-align: left;
	margin-top: 15px;
}
/*底部结束*/

/*栏目页*/
.nav_location{width:100%;height:40px;background:#ededed}
.location_center{width:1100px;height:16px;padding-top:12px;margin:0 auto;background:#ededed}
.location_icon{width:15px;height:10px;margin-top:3px;margin-left:3px;float:left;background:url(loaction_icon.png) no-repeat;}
.location_status{width:400px;height:16px;float:left;margin-left:5px;}



.section_center{width:1100px;margin-top:25px;margin:0 auto;height:100%; overflow:hidden; margin-top:25px;margin-bottom:20px;}
.section_left{width:280px;padding-bottom:20px;float:left;background:#efefef}
.left_tittle{width:280px;height:50px;background:#065d8f}
.column_name{width:120px;height:50px;margin-left:44px;}
.column_name span{font-family: "Microsoft YaHei UI";font-size: 16px;font-weight:bold;color:#ffffff;line-height:50px;}
.left_list{width:280px;background:#efefef;}
.left_list ul { list-style:none; padding-left:20px;; margin-top:24px;}
.left_list li { height:46px; overflow:hidden;border-bottom:solid 1px #e3e3e3; }
.left_list li a {margin-left:10px;font-family:Microsoft YaHei; display:inline; font-size:16px; text-decoration:none;  color:#000000;line-height:46px;}
.left_list li a:hover {color:#065d8f;}

.section_right{width:793px;float:right;background:#f9f9f9;}
.right_tittle{width:793px;height:50px;background:#e9e9e9}
.tittle_name{height:50px;background:#ffffff;border-top:solid 2px #065d8f;display:inline;padding:15px 0px 16px 0px;}
.tittle_name span{font-family: "Microsoft YaHei UI";font-size: 16px;font-weight:bold;color:#065d8f;line-height:48px;padding:12px;}
.section_right_list{width:756px;margin:0 auto;}