.pages {
	font:0/0 lx;
	padding:15px 0;
	text-align: center;}
.pages a {
	display:inline-block;
	line-height:28px;
	margin:0 1px;
	padding:0 10px;
	border:1px #d2d2d2 solid;
	font-size:14px;
	vertical-align:middle;}
.pages a:hover {
	border:1px #048 solid;}
.pages a.current {
	border:1px #048 solid;
	background-color:#048;
	color:#fff;
	position:relative;}
.pages span {
	line-height:28px;
	font-size:14px;
	margin-left:10px;
	vertical-align:middle;}
.pages select {
	border:1px #d2d2d2 solid;
	padding:4px;}





/* 正文组图 */
.photos {
	width:620px;
	margin:20px auto;
	position:relative;}
.photos .pic {
	text-align:center;
	position:relative;}
.photos .pic img {
	height:400px;
        width: 620px;}
.photos .pic span {
	display:block;}
.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;}
.photos h4 {
	line-height:30px;
	text-align:center;
	font-size:16px;
	padding:10px 0;}
.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;}
.photos .preview ul {
	height:80px;
	background-color:#f2f2f2;}
.photos .preview li { /* 子元素大小 */
    width:124px;
    height:70px;
	line-height:70px;
	font-size:14px;
	text-align:center;
	padding:5px 0;}
.photos .preview li a {
	width:112px;
	height:66px;
	display:block;
	border:2px #f2f2f2 solid;
	margin:0 auto;}
.photos .preview li.current a {
    border:2px #2c94df solid;}
.photos .preview li a span {
	width:110px;
	height:64px;
	display:block;
	border:1px #fff solid;
	background-color:#fff;
	overflow:hidden;
	cursor:pointer;}
.photos .preview li a img {
	width:110px;}
.photos p .prev, .photos p .next {
	display:block;
	width:23px;
	height:23px;
	border:none;

	background-repeat:no-repeat;
	position:absolute;
	bottom:30px;
	cursor:pointer;
	z-index:3;
	font:0/0 lx;
	overflow:hidden;
	margin:0;}
.photos p .prev {
	left:0;}
.photos p .next {
	background-position:100% 0;
	right:0;}
.photos .pic .prev, .photos .pic .next {
    width:50%;
    _height:2000px;
    position:absolute;
    top:0;
	bottom:0;
	cursor:pointer;}
.photos .pic .prev {

    left:-11px;}
.photos .pic .next {

	right:-11px;}