@charset "utf-8";
/* CSS Document */

/*--  左侧边栏  --*/
.left_container{
width:250px;
height:1%;
overflow:hidden;
float:left;
clear:left;
margin-left:5px;
margin-top:10px;
}
	/*--  相关内容调用  --*/
	ul#xiangguan li{
	float:left;
	}
	ul#xiangguan li.c_1{
	width:16px;
	height:250px;
	background:url(../jl_4.jpg) no-repeat left top;
	}
	ul#xiangguan li.c_2{
	width:218px;
	}
	ul#xiangguan li.c_2 h2 a{
	display:block;
	font-weight:bold;
	font-size:130%;
	text-indent:30px;
	color:#138FEC;
	width:218px;
	height:47px;
	line-height:40px;
	background:url(../jl_5.gif) no-repeat left top;
	}
	ul#xiangguan li.c_2 li{
	float:none;
	height:22px;
	line-height:22px;
	}
	ul#xiangguan li.c_3{
	width:16px;
	height:250px;
	background:url(../jl_6.jpg) no-repeat right top;
	}

/*--  右侧边栏  --*/
.right_container{
width:610px;
float:right;
clear:right;
margin-right:0px!important;
margin-right:4px;
margin-top:10px;
}
.right_container .title{
height:40px;
background:#def6ff;
}
.right_container .title h2{
width:17%;
height:35px;
float:left;
line-height:35px;
background:#fff;
font-weight:bold;
font-size:130%;
color:#05c3ed;
border:1px solid #F5F5F5;
border-bottom:none;
text-align:center;
margin:5px 0px 0px 20px;
}
.right_container .title p{
width:70%;
text-align:left;
margin:20px 0px 0px 10px;
float:right;
color:#999;
}
.right_container .content{
padding:20px 0px;
}
.right_container .content ul li{
height:28px;
line-height:28px;
background:#f4faff;
}
.right_container .content ul li.b_fff{
background:#fff;
}
.right_container .content ul li a{
color:#333;
}
.right_container .content ul li span{
float:right;
height:28px;
line-height:28px;
padding-right:10px;
color:#999;
}
.right_container .content h3{
font-size:150%;
font-weight:bold;
color:#333;
text-align:center;
margin-top:20px;
}
.time{
text-align:center;
color:#999;
margin-bottom:20px;
}
























