@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;border:none;}
body{
    font-size: 14px;
    color: rgb(128, 128, 128);
    font-family: 微软雅黑;
}
a{
    font-size: 14px;
    font-family: 微软雅黑;
	text-decoration:none;
	cursor:pointer;
	color:#333333;
}
a:hover{
	text-decoration:none;
	color:#333333;
}
.clear{font-size:0;line-height:0;height:0;clear:both;overflow:hidden;display:block;}/***默认清除浮动****/
/****************全局头尾******************/
.center{overflow: hidden;width: 1130px;margin: 0px auto; background: #fff; }
.border{border:1px solid #ddd;}
.fl{float: left;}
.fr{float: left;}
/****************全局样式******************/
.nav_content{max-width:1130px;padding:20px 0px;background:#fff;}
.nav_type{width:100%;float:left;background:#f2f2f2;margin-bottom:30px;}
.nav_type li{float:left;font-family:"微软雅黑";font-size:18px;color:#333;display:inline;padding:17px 30px;}
.nav_type span{padding: 15px 15px;float:left;height:28px;background:#24609c;color:#fff;font-size:19px;}
.nav_type li.active{background:#2A77C6;color:#fff;}
.nav_ul li{display:none;}
.nav_ul{width: 100%;float:left;}

/*数据要闻，部门数据*/
.container{height: 490px;overflow: hidden;background:url(data_release_bg.png) left top repeat-x #fff;}
.container_wap{width: 1130px;margin: 0 auto;overflow:  hidden;}
.title { margin-top: 50px;text-align: center;}
.list {width: 100%;}
.list dl dd{float: left;font-size: 18px;line-height: 60px;margin: 0px 12px;min-width:  540px;}
.list dl dd a{color: #000;font-size: 16px;}
.list dl dd span{display: block;color: #949494;float: right;}
.nav_type li.active a{background: #2A77C6;color: #fff;}