#globalbody #picturenews{float:left;margin:30px 0 0 25px;padding:0;width:195px;_margin-left:13px}
#globalbody .title{background:#e8ebed;border-bottom:#ccc solid 1px;border-top:#ccc solid 1px;height:22px;padding:6px 0 0 10px}
#globalbody .title h2{color:#06f;float:left;font-size:14px}
#globalbody .year{float:right;margin-right:10px}
#globalbody .year a{margin:0 12px}
#globalbody #picturenews .picturenewsitem{margin:6px 0 16px}
#globalbody #picturenews .picturenewsitem .img{margin-bottom:10px}
#globalbody .list{border-bottom:#ccc solid 1px;border-top:#ccc solid 1px;margin-top:6px;padding:20px 0}
#globalbody .list li{background:url(../images/double-arrow.gif) 0 5px no-repeat;padding-left:20px}
#globalbody .demo{padding-top:0}
#globalbody .articlebody{margin:30px 260px 45px 45px}
.articletitle{color:#06f;font:bold 14px Arial;text-align:center}
.articleinfo{color:#666;margin:15px 0}
.detail{border-bottom:#ccc solid 1px;border-top:#ccc solid 1px;color:#000;padding:24px 6px}
.detail p{margin-bottom:1em;text-indent:2em;letter-spacing: 0.5pt}
.detail h3{margin-bottom:0.3em;text-indent:2em;letter-spacing: 0.5pt}
.detail table td{border-color:#ccc}
.addtime{color:#647186;margin:30px 5px 0 0;text-align:right}
.active{color:#06f}

/*demo css*/
.ibox{width:625px; height:210px; background:#fff; margin:1em auto; border:0.5mm solid #ddd; position:relative; overflow:hidden}
.ibox .showbox{position:absolute;left:0;width:2045px; height:170px; background:#fff}
.ibox .showbox ul li{float:left;margin:7px}
.ibox .showbox ul li img{width:150px; height:150px; border:3px solid #fff}
.ibox span{position:absolute;padding:2px 5px; background:#ddd; cursor:pointer;}
.ibox span.pre{left:10px; bottom:0}
.ibox span.next{right:10px; bottom:0}
.ibox span.num{right:45%; bottom:0; background:#fff;line-height:18px;}
.ibox span.num li{display:inline;margin:0 5px; padding:1px 5px; line-height:18px}
.ibox span.num .numcur{background:#a40000; color:#fff}



.Slider1 {
	position:relative;
	height:150px;

}
.Slider1 ul {
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
}
.Slider1 ul li {
	position:absolute;
	display:none;
}
.Slider1 ul li.selected {
	display:block;
}
.Slider1 dl {
	position:absolute;
	bottom:-25px;
	right:237px;
	z-index:11;
}
.Slider1 dl dd{
	float:left;
	margin:0 0 0 2px;
	width:15px;
	height:15px;
	cursor:pointer;
	font:Arial;
	background-color:#FFFFFF;
	color:#9F9F9F;
	font-size:12px;
	text-align:center;
	line-height:15px;
	border:1px solid #DCDCDC;
}
.Slider1 dl dd.selected {
	background-color:#C00100;
	border:1px solid #A00100;
	color:white;
	font-size:13px;
	font-weight:bold;
}
.Slider1 ul img {border:0;}
