*{
	margin: 0;
	padding: 0;
}
.market{
	width: 100%;
	height: 1000px;
	background-color: #F3F3F3;
}
.market>div{
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.market>div>div:nth-child(1){
	height: 50px;
    color: #999999;
    line-height: 50px;
    font-size: 12px;
}
.market>div>div:nth-child(1)>a{
	height: 50px;
    color: #999999;
    line-height: 50px;
    font-size: 12px;
}
.market>div>div:nth-child(1)>span{
	color: #333333;
}
.market>div>ul{
	height: 73px;
    line-height: 35px;
    background-color: #fff;
    width: 100%;
    font-size: 0;
    overflow: hidden;
}
.market>div>ul>li{
	display: inline-block;
    width: 300px;
    font-size: 10px;
    height: 31px;
    text-align: center;
    border-right: 1px solid #CCC;
    margin-top: 18px;
}
.market>div>ul>li>span{
	padding-left: 20px;
    color: #333333;
}
.market>div>ul>li>span>i{
	font-size: 18px;
    color: #cc0000;
}
.allMarket{
	width: 100%;
	height: 30px;
	margin-top: 22px;
	margin-bottom: 15px;
	overflow: hidden;
}
.allMarket>div{
	width: 230px;
	width: 300px;
    overflow: hidden;
    height: 38px;
}
.allMarket>div>a{
	display: block;
    float: left;
    width: 78px;
    text-align: center;
    background-color: #fff;
    color: #999;
    height: 38px;
    line-height: 33px;
}
.allMarket>div>a:hover{
	background-color: #989898;
	color: #fff;
}
.marketCount{
    background-color: #fff;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.marketCount>span{
    display: block;
    float: left;
    width: 240px;
    text-align: center;
    height: 47px;
    line-height: 47px;
    color: #666;
}
.marketCount>div{
    
}
.marketCount>div>span{
    text-align: center;
    color: #333;
    height: 41px;
    float: left;
    width: 240px;
    line-height: 41px;
    border-top: 1px solid #ccc;
}
.pageNumber{
	width: 100%;
    height: 55px;
    background-color: #fff;
    margin-top: 44px;
    line-height: 55px;
    text-align: center;
    overflow: hidden;
}
.pageNumber>a{
	color: #323232;
}
.pageNumber>span{
	
}
.pageNumber>span>b{
	
}
.go{
	
}
.go>em{
	
}
.go>input{
	height: 21px;
    width: 19px;
    text-align: center;
}
.go>a{
	color: #323232;
}
