@charset "gb2312";
/* CSS Document */
.page-ctrl-category {
	width: 100%;
}
.page-ctrl-category .breadcrumb {
	width: 100%;
}
.breadcrumb-list {
	width: 100%;
}
.breadcrumb-list span {
	display: block;
	float: left;
	height: 40px;
	color: #333;
}
.breadcrumb-list i {
	display: block;
	float: left;
	height: 40px;
	padding: 0px 5px;
	color: #999;
}
.breadcrumb-list a {
	display: block;
	float: left;
	height: 40px;
	color: #999;
}
.breadcrumb-list a:hover {
	color: #333;
}
.breadcrumb-list a:last-child {
	color: #0088FF;
}

.page-ctrl-category .list {
	width: 100%;
}
.page-ctrl-category .list-holder {
	position: relative;
	width: 100%;
	padding-left: 130px;
	padding-bottom: 30px;
}
.page-ctrl-category .list-holder .title {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	background-color: #333;
}
.page-ctrl-category .list-holder a {
	display: block;
	float: left;
	padding: 0px 15px;
	margin: 5px;
	line-height: 36px;
	background-color: #BBB;
	color: #FFF;
}
.page-ctrl-category .list-holder a:hover {
	color: #FFF;
	background-color: #FFAA00;
}
/*--------------------------------------------------------------------*/


.page-ctrl-product {
	width: 100%;
}
.page-ctrl-product .list {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	background-color: #F5F5F5;
}
.page-ctrl-product .list:nth-child(3n) {
	margin-right: 0%;
}
.page-ctrl-product .img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.page-ctrl-product .img i {
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page-ctrl-product .title {
	width: 100%;
	height: 30px;
	padding: 0px 20px;
	margin-top: 20px;
	font-size: 18px;
	color: #333;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.page-ctrl-product .note {
	width: 100%;
	height: 20px;
	padding: 0px 20px;
	margin-bottom: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
}
.page-ctrl-product .note span {
	float: right;
}
.page-ctrl-product .note span:first-child {
	float: left;
}