@charset "utf-8";

.products_block
{
	margin-top: 4px;
	margin-bottom: 4px;
	border-width: 1px;
	border-color: #fff;
	border-style:solid;
	padding: 4px;
	overflow: hidden;
	white-space:nowrap;
	word-break:keep-all;
	text-overflow:ellipsis;
}
.products
{
	text-align: center;
	width: 80px;
	overflow: hidden;
	background-color: #009acd;
	color: #000;
	display: block;
	white-space:nowrap;
	word-break:keep-all;
	text-overflow:ellipsis;
	font-size: 16px;
}
.products_list dt a
{
	border-bottom-width: 1px;
	border-bottom-color: #666;
	border-bottom-style: solid;/* dotted;*/
	margin-top: 8px;
	overflow: hidden;
	color: #f0ff00;
	display: block;
	white-space:nowrap;
	word-break:keep-all;
	text-overflow:ellipsis;
	font-size: 16px;
}
.products_list dd a
{
	border-bottom-width: 1px;
	border-bottom-color: #666;
	border-bottom-style: solid;/* dotted;*/
	margin-top: 4px;
	margin-bottom: 8px;
	overflow: hidden;
	color: #fff;
	display: block;
	white-space:nowrap;
	word-break:keep-all;
	text-overflow:ellipsis;
	font-size: 12px;
}

.products_display
{
	width: 260px;
	height: 300px;
	color: #fff;
	float: left;
	margin: 5px;
}

.product_pagination
{
	border-width: 1px;
	border-color: #fff;
	border-style: solid;
	color: #f0ff00;
	float: left;
	margin: 5px;
}

.page_txt
{
	width: 50px;
	height: 20px;
	line-height: 20px;
}

.page_number
{
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius:10px;
}

.cur_page_number
{
	border-width: 0px;
	border-color: #fff;
	border-style: solid;
	width: 20px;
	height: 20px;
	line-height: 20px;
}

.product_info_length
{
	padding-left: 5px;
	border-width: 1px;
	border-color: #164478;
	border-style: solid;/* dotted;*/
	color: #fff;
}
.product_info_length_txt
{
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-color: #666;
	border-bottom-style: solid;/* dotted;*/
	margin-top: 4px;
	margin-bottom: 8px;
	margin-left: 20px;
	color: #fff;
	display: block;
	white-space:nowrap;
	word-break:keep-all;
	font-size: 12px;
}
.product_info_jieshao
{
	width: 315px;
	height: 200px;
	padding-left: 5px;
	border-width: 1px;
	border-color: #164478;
	border-style: solid;/* dotted;*/
	color: #fff;

}

.product_summery
{
	width: 400px;
	border-bottom-width: 1px;
	border-bottom-color: #fff;
	border-bottom-style: dotted;
	margin-top: 4px;
	margin-bottom: 8px;
	margin-left: 20px;
	padding-bottom: 10px;
	display: block;
	word-break:keep-all;
	font-size: 12px;
}