/* 正文组图 */
  #detail .article-box {
  padding: 2px 10px;
  text-align: justify;
  min-height: 610px;
}
  
  
#detail .photos {

margin:0 auto;
position:relative;
}
#detail .photos .pic {
text-align:center;
position:relative;
}
#detail .photos .pic img {
min-height:360px;
}
#detail .photos .pic span {
display:block;
}
#detail .photos .pic .tips {
display:none;
width:200px;
font-size:14px;
line-height:40px;
background:rgba(0,0,0,0.5);
  filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
color:#fff;
padding:0 10px;
position:absolute;
top:50%;
left:50%;
margin:-20px 0 0 -110px;
}
#detail .photos h4 {
line-height:30px;
text-align:center;
font-size:16px;
padding:10px 0;
}
#detail .photos .preview { /* 容器大小、溢出隐藏 */
  width:620px;
  height:80px;
  position:relative;
  overflow:hidden;
border-top:1px #e0e0e0 solid;
border-bottom:1px #e0e0e0 solid;
background-color:#fff;
margin:0 auto;
padding:1px 0;
}
#detail .photos .preview ul {
height:80px;
background-color:#f2f2f2;
}
#detail .photos .preview li { /* 子元素大小 */
  width:124px;
  height:70px;
line-height:70px;
font-size:14px;
text-align:center;
padding:5px 0;
}
#detail .photos .preview li a {
width:112px;
height:66px;
display:block;
border:2px #f2f2f2 solid;
margin:0 auto;
}
#detail .photos .preview li.current a {
  border:2px #2c94df solid;
}
#detail .photos .preview li a span {
width:110px;
height:64px;
display:block;
border:1px #fff solid;
background-color:#fff;
overflow:hidden;
cursor:pointer;
}
#detail .photos .preview li a img {
width:110px;
}
#detail .photos p .prev, .photos p .next {
display:block;
width:23px;
height:23px;
border:none;
background-image:url(/images/arr2.png);
background-repeat:no-repeat;
position:absolute;
bottom:30px;
cursor:pointer;
z-index:3;
font:0/0 lx;
overflow:hidden;
margin:0;
}
#detail .photos p .prev {
left:0;
}
#detail .photos p .next {
background-position:100% 0;
right:0;
}
#detail .photos .pic .prev, .photos .pic .next {
  width:50%;
  _height:2000px;
  background-image:url(about:blank);
  position:absolute;
  top:0;
bottom:0;
}
#detail .photos .pic .prev {
cursor:url(http://i3.sinaimg.cn/dy/deco/2012/1218/hdfigure/hd_left_arrow.cur), auto;
  left:0;
}
#detail .photos .pic .next {
cursor:url(http://i3.sinaimg.cn/dy/deco/2012/1218/hdfigure/hd_right_arrow.cur), auto; 
right:0;
}
.detailArticle .oppWrap {
width: 870px;
  float: right;
}

#footer {
  clear: both;
}