@import url("../../style/global.css");

a,a:hover{
	text-decoration:none;
	color:#fff;
}

ul,li{
	list-style:none;
	margin:0;
	padding:0;
}

h1,h2,h3,p{
	margin:0;
	padding:0;
}

h3{
	font-size:14px;
}

#title{
	width:785px;
	height:200px;
	background: url("images/title.jpg") no-repeat center bottom;
	color:#fff;
	padding:80px 0 0 70px;
}

#list{
	overflow:hidden;
}
#list li{
	width:380px;
	margin:0 0 25px 10px;
	float:left;
	overflow:hidden;
}
#list li li{
	width:340px;
	height:40px;
	margin:0 0 10px 0;
	padding:0 0 0 30px;
	font-size:11px;
}
#list li.discount li{
	background: url(images/ticket_bg.jpg) no-repeat;
}
#list li.discount li:hover{
	background: url(images/ticket_bg.jpg) no-repeat 0px -40px;
}
#list li.search li{
	background: url(images/search_bg.jpg) no-repeat;
}
#list li.search li:hover{
	background: url(images/search_bg.jpg) no-repeat 0px -40px;
}
#list li.contents li{
	background: url(images/contents_bg.jpg) no-repeat;
}
#list li.contents li:hover{
	background: url(images/contents_bg.jpg) no-repeat 0px -40px;
}
#list li.news li{
	background: url(images/news_bg.jpg) no-repeat;
}
#list li.news li:hover{
	background: url(images/news_bg.jpg) no-repeat 0px -40px;
}
#list li.others li{
	background: url(images/others_bg.jpg) no-repeat;
}
#list li.others li:hover{
	background: url(images/others_bg.jpg) no-repeat 0px -40px;
}

#list li.discount li h3{
	color:#e74a79;
}
#list li.search li h3{
	color:#9b52fb;
}
#list li.contents li h3{
	color:#46c5f7;
}
#list li.news li h3{
	color:#ffe84a;
}
#list li.others li h3{
	color:#a0ea25;
}

#list li li a{
	display:block;
}