@charset "utf-8";
/* 酷站代码整理 转载请注明出处 http://www.5icool.org */
* {
	margin:0;
	padding:0;
}
a, img {
	border:0;
}
ul, li {
	list-style:none;
}

.lanrenzhijia {
	padding-left :35px;
}
.box {
	float:left;
	width:150px;
	height:80px;
	border:1px solid white;
	background:#EEE;
	margin:10px;
	position:relative;
	display:inline;
}
.box a {
	display:block;
	width:100px;
	height:100px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	z-index:9;
}
.box img {
	width:150px;
	height:80px;
}
.boxBor {
	position:absolute;
	left:0;
	top:0;
	display:none;
	border:1px solid white;
	z-index:4;
	background:#fff;
	background:-moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.77));
	background:-webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.77));
	background:-o-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.77));
	background:-ms-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.77));
}
#foot_bm a,p,p a{font-size:12px;color:#666;}
