#hot-mission{
	height: 190px;
	overflow: hidden;
}
.hm-main{
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.hm-slider{
	width: 20px;
	height: 100%;
	float: left;
	cursor: pointer;
}
#hm-content{
	width: 540px;
	height: 90px;
	margin-top: 30px;
	float: left;
	overflow: hidden;
}
#hm-content ul{
	width: 88800px;
	height: 100%;
	position: relative;

}
#hm-content ul li{
	width: 100%;
	float: left;
}
#hm-content ul a{
	display: block;
	border: 1px solid rgb(226,226,226);
	margin-right: 0;
	height: 85px;
	width: 240px;
	float: left;
	margin-right: 48px;
	margin-left: 2px;
}
#hm-content ul a:hover{
	border: 1px solid rgb(245,111,74);
}
#hm-content ul li img{
	float: left;
	margin-left:40px;
	margin-top: 20px;
}
#hm-content ul span{
	display: block;
	width: 150px;
	height: 100%;
	float: right;
	margin-top: 20px;
}
#hm-content span h1{
	font-size: 18px;
	font-weight: bold;
}
#hm-right{
	background: url(../img/hm-right.png) center no-repeat;
	margin-left: 10px;
}
#hm-left{
	background: url(../img/hm-left.png) center no-repeat;
	margin-right: 10px;
}