@charset "utf-8";

*{margin: 0; padding: 0; box-sizing: border-box;}
body{background-color: #fff; font-family: "微软雅黑";}
a{text-decoration: none; color: #000;}
ul,li{list-style: none;}
.w{width: 1200px; margin: 0 auto;}
/*.clearfix{content: ""; display: table; clear: both;}*/

/*顶部导航*/
.top-nav{
	width: 100%;
	background-color: #ededed;
}
.top-nav .menu{
	height: 40px;
	line-height: 40px;
	padding-right: 50px;
	font-size: 13px;
	color: #333;
}
.top-nav .menu span{
	float: right;
}

/*banner*/
.banner{
	width: 100%;
	min-height: 150px;
}

/*主导航*/
.main-nav{
	width: 100%;
	
	background-color: #427fda;
}
.main-nav .main-nav-menu{
	font-size: 17px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

/*当前位置*/
.position{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #ededed;
}
.position .position-txt{
	padding-left: 25px;
	font-size: 13px;
	color: #454545;
}

/*内容*/
.con{
	margin-top: 30px;
	margin-bottom: 30px;
}
/*左侧*/
.con .con-left{
	float: left;
	width: 300px;
	/*height: 820px;*/
	margin-right: 30px;
	background-color: #efefef;
}
.con-left .con-left-title{
	width: 300px;
	height: 50px;
	line-height: 50px;
	padding-left: 45px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	background-color: #427fda;
}

.bjlogo{background: url('公报logo.png') no-repeat;width:349px;height:74px;margin: 10px auto;}
.gbqs{position: absolute;right:30px;bottom:33px;color: #355E92;font-size: 17px;font-weight: bold;font-family: "Microsoft Yahei"}

/*右侧*/
.con .con-right{
	float: left;
	width: 870px;
	min-height: 270px;
	font-size: 17px;
	color: #333;
	padding: 10px 25px 0 25px;
	background-color: #f9f9f9;
}

.footer-banner{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	background-color: #427fda;
}

.footer{
	width: 100%;
	height: 110px;
	line-height: 110px;
	font-size: 13px;
	color: #999;
	text-align: center;
	background-color: #dbdbdb;
}
