/* reset */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
	margin: 0;
	padding: 0
}


/* 初始化标签在所有浏览器中的margin、padding值 */

fieldset,
img {
	border: 0 none
}


/* 重置fieldset（表单分组）、图片的边框为0*/

li {
	list-style: none;
}

a {
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.active{
	font-weight: bold;
	color: #0984e0 !important;
	border-bottom: 4px solid #0984e0;;
}
li.active a{
	font-weight: bold;
	color: #0984e0 !important;
}
.active3px{
	color: #0984e0 !important;
	border-bottom: 3px solid #0984e0;;
}
.disblock{
	display: block !important;
}



body{
	font-family: "微软雅黑";
}

.header {
	height: 36px;
	opacity: 0.8;
	/* Firefox, Safari(WebKit), Opera) */
	filter: "alpha(opacity=80)";
	/* IE 8 */
	filter: alpha(opacity=80);
	/* IE 4-7 */
	background-color: #f5f5f5;
}


/*宽1000px块*/

.headcont,.searchdiv,.nav,.center,.ftcontent{
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}

.headcont {
	height: 36px;
}

.headcont p a {
	font-size: 14px;
	line-height: 36px;
	color: #777777;
}

.layer {
	width: 185px;
	height: 14px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 36px;
	color: #777777;
}

.searchdiv {
	height: 100px;
}
.logo{
	margin-top: 26px;
}
.formdiv{
	width: 460px;
	height: 42px;
	margin-top: 29px;
}
.searchinp {
	width: 348px;
	height: 40px;
	border: solid 1px #dddddd;
	padding-left: 10px;
	line-height: 42px;
}

.searchbtn {
	width: 80px;
	height: 42px;
	background-color: #0984e0;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
}

.centerbg{
	background-color: #F7F7F7;
	height: auto;
	overflow: hidden;
}
.navbg{
	background-color: #0984e0;
	height: 60px;
	box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.nav{
	height: 60px;
}
.navul{
	height: 60px;
}
.navul li{
	width: 140px;
	height: 60px;
	float: left;
	text-align: center;
	line-height: 60px;
}
.navul li:hover{
	background-color: #0AA6EE;
}
.bold{
	font-weight: bold;
}
.navul li a{
	font-size: 20px;
	color: #FFFFFF;
}
.navulbg{
	background-color: #0069c5;
}

/*=====中间部分=======*/
.center{
	height: auto;
	padding-bottom: 20px;
}
.lj{
	height: 53px;
	line-height: 53px;
	font-size: 14px;
    color: #777777;
}
.newstitle{
	text-align: center;
	font-size: 34px;
	font-weight: normal;
	margin-top: 20px;
}

.t_s{
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px dashed #dddddd;
	margin-top: 25px;
	font-size: 14px;
}
.newstxt{
	width: 900px;
	height: auto;
	overflow: hidden;
	padding: 30px 50px;
	line-height: 36px;
	text-align: justify;
	background-color: #FFFFFF;
}
.newstxt iframe{
	float: left;
}
/*====底部样式======*/
.footer{
	height: 102px;
  	background-color: #e8e8e8;
  	padding-top: 30px;
}
.ftcontent{
	height: 102px;
}
.ftcleft{
	width: 400px;
	height: 102px;
	font-size:14px ;
	color: #777777;
	margin-left: 20px;
}
.ftcleft p{
	margin-bottom: 12px;
}
.ftcright a{
	display: block;
	float: left;
}
.zfwzzc{
	margin-left: 16px;
	margin-top: 8px;
}



/*filedetail 样式*/
.filemsg{
	width: 958px;
	height: 130px;
	padding: 20px;
	border: 1px solid #333333;
}
.filemsg p{
	margin-bottom: 5px;
}
.dbmsg_p{
	width: 475px;
	height: 20px;
}
.msgtitle{
	width: 100%;
}


/*办事指南tab切换*/
.slideTxtBox{ width:100%; border:1px solid #ddd; text-align:left;  }
.slideTxtBox .hd{ height:30px; line-height:30px; background:#f4f4f4; padding:0 20px; border-bottom:1px solid #ddd;  position:relative; }
.slideTxtBox .hd ul{ float:left; position:absolute; left:20px; top:-1px; height:32px;   }
.slideTxtBox .hd ul li{ float:left; padding:0 15px; cursor:pointer; width: 92px; text-align: center; }
.slideTxtBox .hd ul li.on{ height:28px;  background:#fff; border:1px solid #ddd; border-bottom:2px solid #fff; border-top: 2px solid #0984e0;}
.slideTxtBox .bd ul{ padding:15px;  zoom:1;  }
.slideTxtBox .bd li{ height:24px; line-height:24px;   }
.slideTxtBox .bd li .date{ float:right; color:#999;  }



