﻿*{padding:0;margin:0}

li{list-style:none}
#feature {
	width: 1210px;
	margin: 10px auto;
	position: relative; 
	font-family:"黑体";
	height:55px;
	line-height:55px;
	text-align:center;
	overflow:hidden;
}
#feature .prev {
	width:120px; 
	float: left; 
	background:rgba(0,0,0,0.7) url(../image/buy.png) no-repeat 10px center;
	position:absolute;left:0;top:0;
	color:#fff;
	padding-left:30px;
}
#feature .next {
	background:rgba(227,25,57,0.8) url(../image/ss.png) no-repeat left center;
    width:22px;
    position:absolute;right:0;top:0;
    float: right; 
    height:55px;
    line-height:55px;
}
.featurebox {
	  width:123px; 
	  float: left;
	  margin-right:6px;
	  }
.featurebox a{color:#fff;}
.featurebox:nth-of-type(odd){ background:rgba(227,25,57,.9);}/*奇数行*/   
.featurebox:nth-of-type(even){background:rgba(0,0,0,0.7)}/*偶数行*/
#block {
	z-index: 0; 
	position: relative; 
	margin-left:155px;
	}