﻿@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
html { line-height: 1; }
ol, ul { list-style: none; overflow:hidden; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }
em, i { font-style: normal; }
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
a img { border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
div,dl,dt,dd,ol,ul,li{ zoom:1; }
a { text-decoration: none; color:#333;}
a:hover{color:#1b6ad6;text-decoration:underline;}


.fl { float: left;}
.fr { float: right;}
.clear_b{ clear:both;}
.ovf{ overflow:hidden;}
.mt5{ margin-top:5px;}
.ml5{ margin-left:5px;}
.mr5{ margin-right:5px;}
.mb5{ margin-bottom:5px;}
.ml10{ margin-left:10px;}
.mr10{ margin-right:10px;}
.mt10 { margin-top: 10px; }
.mb10 { margin-bottom: 10px; }
.mt15{ margin-top:15px;}
.mb15{ margin-bottom:15px;}
.mr15{ margin-right:15px;}
.ml15{ margin-left:15px;}
.mt20 { margin-top: 20px; }
.mb20 { margin-bottom: 20px; }
.mr20{ margin-right:20px;}
.ml20{ margin-left:20px;}
.mxb15{*margin-bottom:15px;}

/*字体大小*/
.fs12{font-size:12px;}
.fs14{font-size:14px;}
.fs16{font-size:16px;}
.fs18{font-size:18px;}
.fs20{ font-size:20px;}
.text_c{ text-align:center;}
.text_r{ text-align:right;}
.text_l{ text-align:left;}
.b {font-weight:bold;}
/*字体颜色*/
.c666{ color:#666;}
.c999{ color:#999;}
.green{ color:green;}
.red{ color:#c40000;}
.blue{color:#0071bd;}
.orange{ color:orange;}
.p2{ text-indent:2em;}
.p{ line-height:22px;}

/*模板*/
body{
	font-size:14px;
	color:#333;
	background: url(../images/bg.jpg) no-repeat center 29px;
}
.box{
	margin:0 auto;
	width:1000px;
	overflow:hidden;
}
.top{
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	border-bottom: 1px solid #98bbf0;
	background-color: #f2f2f2;
}
.banner{
	height: 150px;
}
.logo {
   display: inline-block;
  width: 480px;
  height: 83px;
  background: url(../images/logo.png) no-repeat;
  margin-top: 34px;
}
.search {
  overflow: hidden;
  margin: 60px 0 0;
  float: right;
  *margin-top: -52px;
}
.search input {
  float: left;
  width: 210px;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  color: #666;
  padding-left: 10px;
  font-family: "微软雅黑";
  border: 1px solid #ddd;
  outline: none;
}
.search .btn_t {
  display: inline-block;
  float: left;
  width: 70px;
  text-align: center;
  line-height: 30px;
  font-family: "微软雅黑";
  height: 30px;
  background-color: #1b6ad6;
  color: #fff;
}
.search .btn_t:hover{background-color: #1457b2;text-decoration: none;}
.nav{
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	background-color: #1b6ad6;
	font-family: "微软雅黑";
}
.nav li{
	float: left;
}
.nav li a{
	color: #fff;
	padding: 0 16px;
	display: inline-block;
}
.nav li.on a{background-color: #6397de;}
/*新闻焦点图*/
.slideBox2{ width:480px; height:258px; overflow:hidden; position:relative; float:left;}
.slideBox2 .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:7px; z-index:1; }
.slideBox2 .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox2 .hd ul li{  float: left;margin-right: 5px;width: 15px;height: 5px;cursor: pointer;padding: 0;background-color: #1b6ad6;}
.slideBox2 .hd ul li.on{ background-color:#fff; }
.slideBox2 .bd{ position:relative; height:100%; z-index:0;   }
.slideBox2 .bd li{ zoom:1; vertical-align:middle;  margin: 0;padding: 0;background: none;}
.slideBox2 .bd img{ width:480px;display:block;  }
.slideBox2 .bd li div{height: 42px;position: absolute;bottom: 0;background: #000;width: 550px;opacity:0.5;filter: alpha(opacity=50);-moz-opacity: 0.5;z-index:1;}
.slideBox2 .bd li p{position:absolute;z-index:2;line-height:42px;bottom:0;padding-left:15px;font-size: 16px;}
.slideBox2 .bd li p a{color:#fff;}
.slideBox2 .bd li p a:hover{ text-decoration:underline;}
.bg-white{background-color: #fff;overflow: hidden;}

/*切换*/
.show_infor{ width: 505px;float:right;border: 1px solid #dcdcdc;}
.show_infor .hd{height: 34px;background-color: #f5f5f5;}
.show_infor .hd ul li{ float:left;font-size:16px;padding:9px 25px; font-family: "微软雅黑";}
.show_infor .hd ul li.on{background-color: #1b6ad6;}
.show_infor .hd ul .on a{font-size: 16px;font-family: "微软雅黑";color: #fff;}
.show_infor .hd ul .on a:hover{color: #fff;text-decoration: none;}
.show_infor .bd{height: 222px;*height: 217px;padding: 5px 10px 0;}
.bd_box{ overflow: hidden;}
.bd_box li{line-height: 35px;border-bottom: 1px dashed #ddd;}
.bd_box li span{ float:right; color:#999;*margin-top:-35px;}
.bd_box li.end{border-bottom: none;}

/*救灾减灾*/
.relief{margin: 15px 0;overflow:hidden;border: 1px solid #dcdcdc}
.relief ul{_width:66px;background: url(../images/tu1.jpg) no-repeat right center;padding: 10px 29px;float: left;}
.relief ul li{font-family: "微软雅黑";line-height: 26px;background: url(../images/tu2.png) no-repeat 0 center;padding-left: 10px;}
.relief ul.no-bg{background: none;}

/*底部版权*/
.bot{
  border-top: 1px solid #98bbf0;
  background-color: #e9f0fa;
  text-align: center;
  overflow: hidden;
  margin-top: 15px;
}
.copyright{
  background: url(../images/bot.png) no-repeat right center;
  color: #545454;
  width: 400px;
  margin: 30px auto;
  line-height: 24px;
  font-family: "微软雅黑";
}
/*信息公开*/
.information{
  width: 736px;
  border: 1px solid #dcdcdc;
}
.title{
  height: 34px;
  line-height: 34px;
  background-color: #f5f5f5;
}
.title .title-text{
  display:block;
  width: 120px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-size: 16px;
  font-family:"微软雅黑";
  background-color: #1b6ad6;
  text-align: center;
}
.title a.title-text:hover{
  background-color: #124d9d;
  color: #fff;
  text-decoration: none;
}
.icon{
  background: url(../images/tu.png) no-repeat;
  display: inline-block;
  margin-right: 5px;
  width: 26px;
  height: 34px;
  float: left;
  margin-left: 5px;
}
.icon1{background-position: 2px 5px;}
.icon2{background-position:5px -249px;}
.information .left{
  float: left;
  width: 250px;
  margin: 5px 0 15px;
}
.information .left ul{_width: 250px;}
.information .left li{
  float: left;
  width: 115px;
  height: 36px;
  font-family: "微软雅黑"; 
  margin:15px 0 0 10px;
  _margin:14px 0 0 6px;
}
.information .left li a{
  padding-left: 40px;
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #1b6ad6;
}
.information .left .li1 a{background:#f0f0f0 url(../images/tu.png) no-repeat 0 -47px;}
.information .left .li2 a{background:#f0f0f0 url(../images/tu.png) no-repeat -127px -47px;}
.information .left .li3 a{background:#f0f0f0 url(../images/tu.png) no-repeat 0 -100px;}
.information .left .li4 a{background:#f0f0f0 url(../images/tu.png) no-repeat -127px -100px;}
.information .left .li5 a{background:#f0f0f0 url(../images/tu.png) no-repeat 0 -153px;}
.information .left .li6 a{background:#f0f0f0 url(../images/tu.png) no-repeat -127px -153px;}
.information .left .li7 a{background:#f0f0f0 url(../images/tu.png) no-repeat 0 -206px;}
.information .left .li8 a{background:#f0f0f0 url(../images/tu.png) no-repeat -127px -206px;}

.information .left .li1 a:hover{background:#1b6ad6 url(../images/tu.png) no-repeat 0 -47px;}
.information .left .li2 a:hover{background:#1b6ad6 url(../images/tu.png) no-repeat -127px -47px;}
.information .left .li3 a:hover{background:#1b6ad6 url(../images/tu.png) no-repeat 0 -100px;}
.information .left .li4 a:hover{background:#1b6ad6 url(../images/tu.png) no-repeat -127px -100px;}
.information .left .li5 a:hover{background:#1b6ad6 url(../images/tu.png) no-repeat 0 -153px;}
.information .left .li6 a:hover{background:#1b6ad6 url(../images/tu.png) no-repeat -127px -153px;}
.information .left .li7 a:hover{background:#1b6ad6 url(../images/tu.png) no-repeat 0 -206px;}
.information .left .li8 a:hover{background:#1b6ad6 url(../images/tu.png) no-repeat -127px -206px;}
.information .left li a:hover{color: #fff;text-decoration: none;}

/*切换2*/
.show_infor2{ width: 470px;float:right;margin-top: -35px;}
.show_infor2 .hd{height: 34px;}
.show_infor2 .hd ul li{ float:left;font-size:16px;padding:9px 20px; font-family: "微软雅黑";}
.show_infor2 .hd ul li.on{color: #1b6ad6;border-bottom: 2px solid #1b6ad6;}
.show_infor2 .hd ul .on a{font-size: 16px;font-family: "微软雅黑";color: #1b6ad6;}
.show_infor2 .hd ul .on a:hover{color: #1b6ad6;text-decoration: none;}
.show_infor2 .bd{height: 222px;padding:5px 10px 0 0;}
/*通知公告*/
.anno{
  border: 1px solid #dcdcdc;
  width: 252px;
  height: 260px;
}
.anno .bd_box,.anno2 .bd_box{padding: 5px 10px 0;}
.bor-dc{border: 1px solid #dcdcdc;}
/*办事服务*/
.inventory{
  width: 50%;
}
.inventory.fr{_margin-right: -20px;}
.inventory img{width: 100px;height: 120px;float: left;margin:60px 0 22px 19px;}
.inventory .bd_box{margin: 15px 20px;width: 340px;float: right;}
.inventory .bor-fight{
  border-right: 1px solid #d5e6fe;
  margin: 15px 0 15px 20px !important;
  padding-right: 20px;
  width: 360px !important;
  *width: 339px !important;
}
.anno2{width:359px;*width: 357px;margin-right: 15px;height: 256px;*height: 254px;}
.investigate{margin-top:-6px;*margin-top:-5px;}
.investigate li{margin-top: 6px;*margin-top: 5px;}
/*友情链接*/
.links{margin-top: 10px;_margin-top:-50px;}
.links h2{
  border-bottom: 1px solid #1b6ad6;
  background: url(../images/tu.png) no-repeat 0 -290px;
  font-family: "微软雅黑";
  line-height:35px;
  padding-left: 20px;
  font-size: 16px;
}
.links ul{
  color: #757575; 
  line-height: 26px;
  float: left;
  font-family: "微软雅黑";
  margin-top: 10px;
}
.links ul li{
  margin-right: 35px;
  height: 26px;
  float: left;
}
.links .ul1{width: 40%;}
.links .ul2{border-left: 1px solid #9cbdeb;width: 59%;*width: 55%;padding-left: 44px;}
.links .ul2 li{width:126px;margin-right:0;}
.inventory img:hover,.investigate img:hover{opacity: 0.7;}

/*文章列表页*/
.c_map {
  background: url(../images/icon-home.png) no-repeat 2px 0px;
  padding-left: 20px;
  margin: 15px 0 15px;
  font-size: 12px;
}
.list-box{
  overflow: hidden;
}
.list-box .left{
  width: 235px;
  float: left;
  border: 1px solid #eee;
  height: 709px;
}
.list-box .left h3{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: "微软雅黑";
  text-align: center;
  line-height: 58px;
  background:url(../images/sub.jpg) center;
}
.list-box .left ul li{
  margin-top: 5px;
  line-height: 38px;
  font-family: "微软雅黑";
  font-size: 16px;
}
.list-box .left ul li a{
  background: url(../images/btn-menu.gif) no-repeat;
  display: block;
  padding-left: 64px;
}
.list-box .left ul li a:hover,.list-box .left ul li.on a{
  background: url(../images/btn-menu.gif) no-repeat 0 -38px;
  color: #fff;
  text-decoration: none;
}
.list-box .right{
  width:750px;
  *width: 748px;
  border: 1px solid #eee;
  float: right;
}
.list-box .right h2{
    background: url(../images/icon-mhd.gif) no-repeat 13px 13px;
  padding: 11px;
  border-bottom: 3px solid #1b6ad6;
  padding-left: 36px;
  color: #1b6ad6;
  font-size: 16px;
  font-weight: bold;
}
.list-box .right ul{ padding: 20px 10px;}
.list-box .right ul li{ background:none;padding-left: 16px; line-height:30px;}
.list-box .right ul li span{float: right;padding-right: 10px;*margin-top:-30px;}
.list-box .right ul .bor-hr{padding-bottom: 20px;margin-bottom: 20px; border-bottom:2px dotted #ddd;}
/*******分页样式*******/
.list_page{
  line-height:30px;
  margin-bottom:20px;
  font-size: 12px;
  text-align:center;
}
.list_page a {
  padding: 5px 9px;
  border: 1px solid #ddd;
  cursor:pointer;
  background-color:#f5f5f5;
  margin: 0;
}
.list_page .on,.list_page a:hover{
  background-color: #1b6ad6;
  text-decoration:none;
  color:#fff;
}
.list_page .page_text{
  height:24px;
  padding:0;
  line-height:24px;
  border: 1px solid #ccc;
  width:22px;
  margin-right: 5px;
  margin-top: 10px;
}
.m0{*margin-top:0; }
/*文章内容页*/
.content{overflow:hidden;  border: 1px solid #eee;padding: 20px;}
.content h1{color:#666;  font-weight: 200;text-align:center;font-size:26px; margin:40px 20px; height:30px; line-height:30px;font-family: "微软雅黑";}
.tybr_rl_font{color:#666;font-size: 12px;text-align: center; border-bottom:1px solid #ccc; margin:0 0 20px; padding:8px 0; background-color:#f6f6f6;}
.content-text p{text-indent:2em;color:#333; line-height:200%;margin: 0 10px;}
.tybr_rl_shop{  overflow: hidden;color:#333;font-size: 12px; border-top:1px solid #ccc; margin:20px 0 30px;padding-right:10px;background-color:#f6f6f6;}
.bdshare_bbox #bdshare{float: right !important;}
.page_up{ background:url(../images/c_li3.png) no-repeat 12px 4px; margin-bottom:10px;}
.page_down{ background:url(../images/c_li3.png) no-repeat 12px -35px; margin-bottom:30px;}
.page_up,.page_down{ color:#0071bd; font-size:14px; padding-left:30px;}