@charset "utf-8";
#divSmallBox{overflow:hidden;*display:inline;*zoom:1;width:10px;height:10px;margin:0 5px;border-radius:10px;background:#ffffff;}
#playBox{ width:1200px; height:409px; margin:8px auto 20px auto; background:#333; position:relative; overflow:hidden;}
#playBox .oUlplay { width:99999px; position:absolute; left:0; top:0;}
#playBox .oUlplay li{ float:left;}
#playBox .pre{ cursor:pointer; width:45px; height:45px; background:url(../images/l.png) no-repeat; position:absolute; top:190px; left:10px; z-index:10;}
#playBox .next{ cursor:pointer; width:45px; height:45px; background:url(../images/r.png) no-repeat; position:absolute; top:190px; right:10px; z-index:10;}
#playBox .smalltitle {width:1200px; height:10px; position:absolute; bottom:15px; z-index:10}
#playBox .smalltitle ul{ width:120px; margin:0 auto;}
#playBox .smalltitle ul li{ width:10px; height:10px; margin:0 5px; border-radius:10px; background:#ffffff; float:left; overflow:hidden;*display:inline;*zoom:1;}
#playBox .smalltitle .thistitle{ background:#69aaec;}

#solid{
	width:100%;
	clear:both;
	margin-top:20px;
	position:relative;
}
#solid ul{
	margin:0px;
	padding:0px;
	list-style:none;	
}
#solid ul li{
	position:relative;
	left:50%;
	top:0px;
	width:1200px;
	margin-left:-599px;
	display:none;
}
#solid ul li dt{
    float:left;
	width:370px;
	overflow:hidden;
	margin:0 44px 0 0;
}
#solid ul li dt.end{
    margin-right:0;
}
#solid ul li dt .cont{
   border:1px #dadadc solid; border-top:none;
   padding:27px;
}
#solid ul li dt .cont_title{
   font-size:16px;
   font-weight:bold;
   color:#de4b43;
   line-height:25px;
}
#solid ul li dt .cont_title1{
   color:#d2d2d2;
   line-height:35px;
}
#solid ul li dt .cont_cont{
   line-height:25px;
   height:80px;
}
#solid ul li dt .cont_but{
   padding-top:10px;
}
#solid #btt{	
    position:relative;
	width:1200px;
	height:55px;
	top:558px;
	left:50%;

	margin-left:-599px;
}
#solid #btt span{
	position:absolute;
	left:45%;
	display:block;
	width:30px;
	height:4px;
	margin:0 15px;	
	text-align:center;
	background:#ccc;
	z-index:1000;
	cursor:pointer;
	filter:alpha(opacity=70); /*IE滤镜，透明度50%*/
	-moz-opacity:0.7; /*Firefox私有，透明度50%*/
	opacity:0.7;/*其他，透明度50%*
}

