锘?banner_wrap{
  width:1200px;
  margin:auto;
}
.banner_wrap img{
    width:1200px;
	height:450px;
}  
.news-wrap{
	width:810px;
	display:flex;
	flex-direction:column;  
}
.title{
	width:100%;
	height:50px; 
	background:url(../imgs/title-bg.png) no-repeat ;
	
	display:flex;
	flex-direction:row;
	justify-content:space-between; 
}
.title-txt{
	color:#2a64c2;
	font-size:16px;
	font-weight:bold;
	letter-spacing:2px;
	padding-left:30px;
	padding-top:5px; 
	
}
.title-more{
	padding-top:15px;
	padding-right:20px;
}
.title-more a{
	text-decoration:none;
	color:#888888;
	font-size:13px;
}
.news-c{ 
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.news-lst{
	width:790px;
	display:flex;
	flex-direction:column;
}
.news-lst-item{
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:space-between; 
	/*border-bottom:dashed 1px #999;*/
}
.dot{
	width:5px; 
	padding:13px 0px;
}
.news-lst-title{
	width:690px;
	padding-left:-15px;
	overflow:hidden;
}
.news-lst-title a{
	text-decoration:none;
	font-size:14px;
	line-height:30px;
	color:#444;  
	white-space:nowrap; 
	overflow:hidden;
	width:100%;
	text-overflow:ellipsis;
}
.news-lst-title a:hover{
	text-decoration:underline; 
	color:#C00;
}
.news-lst-date{
	width:68px;
	line-height:25px;
}

.notice-wrap{
	width:360px;
	display:flex;
	flex-direction:column;  
}
.n-lst{
	display:flex;
	flex-direction:row;
    justify-content:space-between;	
}
.n-lst-title{
	width:266px;
	overflow:hidden;
}
.n-lst-title a{
	text-decoration:none;
	font-size:14px;
	line-height:30px;
	color:#444;   
	white-space:nowrap;
	width:250px;
	overflow:hidden;
}
.n-lst-title a:hover{
	text-decoration:underline; 
	color:#C00;
}
.n-lst-date{
	width:68px;
	line-height:25px;
}