.Dynamic_box{
	height: 260px;
	border: 1px solid #eee;
	width:1090px;
	margin: 0 auto;
	margin-top:50px;
}
.Dynamic_box img{
	width: 374px;
	height: 230px;
	border-radius: 2px;
	margin-top: 15px;
	margin-left: 15px;
	float: left;
}
.Dynamic_box div{
	width: 630px;
	height: 220px;
	float: left;
	padding: 20px 0 20px 30px;
}
.Dynamic_box div h1{
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}
.Dynamic_box div h6{
	font-size: 14px;
	color: #999;
	padding: 10px 0;
}
.Dynamic_box div p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.Dynamic_box div a{
	width: 120px;
	height: 40px;
	color: #333;
	font-size: 14px;
	border: 1px solid #325c80;
	border-radius: 2px;
	display: inline-block;
	margin-top: 30px;
	text-align: center;
	line-height: 40px;
	float: right;
}
.Dynamic_box div a:hover{
	background: #325c80;
	color: #fff;
}
.Dynamic_box .desc{
    overflow: hidden;
    height:48px;
    width:100%;
    
}
footer{
	margin-top: 50px;
}
#moreNews{
	width:100%;
	height:60px;
	text-align: center;
	background-color: #EFEFEF;
	font-size:16px;
	line-height:60px;
	margin:0 auto;
	width:1090px;
	margin-top:30px;
	cursor:pointer;
}
#moreNews span{
	background: url(../img/jiantou.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left:12px;
}
.banner{
	width: 100%;
	min-width: 1090px;
	height: 450px;
	background-position: center center;
	background-repeat: no-repeat;
}