@charset "utf-8";
/* 布局 */
#leftcontent{
	float:left;
	width:740px;
	margin-right:10px;
}
#rightcontent{
	float:left;
	width:200px;
}
#subbody .title{
	color:#bc008d;
	line-height:22px;
}
#subbody .title a{
	display:inline;
	margin:0 10px;
	color:#bc008d;
}
#subbody .title span{
	color:#393939;
	margin-left:10px;
}

#subbody .content{
	width:738px;
	overflow:hidden;
	padding:10px 0;
}
#subbody .content .col{
	width:698px;
	clear:both;
	margin:0 auto;
	background:url(../i/col_bg_02.gif) #feedf3 repeat-y;
}
#subbody .content .col .top{
	height:16px;
	overflow:hidden;
	background:url(../i/col_top_02.gif) no-repeat;
}
#subbody .content .col .bottom{
	height:16px;
	overflow:hidden;
	background:url(../i/col_bottom_02.gif) no-repeat;
}
#subbody .content .col .main{
	width:668px;
	overflow:hidden;
	padding:4px 15px;
}
#subbody .content .col .main .slide{
	float:left;
	width:282px;
	height:271px;
	margin-right:20px;
}
#subbody .content .col .main p{
	clear:none;
	line-height:20px;
}
#subbody .content .col .main p span{
	margin-right:10px;
}


#subbody .photo{
	position:relative;
	width:350px;
	height:103px;
	overflow:hidden;
	margin-top:10px;
}
#subbody .photo .area{
	width:290px;
	margin:0 auto;
}
#subbody .photo .area .piccol{
	width:132px;
	height:102px;
	overflow:hidden;
	float:left;
	margin:0 5px;
}
#subbody .photo .area .piccol img{
	padding:6px;
	border:1px solid #ccc;
	background:#fff;
}
#subbody .photo .prev,#subbody .photo .next{
	position:absolute;
	display:block;
	width:18px;
	height:18px;
}
#subbody .photo .prev{
	top:45px;
	left:2px;
	background:url(../i/icon_prev.gif) no-repeat;
}
#subbody .photo .next{
	top:45px;
	right:2px;
	background:url(../i/icon_next.gif) no-repeat;
}