.bg_news {
	min-width:880px;
	background:url(../images/top/news/bg.png) no-repeat;
	background-size:100% auto;
}

.news_area {
	width:880px;
	margin:0 auto;
	padding:58px 0 55px 0;
}

.news_box {
	padding:5px;
	background:#2362B2;
}

.news_title {
	padding-top:17px;
	text-align:center;
}

.news_inner {
	height:329px;
	margin-top:5px;
	padding:8px 15px 23px 15px;
	background:#FFF;
	overflow:auto;
}

.news_item {
	border-bottom:1px dashed #AAA;
	font-size:15px;
	color:#000;
	line-height:150%;
}

.news_item a {
	padding:15px 5px 7px 5px;
	display:block;
	color:#000;
	text-decoration:none;
}

.news_item a:hover {
	background:#EEE;
}