.background{
	background: #fff;
	width: 840px;
	margin-left: 231px;
	border-radius: 10px;
	margin-top: 30px;
	padding: 30px;
}
.tab{
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
.tab span{
	font-size: 14px;
	color: #999;
}
.tab span:last-child{
	color: #ff6834;
}
.search-list a{
	color: #000;
}
.search-list a span{
	color: #ff6834;
}
.time,.title,.search-txt{
	float: left;
}
.search-txt{
	width: 600px;
}
.time{
	width: 100px;
	color: #999;
}
.title{
	width: 100px;
	color: #999;
}
.time span{
	display: inline-block;
	max-width: 86%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.time img{
   padding-bottom: 2.5px;
}
.title span{
	display: inline-block;
	max-width: 86%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.search-list{
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	padding: 20px 20px 20px 0px;
}
.search-none{
	margin-top: 30px;
	padding-top: 80px;
	height: 440px;
	background:#fff;
}
.search-none div{
	font-size: 14px;
	color: #505050;
	margin: 20px 0px;
}
.search-none div:first-child{
	margin-top: 40px;
}

/*分页*/
.page-box{
	margin-top: 40px;
	text-align: center;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {
	display: inline;
	}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
    border: none;
    margin: 0px 10px;
}

ul.pagination li a.active {
    background-color: #FF460F;
    color: white;
    border-radius: 5px;
}

ul.pagination li a:hover:not(.active) {
	background-color: #ddd;
	color: #333;
}

@media screen and (max-width: 768px){

	.background{
		width: auto;
		margin-left: 0;
		box-sizing: border-box;
		padding: 0.2rem;
		margin-top: 0.2rem;
	}
	.search-list{
		padding: 0.1rem;
		display: flex;
		flex-direction: column;
	}
	.search-txt{
		width: auto;
	}
	.time, .title, .search-txt{
		float: unset;
	}
	.title{
		width: auto;
		margin-top: 0.1rem;
	}
	.time{
		width: auto;
		display: flex;
		align-items: center;
	}
	.time img{
		padding: 0;
		margin-right: 0.05rem;
	}
}