@charset "gb2312";
/* CSS Document */
/*
当两个容器嵌套时,如果外层容器和内层容器之间没有别的元素,firefox会把内层元素的margin-top作用与父元素。
也就是说因为子层是父层的第一个非空子元素，所以使用margin-top会发生这个错误。
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	outline:0 none
}

body{
	font-size:12px;
	color:#333;
}

:focus{
	outline:0 none
}

table{
	border-collapse:separate;
	border-spacing:0
}

img{
	vertical-align:middle	
}

a img,iframe{
	border:none
}

ol,ul{
	list-style:none
}

input,textarea,select,button{
	font-size:100%;
	font-family:inherit;
	vertical-align:middle
}

select{
	margin:inherit
}

a{
	text-decoration:none
}

a:link{
	color:#333
}

a:visited{
	color:#999
}

a:hover{
	color:#333;
	text-decoration:underline
}

a:active{
	color:#669eaf
}

.clearfix{
	-ms-zoom:1;
	zoom:1;
	clear:both
}

.clearfix:before,.clearfix:after{
	content:"\20";
	display:block;
	height:0;
	clear:both;
	overflow:hidden;
	visibility:hidden;
	font-size:0
}

.ellipsis{
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	white-space:nowrap
}

.list li{
	line-height:26px
}

.list li .ellipsis{
	float:left
}

.date{
	float:right;
	font-family:"宋体"
}

.simson{
	font-family:"宋体"
}

.more{
	float:right;
	font-family:"宋体"
}

.cover{
	padding:1px;
	border:1px solid #cacaca
}
.botPage{ 
	line-height:30px;	
}
.Num {color:#FF6600;font-family:Verdana, Arial, Helvetica, sans-serif}
.p_total {
background-color: #F5FBFF  ;
border-bottom: 1px solid #86B9D6  ;
vertical-align: middle;
color:#FF6600;
font-family:Verdana, Arial, Helvetica, sans-serif
}
.p_pages {
background-color: #F5FBFF  ;
border: 1px solid #86B9D6  ;
margin-right:1px;
vertical-align: middle;
font-weight: bold;
font-family:Verdana, Arial, Helvetica, sans-serif
}
.p_num {
background-color: #FFFFFF  ;
border: 1px solid #DEDEB8  ;
margin-right:1px;
vertical-align: middle;
font-family:Verdana, Arial, Helvetica, sans-serif
}
.p_curpage {
margin-right:1px;
border: 1px solid #DEDEB8  ;
vertical-align: middle;
background-color: #FFFFD9  ;
color: #92A05A  ;
font-weight: bold;
width:20px;
font-family:Verdana, Arial, Helvetica, sans-serif
}

#CpImg { text-align:center; height:150px; line-height:150px;}
#CpTitle {text-align:center; height:36px; font-size:14px;}


#album{/*相册*/
    position:relative;
    width:950px;
    height:240px;
    border:0px solid #EFEFDA;/*相册边框*/
    overflow:hidden;/*隐藏tip*/
  }
  #album dt {/*相册的内容显示区，包含相片与下面的翻页栏*/
    margin:0;/*去除浏览器的默认设置*/
    padding:0;/*去除浏览器的默认设置*/
    width:950px;
    height:240px;
    overflow:hidden;/*重点，让每次只显示一张图片*/
  }
  #album img {
    border:0px;
  }
  #album dd {/*翻页栏*/
    position:absolute;
    right:0px;
    bottom:10px;
  }
  #album a {
    display:block;/*让其拥有盒子模型*/
    float:left;
    margin-right:10px;/*错开格子*/
    width:15px;/*呈正方形*/
    height:15px;
    line-height:15px;
    text-align:center;/*居中显示*/
    text-decoration:none;/*消除下划线*/
    color:#808080;
    background:transparent url(../Images/o_button.gif) no-repeat -15px 0;
  }
  #album a:hover ,#album a.hover{
    color:#F8F8F8;
    background-position:0 0;
  }