
#main-content, #main-right{
	float: left;
}
#main-content{
	width: 520px;
	height: auto;
	overflow: hidden;
}
#main-right{
	width: 240px;
	min-height:310px;
	*height: 290px;
}

#main-content ul{
	width: 480px;
}
#main-content ul li{
	padding-left: 10px;
	text-indent: 19px;
	text-align: justify;
	color: #333;
	background: no-repeat 5px center;
}
/* content one */
#main-content ul.content-one li.title{
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
	text-indent: 35px;
	padding-left: 0;
	border-bottom: 1px solid #ccc;
	background-image: url("../images/content-one-title-bg.jpg");
}

#main-content ul.content-one li.title a{
	font-size: 14px;
	font-weight: bolder;
}
/* end one */

/* content two and three */
#main-content ul.content-two li.title,#main-content ul.content-three li.title{
	line-height: 20px;
	font-size: 14px;
	font-weight: bolder;
	color: #000;
	border-bottom: 1px solid #ccc;
	text-indent: 25px;
	margin: 15px 0 5px 0;
}
#main-content ul.content-two li.title{
	line-height: 30px;
	background-image: url("../images/content-two-title-bg.jpg");
}
/* end two */

/* content three */
#main-content ul.content-three li.title{
	line-height: 30px;
	background-image: url("../images/content-three-title-bg.jpg");
}
#main-content ul.content-three li.title a{
	font-size: 14px;
	font-weight: bolder;
	padding-left: 8px;
}
/* end three */


#news-box{
	width: 238px;
	display: table;
	border: 1px solid #f0f0f0;
}
#news-box p{
	margin: 0;
	padding: 0;
}
#news-box a.news-title{
   color: #555;
   margin-left: 15px;
}
#news-box span.title{
	display: block;
	padding: 4px 5px;
	color: #000;
	font-size: 13px;
	text-indent: 0;
	background: #f9f9f9;
	font-weight: bold;
}
#news-box div.show-content{
	height: 95px;
	padding: 0 5px;
	overflow: hidden;
	display: block;
	margin: 5px 0 10px 0; 
	line-height: 16px;
}
p.gotoNews{
	width: 235px;
    text-indent: 8px;
    text-align: right;
    background: url("../images/arr_red.gif") no-repeat 195px center;
}
p.gotoNews a{
    color: #195288;
    font-weight:normal;
    font-size: 12px;
}
