/* infoList */

.byzwPC-infoList {
	float: left;
	display: block;
	width: 100%;
}

.byzwPC-infoList ul {
	float: left;
	display: block;
	width: 100%;
	border: 1px solid #F0F0F0;
}

.byzwPC-infoList ul li {
	float: left;
	display: block;
	padding: 20px;
	width: 100%;
	border-bottom: 1px solid #F0F0F0;
}

.byzwPC-infoList ul li:last-of-type {
	border-bottom: none;
}


/* infoList img */

.byzwPC-infoList ul li .byzwPC-infoList-img {
	float: left;
	display: block;
	width: 20%;
	max-width: 180px;
	max-height: 120px;
	overflow: hidden;
}

.byzwPC-infoList ul li .byzwPC-infoList-img img {
	width: 100%;
}


/* infoList detail */

.byzwPC-infoList ul li .byzwPC-infoList-detail {
	float: left;
	display: block;
	padding-left: 20px;
	width: 80%;
}


/* infoList detail - title */

.byzwPC-infoList-detail .byzwPC-infoList-title {
	float: left;
	display: block;
	padding-bottom: 5px;
	width: 100%;
}

.byzwPC-infoList-detail .byzwPC-infoList-title a {
	float: left;
	display: block;
	padding-right: 10px;
	width: 88%;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 1px;
	color: #444;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.byzwPC-infoList-detail .byzwPC-infoList-title a:hover {
	color: #FF0000;
}

.byzwPC-infoList-detail .byzwPC-infoList-title span.price {
	float: right;
	display: block;
	width: 12%;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #FF4040;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.byzwPC-infoList-detail .byzwPC-infoList-title span.price strong {
	padding-left: 5px;
	font-size: 18px;
	font-weight: 700;
}


/* infoList detail - summary */

.byzwPC-infoList-detail .byzwPC-infoList-summary {
	float: left;
	display: block;
	padding-top: 8px;
	width: 100%;
	max-height: 50px;
	font-family: "宋体";
	font-size: 13px;
	line-height: 20px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}


/* infoList detail - tips */

.byzwPC-infoList-detail .byzwPC-infoList-tips {
	float: left;
	display: block;
	padding-top: 5px;
	width: 100%;
	font-size: 14px;
	line-height: 15px;
	color: #999;
}

.byzwPC-infoList-tips .name {
	float: left;
	display: inline-block;
	padding-top: 5px;
	padding-right: 12px;
	max-width: 42%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.byzwPC-infoList-tips .name a {
	font-family: simsun;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.byzwPC-infoList-tips .name a:hover {
	color: #0033FF;
}

.byzwPC-infoList-tips .tag {
	float: left;
	display: inline-block;
	padding-top: 2px;
	max-width: 40%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.byzwPC-infoList-tips .tag span {
	float: left;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	height: 22px;
	/*font-family: simsun;*/
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	text-align: center;
	border-radius: 1px;
	cursor: pointer;
}

.byzwPC-infoList-tips .tag span:not(:first-of-type) {
	margin-left: 10px;
}

.byzwPC-infoList-tips .tag span.vip {
	color: #0A7CDF;
	background-color: #FFF;
	border: 1px solid #DAEDFD;
}

.byzwPC-infoList-tips .tag span.certification {
	color: #FF6600;
	background-color: #FFF;
	border: 1px solid #FFE9DA;
}

.byzwPC-infoList-tips .tag span.personal {
	color: #00B801;
	background-color: #FFF;
	border: 1px solid #CCF4BF;
}

.byzwPC-infoList-tips .time {
	float: right;
	display: inline-block;
	padding-top: 5px;
	max-width: 18%;
	font-size: 14px;
	line-height: 15px;
	color: #AAA;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/* infoListA */

.byzwPC-infoListA {
	float: left;
	display: block;
	width: 100%;
}

.byzwPC-infoListA ul {
	float: left;
	display: block;
	padding: 25px 25px 5px 25px;
	width: 100%;
	background-color: #F9F9F9;
}

.byzwPC-infoListA ul li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px;
	width: 270px;
	max-height: 300px;
	overflow: hidden;
	background-color: #FFF;
	border: 1px solid #F0F0F0;
}

.byzwPC-infoListA ul li:nth-of-type(3n) {
	margin-right: 0;
}


/* infoListA img */

.byzwPC-infoListA ul li .byzwPC-infoList-img {
	float: left;
	display: block;
	position: relative;
	height: 0;
	padding-bottom: 66.66%;
	width: 100%;
	overflow: hidden;
}

.byzwPC-infoListA ul li .byzwPC-infoList-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


/* infoListA detail */

.byzwPC-infoListA ul li .byzwPC-infoList-title {
	float: left;
	padding-top: 10px;
	padding-bottom: 6px;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	height: 64px;
	white-space: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}

.byzwPC-infoListA ul li .byzwPC-infoList-title a {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	max-height: 48px;
	white-space: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}

.byzwPC-infoListA ul li .byzwPC-infoList-detail ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #FFF;
}

.byzwPC-infoListA ul li .byzwPC-infoList-detail ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 16px;
	font-size: 14px;
	line-height: 14px;
	color: #666666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: none;
}

.byzwPC-infoListA ul li .byzwPC-infoList-detail ul li:nth-child(1) {
	margin-bottom: 10px;
	font-size: 12px;
	color: #BBBBBB;
}

.byzwPC-infoListA ul li .byzwPC-infoList-detail ul li:nth-child(1) font {
	font-size: 15px;
	padding-right: 10px;
	color: #FF0000;
}