﻿body {
	background-color: #fff;
}
.head {
	padding-left: 1%;
}
.head a {
	float: left;
}
.goback {
	text-align: center;
	width: 10%;
}
.goback img {
	width: 30%;
}
.searchbox {
	background-color: #fff;
	border: 1px #eee solid;
	border-radius: 5px;
	box-shadow: 1px 1px 8px #ddd;
	float: left;
	margin: 0 4%;
	margin-top: 3%;
	margin-left: 1%;
	width: 64%;
	color: #ccc;
	display: block;
	font-size: 1em;
	line-height: 186%;
	text-indent: 1em;
}
.head .btn {
	background-color: #E01B3C;
	border-radius: 5px;
	color: #fff;
	font-size: 108%;
	line-height: 190%;
	margin-top: 3%;
	text-align: center;
	width: 16%;
}
.class {
	padding: 2% 0;
	padding-bottom: 3%;
	border-bottom: 1px #DBDBDB solid;
}
.class a {
	color: #333;
	float: left;
	font-size: 86%;
	width: 25%;
	text-align: center;
	margin: 1% 0;
}
.class a img {
	width: 54%;
}
.hot {
	border-bottom: 1px #DBDBDB solid;
	padding-left: 4%;
	padding-bottom: 4%;
}
.hot p {
	color: #999;
	font-size: 86%;
	line-height: 180%;
	margin-top: 5%;
}
.hot a {
	background-color: #F5F7F9;
	border-radius: 5px;
	color: #666;
	float: left;
	line-height: 250%;
	padding: 0 3%;
	margin-top: 2%;
	margin-bottom: 1%;
	margin-right: 3%;
}
.history .ico {
	float: left;
	width: 6%;
	margin: 3%;
	margin-bottom: 0;
}
.history p {
	border-bottom: 1px #e6e6e6 solid;
	float: right;
	font-size: 108%;
	line-height: 280%;
	width: 88%;
}
.history .key {
	color: #666;
	float: left;
}
.history .del {
	float: right;
	width: 15%;
	text-align: center;
}
.history .del img {
	width: 38%;
}
.history .clearall {
	color: #666;
	display: none;
	width: 30%;
	margin: auto;
	line-height: 200%;
	text-align: center;
	margin-top: 3%;
}
.list {
	width: 96%;
	margin-left: 4%;
}
.list a {
	color: #333;
	border-bottom: 1px #e6e6e6 solid;
	display: block;
	padding: 3% 0;
}
.list a .info {
	color: #999;
}
.list a img {
	width: 20%;
	vertical-align: top;
}
.list a div {
	display: inline-block;
	width: 75%;
	margin-left: 1%;
}