@charset "UTF-8";
/* CSS Document */

div.newsbody {
	height:161px;
	overflow:hidden;
	border-bottom:1px dotted #b3b3b3;
}

div.newstitle {
	height:21px;
	overflow:hidden;
	position:relative;
}

div.newsmask {
	height:140px;
	overflow:hidden;
	position:relative;
}

div.newscontainer {
	position:absolute;
	left:0px;
	top:0px;
}

div.newsseparator {
	margin-top:30px;
	height:85px;
	border-left:1px dotted #b3b3b3;
	float:left;
	margin:30px 15px 0px 14px;
}

div.newsitem {
	height:140px;
	overflow:hidden;
	width:360px;
	float:left;
}

div.part1 {
	overflow:hidden;
	width:150px;
	float:left;
	padding:0px 10px 0px 10px;
}

div.part2 {
	overflow:hidden;
	width:150px;
	float:left;
	padding:0px 10px 0px 10px;
}

div.newsbrowser {
	float:left;
	height:20px;
	padding-top:7px;
}

div.newsbrowsercaption {
	float:right;
	text-align:right;
	overflow:hidden;
}

div.newsarr {
	width:9px;
	height:11px;
	float:right;
	margin:0px 5px;
}

div.newsarrleft {
	background:url(../assets/ico_fre_sx_off.gif) no-repeat;
}

div.newsarrlefton {
	background:url(../assets/ico_fre_sx_on.gif) no-repeat;
	cursor:pointer;
}

div.newsarrright {
	background:url(../assets/ico_fre_dx_off.gif) no-repeat;
}

div.newsarrrighton {
	background:url(../assets/ico_fre_dx_on.gif) no-repeat;
	cursor:pointer;
}
div.newsslidebrowser {
	height:20px;
	padding-top:7px;
}
a.newslink{
	text-decoration:none;
	cursor:pointer;
	color:#666;
}
a.newslink:hover{
	text-decoration:none;
	cursor:pointer;
	color:#666;
}
a.newslink:visited{
	text-decoration:none;
	cursor:pointer;
	color:#666;
}
a.newslink em{
	text-decoration:none;
	cursor:pointer;
	color:#666;
}