@charset "utf-8";
/* CSS Relative Box */

body{
	font-family:Arial, Helvetica, sans-serif;
}

a{	text-decoration:none;}

/* relative box */
.relative-wrapper{
	background: url(../images/navi-relative.png) no-repeat center center;
	width:693px;
	height:260px;
	float:left;
	margin:0 5px 5px 0px;
}


.relativebox
{
	width:693px; height:260px; position:relative;
}
.relativebox .item
{
	width:693px; height:221px; position:absolute;
	top:39px;
}
.relativebox .alpha_bg
{
	width:693px;
	height:221px;
	position:absolute;
	background:none;
	/* filter:alpha(opacity=60);
	opacity:0.60; */
}
.relativebox .content
{
	background:#fff;
	position:absolute;
	width:690px;
	height:210px;
	margin:0px 1px 5px 1px;
	padding:0;
}
.relativebox .content table
{
	margin:0;
	padding:0;
	width:690px;
	height:210px;
}


.relativebox .content #detail
{
	color:#000;
	margin:0px 5px 0px 5px;
	line-height:20px;
	width:693px;
	border:0px;
	margin:5px 0;
	font-size:12px;
	color:#000;
	text-align:justify;
	overflow:hidden;
}

.relativebox .content #detail .rightnews{
	width:200px; 
	margin:5px 0;
	float:left;
	display:inline;
	padding:5px 15px;
}

.relativebox .content #detail .rightnews img{
	width:50px;
	height:50px;
	margin:0;
	float:left;
	border:0;
}

.relativebox .content #detail .rightnews p{
	width:140px;
	height:47px;
	line-height:15px;
	float:left;
	margin:0;
	margin-left:10px;
	display:inline;
	text-align:left;
	overflow:hidden;
}

.relativebox .content #detail .rightnews p a{
	color:#000;
	font-size:11px;
	text-decoration:none;
}

.relativebox .content #detail .rightnews p a:hover{
	text-decoration:none;
	color:#a70303;
}



/* TAB */

.relative_link_3, a.relative_link_3
{
	position:absolute;
	overflow:hidden;
	display:block; 
	width:153px; 
	height:39px;
	margin:0 10px;
	/*background:url(../images/bg_hot_news_1.png);*/
	text-decoration:none;
	cursor:pointer;
	float:left;
}
.relative_link_3 table
{
	width:153px; 
	height:39px;
}
.relative_link_3 table:hover
{
	background:#fff;
	border:1px solid #ccc;
	border-bottom:none;
	width:153px;
	height:38px;
}

.relative_link_3 h3
{
	display:block;
	color:#000;
	font-weight:bold;
	padding:0px;
	font-size:12px;
	line-height:39px;
	margin:0 auto;
	text-align:center;
}
.relative_link_3 h3:hover
{
	color:#a70303;
}

a:hover.relative_link_3,
a.relative_link_3_active
{
	/*background:url(../images/bg_hot_news_2.png);*/
	font-weight:bold;
}
a:hover.relative_link_3 h3,
a.relative_link_3_active h3
{
	color:#a70303;  
}





