﻿
/*----------相册页面--------*/
/*图片查看*/
.photo_hd,.photo_bt,.previous span,.next span,.go_left span,.go_right span{ background:url(/smedia/nwed/images/service/photolist_bg.png) 0 0 no-repeat;}
.photo .con{ padding:0 0 10px;}
.photo{margin-bottom:10px;}
.photoview_wrap{ width:510px; overflow:hidden; float:left;}
.photoshow{width:100%;}
.previous ,.next{width:24px; height:400px; display:inline; margin-top:30px;}
.previous{ float:left;margin-left:5px;}
.next{ float:right;margin-right:5px;}
.previous:hover,.next:hover{background:url(/smedia/nwed/images/service/photolist_bg.png) 0 -10px no-repeat;}
.previous span,.next span{ width:10px; height:19px;display:block;cursor:pointer;margin-top:200px;margin-left:6px;}
.previous span{ background-position:-24px -10px; }
.next span{ background-position:-34px -10px;}
.show_con{ margin:10px 5px 0; width:560px; float:left; display:inline;}
.show_con h5{ font-weight:400;font-size:14px; background:#f2f2f2;height:28px; line-height:28px; padding:0 10px; border-bottom:2px solid #fff;}
.show_con h5 span{color:#969696; float:right;}
.pic{display:table-cell;height:370px;width:560px;text-align:center;vertical-align:middle; font-size:0; overflow:hidden;background:#fff url(/smedia/nwed/images/service/loading.gif) center center no-repeat;}

.zoom_btn{cursor:url(/smedia/nwed/images/service/zoomin.cur),pointer;}

/*图片列表*/
.piclist_wrap{ width:100%; height:100px; padding-top:15px; padding-bottom:10px;}
.piclist_con {position:relative; width:540px; height:100px; overflow:hidden; margin-left:15px; overflow:hidden;}
.piclist{position:absolute;top:0px;left:0px; height:100px; width:9999em;overflow:hidden; display:block;}
.c{ background:#c06;}
#nimg{visibility:hidden; height:0; width:0; overflow:hidden;}

.go_left,.go_right{ display:block; width:30px;height:100px;}
.go_left span,.go_right span{ width:12px; height:43px; display:block; cursor:pointer;}
.go_left{ border-right:1px solid #cdcdcd; float:left;}
.go_right{ border-left:1px solid #cdcdcd; float:right;}
.go_left span{ background-position:-44px -10px; margin:28px 0 0 18px;}
.go_right span{ background-position:-56px -10px; margin:28px auto 0 0;}
.piclist li{ float:left; padding:5px; border:1px dashed #aaa; margin:5px 5px 0;display:inline;}
.piclist img{ height:80px; display:block;}

/*相册列表*/
.photolist_wrap{ float:right;width:160px; padding:0 5px 0 10px;border-left:1px solid #e5e5e5;}
.photolist_wrap h4{ margin-bottom:6px; font-size:14px; padding-top:13px;}
.photolist{ height:500px;  overflow:auto;}
.photolist li{ width:136px; padding:5px 0;}
.photo_hd,.photo_bt{display:block; overflow:hidden;}
.photo_hd{ height:3px; background-position:0 0;}
.photo_bt{ height:7px; background-position:0 -3px;}
.photo_bd{ border-left:1px solid #bababa; border-right:1px solid #bababa; padding:5px 7px;}
.photo_bd img{ width:120px;display:block; margin-bottom:4px;}
.photo_bd strong{ font-weight:400; line-height:16px; text-align:center; display:block;}



/*相册列表格式*/
.clearfix:after{ content:""; display:block;visibility:hidden; height:0; clear:both;}
.clearfix { height:1%;}
.clear{clear:both;height:0px;overflow:hidden;}
