/**
 * 产品介绍样式文件
 * 
 * @version $Id: product.css 359 2024-10-25 05:14:29Z fuy $
 * @creator liqt @ 2013-07-02 16:57:50 by caster0.0.3
 */

/*显示样式*/
@media all {
	.product {
		padding-bottom: 50px;
	}

	.product .product-title {
		font-size: 36px;
		color: #333;
		text-align: center;
		height: 196px;
		line-height: 214px
	}

	.product .product-list table{
		border: 2px solid #f1f1f1;
	}
	.product .product-list table tr.header{
		height: 60px;
		background-color: #f8f8f8;
	}
	.product .product-list table tr th{
		font-size: 16px;
		color: #999;
		text-align: center;
		line-height: 60px;
	}

	.product .product-list table tr.data{
		min-height: 60px;
	}
	.product .product-list table tr.data td{
		padding: 10px 6px;
		font-size: 14px;
		color: #666;
	}
	.product .product-list table tr.data td p {
		height: 50px;
		line-height: 25px;
	}
}