﻿

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../gif/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../gif/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../gif/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}


.boxslidecom .hd{
	height:28px;
	line-height:28px;
	border-bottom:4px solid #163b8c;
}
.boxslidecom .hd ul li a{
	margin-right:20px;
	padding-left:16px;
}
.boxslidecom .hd ul li.on a{
	background-color:#163b8c;
	padding:4px 16px 5px;
	color:#fff;
	font-weight:600;
	font-size:14px;
}
.boxslidecom{
	position:relative;
}
.boxslidecom .bd a.more{
	position:absolute;
	right:16px;
	top:6px;
	font-size:12px;
	color:#163b8c;
	font-weight:400;
	z-index:99;
}

.common_tit{
	/* margin:0 16px; */
	
}
.common_tit li{
	float:left;
}
	
	
/* 公共列表样式 */
.common_list {
	margin:2px 16px;
}
.common_list li{
	height:24px;
	border-bottom:1px dotted #333;
	font-size:12px;
	text-indent:12px;
	line-height:24px;
	color:#333;
	position:relative;
}
.common_list li::after{
	content:"";
	width:2px;
	height:2px;
	background-color:#333;
	position:absolute;
	left:4px;
	top:50%;
}
.common_list li a{
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.common_list li span{
	color:#999;
	position:absolute;
	top:0;
	right:0;
}

.boxslidecom{
	border:1px solid #c0c0c0;
}


.yqlj_list li{line-height:32px;float:left;width:20%;}
.yqlj_list li a{display: block;width:90%;padding-left:10%;position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.yqlj_list li a:after{content:""; position: absolute; left:10px; top:50%; width:2px; height:2px;background-color:#333;}
