#artice_picbox{
	position: relative;
	margin-top: 16px;
	width: 707px;
	height: 293px;
	/*overflow: hidden;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    1px 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow:         1px 1px 5px rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;*/
}
#artice_picbox .top_corner, #artice_picbox .bottom_corner{
	position: absolute;
	right: -2px;
	width: 9px;
	height: 9px;
	font-size: 1px;
}
#artice_picbox .top_corner{
	top: 0px;
	background: url(/frame/right_top_corner.png) no-repeat 0px 0px;
	display: none;
}
#artice_picbox .bottom_corner{
	bottom: -1px;
	background: url(/frame/right_bottom_corner.png) no-repeat 0px 0px;
	display: none;
}
#artice_picbox ul{
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 239px;
	height: 293px;
	font-family: Tahoma,Verdana,Helvetica,sans-serif;
	/*overflow: hidden;*/
}
#artice_picbox ul li{
	display: block;
	padding: 0px;
	margin: 0px;
	width: 239px;
	-webkit-box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    -1px 2px 3px rgba(0, 0, 0, 0.3);
	box-shadow:         -1px 2px 3px rgba(0, 0, 0, 0.3);
}
#artice_picbox ul li.head{
	padding: 10px 0px 0px 9px;
	width: 230px;
	height: 28px;
	/*background: url(/frame/picnews_head.gif) no-repeat;*/
	font-weight: bold;
	font-size: 13px;
	color: #424242;	
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}
#artice_picbox ul li.corner{
	position: absolute;
	left: 0px; bottom: -1px;
	width: 9px;
	height: 9px;
	background: url(/frame/left_bottom_corner.png) no-repeat 0px 1px;
	font-size: 1px;
	display: none;
}
#artice_picbox ul li a{
	font-weight: bold;
	display: block;
	padding: 10px 15px 0px 9px;
	width: 215px;
	height: 39px;
	background: #f2f2f2;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	font-size: 12px;
	color: #717171;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
}
#artice_picbox ul li a.active, #artice_picbox ul li a:hover{
	background: url(/frame/picnews_menu.png) no-repeat 0px 0px;
	color: #333;
}

/**/
#artice_picbox .pic{
	float: right;
	position: relative;
	width: 466px;
	height: 293px;
	/*overflow: hidden;*/
	-webkit-box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    -1px 2px 3px rgba(0, 0, 0, 0.3);
	box-shadow:         -1px 2px 3px rgba(0, 0, 0, 0.3);
}
#artice_picbox .lay{
	position: absolute;
	left: 0px; bottom: 0px;
	padding: 15px;
	width: 438px;
	background: url(/frame/picnews_layer2.png) repeat;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #fff;
}
#artice_picbox .lay h3{
	margin: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 14px;
}
#artice_picbox .lay h3 a{
	color: #fff;
	text-decoration: none;
}
#artice_picbox .lay h3 a:hover{
	text-decoration: underline;
}
#artice_picbox .lay span{
	display: block;
	margin-bottom: 10px;
	font-size: 11px;
}
#artice_picbox .lay p{
	margin: 0px;
	font-size: 12px;
}