.nav{
  background: #fff;
}
.nav .logo{
	width:120px;
	height:57px;
	float:left;
	margin: 13px 0 10px 60px;
	background:url("../img/news/logo_news.png") no-repeat top left;
}
.nav .nav-bar li{
  color:#222222;
}
.nav .nav-bar li a{
  color:#222222;
}
.nav .nav-bar li a.selected b,
.nav .nav-bar li a.selected{
  border-top-color:#0c69b4;
  color:#0c69b4;
  font-weight:bold;
}
.banner{
	position: relative;
	top:0px;
	left:0px;
	width: 100%;
	margin:0 auto;
	height: 259px;
	min-width: 1200px;
  background: url(../img/news/news_top.jpg) no-repeat center center;
}
.content{
	width:100%;
	min-width:1200px;
	/*min-height: 70%;*/
	text-align: center;
	font-size:0px;
	background-color:#f3f3f3;
	padding-bottom:50px;
}
.content ul{
	margin-top:32px;
	width:1088px;
	display: inline-block;
	text-align: left;
	margin-bottom: 25px;
}
.content ul li{
	display: inline-block;
	width:256px;
	height:379px;
	border-radius: 4px;
	overflow:hidden;
	text-align: center;
	background-color:#fff;
	margin-right: 20px;
	margin-bottom: 20px;
}
.content ul li>.img{
	width:256px;
	height:256px;
	background:url(../img/news/mgj_pic.jpg) no-repeat center center;
}
.content ul .list4{
	margin-right:0px;
}
.content ul li img{
	width:256px;
}
.content ul li .title{
	display:inline-block;
	font-size:16px;
	color:#222;
	width:230px;
	height:42px;
	padding:18px 13px 32px;
	text-align: left;
}
.content ul li .date{
	font-size:14px;
	color:#999;
	text-align: left;
	margin:0px 13px 0px;
	height:22px;
	line-height:22px;
}
.content ul .list2 .date,.content ul .list3 .date,.content ul .list4 .date{
	background:url(../img/news/video.png) no-repeat center right;
}

.footer.footer_notice{
	background-color:#f3f3f3;
	position: absolute;
	margin-top: -39px;
	bottom: 0px;
	height: 19px;
}