﻿.main_news{
	background:#fff;
	margin-top:0px;
	border:1px solid #BDBDBD;
	border-radius:4px;
	-moz-border-radius:4px; 
	-khtml-border-radius:4px;
}
.main_news .body{
	margin:0 10px;
}
.main_news .main_news-title{
	padding:7px 16px 6px 16px;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #BDBDBD;
	background:#FFCD03;
	font-family:FuturaRound,Arial;
}
.main_news .main_news-title a{
	text-decoration:none;
}
.main_news .main_news-item{
	margin:12px 0;
}
.main_news-item-date{
	color:#A3A3A3;
	padding-bottom:3px;
	font-size:12px;
}
.main_news .main_news-item a{
	text-decoration:none;
	color:#3B5998;
}
.main_news .watch_more{
	display:block;
	float:right;
	margin-top:10px;
	margin-bottom:12px;
	text-decoration:none;
}