﻿/*
******************************
********** author:@zhou小白猪
********** css:borlist.css
********** 说明:二级列表样式
******************************
*/

@import "common.css";/*导入通用样式*/

.ztlist{
	width:100%;
	height:auto;
	float:left;
}
.ztlist a{
	width:240px;
	height:auto;
	float:left;
	padding:4px;
	border:1px solid #e6e6e6;
	margin:10px 12px;
}
.ztlist a img{
	width:230px;
	height:80px;
	float:left;
}
.ztlist a .text{
	width:100%;
	height:auto;
	text-align:center;
	float:left;
	color:#777;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-top:5px;
}