/* clearfix */
.clearfix {
	clear:both;
}
/* wrapper css */
#wrapper{
    margin-bottom: 20px;
	width:100%;
}
#wrapper hgroup{
	text-align:center;
}

#container_honor{
	position:relative;
	margin:0 auto 25px;
	padding-bottom: 10px;
	
}
.grid{
	width:238px;
	min-height:100px;
	padding: 15px 15px 10px;
	background:#fff;
	margin:0;
	position:relative;
	font-size:12px;
	float:left;
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
}

.grid strong {
	border-bottom:1px solid #ccc;
	margin:10px 0;
	display:block;
	padding:0 0 5px;
	font-size:17px;
}
.grid .meta{
	text-align:right;
	color:#777;
	font-style:italic;
}
.grid .imgholder img{
	width:100%;
	background:#ccc;
	display:block;
	background:url(../images/loding.gif) no-repeat center;
    cursor: pointer;
}
.grid .imgholder .title{line-height:30px;text-align:center; white-space: nowrap;text-overflow: ellipsis;overflow: hidden;word-break: break-all;font-size:14px}

.grid a{position:absolute;top:0;width:100%;height:100%;background:rgba(0,0,0,0);text-align: center;left:0}
.grid a img{display:none}
.grid a:hover{width:100%;height:100%;background:rgba(0,0,0,0.3)}
.grid a:hover img {display:inline-block;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    z-index: 1;
}


/**整体**/
.container_honor{width:100%;height:100%;display:none;position:fixed;top:0;left:0;z-index:100;background:rgba(0,0,0,0.5);padding:20px 0 0 0}
/**关闭区**/
.close_div_honor{position:absolute;padding:5px;background:#fff;border-radius:50%;width: 30px;height:30px;z-index:112;}
.close_div_honor img{display: block;margin:auto}
/**图片区**/
.content_honor{background:#fff;position:absolute;padding:20px}
.content_honor img{display:block;width:100%}
.content_honor span{position:absolute;left:45%;top:40%;}
/**左右箭头**/
.content_honor .left,.content_honor .right{position:absolute;top:0;z-index:110;}
.content_honor .left{left:0;cursor:url(../images/pic-prev.png), auto; }
.content_honor .right{right:0;cursor:url(../images/pic-next.png), auto;}

/**提示框弹出层**/
.pop_honor{
    z-index: 1000;
}
