@charset "utf-8";
/* CSS Document */

/* content */
#content{
	clear:both;
	float:left;
	background:#fff;
	width:998px;
	margin:20px 0px 0px;
	border:1px solid #ddd;
	border-radius:5px;
	padding:20px 0px 30px;
}

.content_current{
	display:none;
}

.content_title{
	clear:both;
	float:left;
	height:30px;
	width:940px;
	padding:0px 29px;
	font-size:40px;
	color:#2279be;
}

/* content_focus */
.content_focus{
	clear:both;
	float:left;
	width:998px;
	margin-top:20px;
}

.content_focus_title{
	clear:both;
	float:left;
	width:940px;
	padding:5px 29px;
	line-height:30px;
	color:#555;
}

.content_focus_title h2{
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	word-wrap:break-word;
}

.content_focus_text{
	clear:both;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
}

.content_focus_text img{
	display:block;
	margin:30px auto;
}

.content_focus_text p{
	clear:both;
	float:left;
	width:940px;
	padding:0px 29px;
	font-size:14px;
	text-align:left;
	text-indent:30px;
	line-height:26px;
	color:#555;
}

.content_focus_ref{
	clear:both;
	float:left;
	width:940px;
	margin-top:20px;
	padding:0px 29px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-align:left;
	color:#699;
}

/* content_list */
.content_list{
	clear:both;
	float:left;
	width:990px;
	margin-top:50px;
	padding:0px 4px;
}

.content_list_title{
	clear:both;
	float:left;
	height:30px;
	width:990px;
	font-size:30px;
	text-align:center;
	color:#555;
}

.content_obj{
	cursor:pointer;
	float:left;
	height:230px;
	width:300px;
	margin:20px 15px;
	color:#555;
	position:relative;
}

.content_id{
	display:none;
}

.content_obj_arrow{
	display:none;
	background:url(../img/arrow_up.png) 125px 40px no-repeat;
	height:230px;
	width:300px;
	position:absolute;
	top:0px;
	left:0px;
}

.content_obj img{
	float:left;
	border-radius:5px;
}

.content_image{
	overflow:hidden;
	clear:both;
	float:left;
	height:150px;
	width:300px;
}

.content_obj_title{
	float:left;
	height:70px;
	width:300px;
	padding-top:10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:22px;
}