﻿/* ----------------------- */
/* Title: News             */
/* Update: 2008-10-11      */
/* ----------------------- */
#main {
	margin:20px;
	padding:20px 40px;
	background-color:#fefefe;
	border:1px solid #f0f0f0;
}
.news_title {
	margin:20px auto;
	padding:8px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	background-color:#F5FDFE;
}
.news_content {
	font-size:12px;
	line-height:180%;
}

#main .list_msg ul li.row1 {
	width:50%;
	text-align:left;
}

