.pic_news_01{margin:0 10px 10px;padding:0 20px 20px;clear:both}
.pic_news_01 .picnews{height:122px;margin-top:20px;clear:both}
.pic_news_01 .picnews .pic{float:left;text-align:center; }
.pic_news_01 .picnews .pic span{display:block;padding:5px}
.pic_news_01 .picnews .txt{float:left;padding:0 10px;line-height:160%;text-align:left}
.pic_news_01 .picnews .txt h4{font-size:13px;line-height:160%}
.pic_news_01 .picnews .txt .more{padding:0 20px;line-height:20px;text-align:right}
.page {clear:both}

.next,.prev {
	background:url(../images/icon_arr.gif) no-repeat;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	transition:transform 0.2s ease-in;
	cursor:pointer
}
.picBox {
	overflow:hidden;
	position:relative;
}
.picBox .hd {
	height:15px;
	overflow:hidden;
	position:absolute;
	right:5px;
	bottom:5px;
	z-index:1;
}
.picBox .hd ul {
	overflow:hidden;
	zoom:1;
	float:left;
}
.picBox .hd ul li {
	float:left;
	margin-right:2px;
	width:15px;
	height:15px;
	line-height:14px;
	text-align:center;
	background:#ccc;
	cursor:pointer;
	font-size:12px;
	font-family:"Tahoma";
	color:#666
}
.picBox .hd ul li.on {
	background:#f60;
	color:#fff;
}
.picBox .bd {
	position:relative;
	height:100%;
	z-index:0;
}
.picBox .bd li {
	zoom:1;
	vertical-align:middle;
	background:url(../images/load2.gif) no-repeat 50% 50%;
	height:360px;
}
.picBox .bd img {
	display:block;
}
.picBox .bd a {
	width:100%;
	height:100%;
	display:block
}
.picBox .prev,.picBox .next {
	transition:all 0.2s ease-in;
	position:absolute;
	left:1%;
	top:50%;
	width:50px;
	height:70px;
	background-position:10px 16px;
	filter:alpha(opacity=0);
	opacity:0;
}
.picBox .next {
	left:auto;
	right:1%;
	background-position:10px -58px;
}
.picBox:hover .next,.picBox:hover .prev {
	display:block;
	filter:alpha(opacity=100);
	opacity:1;
}