@charset "gb2312";
/* CSS Document */
body{min-height:600px; background-color:#f1f6fc}
html { overflow-x: hidden; overflow-y: auto}

.right_main{
	height: auto;
	padding: 15px;
}
.right_title{
	background: #d8efff;
	font-size: 16px;
	line-height: 35px;
	font-weight: bold;
	color: #039;
}
.right_title a:link, .right_title a:visited, .right_title  a:active,.right_title a:hover{ color:#039}
.right_title span{ float:left;}
.right_Newstitle{
	text-align: center;
	padding: 15px;
	border-bottom: #CCC 2px solid;
	font-weight: bold;
	}
.right_Newscontent{
	line-height: 25px;
	padding: 10px 20px 10px 20px;
}
.Article { padding:10px 0 0 20px; border-top:#666 solid 1px;}