@charset "utf-8";
/* CSS Document */


/**********中间正式内容*************/
.right_style{
	border: 1px solid #dddddd; 
	float:left; 
	width:708px; 
	margin-left:20px;
	font-family: "微软雅黑","黑体","宋体";
}

.right_head{
	float:left; 
	background: #efeded;
	height: 30px;
	line-height:30px;
	width:708px;
}

.right_head_h3{
	font-size:14px; 
	padding-left:10px;
}


.right_contant {
	float: left;
	clear: both;
	padding-bottom: 15px;
	list-style:none;
	font-family: "微软雅黑","黑体","宋体";
	color: #666;
	padding-left:30px;
}
.right_contant span{
	float:left;
	font-weight:bold;
	font-size:24px;
	padding-top:30px;
	padding-bottom:15px;
}

.right_contant li{
	list-style:none;
	float:left;
	width:620px;
	line-height:30px;
	font-size:15px;
}
.text{
	float:left;
	padding-left:15px;
	font-family: "微软雅黑","黑体","宋体";
	color: #666;
	line-height:25px;
	}
.text a{
	text-decoration:none;
	color: #0555ab;
}

.text a:hover {
color: #FF7324;
text-decoration: underline;
}
.right_contant li a{
	text-decoration:none;
	color:#666;
	font-weight:bold;
}

.right_contant li a:hover{
	text-decoration:underline;
	color:#FF5400;
}
/**********中间正式内容结束*************/