@charset "utf-8";

#content_media{
	background:url(../images/bg_inner.png) no-repeat scroll center center transparent;
	width:890px; /*950*/
	height:750px; /*777*/
	padding:42px 30px 30px;
	position:relative;
	margin-top: -15px;
}
#frame_media{
	width:890px;
	height:690px;
	margin:18px 0 0;
	overflow:hidden;
}
.row_media{
	width:444px;
	height:116px;
	float:left;
	display:inline-block;
	margin:0 0 18px 0;
}
.img_media{
	width:180px;
	height:116px;
	float:left;
	position:relative;
}
.txt_media{
	width:245px;
	height:100%;
	float:left;
	margin:0 0 0 10px;
	overflow:hidden;
	
	
}
.topic_media{
	font-weight:bold;
	color:#242424;
}
.detail_media{
	height:80px;
	color:#666666;
	margin:6px 0 0 0;
	overflow:hidden;
	line-height: 14px;
}
.dmy_media{
	margin:6px 0 0 0;
	text-align:right;
	font-weight:bold;
}




