@charset "utf-8";
*{
	margin:0;
	padding:0;
	border:0;
	
	}

a {
	text-decoration: none;
}
img {
	border-style: none;
}
ul {
	list-style: none;
}
/* 基础部分*/

/*图片列表*/
.piclist {
	width:50em;
	margin: 0 auto;


}
.listul {
	margin-left: 0;
	height:
	overflow: hidden;

}
.listul li {
	float: left;
	width:160px;
	height:210px;
	position: relative;
	border:solid #ccc 1px;
	margin-left:24px;
	margin-top:10px;


	
}
.listul li:hover{
	border:solid #999 1px;
	}
.listul li img{
	width: 158px;
	height:155px;
	
	}
.listul li span a {
	position: absolute;

	width:  158px;
	background: rgba(0,0,0,0.6);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	color: #fff;
	font-size: 15px;
	
}
.listul li span a:hover {
	color:#900;
	text-decoration:underline;

}





/*分页样式*/
.fydiv {
	
	width: 320px;
	text-align: center;
	height: 30px;
	margin: 0 auto;
	margin-top: 30px;
}
.fenye {
	text-align: center;
	height: 30px;
	margin: 0 auto;
}
.fenye li {
		margin-top:30px;
	float: left;
	border: 1px solid #6CBFB7;
	height: 26px;
	line-height: 26px;
	margin-right: 10px;
}
.fenye li:hover {
	background-color: #f1f1f1;
}
.fenye li a {
	text-decoration: none;
	color: #6CBFB7;
	display: block;
}

.prev {
	width: 66px;
}
.next {
	width: 66px;
}
.numb {
	width: 26px;
}
.choose {
	border: 1px solid #357973!important;
}
.choose a {
	color: #357973!important;
}
