		/*-------------------------------
			right main
		---------------------------------*/
#title-img{
	position:absolute;
	z-index:10000;
	top:290px;
	left:0px;
	width:731px;
	height:45px;
	background:url(../../common/img/tran.png) repeat;
	color:black;
	font-size:25px;
	padding-top:15px;
	text-align:center;
}
#main {
	width: 730px;
	height: 400px;
	margin-bottom:10px;
	box-shadow: 3px 3px 2px rgba(107, 107, 107, 0.4);
	-webkit-box-shadow: 3px 3px 2px rgba(107, 107, 107, 0.4);
	-moz-box-shadow: 3px 3px 2px rgba(107, 107, 107, 0.4);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(PIE.htc);

}
#main img {
	width: 730px;
	height: 400px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(PIE.htc);

}
.normal2 .info{
	height:200px;
	overflow-y:auto;
}
.normal2{
	height:240px !important;
}
.rss{
	height:30px;
	margin-top:10px;
	border-bottom:1px dotted #999;
}
.rss div{
	float:left;
}
.date{
	color:#666;
	/*font-weight:bold; */
}
.text a{
	text-decoration:none; 
	font-weight:bold;	
	color:#DF217B
}
.text a:hover{
	font-weight:bold;
	color:#FF0000
}
.normal1 img{
	float:left;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:-8px;
	margin-right:10px;
}